oci-mediaservices 2.77.0 → 2.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +62 -52
- package/lib/client.js +67 -50
- 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
|
@@ -17,6 +17,7 @@ import common = require("oci-common");
|
|
|
17
17
|
import * as requests from "./request";
|
|
18
18
|
import * as responses from "./response";
|
|
19
19
|
import { MediaServicesWaiter } from "./mediaservices-waiter";
|
|
20
|
+
declare const Breaker: any;
|
|
20
21
|
export declare enum MediaServicesApiKeys {
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
@@ -30,7 +31,7 @@ export declare class MediaServicesClient {
|
|
|
30
31
|
protected "_defaultHeaders": any;
|
|
31
32
|
protected "_waiters": MediaServicesWaiter;
|
|
32
33
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
33
|
-
protected _circuitBreaker: null;
|
|
34
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
34
35
|
protected _httpOptions: any;
|
|
35
36
|
protected _bodyDuplexMode: any;
|
|
36
37
|
targetService: string;
|
|
@@ -83,13 +84,17 @@ export declare class MediaServicesClient {
|
|
|
83
84
|
* @return The service waiters.
|
|
84
85
|
*/
|
|
85
86
|
getWaiters(): MediaServicesWaiter;
|
|
87
|
+
/**
|
|
88
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
89
|
+
*/
|
|
90
|
+
shutdownCircuitBreaker(): void;
|
|
86
91
|
/**
|
|
87
92
|
* Moves a MediaAsset resource from one compartment identifier to another.
|
|
88
93
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
89
94
|
* @param ChangeMediaAssetCompartmentRequest
|
|
90
95
|
* @return ChangeMediaAssetCompartmentResponse
|
|
91
96
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
93
98
|
*/
|
|
94
99
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
|
|
95
100
|
/**
|
|
@@ -98,7 +103,7 @@ export declare class MediaServicesClient {
|
|
|
98
103
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
99
104
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
100
105
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
102
107
|
*/
|
|
103
108
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
|
|
104
109
|
/**
|
|
@@ -107,7 +112,7 @@ export declare class MediaServicesClient {
|
|
|
107
112
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
108
113
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
109
114
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
111
116
|
*/
|
|
112
117
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
|
|
113
118
|
/**
|
|
@@ -116,7 +121,7 @@ export declare class MediaServicesClient {
|
|
|
116
121
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
117
122
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
118
123
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
120
125
|
*/
|
|
121
126
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
|
|
122
127
|
/**
|
|
@@ -125,7 +130,7 @@ export declare class MediaServicesClient {
|
|
|
125
130
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
126
131
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
127
132
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
129
134
|
*/
|
|
130
135
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
|
|
131
136
|
/**
|
|
@@ -135,7 +140,7 @@ export declare class MediaServicesClient {
|
|
|
135
140
|
* @param CreateMediaAssetRequest
|
|
136
141
|
* @return CreateMediaAssetResponse
|
|
137
142
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
139
144
|
*/
|
|
140
145
|
createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
|
|
141
146
|
/**
|
|
@@ -145,7 +150,7 @@ export declare class MediaServicesClient {
|
|
|
145
150
|
* @param CreateMediaWorkflowRequest
|
|
146
151
|
* @return CreateMediaWorkflowResponse
|
|
147
152
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
149
154
|
*/
|
|
150
155
|
createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
|
|
151
156
|
/**
|
|
@@ -155,7 +160,7 @@ export declare class MediaServicesClient {
|
|
|
155
160
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
156
161
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
157
162
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
159
164
|
*/
|
|
160
165
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
|
|
161
166
|
/**
|
|
@@ -164,7 +169,7 @@ export declare class MediaServicesClient {
|
|
|
164
169
|
* @param CreateMediaWorkflowJobRequest
|
|
165
170
|
* @return CreateMediaWorkflowJobResponse
|
|
166
171
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
168
173
|
*/
|
|
169
174
|
createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
|
|
170
175
|
/**
|
|
@@ -174,7 +179,7 @@ export declare class MediaServicesClient {
|
|
|
174
179
|
* @param CreateStreamCdnConfigRequest
|
|
175
180
|
* @return CreateStreamCdnConfigResponse
|
|
176
181
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
178
183
|
*/
|
|
179
184
|
createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
|
|
180
185
|
/**
|
|
@@ -184,7 +189,7 @@ export declare class MediaServicesClient {
|
|
|
184
189
|
* @param CreateStreamDistributionChannelRequest
|
|
185
190
|
* @return CreateStreamDistributionChannelResponse
|
|
186
191
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
188
193
|
*/
|
|
189
194
|
createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
|
|
190
195
|
/**
|
|
@@ -194,7 +199,7 @@ export declare class MediaServicesClient {
|
|
|
194
199
|
* @param CreateStreamPackagingConfigRequest
|
|
195
200
|
* @return CreateStreamPackagingConfigResponse
|
|
196
201
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
198
203
|
*/
|
|
199
204
|
createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
|
|
200
205
|
/**
|
|
@@ -203,7 +208,7 @@ export declare class MediaServicesClient {
|
|
|
203
208
|
* @param DeleteMediaAssetRequest
|
|
204
209
|
* @return DeleteMediaAssetResponse
|
|
205
210
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
207
212
|
*/
|
|
208
213
|
deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
|
|
209
214
|
/**
|
|
@@ -212,7 +217,7 @@ export declare class MediaServicesClient {
|
|
|
212
217
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
213
218
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
214
219
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
216
221
|
*/
|
|
217
222
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
|
|
218
223
|
/**
|
|
@@ -221,7 +226,7 @@ export declare class MediaServicesClient {
|
|
|
221
226
|
* @param DeleteMediaWorkflowRequest
|
|
222
227
|
* @return DeleteMediaWorkflowResponse
|
|
223
228
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
225
230
|
*/
|
|
226
231
|
deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
|
|
227
232
|
/**
|
|
@@ -230,7 +235,7 @@ export declare class MediaServicesClient {
|
|
|
230
235
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
231
236
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
232
237
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
234
239
|
*/
|
|
235
240
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
|
|
236
241
|
/**
|
|
@@ -239,7 +244,7 @@ export declare class MediaServicesClient {
|
|
|
239
244
|
* @param DeleteMediaWorkflowJobRequest
|
|
240
245
|
* @return DeleteMediaWorkflowJobResponse
|
|
241
246
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
243
248
|
*/
|
|
244
249
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
|
|
245
250
|
/**
|
|
@@ -248,7 +253,7 @@ export declare class MediaServicesClient {
|
|
|
248
253
|
* @param DeleteStreamCdnConfigRequest
|
|
249
254
|
* @return DeleteStreamCdnConfigResponse
|
|
250
255
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
252
257
|
*/
|
|
253
258
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
|
|
254
259
|
/**
|
|
@@ -257,7 +262,7 @@ export declare class MediaServicesClient {
|
|
|
257
262
|
* @param DeleteStreamDistributionChannelRequest
|
|
258
263
|
* @return DeleteStreamDistributionChannelResponse
|
|
259
264
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
261
266
|
*/
|
|
262
267
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
|
|
263
268
|
/**
|
|
@@ -266,7 +271,7 @@ export declare class MediaServicesClient {
|
|
|
266
271
|
* @param DeleteStreamPackagingConfigRequest
|
|
267
272
|
* @return DeleteStreamPackagingConfigResponse
|
|
268
273
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
270
275
|
*/
|
|
271
276
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
|
|
272
277
|
/**
|
|
@@ -275,7 +280,7 @@ export declare class MediaServicesClient {
|
|
|
275
280
|
* @param GetMediaAssetRequest
|
|
276
281
|
* @return GetMediaAssetResponse
|
|
277
282
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
279
284
|
*/
|
|
280
285
|
getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
|
|
281
286
|
/**
|
|
@@ -284,7 +289,7 @@ export declare class MediaServicesClient {
|
|
|
284
289
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
285
290
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
286
291
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
288
293
|
*/
|
|
289
294
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
|
|
290
295
|
/**
|
|
@@ -293,7 +298,7 @@ export declare class MediaServicesClient {
|
|
|
293
298
|
* @param GetMediaWorkflowRequest
|
|
294
299
|
* @return GetMediaWorkflowResponse
|
|
295
300
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
297
302
|
*/
|
|
298
303
|
getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
|
|
299
304
|
/**
|
|
@@ -302,7 +307,7 @@ export declare class MediaServicesClient {
|
|
|
302
307
|
* @param GetMediaWorkflowConfigurationRequest
|
|
303
308
|
* @return GetMediaWorkflowConfigurationResponse
|
|
304
309
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
306
311
|
*/
|
|
307
312
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
|
|
308
313
|
/**
|
|
@@ -311,7 +316,7 @@ export declare class MediaServicesClient {
|
|
|
311
316
|
* @param GetMediaWorkflowJobRequest
|
|
312
317
|
* @return GetMediaWorkflowJobResponse
|
|
313
318
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
315
320
|
*/
|
|
316
321
|
getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
|
|
317
322
|
/**
|
|
@@ -320,7 +325,7 @@ export declare class MediaServicesClient {
|
|
|
320
325
|
* @param GetMediaWorkflowJobFactRequest
|
|
321
326
|
* @return GetMediaWorkflowJobFactResponse
|
|
322
327
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
|
|
324
329
|
*/
|
|
325
330
|
getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest: requests.GetMediaWorkflowJobFactRequest): Promise<responses.GetMediaWorkflowJobFactResponse>;
|
|
326
331
|
/**
|
|
@@ -329,7 +334,7 @@ export declare class MediaServicesClient {
|
|
|
329
334
|
* @param GetStreamCdnConfigRequest
|
|
330
335
|
* @return GetStreamCdnConfigResponse
|
|
331
336
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
333
338
|
*/
|
|
334
339
|
getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
|
|
335
340
|
/**
|
|
@@ -338,7 +343,7 @@ export declare class MediaServicesClient {
|
|
|
338
343
|
* @param GetStreamDistributionChannelRequest
|
|
339
344
|
* @return GetStreamDistributionChannelResponse
|
|
340
345
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
342
347
|
*/
|
|
343
348
|
getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
|
|
344
349
|
/**
|
|
@@ -347,7 +352,7 @@ export declare class MediaServicesClient {
|
|
|
347
352
|
* @param GetStreamPackagingConfigRequest
|
|
348
353
|
* @return GetStreamPackagingConfigResponse
|
|
349
354
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
351
356
|
*/
|
|
352
357
|
getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
|
|
353
358
|
/**
|
|
@@ -356,7 +361,7 @@ export declare class MediaServicesClient {
|
|
|
356
361
|
* @param IngestStreamDistributionChannelRequest
|
|
357
362
|
* @return IngestStreamDistributionChannelResponse
|
|
358
363
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
360
365
|
*/
|
|
361
366
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
|
|
362
367
|
/**
|
|
@@ -365,7 +370,7 @@ export declare class MediaServicesClient {
|
|
|
365
370
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
366
371
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
367
372
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
369
374
|
*/
|
|
370
375
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
|
|
371
376
|
/**
|
|
@@ -375,7 +380,7 @@ export declare class MediaServicesClient {
|
|
|
375
380
|
* @param ListMediaAssetsRequest
|
|
376
381
|
* @return ListMediaAssetsResponse
|
|
377
382
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
379
384
|
*/
|
|
380
385
|
listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
|
|
381
386
|
/**
|
|
@@ -385,7 +390,7 @@ export declare class MediaServicesClient {
|
|
|
385
390
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
386
391
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
387
392
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
389
394
|
*/
|
|
390
395
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
|
|
391
396
|
/**
|
|
@@ -394,7 +399,7 @@ export declare class MediaServicesClient {
|
|
|
394
399
|
* @param ListMediaWorkflowJobFactsRequest
|
|
395
400
|
* @return ListMediaWorkflowJobFactsResponse
|
|
396
401
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
|
|
398
403
|
*/
|
|
399
404
|
listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest: requests.ListMediaWorkflowJobFactsRequest): Promise<responses.ListMediaWorkflowJobFactsResponse>;
|
|
400
405
|
/**
|
|
@@ -403,7 +408,7 @@ export declare class MediaServicesClient {
|
|
|
403
408
|
* @param ListMediaWorkflowJobsRequest
|
|
404
409
|
* @return ListMediaWorkflowJobsResponse
|
|
405
410
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
407
412
|
*/
|
|
408
413
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
|
|
409
414
|
/**
|
|
@@ -413,7 +418,7 @@ export declare class MediaServicesClient {
|
|
|
413
418
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
414
419
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
415
420
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
417
422
|
*/
|
|
418
423
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
|
|
419
424
|
/**
|
|
@@ -422,7 +427,7 @@ export declare class MediaServicesClient {
|
|
|
422
427
|
* @param ListMediaWorkflowsRequest
|
|
423
428
|
* @return ListMediaWorkflowsResponse
|
|
424
429
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
426
431
|
*/
|
|
427
432
|
listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
|
|
428
433
|
/**
|
|
@@ -431,7 +436,7 @@ export declare class MediaServicesClient {
|
|
|
431
436
|
* @param ListStreamCdnConfigsRequest
|
|
432
437
|
* @return ListStreamCdnConfigsResponse
|
|
433
438
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
435
440
|
*/
|
|
436
441
|
listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
|
|
437
442
|
/**
|
|
@@ -440,7 +445,7 @@ export declare class MediaServicesClient {
|
|
|
440
445
|
* @param ListStreamDistributionChannelsRequest
|
|
441
446
|
* @return ListStreamDistributionChannelsResponse
|
|
442
447
|
* @throws OciError when an error occurs
|
|
443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
444
449
|
*/
|
|
445
450
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
|
|
446
451
|
/**
|
|
@@ -449,7 +454,7 @@ export declare class MediaServicesClient {
|
|
|
449
454
|
* @param ListStreamPackagingConfigsRequest
|
|
450
455
|
* @return ListStreamPackagingConfigsResponse
|
|
451
456
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
453
458
|
*/
|
|
454
459
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
|
|
455
460
|
/**
|
|
@@ -459,7 +464,7 @@ export declare class MediaServicesClient {
|
|
|
459
464
|
* @param ListSystemMediaWorkflowsRequest
|
|
460
465
|
* @return ListSystemMediaWorkflowsResponse
|
|
461
466
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
463
468
|
*/
|
|
464
469
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
|
|
465
470
|
/**
|
|
@@ -468,7 +473,7 @@ export declare class MediaServicesClient {
|
|
|
468
473
|
* @param UpdateMediaAssetRequest
|
|
469
474
|
* @return UpdateMediaAssetResponse
|
|
470
475
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
472
477
|
*/
|
|
473
478
|
updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
|
|
474
479
|
/**
|
|
@@ -477,7 +482,7 @@ export declare class MediaServicesClient {
|
|
|
477
482
|
* @param UpdateMediaWorkflowRequest
|
|
478
483
|
* @return UpdateMediaWorkflowResponse
|
|
479
484
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
481
486
|
*/
|
|
482
487
|
updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
|
|
483
488
|
/**
|
|
@@ -486,7 +491,7 @@ export declare class MediaServicesClient {
|
|
|
486
491
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
487
492
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
488
493
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
490
495
|
*/
|
|
491
496
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
|
|
492
497
|
/**
|
|
@@ -495,7 +500,7 @@ export declare class MediaServicesClient {
|
|
|
495
500
|
* @param UpdateMediaWorkflowJobRequest
|
|
496
501
|
* @return UpdateMediaWorkflowJobResponse
|
|
497
502
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
499
504
|
*/
|
|
500
505
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
|
|
501
506
|
/**
|
|
@@ -504,7 +509,7 @@ export declare class MediaServicesClient {
|
|
|
504
509
|
* @param UpdateStreamCdnConfigRequest
|
|
505
510
|
* @return UpdateStreamCdnConfigResponse
|
|
506
511
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
508
513
|
*/
|
|
509
514
|
updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
|
|
510
515
|
/**
|
|
@@ -513,7 +518,7 @@ export declare class MediaServicesClient {
|
|
|
513
518
|
* @param UpdateStreamDistributionChannelRequest
|
|
514
519
|
* @return UpdateStreamDistributionChannelResponse
|
|
515
520
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
517
522
|
*/
|
|
518
523
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
|
|
519
524
|
/**
|
|
@@ -522,7 +527,7 @@ export declare class MediaServicesClient {
|
|
|
522
527
|
* @param UpdateStreamPackagingConfigRequest
|
|
523
528
|
* @return UpdateStreamPackagingConfigResponse
|
|
524
529
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
526
531
|
*/
|
|
527
532
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
|
|
528
533
|
}
|
|
@@ -538,7 +543,7 @@ export declare class MediaStreamClient {
|
|
|
538
543
|
protected "_endpoint": string;
|
|
539
544
|
protected "_defaultHeaders": any;
|
|
540
545
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
541
|
-
protected _circuitBreaker: null;
|
|
546
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
542
547
|
protected _httpOptions: any;
|
|
543
548
|
protected _bodyDuplexMode: any;
|
|
544
549
|
targetService: string;
|
|
@@ -578,13 +583,17 @@ export declare class MediaStreamClient {
|
|
|
578
583
|
* @param regionId The public region ID.
|
|
579
584
|
*/
|
|
580
585
|
set regionId(regionId: string);
|
|
586
|
+
/**
|
|
587
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
588
|
+
*/
|
|
589
|
+
shutdownCircuitBreaker(): void;
|
|
581
590
|
/**
|
|
582
591
|
* Gets the playlist content for the specified Packaging Configuration and Media Asset combination.
|
|
583
592
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
584
593
|
* @param GeneratePlaylistRequest
|
|
585
594
|
* @return GeneratePlaylistResponse
|
|
586
595
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
588
597
|
*/
|
|
589
598
|
generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
|
|
590
599
|
/**
|
|
@@ -593,7 +602,8 @@ export declare class MediaStreamClient {
|
|
|
593
602
|
* @param GenerateSessionTokenRequest
|
|
594
603
|
* @return GenerateSessionTokenResponse
|
|
595
604
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
597
606
|
*/
|
|
598
607
|
generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
|
|
599
608
|
}
|
|
609
|
+
export {};
|