oci-aivision 2.114.1 → 2.116.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/aiservicevision-waiter.d.ts +32 -0
- package/lib/aiservicevision-waiter.js +48 -0
- package/lib/aiservicevision-waiter.js.map +1 -1
- package/lib/client.d.ts +253 -0
- package/lib/client.js +2009 -338
- package/lib/client.js.map +1 -1
- package/lib/model/analyze-video-stream-result.d.ts +58 -0
- package/lib/model/analyze-video-stream-result.js +103 -0
- package/lib/model/analyze-video-stream-result.js.map +1 -0
- package/lib/model/change-stream-group-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-group-compartment-details.js +29 -0
- package/lib/model/change-stream-group-compartment-details.js.map +1 -0
- package/lib/model/change-stream-job-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-job-compartment-details.js +29 -0
- package/lib/model/change-stream-job-compartment-details.js.map +1 -0
- package/lib/model/change-stream-source-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-source-compartment-details.js +29 -0
- package/lib/model/change-stream-source-compartment-details.js.map +1 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.d.ts +27 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/create-stream-group-details.d.ts +61 -0
- package/lib/model/create-stream-group-details.js +61 -0
- package/lib/model/create-stream-group-details.js.map +1 -0
- package/lib/model/create-stream-job-details.d.ts +59 -0
- package/lib/model/create-stream-job-details.js +67 -0
- package/lib/model/create-stream-job-details.js.map +1 -0
- package/lib/model/create-stream-source-details.d.ts +50 -0
- package/lib/model/create-stream-source-details.js +57 -0
- package/lib/model/create-stream-source-details.js.map +1 -0
- package/lib/model/create-vision-private-endpoint-details.d.ts +56 -0
- package/lib/model/create-vision-private-endpoint-details.js +29 -0
- package/lib/model/create-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/face-embedding-feature.d.ts +32 -0
- package/lib/model/face-embedding-feature.js +52 -0
- package/lib/model/face-embedding-feature.js.map +1 -0
- package/lib/model/face.d.ts +4 -0
- package/lib/model/face.js.map +1 -1
- package/lib/model/image-feature.js +4 -0
- package/lib/model/image-feature.js.map +1 -1
- package/lib/model/index.d.ts +84 -0
- package/lib/model/index.js +88 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/model-version-details.d.ts +29 -0
- package/lib/model/model-version-details.js +29 -0
- package/lib/model/model-version-details.js.map +1 -0
- package/lib/model/object-properties.d.ts +34 -0
- package/lib/model/object-properties.js +61 -0
- package/lib/model/object-properties.js.map +1 -0
- package/lib/model/object-storage-output-location.d.ts +36 -0
- package/lib/model/object-storage-output-location.js +54 -0
- package/lib/model/object-storage-output-location.js.map +1 -0
- package/lib/model/operation-type.d.ts +17 -0
- package/lib/model/operation-type.js +17 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/private-stream-network-access-details.d.ts +29 -0
- package/lib/model/private-stream-network-access-details.js +54 -0
- package/lib/model/private-stream-network-access-details.js.map +1 -0
- package/lib/model/rtsp-source-details.d.ts +33 -0
- package/lib/model/rtsp-source-details.js +52 -0
- package/lib/model/rtsp-source-details.js.map +1 -0
- package/lib/model/stream-group-collection.d.ts +26 -0
- package/lib/model/stream-group-collection.js +61 -0
- package/lib/model/stream-group-collection.js.map +1 -0
- package/lib/model/stream-group-overlap.d.ts +25 -0
- package/lib/model/stream-group-overlap.js +29 -0
- package/lib/model/stream-group-overlap.js.map +1 -0
- package/lib/model/stream-group-summary.d.ts +88 -0
- package/lib/model/stream-group-summary.js +61 -0
- package/lib/model/stream-group-summary.js.map +1 -0
- package/lib/model/stream-group.d.ts +101 -0
- package/lib/model/stream-group.js +75 -0
- package/lib/model/stream-group.js.map +1 -0
- package/lib/model/stream-job-collection.d.ts +26 -0
- package/lib/model/stream-job-collection.js +61 -0
- package/lib/model/stream-job-collection.js.map +1 -0
- package/lib/model/stream-job-summary.d.ts +90 -0
- package/lib/model/stream-job-summary.js +67 -0
- package/lib/model/stream-job-summary.js.map +1 -0
- package/lib/model/stream-job.d.ts +109 -0
- package/lib/model/stream-job.js +83 -0
- package/lib/model/stream-job.js.map +1 -0
- package/lib/model/stream-network-access-details.d.ts +22 -0
- package/lib/model/stream-network-access-details.js +68 -0
- package/lib/model/stream-network-access-details.js.map +1 -0
- package/lib/model/stream-output-location.d.ts +22 -0
- package/lib/model/stream-output-location.js +68 -0
- package/lib/model/stream-output-location.js.map +1 -0
- package/lib/model/stream-source-collection.d.ts +26 -0
- package/lib/model/stream-source-collection.js +61 -0
- package/lib/model/stream-source-collection.js.map +1 -0
- package/lib/model/stream-source-details.d.ts +24 -0
- package/lib/model/stream-source-details.js +76 -0
- package/lib/model/stream-source-details.js.map +1 -0
- package/lib/model/stream-source-summary.d.ts +77 -0
- package/lib/model/stream-source-summary.js +57 -0
- package/lib/model/stream-source-summary.js.map +1 -0
- package/lib/model/stream-source.d.ts +90 -0
- package/lib/model/stream-source.js +71 -0
- package/lib/model/stream-source.js.map +1 -0
- package/lib/model/tracking-type.d.ts +41 -0
- package/lib/model/tracking-type.js +29 -0
- package/lib/model/tracking-type.js.map +1 -0
- package/lib/model/update-stream-group-details.d.ts +56 -0
- package/lib/model/update-stream-group-details.js +61 -0
- package/lib/model/update-stream-group-details.js.map +1 -0
- package/lib/model/update-stream-job-details.d.ts +54 -0
- package/lib/model/update-stream-job-details.js +67 -0
- package/lib/model/update-stream-job-details.js.map +1 -0
- package/lib/model/update-stream-source-details.d.ts +45 -0
- package/lib/model/update-stream-source-details.js +57 -0
- package/lib/model/update-stream-source-details.js.map +1 -0
- package/lib/model/update-vision-private-endpoint-details.d.ts +47 -0
- package/lib/model/update-vision-private-endpoint-details.js +29 -0
- package/lib/model/update-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/video-job.d.ts +1 -1
- package/lib/model/video-stream-face-detection-feature.d.ts +38 -0
- package/lib/model/video-stream-face-detection-feature.js +54 -0
- package/lib/model/video-stream-face-detection-feature.js.map +1 -0
- package/lib/model/video-stream-feature.d.ts +22 -0
- package/lib/model/video-stream-feature.js +76 -0
- package/lib/model/video-stream-feature.js.map +1 -0
- package/lib/model/video-stream-metadata.d.ts +33 -0
- package/lib/model/video-stream-metadata.js +29 -0
- package/lib/model/video-stream-metadata.js.map +1 -0
- package/lib/model/video-stream-object-detection-feature.d.ts +34 -0
- package/lib/model/video-stream-object-detection-feature.js +54 -0
- package/lib/model/video-stream-object-detection-feature.js.map +1 -0
- package/lib/model/video-stream-object-tracking-feature.d.ts +28 -0
- package/lib/model/video-stream-object-tracking-feature.js +66 -0
- package/lib/model/video-stream-object-tracking-feature.js.map +1 -0
- package/lib/model/video-stream-object.d.ts +36 -0
- package/lib/model/video-stream-object.js +61 -0
- package/lib/model/video-stream-object.js.map +1 -0
- package/lib/model/video-tracked-object-properties.d.ts +4 -0
- package/lib/model/video-tracked-object-properties.js.map +1 -1
- package/lib/model/vision-private-endpoint-collection.d.ts +26 -0
- package/lib/model/vision-private-endpoint-collection.js +61 -0
- package/lib/model/vision-private-endpoint-collection.js.map +1 -0
- package/lib/model/vision-private-endpoint-summary.d.ts +82 -0
- package/lib/model/vision-private-endpoint-summary.js +29 -0
- package/lib/model/vision-private-endpoint-summary.js.map +1 -0
- package/lib/model/vision-private-endpoint.d.ts +100 -0
- package/lib/model/vision-private-endpoint.js +43 -0
- package/lib/model/vision-private-endpoint.js.map +1 -0
- package/lib/request/change-stream-group-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-group-compartment-request.js +15 -0
- package/lib/request/change-stream-group-compartment-request.js.map +1 -0
- package/lib/request/change-stream-job-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-job-compartment-request.js +15 -0
- package/lib/request/change-stream-job-compartment-request.js.map +1 -0
- package/lib/request/change-stream-source-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-source-compartment-request.js +15 -0
- package/lib/request/change-stream-source-compartment-request.js.map +1 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-stream-group-request.d.ts +36 -0
- package/lib/request/create-stream-group-request.js +15 -0
- package/lib/request/create-stream-group-request.js.map +1 -0
- package/lib/request/create-stream-job-request.d.ts +36 -0
- package/lib/request/create-stream-job-request.js +15 -0
- package/lib/request/create-stream-job-request.js.map +1 -0
- package/lib/request/create-stream-source-request.d.ts +36 -0
- package/lib/request/create-stream-source-request.js +15 -0
- package/lib/request/create-stream-source-request.js.map +1 -0
- package/lib/request/create-vision-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-vision-private-endpoint-request.js +15 -0
- package/lib/request/create-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-stream-group-request.d.ts +35 -0
- package/lib/request/delete-stream-group-request.js +15 -0
- package/lib/request/delete-stream-group-request.js.map +1 -0
- package/lib/request/delete-stream-job-request.d.ts +35 -0
- package/lib/request/delete-stream-job-request.js +15 -0
- package/lib/request/delete-stream-job-request.js.map +1 -0
- package/lib/request/delete-stream-source-request.d.ts +35 -0
- package/lib/request/delete-stream-source-request.js +15 -0
- package/lib/request/delete-stream-source-request.js.map +1 -0
- package/lib/request/delete-vision-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-vision-private-endpoint-request.js +15 -0
- package/lib/request/delete-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/get-stream-group-request.d.ts +26 -0
- package/lib/request/get-stream-group-request.js +15 -0
- package/lib/request/get-stream-group-request.js.map +1 -0
- package/lib/request/get-stream-job-request.d.ts +26 -0
- package/lib/request/get-stream-job-request.js +15 -0
- package/lib/request/get-stream-job-request.js.map +1 -0
- package/lib/request/get-stream-source-request.d.ts +26 -0
- package/lib/request/get-stream-source-request.js +15 -0
- package/lib/request/get-stream-source-request.js.map +1 -0
- package/lib/request/get-vision-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-vision-private-endpoint-request.js +15 -0
- package/lib/request/get-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-stream-groups-request.d.ts +58 -0
- package/lib/request/list-stream-groups-request.js +24 -0
- package/lib/request/list-stream-groups-request.js.map +1 -0
- package/lib/request/list-stream-jobs-request.d.ts +62 -0
- package/lib/request/list-stream-jobs-request.js +24 -0
- package/lib/request/list-stream-jobs-request.js.map +1 -0
- package/lib/request/list-stream-sources-request.d.ts +62 -0
- package/lib/request/list-stream-sources-request.js +24 -0
- package/lib/request/list-stream-sources-request.js.map +1 -0
- package/lib/request/list-vision-private-endpoints-request.d.ts +62 -0
- package/lib/request/list-vision-private-endpoints-request.js +24 -0
- package/lib/request/list-vision-private-endpoints-request.js.map +1 -0
- package/lib/request/start-stream-job-request.d.ts +44 -0
- package/lib/request/start-stream-job-request.js +15 -0
- package/lib/request/start-stream-job-request.js.map +1 -0
- package/lib/request/stop-stream-job-request.d.ts +44 -0
- package/lib/request/stop-stream-job-request.js +15 -0
- package/lib/request/stop-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-group-request.d.ts +40 -0
- package/lib/request/update-stream-group-request.js +15 -0
- package/lib/request/update-stream-group-request.js.map +1 -0
- package/lib/request/update-stream-job-request.d.ts +40 -0
- package/lib/request/update-stream-job-request.js +15 -0
- package/lib/request/update-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-source-request.d.ts +40 -0
- package/lib/request/update-stream-source-request.js +15 -0
- package/lib/request/update-stream-source-request.js.map +1 -0
- package/lib/request/update-vision-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-vision-private-endpoint-request.js +15 -0
- package/lib/request/update-vision-private-endpoint-request.js.map +1 -0
- package/lib/response/change-stream-group-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-group-compartment-response.js +15 -0
- package/lib/response/change-stream-group-compartment-response.js.map +1 -0
- package/lib/response/change-stream-job-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-job-compartment-response.js +15 -0
- package/lib/response/change-stream-job-compartment-response.js.map +1 -0
- package/lib/response/change-stream-source-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-source-compartment-response.js +15 -0
- package/lib/response/change-stream-source-compartment-response.js.map +1 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.d.ts +20 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-stream-group-response.d.ts +35 -0
- package/lib/response/create-stream-group-response.js +15 -0
- package/lib/response/create-stream-group-response.js.map +1 -0
- package/lib/response/create-stream-job-response.d.ts +35 -0
- package/lib/response/create-stream-job-response.js +15 -0
- package/lib/response/create-stream-job-response.js.map +1 -0
- package/lib/response/create-stream-source-response.d.ts +35 -0
- package/lib/response/create-stream-source-response.js +15 -0
- package/lib/response/create-stream-source-response.js.map +1 -0
- package/lib/response/create-vision-private-endpoint-response.d.ts +35 -0
- package/lib/response/create-vision-private-endpoint-response.js +15 -0
- package/lib/response/create-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-stream-group-response.d.ts +25 -0
- package/lib/response/delete-stream-group-response.js +15 -0
- package/lib/response/delete-stream-group-response.js.map +1 -0
- package/lib/response/delete-stream-job-response.d.ts +25 -0
- package/lib/response/delete-stream-job-response.js +15 -0
- package/lib/response/delete-stream-job-response.js.map +1 -0
- package/lib/response/delete-stream-source-response.d.ts +25 -0
- package/lib/response/delete-stream-source-response.js +15 -0
- package/lib/response/delete-stream-source-response.js.map +1 -0
- package/lib/response/delete-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-vision-private-endpoint-response.js +15 -0
- package/lib/response/delete-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/get-stream-group-response.d.ts +30 -0
- package/lib/response/get-stream-group-response.js +15 -0
- package/lib/response/get-stream-group-response.js.map +1 -0
- package/lib/response/get-stream-job-response.d.ts +30 -0
- package/lib/response/get-stream-job-response.js +15 -0
- package/lib/response/get-stream-job-response.js.map +1 -0
- package/lib/response/get-stream-source-response.d.ts +30 -0
- package/lib/response/get-stream-source-response.js +15 -0
- package/lib/response/get-stream-source-response.js.map +1 -0
- package/lib/response/get-vision-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-vision-private-endpoint-response.js +15 -0
- package/lib/response/get-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/list-stream-groups-response.d.ts +32 -0
- package/lib/response/list-stream-groups-response.js +15 -0
- package/lib/response/list-stream-groups-response.js.map +1 -0
- package/lib/response/list-stream-jobs-response.d.ts +32 -0
- package/lib/response/list-stream-jobs-response.js +15 -0
- package/lib/response/list-stream-jobs-response.js.map +1 -0
- package/lib/response/list-stream-sources-response.d.ts +32 -0
- package/lib/response/list-stream-sources-response.js +15 -0
- package/lib/response/list-stream-sources-response.js.map +1 -0
- package/lib/response/list-vision-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-vision-private-endpoints-response.js +15 -0
- package/lib/response/list-vision-private-endpoints-response.js.map +1 -0
- package/lib/response/start-stream-job-response.d.ts +25 -0
- package/lib/response/start-stream-job-response.js +15 -0
- package/lib/response/start-stream-job-response.js.map +1 -0
- package/lib/response/stop-stream-job-response.d.ts +25 -0
- package/lib/response/stop-stream-job-response.js +15 -0
- package/lib/response/stop-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-group-response.d.ts +25 -0
- package/lib/response/update-stream-group-response.js +15 -0
- package/lib/response/update-stream-group-response.js.map +1 -0
- package/lib/response/update-stream-job-response.d.ts +25 -0
- package/lib/response/update-stream-job-response.js +15 -0
- package/lib/response/update-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-source-response.d.ts +25 -0
- package/lib/response/update-stream-source-response.js +15 -0
- package/lib/response/update-stream-source-response.js.map +1 -0
- package/lib/response/update-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-vision-private-endpoint-response.js +15 -0
- package/lib/response/update-vision-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateStreamGroup.ts.html |here} to see how to use CreateStreamGroupRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateStreamGroupRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details about the streamGroup
|
|
21
|
+
*/
|
|
22
|
+
"createStreamGroupDetails": model.CreateStreamGroupDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=create-stream-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-stream-group-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/create-stream-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateStreamJob.ts.html |here} to see how to use CreateStreamJobRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateStreamJobRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details about the stream analysis.
|
|
21
|
+
*/
|
|
22
|
+
"createStreamJobDetails": model.CreateStreamJobDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=create-stream-job-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-stream-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/create-stream-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateStreamSource.ts.html |here} to see how to use CreateStreamSourceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateStreamSourceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details about the StreamSource
|
|
21
|
+
*/
|
|
22
|
+
"createStreamSourceDetails": model.CreateStreamSourceDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=create-stream-source-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-stream-source-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/create-stream-source-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateVisionPrivateEndpoint.ts.html |here} to see how to use CreateVisionPrivateEndpointRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateVisionPrivateEndpointRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The new VisionPrivateEndpoint's details.
|
|
21
|
+
*/
|
|
22
|
+
"createVisionPrivateEndpointDetails": model.CreateVisionPrivateEndpointDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=create-vision-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-vision-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/create-vision-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteStreamGroup.ts.html |here} to see how to use DeleteStreamGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteStreamGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* StreamGroup Id.
|
|
20
|
+
*/
|
|
21
|
+
"streamGroupId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=delete-stream-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-stream-group-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/delete-stream-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteStreamJob.ts.html |here} to see how to use DeleteStreamJobRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteStreamJobRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Stream job id.
|
|
20
|
+
*/
|
|
21
|
+
"streamJobId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=delete-stream-job-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-stream-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/delete-stream-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteStreamSource.ts.html |here} to see how to use DeleteStreamSourceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteStreamSourceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* StreamSource Id.
|
|
20
|
+
*/
|
|
21
|
+
"streamSourceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=delete-stream-source-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-stream-source-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/delete-stream-source-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/DeleteVisionPrivateEndpoint.ts.html |here} to see how to use DeleteVisionPrivateEndpointRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteVisionPrivateEndpointRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Vision private endpoint Id.
|
|
20
|
+
*/
|
|
21
|
+
"visionPrivateEndpointId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=delete-vision-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-vision-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/delete-vision-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetStreamGroup.ts.html |here} to see how to use GetStreamGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetStreamGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* StreamGroup Id.
|
|
20
|
+
*/
|
|
21
|
+
"streamGroupId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=get-stream-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stream-group-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/get-stream-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetStreamJob.ts.html |here} to see how to use GetStreamJobRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetStreamJobRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Stream job id.
|
|
20
|
+
*/
|
|
21
|
+
"streamJobId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=get-stream-job-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stream-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/get-stream-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetStreamSource.ts.html |here} to see how to use GetStreamSourceRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetStreamSourceRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* StreamSource Id.
|
|
20
|
+
*/
|
|
21
|
+
"streamSourceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=get-stream-source-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-stream-source-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/get-stream-source-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetVisionPrivateEndpoint.ts.html |here} to see how to use GetVisionPrivateEndpointRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetVisionPrivateEndpointRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Vision private endpoint Id.
|
|
20
|
+
*/
|
|
21
|
+
"visionPrivateEndpointId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=get-vision-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vision-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/get-vision-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|