oci-mediaservices 2.78.0 → 2.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +190 -68
- package/lib/client.js +1629 -822
- package/lib/client.js.map +1 -1
- package/lib/model/{media-workflow-job-fact.d.ts → add-lock-details.d.ts} +24 -19
- package/lib/model/{media-workflow-job-fact-summary.js → add-lock-details.js} +12 -7
- package/lib/model/add-lock-details.js.map +1 -0
- package/lib/model/create-media-asset-details.d.ts +4 -0
- package/lib/model/create-media-asset-details.js +10 -0
- package/lib/model/create-media-asset-details.js.map +1 -1
- package/lib/model/create-media-workflow-configuration-details.d.ts +5 -0
- package/lib/model/create-media-workflow-configuration-details.js +34 -2
- package/lib/model/create-media-workflow-configuration-details.js.map +1 -1
- package/lib/model/create-media-workflow-details.d.ts +4 -0
- package/lib/model/create-media-workflow-details.js +10 -0
- package/lib/model/create-media-workflow-details.js.map +1 -1
- package/lib/model/create-media-workflow-job-details.d.ts +5 -0
- package/lib/model/create-media-workflow-job-details.js +14 -2
- package/lib/model/create-media-workflow-job-details.js.map +1 -1
- package/lib/model/create-stream-cdn-config-details.d.ts +4 -0
- package/lib/model/create-stream-cdn-config-details.js +11 -1
- package/lib/model/create-stream-cdn-config-details.js.map +1 -1
- package/lib/model/create-stream-distribution-channel-details.d.ts +5 -0
- package/lib/model/create-stream-distribution-channel-details.js +34 -2
- package/lib/model/create-stream-distribution-channel-details.js.map +1 -1
- package/lib/model/create-stream-packaging-config-details.d.ts +4 -0
- package/lib/model/create-stream-packaging-config-details.js +10 -0
- package/lib/model/create-stream-packaging-config-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -8
- package/lib/model/index.js +8 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-output.d.ts +1 -0
- package/lib/model/job-output.js +1 -0
- package/lib/model/job-output.js.map +1 -1
- package/lib/model/media-asset-distribution-channel-attachment-summary.d.ts +5 -0
- package/lib/model/media-asset-distribution-channel-attachment-summary.js +34 -2
- package/lib/model/media-asset-distribution-channel-attachment-summary.js.map +1 -1
- package/lib/model/media-asset-distribution-channel-attachment.d.ts +5 -0
- package/lib/model/media-asset-distribution-channel-attachment.js +34 -2
- package/lib/model/media-asset-distribution-channel-attachment.js.map +1 -1
- package/lib/model/media-asset-summary.d.ts +4 -0
- package/lib/model/media-asset-summary.js +34 -2
- package/lib/model/media-asset-summary.js.map +1 -1
- package/lib/model/media-asset.d.ts +4 -0
- package/lib/model/media-asset.js +10 -0
- package/lib/model/media-asset.js.map +1 -1
- package/lib/model/media-workflow-configuration-summary.d.ts +5 -0
- package/lib/model/media-workflow-configuration-summary.js +34 -2
- package/lib/model/media-workflow-configuration-summary.js.map +1 -1
- package/lib/model/media-workflow-configuration.d.ts +5 -0
- package/lib/model/media-workflow-configuration.js +34 -2
- package/lib/model/media-workflow-configuration.js.map +1 -1
- package/lib/model/media-workflow-job-summary.d.ts +5 -0
- package/lib/model/media-workflow-job-summary.js +34 -2
- package/lib/model/media-workflow-job-summary.js.map +1 -1
- package/lib/model/media-workflow-job.d.ts +5 -0
- package/lib/model/media-workflow-job.js +11 -0
- package/lib/model/media-workflow-job.js.map +1 -1
- package/lib/model/media-workflow-summary.d.ts +5 -0
- package/lib/model/media-workflow-summary.js +34 -2
- package/lib/model/media-workflow-summary.js.map +1 -1
- package/lib/model/media-workflow-task-declaration.d.ts +5 -0
- package/lib/model/media-workflow-task-declaration.js +34 -2
- package/lib/model/media-workflow-task-declaration.js.map +1 -1
- package/lib/model/media-workflow-task.d.ts +2 -2
- package/lib/model/media-workflow.d.ts +5 -1
- package/lib/model/media-workflow.js +10 -0
- package/lib/model/media-workflow.js.map +1 -1
- package/lib/model/{media-workflow-job-fact-summary.d.ts → remove-lock-details.d.ts} +24 -13
- package/lib/model/{media-workflow-job-fact.js → remove-lock-details.js} +12 -7
- package/lib/model/remove-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +59 -0
- package/lib/model/{media-workflow-job-fact-sort-by.js → resource-lock.js} +21 -15
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/stream-cdn-config-summary.d.ts +5 -0
- package/lib/model/stream-cdn-config-summary.js +34 -2
- package/lib/model/stream-cdn-config-summary.js.map +1 -1
- package/lib/model/stream-cdn-config.d.ts +4 -0
- package/lib/model/stream-cdn-config.js +11 -1
- package/lib/model/stream-cdn-config.js.map +1 -1
- package/lib/model/stream-distribution-channel-summary.d.ts +5 -0
- package/lib/model/stream-distribution-channel-summary.js +34 -2
- package/lib/model/stream-distribution-channel-summary.js.map +1 -1
- package/lib/model/stream-distribution-channel.d.ts +5 -0
- package/lib/model/stream-distribution-channel.js +34 -2
- package/lib/model/stream-distribution-channel.js.map +1 -1
- package/lib/model/stream-packaging-config-summary.d.ts +5 -0
- package/lib/model/stream-packaging-config-summary.js +34 -2
- package/lib/model/stream-packaging-config-summary.js.map +1 -1
- package/lib/model/stream-packaging-config.d.ts +4 -0
- package/lib/model/stream-packaging-config.js +10 -0
- package/lib/model/stream-packaging-config.js.map +1 -1
- package/lib/model/system-media-workflow.d.ts +4 -0
- package/lib/model/system-media-workflow.js +10 -0
- package/lib/model/system-media-workflow.js.map +1 -1
- package/lib/request/add-media-asset-lock-request.d.ts +49 -0
- package/lib/request/{get-media-workflow-job-fact-request.js → add-media-asset-lock-request.js} +1 -1
- package/lib/request/add-media-asset-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-configuration-lock-request.d.ts +49 -0
- package/lib/request/add-media-workflow-configuration-lock-request.js +15 -0
- package/lib/request/add-media-workflow-configuration-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-job-lock-request.d.ts +49 -0
- package/lib/{response/get-media-workflow-job-fact-response.js → request/add-media-workflow-job-lock-request.js} +1 -1
- package/lib/request/add-media-workflow-job-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-lock-request.d.ts +49 -0
- package/lib/{response/list-media-workflow-job-facts-response.js → request/add-media-workflow-lock-request.js} +1 -1
- package/lib/request/add-media-workflow-lock-request.js.map +1 -0
- package/lib/request/add-stream-cdn-config-lock-request.d.ts +49 -0
- package/lib/request/add-stream-cdn-config-lock-request.js +15 -0
- package/lib/request/add-stream-cdn-config-lock-request.js.map +1 -0
- package/lib/request/add-stream-distribution-channel-lock-request.d.ts +49 -0
- package/lib/request/add-stream-distribution-channel-lock-request.js +15 -0
- package/lib/request/add-stream-distribution-channel-lock-request.js.map +1 -0
- package/lib/request/add-stream-packaging-config-lock-request.d.ts +49 -0
- package/lib/request/add-stream-packaging-config-lock-request.js +15 -0
- package/lib/request/add-stream-packaging-config-lock-request.js.map +1 -0
- package/lib/request/change-media-asset-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-job-compartment-request.d.ts +5 -1
- package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +5 -1
- package/lib/request/create-media-asset-request.d.ts +1 -1
- package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/create-media-workflow-job-request.d.ts +1 -1
- package/lib/request/create-media-workflow-request.d.ts +1 -1
- package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +5 -1
- package/lib/request/delete-media-asset-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-configuration-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-job-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-request.d.ts +5 -1
- package/lib/request/delete-stream-cdn-config-request.d.ts +5 -1
- package/lib/request/delete-stream-distribution-channel-request.d.ts +5 -1
- package/lib/request/delete-stream-packaging-config-request.d.ts +5 -1
- package/lib/request/generate-playlist-request.d.ts +1 -1
- package/lib/request/generate-session-token-request.d.ts +1 -1
- package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
- package/lib/request/get-media-asset-request.d.ts +1 -1
- package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/get-media-workflow-job-request.d.ts +1 -1
- package/lib/request/get-media-workflow-request.d.ts +1 -1
- package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/index.d.ts +28 -4
- package/lib/request/index.js +0 -22
- package/lib/request/index.js.map +1 -1
- package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
- package/lib/request/list-media-assets-request.d.ts +1 -1
- package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
- package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
- package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
- package/lib/request/list-media-workflows-request.d.ts +1 -1
- package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
- package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
- package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
- package/lib/request/list-system-media-workflows-request.d.ts +1 -1
- package/lib/request/remove-media-asset-lock-request.d.ts +49 -0
- package/lib/request/remove-media-asset-lock-request.js +15 -0
- package/lib/request/remove-media-asset-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-job-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-job-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-job-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-lock-request.js.map +1 -0
- package/lib/request/remove-stream-cdn-config-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-cdn-config-lock-request.js +15 -0
- package/lib/request/remove-stream-cdn-config-lock-request.js.map +1 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.js +15 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.js.map +1 -0
- package/lib/request/remove-stream-packaging-config-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-packaging-config-lock-request.js +15 -0
- package/lib/request/remove-stream-packaging-config-lock-request.js.map +1 -0
- package/lib/request/update-media-asset-request.d.ts +5 -1
- package/lib/request/update-media-workflow-configuration-request.d.ts +5 -1
- package/lib/request/update-media-workflow-job-request.d.ts +5 -1
- package/lib/request/update-media-workflow-request.d.ts +5 -1
- package/lib/request/update-stream-cdn-config-request.d.ts +5 -1
- package/lib/request/update-stream-distribution-channel-request.d.ts +5 -1
- package/lib/request/update-stream-packaging-config-request.d.ts +5 -1
- package/lib/response/{get-media-workflow-job-fact-response.d.ts → add-media-asset-lock-response.d.ts} +3 -3
- package/lib/response/add-media-asset-lock-response.js +15 -0
- package/lib/response/add-media-asset-lock-response.js.map +1 -0
- package/lib/response/{list-media-workflow-job-facts-response.d.ts → add-media-workflow-configuration-lock-response.d.ts} +8 -10
- package/lib/response/add-media-workflow-configuration-lock-response.js +15 -0
- package/lib/response/add-media-workflow-configuration-lock-response.js.map +1 -0
- package/lib/response/add-media-workflow-job-lock-response.d.ts +30 -0
- package/lib/response/add-media-workflow-job-lock-response.js +15 -0
- package/lib/response/add-media-workflow-job-lock-response.js.map +1 -0
- package/lib/response/add-media-workflow-lock-response.d.ts +30 -0
- package/lib/response/add-media-workflow-lock-response.js +15 -0
- package/lib/response/add-media-workflow-lock-response.js.map +1 -0
- package/lib/response/add-stream-cdn-config-lock-response.d.ts +30 -0
- package/lib/response/add-stream-cdn-config-lock-response.js +15 -0
- package/lib/response/add-stream-cdn-config-lock-response.js.map +1 -0
- package/lib/response/add-stream-distribution-channel-lock-response.d.ts +30 -0
- package/lib/response/add-stream-distribution-channel-lock-response.js +15 -0
- package/lib/response/add-stream-distribution-channel-lock-response.js.map +1 -0
- package/lib/response/add-stream-packaging-config-lock-response.d.ts +30 -0
- package/lib/response/add-stream-packaging-config-lock-response.js +15 -0
- package/lib/response/add-stream-packaging-config-lock-response.js.map +1 -0
- package/lib/response/change-media-workflow-compartment-response.d.ts +0 -5
- package/lib/response/change-media-workflow-configuration-compartment-response.d.ts +0 -5
- package/lib/response/change-media-workflow-job-compartment-response.d.ts +0 -5
- package/lib/response/change-stream-distribution-channel-compartment-response.d.ts +0 -5
- package/lib/response/delete-media-workflow-configuration-response.d.ts +0 -5
- package/lib/response/delete-media-workflow-job-response.d.ts +0 -5
- package/lib/response/index.d.ts +28 -4
- package/lib/response/remove-media-asset-lock-response.d.ts +30 -0
- package/lib/response/remove-media-asset-lock-response.js +15 -0
- package/lib/response/remove-media-asset-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-job-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-job-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-job-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-lock-response.js.map +1 -0
- package/lib/response/remove-stream-cdn-config-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-cdn-config-lock-response.js +15 -0
- package/lib/response/remove-stream-cdn-config-lock-response.js.map +1 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.js +15 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.js.map +1 -0
- package/lib/response/remove-stream-packaging-config-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-packaging-config-lock-response.js +15 -0
- package/lib/response/remove-stream-packaging-config-lock-response.js.map +1 -0
- package/lib/response/update-stream-packaging-config-response.d.ts +0 -5
- package/package.json +3 -3
- package/lib/model/media-workflow-job-fact-collection.d.ts +0 -30
- package/lib/model/media-workflow-job-fact-collection.js +0 -64
- package/lib/model/media-workflow-job-fact-collection.js.map +0 -1
- package/lib/model/media-workflow-job-fact-sort-by.d.ts +0 -25
- package/lib/model/media-workflow-job-fact-sort-by.js.map +0 -1
- package/lib/model/media-workflow-job-fact-summary.js.map +0 -1
- package/lib/model/media-workflow-job-fact.js.map +0 -1
- package/lib/request/get-media-workflow-job-fact-request.d.ts +0 -30
- package/lib/request/get-media-workflow-job-fact-request.js.map +0 -1
- package/lib/request/list-media-workflow-job-facts-request.d.ts +0 -63
- package/lib/request/list-media-workflow-job-facts-request.js +0 -27
- package/lib/request/list-media-workflow-job-facts-request.js.map +0 -1
- package/lib/response/get-media-workflow-job-fact-response.js.map +0 -1
- package/lib/response/list-media-workflow-job-facts-response.js.map +0 -1
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListStreamCdnConfigsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListStreamDistributionChannelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListStreamPackagingConfigsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflowsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListSystemMediaWorkflowsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMediaAssetLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details to be updated for the RemoveLock.
|
|
21
|
+
*/
|
|
22
|
+
"removeLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique MediaAsset identifier
|
|
25
|
+
*/
|
|
26
|
+
"mediaAssetId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
|
+
* etag from a previous GET or POST response for that resource.
|
|
44
|
+
* The resource will be updated or deleted only if the etag you
|
|
45
|
+
* provide matches the resource's current etag value.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-media-asset-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-media-asset-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-media-asset-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMediaWorkflowConfigurationLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* RemoveResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"removeResourceLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique MediaWorkflowConfiguration identifier.
|
|
25
|
+
*/
|
|
26
|
+
"mediaWorkflowConfigurationId": string;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-media-workflow-configuration-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-media-workflow-configuration-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-media-workflow-configuration-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMediaWorkflowJobLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details to be updated for the RemoveLock.
|
|
21
|
+
*/
|
|
22
|
+
"removeLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique MediaWorkflowJob identifier.
|
|
25
|
+
*/
|
|
26
|
+
"mediaWorkflowJobId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
|
+
* etag from a previous GET or POST response for that resource.
|
|
44
|
+
* The resource will be updated or deleted only if the etag you
|
|
45
|
+
* provide matches the resource's current etag value.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-media-workflow-job-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-media-workflow-job-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-media-workflow-job-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMediaWorkflowLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* RemoveResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"removeResourceLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique MediaWorkflow identifier.
|
|
25
|
+
*/
|
|
26
|
+
"mediaWorkflowId": string;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
|
+
* etag from a previous GET or POST response for that resource.
|
|
44
|
+
* The resource will be updated or deleted only if the etag you
|
|
45
|
+
* provide matches the resource's current etag value.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-media-workflow-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-media-workflow-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-media-workflow-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveStreamCdnConfigLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* RemoveResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"removeResourceLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique StreamCdnConfig identifier.
|
|
25
|
+
*/
|
|
26
|
+
"streamCdnConfigId": string;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-stream-cdn-config-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-stream-cdn-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-stream-cdn-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveStreamDistributionChannelLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* RemoveResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"removeResourceLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Stream Distribution Channel path identifier.
|
|
25
|
+
*/
|
|
26
|
+
"streamDistributionChannelId": string;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-stream-distribution-channel-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-stream-distribution-channel-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-stream-distribution-channel-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveStreamPackagingConfigLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* RemoveResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"removeResourceLockDetails": model.RemoveLockDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Stream Packaging Configuration path identifier.
|
|
25
|
+
*/
|
|
26
|
+
"streamPackagingConfigId": string;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* might be rejected.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-stream-packaging-config-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-stream-packaging-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/remove-stream-packaging-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAssetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMediaAssetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateMediaAssetRequest extends common.BaseRequest {
|
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateMediaAssetDetails": model.UpdateMediaAssetDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
33
|
* for a resource, set the {@code if-match} parameter to the value of the
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMediaWorkflowConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateMediaWorkflowConfigurationRequest extends common.BaseRequ
|
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateMediaWorkflowConfigurationDetails": model.UpdateMediaWorkflowConfigurationDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
33
|
* for a resource, set the {@code if-match} parameter to the value of the
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMediaWorkflowJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateMediaWorkflowJobRequest extends common.BaseRequest {
|
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateMediaWorkflowJobDetails": model.UpdateMediaWorkflowJobDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
33
|
* for a resource, set the {@code if-match} parameter to the value of the
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflowRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMediaWorkflowRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateMediaWorkflowRequest extends common.BaseRequest {
|
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateMediaWorkflowDetails": model.UpdateMediaWorkflowDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
33
|
* for a resource, set the {@code if-match} parameter to the value of the
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateStreamCdnConfigRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface UpdateStreamCdnConfigRequest extends common.BaseRequest {
|
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateStreamCdnConfigDetails": model.UpdateStreamCdnConfigDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to override locks (if any exist).
|
|
29
|
+
*/
|
|
30
|
+
"isLockOverride"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
33
|
* for a resource, set the {@code if-match} parameter to the value of the
|