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