oci-mediaservices 2.66.0 → 2.68.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 +52 -50
- package/lib/client.js +60 -52
- package/lib/client.js.map +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-fact-request.d.ts +1 -1
- package/lib/request/get-media-workflow-job-request.d.ts +1 -1
- package/lib/request/get-media-workflow-request.d.ts +1 -1
- package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
- package/lib/request/list-media-assets-request.d.ts +1 -1
- package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
- package/lib/request/list-media-workflow-job-facts-request.d.ts +1 -1
- package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
- package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
- package/lib/request/list-media-workflows-request.d.ts +1 -1
- package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
- package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
- package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
- package/lib/request/list-system-media-workflows-request.d.ts +1 -1
- package/lib/request/update-media-asset-request.d.ts +1 -1
- package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/update-media-workflow-job-request.d.ts +1 -1
- package/lib/request/update-media-workflow-request.d.ts +1 -1
- package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare class MediaServicesClient {
|
|
|
32
32
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
33
33
|
protected _circuitBreaker: null;
|
|
34
34
|
protected _httpOptions: any;
|
|
35
|
+
protected _bodyDuplexMode: any;
|
|
35
36
|
targetService: string;
|
|
36
37
|
protected _regionId: string;
|
|
37
38
|
protected "_region": common.Region;
|
|
@@ -88,7 +89,7 @@ export declare class MediaServicesClient {
|
|
|
88
89
|
* @param ChangeMediaAssetCompartmentRequest
|
|
89
90
|
* @return ChangeMediaAssetCompartmentResponse
|
|
90
91
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
92
93
|
*/
|
|
93
94
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
|
|
94
95
|
/**
|
|
@@ -97,7 +98,7 @@ export declare class MediaServicesClient {
|
|
|
97
98
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
98
99
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
99
100
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
101
102
|
*/
|
|
102
103
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
|
|
103
104
|
/**
|
|
@@ -106,7 +107,7 @@ export declare class MediaServicesClient {
|
|
|
106
107
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
107
108
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
108
109
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
110
111
|
*/
|
|
111
112
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
|
|
112
113
|
/**
|
|
@@ -115,7 +116,7 @@ export declare class MediaServicesClient {
|
|
|
115
116
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
116
117
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
117
118
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
119
120
|
*/
|
|
120
121
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
|
|
121
122
|
/**
|
|
@@ -124,7 +125,7 @@ export declare class MediaServicesClient {
|
|
|
124
125
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
125
126
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
126
127
|
* @throws OciError when an error occurs
|
|
127
|
-
* @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.68.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
128
129
|
*/
|
|
129
130
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
|
|
130
131
|
/**
|
|
@@ -134,7 +135,7 @@ export declare class MediaServicesClient {
|
|
|
134
135
|
* @param CreateMediaAssetRequest
|
|
135
136
|
* @return CreateMediaAssetResponse
|
|
136
137
|
* @throws OciError when an error occurs
|
|
137
|
-
* @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.68.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
138
139
|
*/
|
|
139
140
|
createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
|
|
140
141
|
/**
|
|
@@ -144,7 +145,7 @@ export declare class MediaServicesClient {
|
|
|
144
145
|
* @param CreateMediaWorkflowRequest
|
|
145
146
|
* @return CreateMediaWorkflowResponse
|
|
146
147
|
* @throws OciError when an error occurs
|
|
147
|
-
* @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.68.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
148
149
|
*/
|
|
149
150
|
createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
|
|
150
151
|
/**
|
|
@@ -154,7 +155,7 @@ export declare class MediaServicesClient {
|
|
|
154
155
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
155
156
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
156
157
|
* @throws OciError when an error occurs
|
|
157
|
-
* @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.68.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
158
159
|
*/
|
|
159
160
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
|
|
160
161
|
/**
|
|
@@ -163,7 +164,7 @@ export declare class MediaServicesClient {
|
|
|
163
164
|
* @param CreateMediaWorkflowJobRequest
|
|
164
165
|
* @return CreateMediaWorkflowJobResponse
|
|
165
166
|
* @throws OciError when an error occurs
|
|
166
|
-
* @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.68.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
167
168
|
*/
|
|
168
169
|
createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
|
|
169
170
|
/**
|
|
@@ -173,7 +174,7 @@ export declare class MediaServicesClient {
|
|
|
173
174
|
* @param CreateStreamCdnConfigRequest
|
|
174
175
|
* @return CreateStreamCdnConfigResponse
|
|
175
176
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
177
178
|
*/
|
|
178
179
|
createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
|
|
179
180
|
/**
|
|
@@ -183,7 +184,7 @@ export declare class MediaServicesClient {
|
|
|
183
184
|
* @param CreateStreamDistributionChannelRequest
|
|
184
185
|
* @return CreateStreamDistributionChannelResponse
|
|
185
186
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
187
188
|
*/
|
|
188
189
|
createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
|
|
189
190
|
/**
|
|
@@ -193,7 +194,7 @@ export declare class MediaServicesClient {
|
|
|
193
194
|
* @param CreateStreamPackagingConfigRequest
|
|
194
195
|
* @return CreateStreamPackagingConfigResponse
|
|
195
196
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
197
198
|
*/
|
|
198
199
|
createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
|
|
199
200
|
/**
|
|
@@ -202,7 +203,7 @@ export declare class MediaServicesClient {
|
|
|
202
203
|
* @param DeleteMediaAssetRequest
|
|
203
204
|
* @return DeleteMediaAssetResponse
|
|
204
205
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
206
207
|
*/
|
|
207
208
|
deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
|
|
208
209
|
/**
|
|
@@ -211,7 +212,7 @@ export declare class MediaServicesClient {
|
|
|
211
212
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
212
213
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
213
214
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
215
216
|
*/
|
|
216
217
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
|
|
217
218
|
/**
|
|
@@ -220,7 +221,7 @@ export declare class MediaServicesClient {
|
|
|
220
221
|
* @param DeleteMediaWorkflowRequest
|
|
221
222
|
* @return DeleteMediaWorkflowResponse
|
|
222
223
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
224
225
|
*/
|
|
225
226
|
deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
|
|
226
227
|
/**
|
|
@@ -229,7 +230,7 @@ export declare class MediaServicesClient {
|
|
|
229
230
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
230
231
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
231
232
|
* @throws OciError when an error occurs
|
|
232
|
-
* @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.68.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
233
234
|
*/
|
|
234
235
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
|
|
235
236
|
/**
|
|
@@ -238,7 +239,7 @@ export declare class MediaServicesClient {
|
|
|
238
239
|
* @param DeleteMediaWorkflowJobRequest
|
|
239
240
|
* @return DeleteMediaWorkflowJobResponse
|
|
240
241
|
* @throws OciError when an error occurs
|
|
241
|
-
* @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.68.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
242
243
|
*/
|
|
243
244
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
|
|
244
245
|
/**
|
|
@@ -247,7 +248,7 @@ export declare class MediaServicesClient {
|
|
|
247
248
|
* @param DeleteStreamCdnConfigRequest
|
|
248
249
|
* @return DeleteStreamCdnConfigResponse
|
|
249
250
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
251
252
|
*/
|
|
252
253
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
|
|
253
254
|
/**
|
|
@@ -256,7 +257,7 @@ export declare class MediaServicesClient {
|
|
|
256
257
|
* @param DeleteStreamDistributionChannelRequest
|
|
257
258
|
* @return DeleteStreamDistributionChannelResponse
|
|
258
259
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
260
261
|
*/
|
|
261
262
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
|
|
262
263
|
/**
|
|
@@ -265,7 +266,7 @@ export declare class MediaServicesClient {
|
|
|
265
266
|
* @param DeleteStreamPackagingConfigRequest
|
|
266
267
|
* @return DeleteStreamPackagingConfigResponse
|
|
267
268
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
269
270
|
*/
|
|
270
271
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
|
|
271
272
|
/**
|
|
@@ -274,7 +275,7 @@ export declare class MediaServicesClient {
|
|
|
274
275
|
* @param GetMediaAssetRequest
|
|
275
276
|
* @return GetMediaAssetResponse
|
|
276
277
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
278
279
|
*/
|
|
279
280
|
getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
|
|
280
281
|
/**
|
|
@@ -283,7 +284,7 @@ export declare class MediaServicesClient {
|
|
|
283
284
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
284
285
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
285
286
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
287
288
|
*/
|
|
288
289
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
|
|
289
290
|
/**
|
|
@@ -292,7 +293,7 @@ export declare class MediaServicesClient {
|
|
|
292
293
|
* @param GetMediaWorkflowRequest
|
|
293
294
|
* @return GetMediaWorkflowResponse
|
|
294
295
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
296
297
|
*/
|
|
297
298
|
getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
|
|
298
299
|
/**
|
|
@@ -301,7 +302,7 @@ export declare class MediaServicesClient {
|
|
|
301
302
|
* @param GetMediaWorkflowConfigurationRequest
|
|
302
303
|
* @return GetMediaWorkflowConfigurationResponse
|
|
303
304
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
305
306
|
*/
|
|
306
307
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
|
|
307
308
|
/**
|
|
@@ -310,7 +311,7 @@ export declare class MediaServicesClient {
|
|
|
310
311
|
* @param GetMediaWorkflowJobRequest
|
|
311
312
|
* @return GetMediaWorkflowJobResponse
|
|
312
313
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
314
315
|
*/
|
|
315
316
|
getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
|
|
316
317
|
/**
|
|
@@ -319,7 +320,7 @@ export declare class MediaServicesClient {
|
|
|
319
320
|
* @param GetMediaWorkflowJobFactRequest
|
|
320
321
|
* @return GetMediaWorkflowJobFactResponse
|
|
321
322
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
|
|
323
324
|
*/
|
|
324
325
|
getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest: requests.GetMediaWorkflowJobFactRequest): Promise<responses.GetMediaWorkflowJobFactResponse>;
|
|
325
326
|
/**
|
|
@@ -328,7 +329,7 @@ export declare class MediaServicesClient {
|
|
|
328
329
|
* @param GetStreamCdnConfigRequest
|
|
329
330
|
* @return GetStreamCdnConfigResponse
|
|
330
331
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
332
333
|
*/
|
|
333
334
|
getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
|
|
334
335
|
/**
|
|
@@ -337,7 +338,7 @@ export declare class MediaServicesClient {
|
|
|
337
338
|
* @param GetStreamDistributionChannelRequest
|
|
338
339
|
* @return GetStreamDistributionChannelResponse
|
|
339
340
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
341
342
|
*/
|
|
342
343
|
getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
|
|
343
344
|
/**
|
|
@@ -346,7 +347,7 @@ export declare class MediaServicesClient {
|
|
|
346
347
|
* @param GetStreamPackagingConfigRequest
|
|
347
348
|
* @return GetStreamPackagingConfigResponse
|
|
348
349
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
350
351
|
*/
|
|
351
352
|
getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
|
|
352
353
|
/**
|
|
@@ -355,7 +356,7 @@ export declare class MediaServicesClient {
|
|
|
355
356
|
* @param IngestStreamDistributionChannelRequest
|
|
356
357
|
* @return IngestStreamDistributionChannelResponse
|
|
357
358
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
359
360
|
*/
|
|
360
361
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
|
|
361
362
|
/**
|
|
@@ -364,7 +365,7 @@ export declare class MediaServicesClient {
|
|
|
364
365
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
365
366
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
366
367
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
368
369
|
*/
|
|
369
370
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
|
|
370
371
|
/**
|
|
@@ -374,7 +375,7 @@ export declare class MediaServicesClient {
|
|
|
374
375
|
* @param ListMediaAssetsRequest
|
|
375
376
|
* @return ListMediaAssetsResponse
|
|
376
377
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
378
379
|
*/
|
|
379
380
|
listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
|
|
380
381
|
/**
|
|
@@ -384,7 +385,7 @@ export declare class MediaServicesClient {
|
|
|
384
385
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
385
386
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
386
387
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
388
389
|
*/
|
|
389
390
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
|
|
390
391
|
/**
|
|
@@ -393,7 +394,7 @@ export declare class MediaServicesClient {
|
|
|
393
394
|
* @param ListMediaWorkflowJobFactsRequest
|
|
394
395
|
* @return ListMediaWorkflowJobFactsResponse
|
|
395
396
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
|
|
397
398
|
*/
|
|
398
399
|
listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest: requests.ListMediaWorkflowJobFactsRequest): Promise<responses.ListMediaWorkflowJobFactsResponse>;
|
|
399
400
|
/**
|
|
@@ -402,7 +403,7 @@ export declare class MediaServicesClient {
|
|
|
402
403
|
* @param ListMediaWorkflowJobsRequest
|
|
403
404
|
* @return ListMediaWorkflowJobsResponse
|
|
404
405
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
406
407
|
*/
|
|
407
408
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
|
|
408
409
|
/**
|
|
@@ -412,7 +413,7 @@ export declare class MediaServicesClient {
|
|
|
412
413
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
413
414
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
414
415
|
* @throws OciError when an error occurs
|
|
415
|
-
* @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.68.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
416
417
|
*/
|
|
417
418
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
|
|
418
419
|
/**
|
|
@@ -421,7 +422,7 @@ export declare class MediaServicesClient {
|
|
|
421
422
|
* @param ListMediaWorkflowsRequest
|
|
422
423
|
* @return ListMediaWorkflowsResponse
|
|
423
424
|
* @throws OciError when an error occurs
|
|
424
|
-
* @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.68.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
425
426
|
*/
|
|
426
427
|
listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
|
|
427
428
|
/**
|
|
@@ -430,7 +431,7 @@ export declare class MediaServicesClient {
|
|
|
430
431
|
* @param ListStreamCdnConfigsRequest
|
|
431
432
|
* @return ListStreamCdnConfigsResponse
|
|
432
433
|
* @throws OciError when an error occurs
|
|
433
|
-
* @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.68.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
434
435
|
*/
|
|
435
436
|
listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
|
|
436
437
|
/**
|
|
@@ -439,7 +440,7 @@ export declare class MediaServicesClient {
|
|
|
439
440
|
* @param ListStreamDistributionChannelsRequest
|
|
440
441
|
* @return ListStreamDistributionChannelsResponse
|
|
441
442
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
443
444
|
*/
|
|
444
445
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
|
|
445
446
|
/**
|
|
@@ -448,7 +449,7 @@ export declare class MediaServicesClient {
|
|
|
448
449
|
* @param ListStreamPackagingConfigsRequest
|
|
449
450
|
* @return ListStreamPackagingConfigsResponse
|
|
450
451
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
452
453
|
*/
|
|
453
454
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
|
|
454
455
|
/**
|
|
@@ -458,7 +459,7 @@ export declare class MediaServicesClient {
|
|
|
458
459
|
* @param ListSystemMediaWorkflowsRequest
|
|
459
460
|
* @return ListSystemMediaWorkflowsResponse
|
|
460
461
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
462
463
|
*/
|
|
463
464
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
|
|
464
465
|
/**
|
|
@@ -467,7 +468,7 @@ export declare class MediaServicesClient {
|
|
|
467
468
|
* @param UpdateMediaAssetRequest
|
|
468
469
|
* @return UpdateMediaAssetResponse
|
|
469
470
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
471
472
|
*/
|
|
472
473
|
updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
|
|
473
474
|
/**
|
|
@@ -476,7 +477,7 @@ export declare class MediaServicesClient {
|
|
|
476
477
|
* @param UpdateMediaWorkflowRequest
|
|
477
478
|
* @return UpdateMediaWorkflowResponse
|
|
478
479
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
480
481
|
*/
|
|
481
482
|
updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
|
|
482
483
|
/**
|
|
@@ -485,7 +486,7 @@ export declare class MediaServicesClient {
|
|
|
485
486
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
486
487
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
487
488
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
489
490
|
*/
|
|
490
491
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
|
|
491
492
|
/**
|
|
@@ -494,7 +495,7 @@ export declare class MediaServicesClient {
|
|
|
494
495
|
* @param UpdateMediaWorkflowJobRequest
|
|
495
496
|
* @return UpdateMediaWorkflowJobResponse
|
|
496
497
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
498
499
|
*/
|
|
499
500
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
|
|
500
501
|
/**
|
|
@@ -503,7 +504,7 @@ export declare class MediaServicesClient {
|
|
|
503
504
|
* @param UpdateStreamCdnConfigRequest
|
|
504
505
|
* @return UpdateStreamCdnConfigResponse
|
|
505
506
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
507
508
|
*/
|
|
508
509
|
updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
|
|
509
510
|
/**
|
|
@@ -512,7 +513,7 @@ export declare class MediaServicesClient {
|
|
|
512
513
|
* @param UpdateStreamDistributionChannelRequest
|
|
513
514
|
* @return UpdateStreamDistributionChannelResponse
|
|
514
515
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
516
517
|
*/
|
|
517
518
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
|
|
518
519
|
/**
|
|
@@ -521,7 +522,7 @@ export declare class MediaServicesClient {
|
|
|
521
522
|
* @param UpdateStreamPackagingConfigRequest
|
|
522
523
|
* @return UpdateStreamPackagingConfigResponse
|
|
523
524
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
525
526
|
*/
|
|
526
527
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
|
|
527
528
|
}
|
|
@@ -539,6 +540,7 @@ export declare class MediaStreamClient {
|
|
|
539
540
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
540
541
|
protected _circuitBreaker: null;
|
|
541
542
|
protected _httpOptions: any;
|
|
543
|
+
protected _bodyDuplexMode: any;
|
|
542
544
|
targetService: string;
|
|
543
545
|
protected _regionId: string;
|
|
544
546
|
protected "_region": common.Region;
|
|
@@ -582,7 +584,7 @@ export declare class MediaStreamClient {
|
|
|
582
584
|
* @param GeneratePlaylistRequest
|
|
583
585
|
* @return GeneratePlaylistResponse
|
|
584
586
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
586
588
|
*/
|
|
587
589
|
generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
|
|
588
590
|
/**
|
|
@@ -591,7 +593,7 @@ export declare class MediaStreamClient {
|
|
|
591
593
|
* @param GenerateSessionTokenRequest
|
|
592
594
|
* @return GenerateSessionTokenResponse
|
|
593
595
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
595
597
|
*/
|
|
596
598
|
generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
|
|
597
599
|
}
|