@pulumi/oci 3.6.0-alpha.1756509375 → 3.6.0-alpha.1757045455
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/aivision/getModel.d.ts +4 -4
- package/aivision/getModel.js +2 -2
- package/aivision/getModels.d.ts +11 -11
- package/aivision/getModels.js +2 -2
- package/aivision/getProject.d.ts +15 -15
- package/aivision/getProject.js +2 -2
- package/aivision/getProjects.d.ts +10 -10
- package/aivision/getProjects.js +2 -2
- package/aivision/getStreamGroup.d.ts +114 -0
- package/aivision/getStreamGroup.js +54 -0
- package/aivision/getStreamGroup.js.map +1 -0
- package/aivision/getStreamGroups.d.ts +99 -0
- package/aivision/getStreamGroups.js +66 -0
- package/aivision/getStreamGroups.js.map +1 -0
- package/aivision/getStreamJob.d.ts +122 -0
- package/aivision/getStreamJob.js +54 -0
- package/aivision/getStreamJob.js.map +1 -0
- package/aivision/getStreamJobs.d.ts +113 -0
- package/aivision/getStreamJobs.js +70 -0
- package/aivision/getStreamJobs.js.map +1 -0
- package/aivision/getStreamSource.d.ts +106 -0
- package/aivision/getStreamSource.js +54 -0
- package/aivision/getStreamSource.js.map +1 -0
- package/aivision/getStreamSources.d.ts +113 -0
- package/aivision/getStreamSources.js +70 -0
- package/aivision/getStreamSources.js.map +1 -0
- package/aivision/getVisionPrivateEndpoint.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoint.js +54 -0
- package/aivision/getVisionPrivateEndpoint.js.map +1 -0
- package/aivision/getVisionPrivateEndpoints.d.ts +113 -0
- package/aivision/getVisionPrivateEndpoints.js +70 -0
- package/aivision/getVisionPrivateEndpoints.js.map +1 -0
- package/aivision/index.d.ts +36 -0
- package/aivision/index.js +45 -1
- package/aivision/index.js.map +1 -1
- package/aivision/model.d.ts +68 -72
- package/aivision/model.js +3 -7
- package/aivision/model.js.map +1 -1
- package/aivision/project.d.ts +28 -32
- package/aivision/project.js +3 -7
- package/aivision/project.js.map +1 -1
- package/aivision/streamGroup.d.ts +214 -0
- package/aivision/streamGroup.js +104 -0
- package/aivision/streamGroup.js.map +1 -0
- package/aivision/streamJob.d.ts +251 -0
- package/aivision/streamJob.js +134 -0
- package/aivision/streamJob.js.map +1 -0
- package/aivision/streamSource.d.ts +182 -0
- package/aivision/streamSource.js +107 -0
- package/aivision/streamSource.js.map +1 -0
- package/aivision/visionPrivateEndpoint.d.ts +205 -0
- package/aivision/visionPrivateEndpoint.js +104 -0
- package/aivision/visionPrivateEndpoint.js.map +1 -0
- package/cloudguard/getManagedList.d.ts +4 -0
- package/cloudguard/getManagedList.js.map +1 -1
- package/cloudguard/managedList.d.ts +12 -0
- package/cloudguard/managedList.js +2 -0
- package/cloudguard/managedList.js.map +1 -1
- package/database/exascaleDbStorageVault.d.ts +26 -0
- package/database/exascaleDbStorageVault.js +6 -0
- package/database/exascaleDbStorageVault.js.map +1 -1
- package/database/getExascaleDbStorageVault.d.ts +8 -0
- package/database/getExascaleDbStorageVault.js.map +1 -1
- package/mysql/getMysqlBackup.d.ts +6 -0
- package/mysql/getMysqlBackup.js.map +1 -1
- package/mysql/getMysqlBackups.d.ts +2 -2
- package/mysql/getMysqlBackups.js +2 -2
- package/mysql/mysqlBackup.d.ts +26 -0
- package/mysql/mysqlBackup.js +6 -0
- package/mysql/mysqlBackup.js.map +1 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.d.ts +44 -25
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js +4 -1
- package/oci/dbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobContainer.d.ts +20 -20
- package/oci/dbmulticloudOracleDbAzureBlobContainer.js +1 -1
- package/oci/dbmulticloudOracleDbAzureBlobMount.d.ts +19 -20
- package/oci/dbmulticloudOracleDbAzureBlobMount.js +1 -2
- package/oci/dbmulticloudOracleDbAzureBlobMount.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureConnector.d.ts +40 -32
- package/oci/dbmulticloudOracleDbAzureConnector.js +4 -2
- package/oci/dbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/dbmulticloudOracleDbAzureVault.d.ts +33 -33
- package/oci/dbmulticloudOracleDbAzureVault.js +1 -1
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.d.ts +23 -23
- package/oci/dbmulticloudOracleDbAzureVaultAssociation.js +1 -1
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.d.ts +292 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js +148 -0
- package/oci/dbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.d.ts +254 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js +120 -0
- package/oci/dbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.d.ts +28 -14
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js +6 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js.map +1 -1
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.d.ts +17 -11
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js +2 -2
- package/oci/getDbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobContainer.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobContainers.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMount.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureBlobMount.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureBlobMounts.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.d.ts +19 -15
- package/oci/getDbmulticloudOracleDbAzureConnector.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureConnector.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureConnectors.d.ts +11 -11
- package/oci/getDbmulticloudOracleDbAzureConnectors.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.d.ts +22 -12
- package/oci/getDbmulticloudOracleDbAzureKey.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureKey.js.map +1 -1
- package/oci/getDbmulticloudOracleDbAzureKeys.d.ts +12 -12
- package/oci/getDbmulticloudOracleDbAzureKeys.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVault.d.ts +17 -17
- package/oci/getDbmulticloudOracleDbAzureVault.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaultAssociation.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.d.ts +15 -15
- package/oci/getDbmulticloudOracleDbAzureVaultAssociations.js +2 -2
- package/oci/getDbmulticloudOracleDbAzureVaults.d.ts +14 -14
- package/oci/getDbmulticloudOracleDbAzureVaults.js +2 -2
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.d.ts +142 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.d.ts +117 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js +68 -0
- package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKey.d.ts +123 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKey.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.d.ts +127 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js +54 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRing.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.d.ts +125 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeyRings.js.map +1 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.d.ts +128 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js +72 -0
- package/oci/getDbmulticloudOracleDbGcpKeys.js.map +1 -0
- package/oci/index.d.ts +24 -0
- package/oci/index.js +31 -3
- package/oci/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +484 -26
- package/types/output.d.ts +1822 -479
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStreamGroupsOutput = exports.getStreamGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Stream Groups in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of the streamGroups in the specified compartment.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testStreamGroups = oci.AiVision.getStreamGroups({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: streamGroupDisplayName,
|
|
22
|
+
* id: streamGroupId,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getStreamGroups(args, opts) {
|
|
27
|
+
args = args || {};
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("oci:AiVision/getStreamGroups:getStreamGroups", {
|
|
30
|
+
"compartmentId": args.compartmentId,
|
|
31
|
+
"displayName": args.displayName,
|
|
32
|
+
"filters": args.filters,
|
|
33
|
+
"id": args.id,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getStreamGroups = getStreamGroups;
|
|
37
|
+
/**
|
|
38
|
+
* This data source provides the list of Stream Groups in Oracle Cloud Infrastructure Ai Vision service.
|
|
39
|
+
*
|
|
40
|
+
* Gets a list of the streamGroups in the specified compartment.
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as oci from "@pulumi/oci";
|
|
47
|
+
*
|
|
48
|
+
* const testStreamGroups = oci.AiVision.getStreamGroups({
|
|
49
|
+
* compartmentId: compartmentId,
|
|
50
|
+
* displayName: streamGroupDisplayName,
|
|
51
|
+
* id: streamGroupId,
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getStreamGroupsOutput(args, opts) {
|
|
56
|
+
args = args || {};
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
58
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getStreamGroups:getStreamGroups", {
|
|
59
|
+
"compartmentId": args.compartmentId,
|
|
60
|
+
"displayName": args.displayName,
|
|
61
|
+
"filters": args.filters,
|
|
62
|
+
"id": args.id,
|
|
63
|
+
}, opts);
|
|
64
|
+
}
|
|
65
|
+
exports.getStreamGroupsOutput = getStreamGroupsOutput;
|
|
66
|
+
//# sourceMappingURL=getStreamGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamGroups.js","sourceRoot":"","sources":["../../aivision/getStreamGroups.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA2CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
5
|
+
*
|
|
6
|
+
* Get details of a stream analysis job.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testStreamJob = oci.AiVision.getStreamJob({
|
|
15
|
+
* streamJobId: testStreamJobOciAiVisionStreamJob.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getStreamJob(args: GetStreamJobArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamJobResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getStreamJob.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetStreamJobArgs {
|
|
24
|
+
/**
|
|
25
|
+
* Stream job id.
|
|
26
|
+
*/
|
|
27
|
+
streamJobId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getStreamJob.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetStreamJobResult {
|
|
33
|
+
/**
|
|
34
|
+
* participant id of agent where results need to be sent
|
|
35
|
+
*/
|
|
36
|
+
readonly agentParticipantId: string;
|
|
37
|
+
/**
|
|
38
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
39
|
+
*/
|
|
40
|
+
readonly compartmentId: string;
|
|
41
|
+
/**
|
|
42
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
43
|
+
*/
|
|
44
|
+
readonly definedTags: {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Stream job display name.
|
|
49
|
+
*/
|
|
50
|
+
readonly displayName: string;
|
|
51
|
+
/**
|
|
52
|
+
* a list of document analysis features.
|
|
53
|
+
*/
|
|
54
|
+
readonly features: outputs.AiVision.GetStreamJobFeature[];
|
|
55
|
+
/**
|
|
56
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
57
|
+
*/
|
|
58
|
+
readonly freeformTags: {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamJob.
|
|
63
|
+
*/
|
|
64
|
+
readonly id: string;
|
|
65
|
+
/**
|
|
66
|
+
* Additional details about current state of streamJob
|
|
67
|
+
*/
|
|
68
|
+
readonly lifecycleDetails: string;
|
|
69
|
+
/**
|
|
70
|
+
* The current state of the Stream job.
|
|
71
|
+
*/
|
|
72
|
+
readonly state: string;
|
|
73
|
+
readonly streamJobId: string;
|
|
74
|
+
/**
|
|
75
|
+
* Details about a where results will be Sent
|
|
76
|
+
*/
|
|
77
|
+
readonly streamOutputLocations: outputs.AiVision.GetStreamJobStreamOutputLocation[];
|
|
78
|
+
/**
|
|
79
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
|
|
80
|
+
*/
|
|
81
|
+
readonly streamSourceId: string;
|
|
82
|
+
/**
|
|
83
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
84
|
+
*/
|
|
85
|
+
readonly systemTags: {
|
|
86
|
+
[key: string]: string;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* When the streamJob was created, as an RFC3339 datetime string.
|
|
90
|
+
*/
|
|
91
|
+
readonly timeCreated: string;
|
|
92
|
+
/**
|
|
93
|
+
* When the stream job was updated, as an RFC3339 datetime string.
|
|
94
|
+
*/
|
|
95
|
+
readonly timeUpdated: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* This data source provides details about a specific Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
99
|
+
*
|
|
100
|
+
* Get details of a stream analysis job.
|
|
101
|
+
*
|
|
102
|
+
* ## Example Usage
|
|
103
|
+
*
|
|
104
|
+
* ```typescript
|
|
105
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
+
* import * as oci from "@pulumi/oci";
|
|
107
|
+
*
|
|
108
|
+
* const testStreamJob = oci.AiVision.getStreamJob({
|
|
109
|
+
* streamJobId: testStreamJobOciAiVisionStreamJob.id,
|
|
110
|
+
* });
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
export declare function getStreamJobOutput(args: GetStreamJobOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamJobResult>;
|
|
114
|
+
/**
|
|
115
|
+
* A collection of arguments for invoking getStreamJob.
|
|
116
|
+
*/
|
|
117
|
+
export interface GetStreamJobOutputArgs {
|
|
118
|
+
/**
|
|
119
|
+
* Stream job id.
|
|
120
|
+
*/
|
|
121
|
+
streamJobId: pulumi.Input<string>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStreamJobOutput = exports.getStreamJob = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Get details of a stream analysis job.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testStreamJob = oci.AiVision.getStreamJob({
|
|
20
|
+
* streamJobId: testStreamJobOciAiVisionStreamJob.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getStreamJob(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:AiVision/getStreamJob:getStreamJob", {
|
|
27
|
+
"streamJobId": args.streamJobId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getStreamJob = getStreamJob;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
33
|
+
*
|
|
34
|
+
* Get details of a stream analysis job.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testStreamJob = oci.AiVision.getStreamJob({
|
|
43
|
+
* streamJobId: testStreamJobOciAiVisionStreamJob.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getStreamJobOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getStreamJob:getStreamJob", {
|
|
50
|
+
"streamJobId": args.streamJobId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getStreamJobOutput = getStreamJobOutput;
|
|
54
|
+
//# sourceMappingURL=getStreamJob.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamJob.js","sourceRoot":"","sources":["../../aivision/getStreamJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This data source provides the list of Stream Jobs in Oracle Cloud Infrastructure Ai Vision service.
|
|
6
|
+
*
|
|
7
|
+
* Get list of stream jobs
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testStreamJobs = oci.AiVision.getStreamJobs({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: streamJobDisplayName,
|
|
18
|
+
* id: streamJobId,
|
|
19
|
+
* state: streamJobState,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getStreamJobs(args?: GetStreamJobsArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamJobsResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getStreamJobs.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetStreamJobsArgs {
|
|
28
|
+
/**
|
|
29
|
+
* The ID of the compartment in which to list resources.
|
|
30
|
+
*/
|
|
31
|
+
compartmentId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* A filter to return only resources that match the entire display name given.
|
|
34
|
+
*/
|
|
35
|
+
displayName?: string;
|
|
36
|
+
filters?: inputs.AiVision.GetStreamJobsFilter[];
|
|
37
|
+
/**
|
|
38
|
+
* The filter to find the streamjob with the given identifier.
|
|
39
|
+
*/
|
|
40
|
+
id?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The filter to match projects with the given lifecycleState.
|
|
43
|
+
*/
|
|
44
|
+
state?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by getStreamJobs.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetStreamJobsResult {
|
|
50
|
+
/**
|
|
51
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
52
|
+
*/
|
|
53
|
+
readonly compartmentId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Stream job display name.
|
|
56
|
+
*/
|
|
57
|
+
readonly displayName?: string;
|
|
58
|
+
readonly filters?: outputs.AiVision.GetStreamJobsFilter[];
|
|
59
|
+
/**
|
|
60
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamJob.
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The current state of the Stream job.
|
|
65
|
+
*/
|
|
66
|
+
readonly state?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The list of stream_job_collection.
|
|
69
|
+
*/
|
|
70
|
+
readonly streamJobCollections: outputs.AiVision.GetStreamJobsStreamJobCollection[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This data source provides the list of Stream Jobs in Oracle Cloud Infrastructure Ai Vision service.
|
|
74
|
+
*
|
|
75
|
+
* Get list of stream jobs
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ```typescript
|
|
80
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
+
* import * as oci from "@pulumi/oci";
|
|
82
|
+
*
|
|
83
|
+
* const testStreamJobs = oci.AiVision.getStreamJobs({
|
|
84
|
+
* compartmentId: compartmentId,
|
|
85
|
+
* displayName: streamJobDisplayName,
|
|
86
|
+
* id: streamJobId,
|
|
87
|
+
* state: streamJobState,
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getStreamJobsOutput(args?: GetStreamJobsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamJobsResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getStreamJobs.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetStreamJobsOutputArgs {
|
|
96
|
+
/**
|
|
97
|
+
* The ID of the compartment in which to list resources.
|
|
98
|
+
*/
|
|
99
|
+
compartmentId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* A filter to return only resources that match the entire display name given.
|
|
102
|
+
*/
|
|
103
|
+
displayName?: pulumi.Input<string>;
|
|
104
|
+
filters?: pulumi.Input<pulumi.Input<inputs.AiVision.GetStreamJobsFilterArgs>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The filter to find the streamjob with the given identifier.
|
|
107
|
+
*/
|
|
108
|
+
id?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The filter to match projects with the given lifecycleState.
|
|
111
|
+
*/
|
|
112
|
+
state?: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStreamJobsOutput = exports.getStreamJobs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Stream Jobs in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Get list of stream jobs
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testStreamJobs = oci.AiVision.getStreamJobs({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: streamJobDisplayName,
|
|
22
|
+
* id: streamJobId,
|
|
23
|
+
* state: streamJobState,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getStreamJobs(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:AiVision/getStreamJobs:getStreamJobs", {
|
|
31
|
+
"compartmentId": args.compartmentId,
|
|
32
|
+
"displayName": args.displayName,
|
|
33
|
+
"filters": args.filters,
|
|
34
|
+
"id": args.id,
|
|
35
|
+
"state": args.state,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.getStreamJobs = getStreamJobs;
|
|
39
|
+
/**
|
|
40
|
+
* This data source provides the list of Stream Jobs in Oracle Cloud Infrastructure Ai Vision service.
|
|
41
|
+
*
|
|
42
|
+
* Get list of stream jobs
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as oci from "@pulumi/oci";
|
|
49
|
+
*
|
|
50
|
+
* const testStreamJobs = oci.AiVision.getStreamJobs({
|
|
51
|
+
* compartmentId: compartmentId,
|
|
52
|
+
* displayName: streamJobDisplayName,
|
|
53
|
+
* id: streamJobId,
|
|
54
|
+
* state: streamJobState,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getStreamJobsOutput(args, opts) {
|
|
59
|
+
args = args || {};
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getStreamJobs:getStreamJobs", {
|
|
62
|
+
"compartmentId": args.compartmentId,
|
|
63
|
+
"displayName": args.displayName,
|
|
64
|
+
"filters": args.filters,
|
|
65
|
+
"id": args.id,
|
|
66
|
+
"state": args.state,
|
|
67
|
+
}, opts);
|
|
68
|
+
}
|
|
69
|
+
exports.getStreamJobsOutput = getStreamJobsOutput;
|
|
70
|
+
//# sourceMappingURL=getStreamJobs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamJobs.js","sourceRoot":"","sources":["../../aivision/getStreamJobs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAmDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Stream Source resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
5
|
+
*
|
|
6
|
+
* Get a streamSource
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testStreamSource = oci.AiVision.getStreamSource({
|
|
15
|
+
* streamSourceId: testStreamSourceOciAiVisionStreamSource.id,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getStreamSource(args: GetStreamSourceArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamSourceResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getStreamSource.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetStreamSourceArgs {
|
|
24
|
+
/**
|
|
25
|
+
* StreamSource Id.
|
|
26
|
+
*/
|
|
27
|
+
streamSourceId: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getStreamSource.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetStreamSourceResult {
|
|
33
|
+
/**
|
|
34
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartm.
|
|
35
|
+
*/
|
|
36
|
+
readonly compartmentId: string;
|
|
37
|
+
/**
|
|
38
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
39
|
+
*/
|
|
40
|
+
readonly definedTags: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* display name.
|
|
45
|
+
*/
|
|
46
|
+
readonly displayName: string;
|
|
47
|
+
/**
|
|
48
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
|
49
|
+
*/
|
|
50
|
+
readonly freeformTags: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource.
|
|
55
|
+
*/
|
|
56
|
+
readonly id: string;
|
|
57
|
+
/**
|
|
58
|
+
* The current state of the streamSource.
|
|
59
|
+
*/
|
|
60
|
+
readonly state: string;
|
|
61
|
+
/**
|
|
62
|
+
* Details about a stream source
|
|
63
|
+
*/
|
|
64
|
+
readonly streamSourceDetails: outputs.AiVision.GetStreamSourceStreamSourceDetail[];
|
|
65
|
+
readonly streamSourceId: string;
|
|
66
|
+
/**
|
|
67
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
68
|
+
*/
|
|
69
|
+
readonly systemTags: {
|
|
70
|
+
[key: string]: string;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* When the streamSource was created, as an RFC3339 datetime string.
|
|
74
|
+
*/
|
|
75
|
+
readonly timeCreated: string;
|
|
76
|
+
/**
|
|
77
|
+
* When the streamSource was updated, as an RFC3339 datetime string.
|
|
78
|
+
*/
|
|
79
|
+
readonly timeUpdated: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* This data source provides details about a specific Stream Source resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
83
|
+
*
|
|
84
|
+
* Get a streamSource
|
|
85
|
+
*
|
|
86
|
+
* ## Example Usage
|
|
87
|
+
*
|
|
88
|
+
* ```typescript
|
|
89
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
90
|
+
* import * as oci from "@pulumi/oci";
|
|
91
|
+
*
|
|
92
|
+
* const testStreamSource = oci.AiVision.getStreamSource({
|
|
93
|
+
* streamSourceId: testStreamSourceOciAiVisionStreamSource.id,
|
|
94
|
+
* });
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
export declare function getStreamSourceOutput(args: GetStreamSourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamSourceResult>;
|
|
98
|
+
/**
|
|
99
|
+
* A collection of arguments for invoking getStreamSource.
|
|
100
|
+
*/
|
|
101
|
+
export interface GetStreamSourceOutputArgs {
|
|
102
|
+
/**
|
|
103
|
+
* StreamSource Id.
|
|
104
|
+
*/
|
|
105
|
+
streamSourceId: pulumi.Input<string>;
|
|
106
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStreamSourceOutput = exports.getStreamSource = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Stream Source resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Get a streamSource
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testStreamSource = oci.AiVision.getStreamSource({
|
|
20
|
+
* streamSourceId: testStreamSourceOciAiVisionStreamSource.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getStreamSource(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:AiVision/getStreamSource:getStreamSource", {
|
|
27
|
+
"streamSourceId": args.streamSourceId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getStreamSource = getStreamSource;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Stream Source resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
33
|
+
*
|
|
34
|
+
* Get a streamSource
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testStreamSource = oci.AiVision.getStreamSource({
|
|
43
|
+
* streamSourceId: testStreamSourceOciAiVisionStreamSource.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getStreamSourceOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getStreamSource:getStreamSource", {
|
|
50
|
+
"streamSourceId": args.streamSourceId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getStreamSourceOutput = getStreamSourceOutput;
|
|
54
|
+
//# sourceMappingURL=getStreamSource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamSource.js","sourceRoot":"","sources":["../../aivision/getStreamSource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA0DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|