oci-aivision 2.114.0 → 2.115.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
package/lib/request/index.d.ts
CHANGED
|
@@ -26,6 +26,14 @@ import * as ChangeModelCompartmentRequest from "./change-model-compartment-reque
|
|
|
26
26
|
export import ChangeModelCompartmentRequest = ChangeModelCompartmentRequest.ChangeModelCompartmentRequest;
|
|
27
27
|
import * as ChangeProjectCompartmentRequest from "./change-project-compartment-request";
|
|
28
28
|
export import ChangeProjectCompartmentRequest = ChangeProjectCompartmentRequest.ChangeProjectCompartmentRequest;
|
|
29
|
+
import * as ChangeStreamGroupCompartmentRequest from "./change-stream-group-compartment-request";
|
|
30
|
+
export import ChangeStreamGroupCompartmentRequest = ChangeStreamGroupCompartmentRequest.ChangeStreamGroupCompartmentRequest;
|
|
31
|
+
import * as ChangeStreamJobCompartmentRequest from "./change-stream-job-compartment-request";
|
|
32
|
+
export import ChangeStreamJobCompartmentRequest = ChangeStreamJobCompartmentRequest.ChangeStreamJobCompartmentRequest;
|
|
33
|
+
import * as ChangeStreamSourceCompartmentRequest from "./change-stream-source-compartment-request";
|
|
34
|
+
export import ChangeStreamSourceCompartmentRequest = ChangeStreamSourceCompartmentRequest.ChangeStreamSourceCompartmentRequest;
|
|
35
|
+
import * as ChangeVisionPrivateEndpointCompartmentRequest from "./change-vision-private-endpoint-compartment-request";
|
|
36
|
+
export import ChangeVisionPrivateEndpointCompartmentRequest = ChangeVisionPrivateEndpointCompartmentRequest.ChangeVisionPrivateEndpointCompartmentRequest;
|
|
29
37
|
import * as CreateDocumentJobRequest from "./create-document-job-request";
|
|
30
38
|
export import CreateDocumentJobRequest = CreateDocumentJobRequest.CreateDocumentJobRequest;
|
|
31
39
|
import * as CreateImageJobRequest from "./create-image-job-request";
|
|
@@ -34,12 +42,28 @@ import * as CreateModelRequest from "./create-model-request";
|
|
|
34
42
|
export import CreateModelRequest = CreateModelRequest.CreateModelRequest;
|
|
35
43
|
import * as CreateProjectRequest from "./create-project-request";
|
|
36
44
|
export import CreateProjectRequest = CreateProjectRequest.CreateProjectRequest;
|
|
45
|
+
import * as CreateStreamGroupRequest from "./create-stream-group-request";
|
|
46
|
+
export import CreateStreamGroupRequest = CreateStreamGroupRequest.CreateStreamGroupRequest;
|
|
47
|
+
import * as CreateStreamJobRequest from "./create-stream-job-request";
|
|
48
|
+
export import CreateStreamJobRequest = CreateStreamJobRequest.CreateStreamJobRequest;
|
|
49
|
+
import * as CreateStreamSourceRequest from "./create-stream-source-request";
|
|
50
|
+
export import CreateStreamSourceRequest = CreateStreamSourceRequest.CreateStreamSourceRequest;
|
|
37
51
|
import * as CreateVideoJobRequest from "./create-video-job-request";
|
|
38
52
|
export import CreateVideoJobRequest = CreateVideoJobRequest.CreateVideoJobRequest;
|
|
53
|
+
import * as CreateVisionPrivateEndpointRequest from "./create-vision-private-endpoint-request";
|
|
54
|
+
export import CreateVisionPrivateEndpointRequest = CreateVisionPrivateEndpointRequest.CreateVisionPrivateEndpointRequest;
|
|
39
55
|
import * as DeleteModelRequest from "./delete-model-request";
|
|
40
56
|
export import DeleteModelRequest = DeleteModelRequest.DeleteModelRequest;
|
|
41
57
|
import * as DeleteProjectRequest from "./delete-project-request";
|
|
42
58
|
export import DeleteProjectRequest = DeleteProjectRequest.DeleteProjectRequest;
|
|
59
|
+
import * as DeleteStreamGroupRequest from "./delete-stream-group-request";
|
|
60
|
+
export import DeleteStreamGroupRequest = DeleteStreamGroupRequest.DeleteStreamGroupRequest;
|
|
61
|
+
import * as DeleteStreamJobRequest from "./delete-stream-job-request";
|
|
62
|
+
export import DeleteStreamJobRequest = DeleteStreamJobRequest.DeleteStreamJobRequest;
|
|
63
|
+
import * as DeleteStreamSourceRequest from "./delete-stream-source-request";
|
|
64
|
+
export import DeleteStreamSourceRequest = DeleteStreamSourceRequest.DeleteStreamSourceRequest;
|
|
65
|
+
import * as DeleteVisionPrivateEndpointRequest from "./delete-vision-private-endpoint-request";
|
|
66
|
+
export import DeleteVisionPrivateEndpointRequest = DeleteVisionPrivateEndpointRequest.DeleteVisionPrivateEndpointRequest;
|
|
43
67
|
import * as GetDocumentJobRequest from "./get-document-job-request";
|
|
44
68
|
export import GetDocumentJobRequest = GetDocumentJobRequest.GetDocumentJobRequest;
|
|
45
69
|
import * as GetImageJobRequest from "./get-image-job-request";
|
|
@@ -48,21 +72,49 @@ import * as GetModelRequest from "./get-model-request";
|
|
|
48
72
|
export import GetModelRequest = GetModelRequest.GetModelRequest;
|
|
49
73
|
import * as GetProjectRequest from "./get-project-request";
|
|
50
74
|
export import GetProjectRequest = GetProjectRequest.GetProjectRequest;
|
|
75
|
+
import * as GetStreamGroupRequest from "./get-stream-group-request";
|
|
76
|
+
export import GetStreamGroupRequest = GetStreamGroupRequest.GetStreamGroupRequest;
|
|
77
|
+
import * as GetStreamJobRequest from "./get-stream-job-request";
|
|
78
|
+
export import GetStreamJobRequest = GetStreamJobRequest.GetStreamJobRequest;
|
|
79
|
+
import * as GetStreamSourceRequest from "./get-stream-source-request";
|
|
80
|
+
export import GetStreamSourceRequest = GetStreamSourceRequest.GetStreamSourceRequest;
|
|
51
81
|
import * as GetVideoJobRequest from "./get-video-job-request";
|
|
52
82
|
export import GetVideoJobRequest = GetVideoJobRequest.GetVideoJobRequest;
|
|
83
|
+
import * as GetVisionPrivateEndpointRequest from "./get-vision-private-endpoint-request";
|
|
84
|
+
export import GetVisionPrivateEndpointRequest = GetVisionPrivateEndpointRequest.GetVisionPrivateEndpointRequest;
|
|
53
85
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
54
86
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
55
87
|
import * as ListModelsRequest from "./list-models-request";
|
|
56
88
|
export import ListModelsRequest = ListModelsRequest.ListModelsRequest;
|
|
57
89
|
import * as ListProjectsRequest from "./list-projects-request";
|
|
58
90
|
export import ListProjectsRequest = ListProjectsRequest.ListProjectsRequest;
|
|
91
|
+
import * as ListStreamGroupsRequest from "./list-stream-groups-request";
|
|
92
|
+
export import ListStreamGroupsRequest = ListStreamGroupsRequest.ListStreamGroupsRequest;
|
|
93
|
+
import * as ListStreamJobsRequest from "./list-stream-jobs-request";
|
|
94
|
+
export import ListStreamJobsRequest = ListStreamJobsRequest.ListStreamJobsRequest;
|
|
95
|
+
import * as ListStreamSourcesRequest from "./list-stream-sources-request";
|
|
96
|
+
export import ListStreamSourcesRequest = ListStreamSourcesRequest.ListStreamSourcesRequest;
|
|
97
|
+
import * as ListVisionPrivateEndpointsRequest from "./list-vision-private-endpoints-request";
|
|
98
|
+
export import ListVisionPrivateEndpointsRequest = ListVisionPrivateEndpointsRequest.ListVisionPrivateEndpointsRequest;
|
|
59
99
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
60
100
|
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
61
101
|
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
62
102
|
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
63
103
|
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
64
104
|
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
105
|
+
import * as StartStreamJobRequest from "./start-stream-job-request";
|
|
106
|
+
export import StartStreamJobRequest = StartStreamJobRequest.StartStreamJobRequest;
|
|
107
|
+
import * as StopStreamJobRequest from "./stop-stream-job-request";
|
|
108
|
+
export import StopStreamJobRequest = StopStreamJobRequest.StopStreamJobRequest;
|
|
65
109
|
import * as UpdateModelRequest from "./update-model-request";
|
|
66
110
|
export import UpdateModelRequest = UpdateModelRequest.UpdateModelRequest;
|
|
67
111
|
import * as UpdateProjectRequest from "./update-project-request";
|
|
68
112
|
export import UpdateProjectRequest = UpdateProjectRequest.UpdateProjectRequest;
|
|
113
|
+
import * as UpdateStreamGroupRequest from "./update-stream-group-request";
|
|
114
|
+
export import UpdateStreamGroupRequest = UpdateStreamGroupRequest.UpdateStreamGroupRequest;
|
|
115
|
+
import * as UpdateStreamJobRequest from "./update-stream-job-request";
|
|
116
|
+
export import UpdateStreamJobRequest = UpdateStreamJobRequest.UpdateStreamJobRequest;
|
|
117
|
+
import * as UpdateStreamSourceRequest from "./update-stream-source-request";
|
|
118
|
+
export import UpdateStreamSourceRequest = UpdateStreamSourceRequest.UpdateStreamSourceRequest;
|
|
119
|
+
import * as UpdateVisionPrivateEndpointRequest from "./update-vision-private-endpoint-request";
|
|
120
|
+
export import UpdateVisionPrivateEndpointRequest = UpdateVisionPrivateEndpointRequest.UpdateVisionPrivateEndpointRequest;
|
package/lib/request/index.js
CHANGED
|
@@ -31,11 +31,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListProjectsRequest = exports.ListModelsRequest = void 0;
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListVisionPrivateEndpointsRequest = exports.ListStreamSourcesRequest = exports.ListStreamJobsRequest = exports.ListStreamGroupsRequest = exports.ListProjectsRequest = exports.ListModelsRequest = void 0;
|
|
35
35
|
const ListModelsRequest = __importStar(require("./list-models-request"));
|
|
36
36
|
exports.ListModelsRequest = ListModelsRequest.ListModelsRequest;
|
|
37
37
|
const ListProjectsRequest = __importStar(require("./list-projects-request"));
|
|
38
38
|
exports.ListProjectsRequest = ListProjectsRequest.ListProjectsRequest;
|
|
39
|
+
const ListStreamGroupsRequest = __importStar(require("./list-stream-groups-request"));
|
|
40
|
+
exports.ListStreamGroupsRequest = ListStreamGroupsRequest.ListStreamGroupsRequest;
|
|
41
|
+
const ListStreamJobsRequest = __importStar(require("./list-stream-jobs-request"));
|
|
42
|
+
exports.ListStreamJobsRequest = ListStreamJobsRequest.ListStreamJobsRequest;
|
|
43
|
+
const ListStreamSourcesRequest = __importStar(require("./list-stream-sources-request"));
|
|
44
|
+
exports.ListStreamSourcesRequest = ListStreamSourcesRequest.ListStreamSourcesRequest;
|
|
45
|
+
const ListVisionPrivateEndpointsRequest = __importStar(require("./list-vision-private-endpoints-request"));
|
|
46
|
+
exports.ListVisionPrivateEndpointsRequest = ListVisionPrivateEndpointsRequest.ListVisionPrivateEndpointsRequest;
|
|
39
47
|
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
40
48
|
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
41
49
|
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA4EH,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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/ListStreamGroups.ts.html |here} to see how to use ListStreamGroupsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListStreamGroupsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The filter to find the device with the given identifier.
|
|
25
|
+
*/
|
|
26
|
+
"id"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of items to return.
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
37
|
+
*/
|
|
38
|
+
"page"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
41
|
+
*/
|
|
42
|
+
"sortOrder"?: model.SortOrder;
|
|
43
|
+
/**
|
|
44
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"sortBy"?: ListStreamGroupsRequest.SortBy;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListStreamGroupsRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
TimeCreated = "timeCreated",
|
|
56
|
+
DisplayName = "displayName"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListStreamGroupsRequest = void 0;
|
|
16
|
+
var ListStreamGroupsRequest;
|
|
17
|
+
(function (ListStreamGroupsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListStreamGroupsRequest.SortBy || (ListStreamGroupsRequest.SortBy = {}));
|
|
23
|
+
})(ListStreamGroupsRequest = exports.ListStreamGroupsRequest || (exports.ListStreamGroupsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-stream-groups-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-stream-groups-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/list-stream-groups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,uBAAuB,CAKvC;AALD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EALgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKvC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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/ListStreamJobs.ts.html |here} to see how to use ListStreamJobsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListStreamJobsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The filter to match projects with the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The filter to find the streamjob with the given identifier.
|
|
29
|
+
*/
|
|
30
|
+
"id"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only resources that match the entire display name given.
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: model.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortBy"?: ListStreamJobsRequest.SortBy;
|
|
52
|
+
/**
|
|
53
|
+
* The client request ID for tracing.
|
|
54
|
+
*/
|
|
55
|
+
"opcRequestId"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListStreamJobsRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListStreamJobsRequest = void 0;
|
|
16
|
+
var ListStreamJobsRequest;
|
|
17
|
+
(function (ListStreamJobsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListStreamJobsRequest.SortBy || (ListStreamJobsRequest.SortBy = {}));
|
|
23
|
+
})(ListStreamJobsRequest = exports.ListStreamJobsRequest || (exports.ListStreamJobsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-stream-jobs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-stream-jobs-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/list-stream-jobs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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/ListStreamSources.ts.html |here} to see how to use ListStreamSourcesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListStreamSourcesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The filter to match projects with the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The filter to find the device with the given identifier.
|
|
29
|
+
*/
|
|
30
|
+
"id"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only resources that match the entire display name given.
|
|
33
|
+
*/
|
|
34
|
+
"displayName"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: model.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortBy"?: ListStreamSourcesRequest.SortBy;
|
|
52
|
+
/**
|
|
53
|
+
* The client request ID for tracing.
|
|
54
|
+
*/
|
|
55
|
+
"opcRequestId"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListStreamSourcesRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListStreamSourcesRequest = void 0;
|
|
16
|
+
var ListStreamSourcesRequest;
|
|
17
|
+
(function (ListStreamSourcesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListStreamSourcesRequest.SortBy || (ListStreamSourcesRequest.SortBy = {}));
|
|
23
|
+
})(ListStreamSourcesRequest = exports.ListStreamSourcesRequest || (exports.ListStreamSourcesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-stream-sources-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-stream-sources-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/list-stream-sources-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,wBAAwB,CAKxC;AALD,WAAiB,wBAAwB;IACvC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;AACH,CAAC,EALgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKxC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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/ListVisionPrivateEndpoints.ts.html |here} to see how to use ListVisionPrivateEndpointsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVisionPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The filter to match projects with the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The filter to find the device with the given identifier.
|
|
33
|
+
*/
|
|
34
|
+
"id"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: model.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortBy"?: ListVisionPrivateEndpointsRequest.SortBy;
|
|
52
|
+
/**
|
|
53
|
+
* The client request ID for tracing.
|
|
54
|
+
*/
|
|
55
|
+
"opcRequestId"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListVisionPrivateEndpointsRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListVisionPrivateEndpointsRequest = void 0;
|
|
16
|
+
var ListVisionPrivateEndpointsRequest;
|
|
17
|
+
(function (ListVisionPrivateEndpointsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListVisionPrivateEndpointsRequest.SortBy || (ListVisionPrivateEndpointsRequest.SortBy = {}));
|
|
23
|
+
})(ListVisionPrivateEndpointsRequest = exports.ListVisionPrivateEndpointsRequest || (exports.ListVisionPrivateEndpointsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-vision-private-endpoints-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vision-private-endpoints-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/list-vision-private-endpoints-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAGjB;AACH,CAAC,EALgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAKjD"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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/StartStreamJob.ts.html |here} to see how to use StartStreamJobRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface StartStreamJobRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Stream job id.
|
|
20
|
+
*/
|
|
21
|
+
"streamJobId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRetryToken"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -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=start-stream-job-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-stream-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/start-stream-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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/StopStreamJob.ts.html |here} to see how to use StopStreamJobRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface StopStreamJobRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Stream job id.
|
|
20
|
+
*/
|
|
21
|
+
"streamJobId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRetryToken"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The client request ID for tracing.
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -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=stop-stream-job-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-stream-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/stop-stream-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|