oci-mediaservices 2.77.1 → 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,6 +13,7 @@ Use the Media Services API to configure media workflows and run Media Flow jobs,
|
|
|
13
13
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* 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.
|
|
15
15
|
*/
|
|
16
|
+
import * as model from "../model";
|
|
16
17
|
/**
|
|
17
18
|
* Summary of the Packaging Configuration.
|
|
18
19
|
*/
|
|
@@ -73,6 +74,10 @@ export interface StreamPackagingConfigSummary {
|
|
|
73
74
|
[key: string]: any;
|
|
74
75
|
};
|
|
75
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* Locks associated with this resource.
|
|
79
|
+
*/
|
|
80
|
+
"locks"?: Array<model.ResourceLock>;
|
|
76
81
|
}
|
|
77
82
|
export declare namespace StreamPackagingConfigSummary {
|
|
78
83
|
function getJsonObj(obj: StreamPackagingConfigSummary): object;
|
|
@@ -14,17 +14,49 @@ Use the Media Services API to configure media workflows and run Media Flow jobs,
|
|
|
14
14
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
15
|
* 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.
|
|
16
16
|
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
17
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
37
|
exports.StreamPackagingConfigSummary = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
19
39
|
var StreamPackagingConfigSummary;
|
|
20
40
|
(function (StreamPackagingConfigSummary) {
|
|
21
41
|
function getJsonObj(obj) {
|
|
22
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"locks": obj.locks
|
|
44
|
+
? obj.locks.map(item => {
|
|
45
|
+
return model.ResourceLock.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
23
49
|
return jsonObj;
|
|
24
50
|
}
|
|
25
51
|
StreamPackagingConfigSummary.getJsonObj = getJsonObj;
|
|
26
52
|
function getDeserializedJsonObj(obj) {
|
|
27
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"locks": obj.locks
|
|
55
|
+
? obj.locks.map(item => {
|
|
56
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
28
60
|
return jsonObj;
|
|
29
61
|
}
|
|
30
62
|
StreamPackagingConfigSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream-packaging-config-summary.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/stream-packaging-config-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"stream-packaging-config-summary.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/stream-packaging-config-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2DlC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -79,6 +79,10 @@ export interface StreamPackagingConfig {
|
|
|
79
79
|
[key: string]: any;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
|
+
/**
|
|
83
|
+
* Locks associated with this resource.
|
|
84
|
+
*/
|
|
85
|
+
"locks"?: Array<model.ResourceLock>;
|
|
82
86
|
"streamPackagingFormat": string;
|
|
83
87
|
}
|
|
84
88
|
export declare namespace StreamPackagingConfig {
|
|
@@ -54,6 +54,11 @@ var StreamPackagingConfig;
|
|
|
54
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
55
|
"encryption": obj.encryption
|
|
56
56
|
? model.StreamPackagingConfigEncryption.getJsonObj(obj.encryption)
|
|
57
|
+
: undefined,
|
|
58
|
+
"locks": obj.locks
|
|
59
|
+
? obj.locks.map(item => {
|
|
60
|
+
return model.ResourceLock.getJsonObj(item);
|
|
61
|
+
})
|
|
57
62
|
: undefined
|
|
58
63
|
});
|
|
59
64
|
if (obj && "streamPackagingFormat" in obj && obj.streamPackagingFormat) {
|
|
@@ -74,6 +79,11 @@ var StreamPackagingConfig;
|
|
|
74
79
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
75
80
|
"encryption": obj.encryption
|
|
76
81
|
? model.StreamPackagingConfigEncryption.getDeserializedJsonObj(obj.encryption)
|
|
82
|
+
: undefined,
|
|
83
|
+
"locks": obj.locks
|
|
84
|
+
? obj.locks.map(item => {
|
|
85
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
86
|
+
})
|
|
77
87
|
: undefined
|
|
78
88
|
});
|
|
79
89
|
if (obj && "streamPackagingFormat" in obj && obj.streamPackagingFormat) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stream-packaging-config.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/stream-packaging-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;
|
|
1
|
+
{"version":3,"file":"stream-packaging-config.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/stream-packaging-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAmEtC,IAAiB,qBAAqB,CAkFrC;AAlFD,WAAiB,qBAAqB;IACpC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAClE,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAlCe,gCAAU,aAkCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC9E,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAlCe,4CAAsB,yBAkCrC,CAAA;AACH,CAAC,EAlFgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAkFrC"}
|
|
@@ -44,6 +44,10 @@ export interface SystemMediaWorkflow {
|
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"tasks": Array<model.MediaWorkflowTask>;
|
|
47
|
+
/**
|
|
48
|
+
* Locks associated with this resource.
|
|
49
|
+
*/
|
|
50
|
+
"locks"?: Array<model.ResourceLock>;
|
|
47
51
|
}
|
|
48
52
|
export declare namespace SystemMediaWorkflow {
|
|
49
53
|
function getJsonObj(obj: SystemMediaWorkflow): object;
|
|
@@ -44,6 +44,11 @@ var SystemMediaWorkflow;
|
|
|
44
44
|
? obj.tasks.map(item => {
|
|
45
45
|
return model.MediaWorkflowTask.getJsonObj(item);
|
|
46
46
|
})
|
|
47
|
+
: undefined,
|
|
48
|
+
"locks": obj.locks
|
|
49
|
+
? obj.locks.map(item => {
|
|
50
|
+
return model.ResourceLock.getJsonObj(item);
|
|
51
|
+
})
|
|
47
52
|
: undefined
|
|
48
53
|
});
|
|
49
54
|
return jsonObj;
|
|
@@ -55,6 +60,11 @@ var SystemMediaWorkflow;
|
|
|
55
60
|
? obj.tasks.map(item => {
|
|
56
61
|
return model.MediaWorkflowTask.getDeserializedJsonObj(item);
|
|
57
62
|
})
|
|
63
|
+
: undefined,
|
|
64
|
+
"locks": obj.locks
|
|
65
|
+
? obj.locks.map(item => {
|
|
66
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
67
|
+
})
|
|
58
68
|
: undefined
|
|
59
69
|
});
|
|
60
70
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-media-workflow.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/system-media-workflow.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"system-media-workflow.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/model/system-media-workflow.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,mBAAmB,CAuCnC;AAvCD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,8BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,0CAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuCnC"}
|
|
@@ -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/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddMediaAssetLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details to be updated for the AddLock.
|
|
21
|
+
*/
|
|
22
|
+
"addLockDetails": model.AddLockDetails;
|
|
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
|
+
}
|
package/lib/request/{get-media-workflow-job-fact-request.js → add-media-asset-lock-request.js}
RENAMED
|
@@ -12,4 +12,4 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=add-media-asset-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-media-asset-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddMediaWorkflowConfigurationLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* AddResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"addResourceLockDetails": model.AddLockDetails;
|
|
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=add-media-workflow-configuration-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-media-workflow-configuration-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddMediaWorkflowJobLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The details to be updated for the AddLock.
|
|
21
|
+
*/
|
|
22
|
+
"addLockDetails": model.AddLockDetails;
|
|
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
|
+
}
|
|
@@ -12,4 +12,4 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=add-media-workflow-job-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-media-workflow-job-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddMediaWorkflowLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* AddResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"addResourceLockDetails": model.AddLockDetails;
|
|
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
|
+
}
|
|
@@ -12,4 +12,4 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=add-media-workflow-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-media-workflow-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddStreamCdnConfigLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* AddResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"addResourceLockDetails": model.AddLockDetails;
|
|
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=add-stream-cdn-config-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-stream-cdn-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddStreamDistributionChannelLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* AddResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"addResourceLockDetails": model.AddLockDetails;
|
|
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=add-stream-distribution-channel-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-stream-distribution-channel-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-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/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddStreamPackagingConfigLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* AddResourceLockDetails body parameter
|
|
21
|
+
*/
|
|
22
|
+
"addResourceLockDetails": model.AddLockDetails;
|
|
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=add-stream-packaging-config-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-stream-packaging-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-stream-packaging-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|