oci-mediaservices 2.82.2 → 2.84.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 +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.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export declare class MediaServicesClient {
|
|
|
95
95
|
* @param AddMediaAssetLockRequest
|
|
96
96
|
* @return AddMediaAssetLockResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
|
|
99
99
|
*/
|
|
100
100
|
addMediaAssetLock(addMediaAssetLockRequest: requests.AddMediaAssetLockRequest): Promise<responses.AddMediaAssetLockResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class MediaServicesClient {
|
|
|
105
105
|
* @param AddMediaWorkflowConfigurationLockRequest
|
|
106
106
|
* @return AddMediaWorkflowConfigurationLockResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
|
|
109
109
|
*/
|
|
110
110
|
addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest: requests.AddMediaWorkflowConfigurationLockRequest): Promise<responses.AddMediaWorkflowConfigurationLockResponse>;
|
|
111
111
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class MediaServicesClient {
|
|
|
115
115
|
* @param AddMediaWorkflowJobLockRequest
|
|
116
116
|
* @return AddMediaWorkflowJobLockResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
|
|
119
119
|
*/
|
|
120
120
|
addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest: requests.AddMediaWorkflowJobLockRequest): Promise<responses.AddMediaWorkflowJobLockResponse>;
|
|
121
121
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class MediaServicesClient {
|
|
|
125
125
|
* @param AddMediaWorkflowLockRequest
|
|
126
126
|
* @return AddMediaWorkflowLockResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
|
|
129
129
|
*/
|
|
130
130
|
addMediaWorkflowLock(addMediaWorkflowLockRequest: requests.AddMediaWorkflowLockRequest): Promise<responses.AddMediaWorkflowLockResponse>;
|
|
131
131
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class MediaServicesClient {
|
|
|
135
135
|
* @param AddStreamCdnConfigLockRequest
|
|
136
136
|
* @return AddStreamCdnConfigLockResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
|
|
139
139
|
*/
|
|
140
140
|
addStreamCdnConfigLock(addStreamCdnConfigLockRequest: requests.AddStreamCdnConfigLockRequest): Promise<responses.AddStreamCdnConfigLockResponse>;
|
|
141
141
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class MediaServicesClient {
|
|
|
145
145
|
* @param AddStreamDistributionChannelLockRequest
|
|
146
146
|
* @return AddStreamDistributionChannelLockResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
|
|
149
149
|
*/
|
|
150
150
|
addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest: requests.AddStreamDistributionChannelLockRequest): Promise<responses.AddStreamDistributionChannelLockResponse>;
|
|
151
151
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class MediaServicesClient {
|
|
|
155
155
|
* @param AddStreamPackagingConfigLockRequest
|
|
156
156
|
* @return AddStreamPackagingConfigLockResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
|
|
159
159
|
*/
|
|
160
160
|
addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest: requests.AddStreamPackagingConfigLockRequest): Promise<responses.AddStreamPackagingConfigLockResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class MediaServicesClient {
|
|
|
164
164
|
* @param ChangeMediaAssetCompartmentRequest
|
|
165
165
|
* @return ChangeMediaAssetCompartmentResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @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.84.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
168
168
|
*/
|
|
169
169
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class MediaServicesClient {
|
|
|
173
173
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
174
174
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @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.84.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
177
177
|
*/
|
|
178
178
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
|
|
179
179
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class MediaServicesClient {
|
|
|
182
182
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
183
183
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
186
186
|
*/
|
|
187
187
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class MediaServicesClient {
|
|
|
191
191
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
192
192
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @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.84.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class MediaServicesClient {
|
|
|
200
200
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
201
201
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
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.84.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
204
204
|
*/
|
|
205
205
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
|
|
206
206
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class MediaServicesClient {
|
|
|
210
210
|
* @param CreateMediaAssetRequest
|
|
211
211
|
* @return CreateMediaAssetResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @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.84.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
214
214
|
*/
|
|
215
215
|
createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
|
|
216
216
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class MediaServicesClient {
|
|
|
220
220
|
* @param CreateMediaWorkflowRequest
|
|
221
221
|
* @return CreateMediaWorkflowResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @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.84.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
224
224
|
*/
|
|
225
225
|
createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
|
|
226
226
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class MediaServicesClient {
|
|
|
230
230
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
231
231
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @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.84.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
234
234
|
*/
|
|
235
235
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
|
|
236
236
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class MediaServicesClient {
|
|
|
239
239
|
* @param CreateMediaWorkflowJobRequest
|
|
240
240
|
* @return CreateMediaWorkflowJobResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
243
243
|
*/
|
|
244
244
|
createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class MediaServicesClient {
|
|
|
249
249
|
* @param CreateStreamCdnConfigRequest
|
|
250
250
|
* @return CreateStreamCdnConfigResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @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.84.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
253
253
|
*/
|
|
254
254
|
createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
|
|
255
255
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class MediaServicesClient {
|
|
|
259
259
|
* @param CreateStreamDistributionChannelRequest
|
|
260
260
|
* @return CreateStreamDistributionChannelResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @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.84.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
263
263
|
*/
|
|
264
264
|
createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
|
|
265
265
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class MediaServicesClient {
|
|
|
269
269
|
* @param CreateStreamPackagingConfigRequest
|
|
270
270
|
* @return CreateStreamPackagingConfigResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @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.84.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
273
273
|
*/
|
|
274
274
|
createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
|
|
275
275
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class MediaServicesClient {
|
|
|
278
278
|
* @param DeleteMediaAssetRequest
|
|
279
279
|
* @return DeleteMediaAssetResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @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.84.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
282
282
|
*/
|
|
283
283
|
deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
|
|
284
284
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class MediaServicesClient {
|
|
|
287
287
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
288
288
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @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.84.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
291
291
|
*/
|
|
292
292
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
|
|
293
293
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class MediaServicesClient {
|
|
|
296
296
|
* @param DeleteMediaWorkflowRequest
|
|
297
297
|
* @return DeleteMediaWorkflowResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @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.84.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
300
300
|
*/
|
|
301
301
|
deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
|
|
302
302
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class MediaServicesClient {
|
|
|
305
305
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
306
306
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @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.84.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
309
309
|
*/
|
|
310
310
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
|
|
311
311
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class MediaServicesClient {
|
|
|
314
314
|
* @param DeleteMediaWorkflowJobRequest
|
|
315
315
|
* @return DeleteMediaWorkflowJobResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @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.84.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
318
318
|
*/
|
|
319
319
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
|
|
320
320
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class MediaServicesClient {
|
|
|
323
323
|
* @param DeleteStreamCdnConfigRequest
|
|
324
324
|
* @return DeleteStreamCdnConfigResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @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.84.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
327
327
|
*/
|
|
328
328
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
|
|
329
329
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class MediaServicesClient {
|
|
|
332
332
|
* @param DeleteStreamDistributionChannelRequest
|
|
333
333
|
* @return DeleteStreamDistributionChannelResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @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.84.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
336
336
|
*/
|
|
337
337
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
|
|
338
338
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class MediaServicesClient {
|
|
|
341
341
|
* @param DeleteStreamPackagingConfigRequest
|
|
342
342
|
* @return DeleteStreamPackagingConfigResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @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.84.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
345
345
|
*/
|
|
346
346
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
|
|
347
347
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class MediaServicesClient {
|
|
|
350
350
|
* @param GetMediaAssetRequest
|
|
351
351
|
* @return GetMediaAssetResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @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.84.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
354
354
|
*/
|
|
355
355
|
getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
|
|
356
356
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class MediaServicesClient {
|
|
|
359
359
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
360
360
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @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.84.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
363
363
|
*/
|
|
364
364
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
|
|
365
365
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class MediaServicesClient {
|
|
|
368
368
|
* @param GetMediaWorkflowRequest
|
|
369
369
|
* @return GetMediaWorkflowResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @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.84.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
372
372
|
*/
|
|
373
373
|
getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
|
|
374
374
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class MediaServicesClient {
|
|
|
377
377
|
* @param GetMediaWorkflowConfigurationRequest
|
|
378
378
|
* @return GetMediaWorkflowConfigurationResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @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.84.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
381
381
|
*/
|
|
382
382
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
|
|
383
383
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class MediaServicesClient {
|
|
|
386
386
|
* @param GetMediaWorkflowJobRequest
|
|
387
387
|
* @return GetMediaWorkflowJobResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @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.84.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
390
390
|
*/
|
|
391
391
|
getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
|
|
392
392
|
/**
|
|
@@ -395,7 +395,7 @@ export declare class MediaServicesClient {
|
|
|
395
395
|
* @param GetStreamCdnConfigRequest
|
|
396
396
|
* @return GetStreamCdnConfigResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @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.84.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
399
399
|
*/
|
|
400
400
|
getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
|
|
401
401
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class MediaServicesClient {
|
|
|
404
404
|
* @param GetStreamDistributionChannelRequest
|
|
405
405
|
* @return GetStreamDistributionChannelResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @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.84.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
408
408
|
*/
|
|
409
409
|
getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
|
|
410
410
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class MediaServicesClient {
|
|
|
413
413
|
* @param GetStreamPackagingConfigRequest
|
|
414
414
|
* @return GetStreamPackagingConfigResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @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.84.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
417
417
|
*/
|
|
418
418
|
getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
|
|
419
419
|
/**
|
|
@@ -422,7 +422,7 @@ export declare class MediaServicesClient {
|
|
|
422
422
|
* @param IngestStreamDistributionChannelRequest
|
|
423
423
|
* @return IngestStreamDistributionChannelResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @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.84.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
426
426
|
*/
|
|
427
427
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
|
|
428
428
|
/**
|
|
@@ -431,7 +431,7 @@ export declare class MediaServicesClient {
|
|
|
431
431
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
432
432
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @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.84.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
435
435
|
*/
|
|
436
436
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
|
|
437
437
|
/**
|
|
@@ -441,7 +441,7 @@ export declare class MediaServicesClient {
|
|
|
441
441
|
* @param ListMediaAssetsRequest
|
|
442
442
|
* @return ListMediaAssetsResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @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.84.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
445
445
|
*/
|
|
446
446
|
listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
|
|
447
447
|
/**
|
|
@@ -451,7 +451,7 @@ export declare class MediaServicesClient {
|
|
|
451
451
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
452
452
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @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.84.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
455
455
|
*/
|
|
456
456
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
|
|
457
457
|
/**
|
|
@@ -460,7 +460,7 @@ export declare class MediaServicesClient {
|
|
|
460
460
|
* @param ListMediaWorkflowJobsRequest
|
|
461
461
|
* @return ListMediaWorkflowJobsResponse
|
|
462
462
|
* @throws OciError when an error occurs
|
|
463
|
-
* @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.84.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
464
464
|
*/
|
|
465
465
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
|
|
466
466
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class MediaServicesClient {
|
|
|
470
470
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
471
471
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
472
472
|
* @throws OciError when an error occurs
|
|
473
|
-
* @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.84.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
474
474
|
*/
|
|
475
475
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
|
|
476
476
|
/**
|
|
@@ -479,7 +479,7 @@ export declare class MediaServicesClient {
|
|
|
479
479
|
* @param ListMediaWorkflowsRequest
|
|
480
480
|
* @return ListMediaWorkflowsResponse
|
|
481
481
|
* @throws OciError when an error occurs
|
|
482
|
-
* @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.84.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
483
483
|
*/
|
|
484
484
|
listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
|
|
485
485
|
/**
|
|
@@ -488,7 +488,7 @@ export declare class MediaServicesClient {
|
|
|
488
488
|
* @param ListStreamCdnConfigsRequest
|
|
489
489
|
* @return ListStreamCdnConfigsResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
492
492
|
*/
|
|
493
493
|
listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
|
|
494
494
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class MediaServicesClient {
|
|
|
497
497
|
* @param ListStreamDistributionChannelsRequest
|
|
498
498
|
* @return ListStreamDistributionChannelsResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @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.84.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
501
501
|
*/
|
|
502
502
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
|
|
503
503
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class MediaServicesClient {
|
|
|
506
506
|
* @param ListStreamPackagingConfigsRequest
|
|
507
507
|
* @return ListStreamPackagingConfigsResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @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.84.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
510
510
|
*/
|
|
511
511
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
|
|
512
512
|
/**
|
|
@@ -516,7 +516,7 @@ export declare class MediaServicesClient {
|
|
|
516
516
|
* @param ListSystemMediaWorkflowsRequest
|
|
517
517
|
* @return ListSystemMediaWorkflowsResponse
|
|
518
518
|
* @throws OciError when an error occurs
|
|
519
|
-
* @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.84.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
520
520
|
*/
|
|
521
521
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
|
|
522
522
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class MediaServicesClient {
|
|
|
526
526
|
* @param RemoveMediaAssetLockRequest
|
|
527
527
|
* @return RemoveMediaAssetLockResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
|
|
530
530
|
*/
|
|
531
531
|
removeMediaAssetLock(removeMediaAssetLockRequest: requests.RemoveMediaAssetLockRequest): Promise<responses.RemoveMediaAssetLockResponse>;
|
|
532
532
|
/**
|
|
@@ -536,7 +536,7 @@ export declare class MediaServicesClient {
|
|
|
536
536
|
* @param RemoveMediaWorkflowConfigurationLockRequest
|
|
537
537
|
* @return RemoveMediaWorkflowConfigurationLockResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
|
|
540
540
|
*/
|
|
541
541
|
removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest: requests.RemoveMediaWorkflowConfigurationLockRequest): Promise<responses.RemoveMediaWorkflowConfigurationLockResponse>;
|
|
542
542
|
/**
|
|
@@ -546,7 +546,7 @@ export declare class MediaServicesClient {
|
|
|
546
546
|
* @param RemoveMediaWorkflowJobLockRequest
|
|
547
547
|
* @return RemoveMediaWorkflowJobLockResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
|
|
550
550
|
*/
|
|
551
551
|
removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest: requests.RemoveMediaWorkflowJobLockRequest): Promise<responses.RemoveMediaWorkflowJobLockResponse>;
|
|
552
552
|
/**
|
|
@@ -556,7 +556,7 @@ export declare class MediaServicesClient {
|
|
|
556
556
|
* @param RemoveMediaWorkflowLockRequest
|
|
557
557
|
* @return RemoveMediaWorkflowLockResponse
|
|
558
558
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
|
|
560
560
|
*/
|
|
561
561
|
removeMediaWorkflowLock(removeMediaWorkflowLockRequest: requests.RemoveMediaWorkflowLockRequest): Promise<responses.RemoveMediaWorkflowLockResponse>;
|
|
562
562
|
/**
|
|
@@ -566,7 +566,7 @@ export declare class MediaServicesClient {
|
|
|
566
566
|
* @param RemoveStreamCdnConfigLockRequest
|
|
567
567
|
* @return RemoveStreamCdnConfigLockResponse
|
|
568
568
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
|
|
570
570
|
*/
|
|
571
571
|
removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest: requests.RemoveStreamCdnConfigLockRequest): Promise<responses.RemoveStreamCdnConfigLockResponse>;
|
|
572
572
|
/**
|
|
@@ -576,7 +576,7 @@ export declare class MediaServicesClient {
|
|
|
576
576
|
* @param RemoveStreamDistributionChannelLockRequest
|
|
577
577
|
* @return RemoveStreamDistributionChannelLockResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
|
|
580
580
|
*/
|
|
581
581
|
removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest: requests.RemoveStreamDistributionChannelLockRequest): Promise<responses.RemoveStreamDistributionChannelLockResponse>;
|
|
582
582
|
/**
|
|
@@ -586,7 +586,7 @@ export declare class MediaServicesClient {
|
|
|
586
586
|
* @param RemoveStreamPackagingConfigLockRequest
|
|
587
587
|
* @return RemoveStreamPackagingConfigLockResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
|
|
590
590
|
*/
|
|
591
591
|
removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest: requests.RemoveStreamPackagingConfigLockRequest): Promise<responses.RemoveStreamPackagingConfigLockResponse>;
|
|
592
592
|
/**
|
|
@@ -595,7 +595,7 @@ export declare class MediaServicesClient {
|
|
|
595
595
|
* @param UpdateMediaAssetRequest
|
|
596
596
|
* @return UpdateMediaAssetResponse
|
|
597
597
|
* @throws OciError when an error occurs
|
|
598
|
-
* @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.84.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
599
599
|
*/
|
|
600
600
|
updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
|
|
601
601
|
/**
|
|
@@ -604,7 +604,7 @@ export declare class MediaServicesClient {
|
|
|
604
604
|
* @param UpdateMediaWorkflowRequest
|
|
605
605
|
* @return UpdateMediaWorkflowResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @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.84.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
608
608
|
*/
|
|
609
609
|
updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
|
|
610
610
|
/**
|
|
@@ -613,7 +613,7 @@ export declare class MediaServicesClient {
|
|
|
613
613
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
614
614
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @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.84.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
617
617
|
*/
|
|
618
618
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
|
|
619
619
|
/**
|
|
@@ -622,7 +622,7 @@ export declare class MediaServicesClient {
|
|
|
622
622
|
* @param UpdateMediaWorkflowJobRequest
|
|
623
623
|
* @return UpdateMediaWorkflowJobResponse
|
|
624
624
|
* @throws OciError when an error occurs
|
|
625
|
-
* @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.84.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
626
626
|
*/
|
|
627
627
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
|
|
628
628
|
/**
|
|
@@ -631,7 +631,7 @@ export declare class MediaServicesClient {
|
|
|
631
631
|
* @param UpdateStreamCdnConfigRequest
|
|
632
632
|
* @return UpdateStreamCdnConfigResponse
|
|
633
633
|
* @throws OciError when an error occurs
|
|
634
|
-
* @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.84.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
635
635
|
*/
|
|
636
636
|
updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
|
|
637
637
|
/**
|
|
@@ -640,7 +640,7 @@ export declare class MediaServicesClient {
|
|
|
640
640
|
* @param UpdateStreamDistributionChannelRequest
|
|
641
641
|
* @return UpdateStreamDistributionChannelResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @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.84.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
644
644
|
*/
|
|
645
645
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
|
|
646
646
|
/**
|
|
@@ -649,7 +649,7 @@ export declare class MediaServicesClient {
|
|
|
649
649
|
* @param UpdateStreamPackagingConfigRequest
|
|
650
650
|
* @return UpdateStreamPackagingConfigResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @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.84.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
653
653
|
*/
|
|
654
654
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
|
|
655
655
|
}
|
|
@@ -715,7 +715,7 @@ export declare class MediaStreamClient {
|
|
|
715
715
|
* @param GeneratePlaylistRequest
|
|
716
716
|
* @return GeneratePlaylistResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @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.84.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
719
719
|
*/
|
|
720
720
|
generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
|
|
721
721
|
/**
|
|
@@ -724,7 +724,7 @@ export declare class MediaStreamClient {
|
|
|
724
724
|
* @param GenerateSessionTokenRequest
|
|
725
725
|
* @return GenerateSessionTokenResponse
|
|
726
726
|
* @throws OciError when an error occurs
|
|
727
|
-
* @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.84.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
728
728
|
*/
|
|
729
729
|
generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
|
|
730
730
|
}
|