@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,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 Sources in Oracle Cloud Infrastructure Ai Vision service.
|
|
6
|
+
*
|
|
7
|
+
* Gets a list of the streamSources in the specified compartment.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testStreamSources = oci.AiVision.getStreamSources({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: streamSourceDisplayName,
|
|
18
|
+
* id: streamSourceId,
|
|
19
|
+
* state: streamSourceState,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getStreamSources(args?: GetStreamSourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamSourcesResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getStreamSources.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetStreamSourcesArgs {
|
|
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.GetStreamSourcesFilter[];
|
|
37
|
+
/**
|
|
38
|
+
* The filter to find the device 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 getStreamSources.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetStreamSourcesResult {
|
|
50
|
+
/**
|
|
51
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartm.
|
|
52
|
+
*/
|
|
53
|
+
readonly compartmentId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* display name.
|
|
56
|
+
*/
|
|
57
|
+
readonly displayName?: string;
|
|
58
|
+
readonly filters?: outputs.AiVision.GetStreamSourcesFilter[];
|
|
59
|
+
/**
|
|
60
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource.
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The current state of the streamSource.
|
|
65
|
+
*/
|
|
66
|
+
readonly state?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The list of stream_source_collection.
|
|
69
|
+
*/
|
|
70
|
+
readonly streamSourceCollections: outputs.AiVision.GetStreamSourcesStreamSourceCollection[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This data source provides the list of Stream Sources in Oracle Cloud Infrastructure Ai Vision service.
|
|
74
|
+
*
|
|
75
|
+
* Gets a list of the streamSources in the specified compartment.
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ```typescript
|
|
80
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
+
* import * as oci from "@pulumi/oci";
|
|
82
|
+
*
|
|
83
|
+
* const testStreamSources = oci.AiVision.getStreamSources({
|
|
84
|
+
* compartmentId: compartmentId,
|
|
85
|
+
* displayName: streamSourceDisplayName,
|
|
86
|
+
* id: streamSourceId,
|
|
87
|
+
* state: streamSourceState,
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getStreamSourcesOutput(args?: GetStreamSourcesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamSourcesResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getStreamSources.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetStreamSourcesOutputArgs {
|
|
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.GetStreamSourcesFilterArgs>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The filter to find the device 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.getStreamSourcesOutput = exports.getStreamSources = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Stream Sources in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Gets a list of the streamSources 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 testStreamSources = oci.AiVision.getStreamSources({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: streamSourceDisplayName,
|
|
22
|
+
* id: streamSourceId,
|
|
23
|
+
* state: streamSourceState,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getStreamSources(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:AiVision/getStreamSources:getStreamSources", {
|
|
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.getStreamSources = getStreamSources;
|
|
39
|
+
/**
|
|
40
|
+
* This data source provides the list of Stream Sources in Oracle Cloud Infrastructure Ai Vision service.
|
|
41
|
+
*
|
|
42
|
+
* Gets a list of the streamSources in the specified compartment.
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as oci from "@pulumi/oci";
|
|
49
|
+
*
|
|
50
|
+
* const testStreamSources = oci.AiVision.getStreamSources({
|
|
51
|
+
* compartmentId: compartmentId,
|
|
52
|
+
* displayName: streamSourceDisplayName,
|
|
53
|
+
* id: streamSourceId,
|
|
54
|
+
* state: streamSourceState,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getStreamSourcesOutput(args, opts) {
|
|
59
|
+
args = args || {};
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getStreamSources:getStreamSources", {
|
|
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.getStreamSourcesOutput = getStreamSourcesOutput;
|
|
70
|
+
//# sourceMappingURL=getStreamSources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamSources.js","sourceRoot":"","sources":["../../aivision/getStreamSources.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,gDAAgD,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,4CAUC;AAmDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,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,gDAAgD,EAAE;QACjF,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,wDAUC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides details about a specific Vision Private Endpoint resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
4
|
+
*
|
|
5
|
+
* Get a visionPrivateEndpoint by identifier.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as oci from "@pulumi/oci";
|
|
12
|
+
*
|
|
13
|
+
* const testVisionPrivateEndpoint = oci.AiVision.getVisionPrivateEndpoint({
|
|
14
|
+
* visionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getVisionPrivateEndpoint(args: GetVisionPrivateEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetVisionPrivateEndpointResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getVisionPrivateEndpoint.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetVisionPrivateEndpointArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Vision private endpoint Id.
|
|
25
|
+
*/
|
|
26
|
+
visionPrivateEndpointId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getVisionPrivateEndpoint.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetVisionPrivateEndpointResult {
|
|
32
|
+
/**
|
|
33
|
+
* A compartment identifier.
|
|
34
|
+
*/
|
|
35
|
+
readonly compartmentId: string;
|
|
36
|
+
/**
|
|
37
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
|
38
|
+
*/
|
|
39
|
+
readonly definedTags: {
|
|
40
|
+
[key: string]: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* An optional description of the visionPrivateEndpoint.
|
|
44
|
+
*/
|
|
45
|
+
readonly description: string;
|
|
46
|
+
/**
|
|
47
|
+
* A human-friendly name for the visionPrivateEndpoint, which can be changed.
|
|
48
|
+
*/
|
|
49
|
+
readonly displayName: string;
|
|
50
|
+
/**
|
|
51
|
+
* 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"}`
|
|
52
|
+
*/
|
|
53
|
+
readonly freeformTags: {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of private endpoint
|
|
58
|
+
*/
|
|
59
|
+
readonly id: string;
|
|
60
|
+
/**
|
|
61
|
+
* A message describing the current state in more detail, that can provide actionable information if creation failed.
|
|
62
|
+
*/
|
|
63
|
+
readonly lifecycleDetails: string;
|
|
64
|
+
/**
|
|
65
|
+
* The current state of the visionPrivateEndpoint.
|
|
66
|
+
*/
|
|
67
|
+
readonly state: string;
|
|
68
|
+
/**
|
|
69
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of subnet
|
|
70
|
+
*/
|
|
71
|
+
readonly subnetId: string;
|
|
72
|
+
/**
|
|
73
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
|
74
|
+
*/
|
|
75
|
+
readonly systemTags: {
|
|
76
|
+
[key: string]: string;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
|
|
80
|
+
*/
|
|
81
|
+
readonly timeCreated: string;
|
|
82
|
+
/**
|
|
83
|
+
* When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
|
|
84
|
+
*/
|
|
85
|
+
readonly timeUpdated: string;
|
|
86
|
+
readonly visionPrivateEndpointId: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* This data source provides details about a specific Vision Private Endpoint resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
90
|
+
*
|
|
91
|
+
* Get a visionPrivateEndpoint by identifier.
|
|
92
|
+
*
|
|
93
|
+
* ## Example Usage
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as oci from "@pulumi/oci";
|
|
98
|
+
*
|
|
99
|
+
* const testVisionPrivateEndpoint = oci.AiVision.getVisionPrivateEndpoint({
|
|
100
|
+
* visionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id,
|
|
101
|
+
* });
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
export declare function getVisionPrivateEndpointOutput(args: GetVisionPrivateEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVisionPrivateEndpointResult>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getVisionPrivateEndpoint.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetVisionPrivateEndpointOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* Vision private endpoint Id.
|
|
111
|
+
*/
|
|
112
|
+
visionPrivateEndpointId: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -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.getVisionPrivateEndpointOutput = exports.getVisionPrivateEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Vision Private Endpoint resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Get a visionPrivateEndpoint by identifier.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testVisionPrivateEndpoint = oci.AiVision.getVisionPrivateEndpoint({
|
|
20
|
+
* visionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getVisionPrivateEndpoint(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("oci:AiVision/getVisionPrivateEndpoint:getVisionPrivateEndpoint", {
|
|
27
|
+
"visionPrivateEndpointId": args.visionPrivateEndpointId,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getVisionPrivateEndpoint = getVisionPrivateEndpoint;
|
|
31
|
+
/**
|
|
32
|
+
* This data source provides details about a specific Vision Private Endpoint resource in Oracle Cloud Infrastructure Ai Vision service.
|
|
33
|
+
*
|
|
34
|
+
* Get a visionPrivateEndpoint by identifier.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as oci from "@pulumi/oci";
|
|
41
|
+
*
|
|
42
|
+
* const testVisionPrivateEndpoint = oci.AiVision.getVisionPrivateEndpoint({
|
|
43
|
+
* visionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getVisionPrivateEndpointOutput(args, opts) {
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getVisionPrivateEndpoint:getVisionPrivateEndpoint", {
|
|
50
|
+
"visionPrivateEndpointId": args.visionPrivateEndpointId,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getVisionPrivateEndpointOutput = getVisionPrivateEndpointOutput;
|
|
54
|
+
//# sourceMappingURL=getVisionPrivateEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVisionPrivateEndpoint.js","sourceRoot":"","sources":["../../aivision/getVisionPrivateEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAkED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -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 Vision Private Endpoints in Oracle Cloud Infrastructure Ai Vision service.
|
|
6
|
+
*
|
|
7
|
+
* Returns a list of visionPrivateEndpoints.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as oci from "@pulumi/oci";
|
|
14
|
+
*
|
|
15
|
+
* const testVisionPrivateEndpoints = oci.AiVision.getVisionPrivateEndpoints({
|
|
16
|
+
* compartmentId: compartmentId,
|
|
17
|
+
* displayName: visionPrivateEndpointDisplayName,
|
|
18
|
+
* id: visionPrivateEndpointId,
|
|
19
|
+
* state: visionPrivateEndpointState,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getVisionPrivateEndpoints(args?: GetVisionPrivateEndpointsArgs, opts?: pulumi.InvokeOptions): Promise<GetVisionPrivateEndpointsResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getVisionPrivateEndpoints.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetVisionPrivateEndpointsArgs {
|
|
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.GetVisionPrivateEndpointsFilter[];
|
|
37
|
+
/**
|
|
38
|
+
* The filter to find the device 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 getVisionPrivateEndpoints.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetVisionPrivateEndpointsResult {
|
|
50
|
+
/**
|
|
51
|
+
* A compartment identifier.
|
|
52
|
+
*/
|
|
53
|
+
readonly compartmentId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* A human-friendly name for the visionPrivateEndpoint, which can be changed.
|
|
56
|
+
*/
|
|
57
|
+
readonly displayName?: string;
|
|
58
|
+
readonly filters?: outputs.AiVision.GetVisionPrivateEndpointsFilter[];
|
|
59
|
+
/**
|
|
60
|
+
* [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of private endpoint
|
|
61
|
+
*/
|
|
62
|
+
readonly id?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The current state of the visionPrivateEndpoint.
|
|
65
|
+
*/
|
|
66
|
+
readonly state?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The list of vision_private_endpoint_collection.
|
|
69
|
+
*/
|
|
70
|
+
readonly visionPrivateEndpointCollections: outputs.AiVision.GetVisionPrivateEndpointsVisionPrivateEndpointCollection[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This data source provides the list of Vision Private Endpoints in Oracle Cloud Infrastructure Ai Vision service.
|
|
74
|
+
*
|
|
75
|
+
* Returns a list of visionPrivateEndpoints.
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ```typescript
|
|
80
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
+
* import * as oci from "@pulumi/oci";
|
|
82
|
+
*
|
|
83
|
+
* const testVisionPrivateEndpoints = oci.AiVision.getVisionPrivateEndpoints({
|
|
84
|
+
* compartmentId: compartmentId,
|
|
85
|
+
* displayName: visionPrivateEndpointDisplayName,
|
|
86
|
+
* id: visionPrivateEndpointId,
|
|
87
|
+
* state: visionPrivateEndpointState,
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getVisionPrivateEndpointsOutput(args?: GetVisionPrivateEndpointsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVisionPrivateEndpointsResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getVisionPrivateEndpoints.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetVisionPrivateEndpointsOutputArgs {
|
|
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.GetVisionPrivateEndpointsFilterArgs>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The filter to find the device 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.getVisionPrivateEndpointsOutput = exports.getVisionPrivateEndpoints = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Vision Private Endpoints in Oracle Cloud Infrastructure Ai Vision service.
|
|
10
|
+
*
|
|
11
|
+
* Returns a list of visionPrivateEndpoints.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testVisionPrivateEndpoints = oci.AiVision.getVisionPrivateEndpoints({
|
|
20
|
+
* compartmentId: compartmentId,
|
|
21
|
+
* displayName: visionPrivateEndpointDisplayName,
|
|
22
|
+
* id: visionPrivateEndpointId,
|
|
23
|
+
* state: visionPrivateEndpointState,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getVisionPrivateEndpoints(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("oci:AiVision/getVisionPrivateEndpoints:getVisionPrivateEndpoints", {
|
|
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.getVisionPrivateEndpoints = getVisionPrivateEndpoints;
|
|
39
|
+
/**
|
|
40
|
+
* This data source provides the list of Vision Private Endpoints in Oracle Cloud Infrastructure Ai Vision service.
|
|
41
|
+
*
|
|
42
|
+
* Returns a list of visionPrivateEndpoints.
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as oci from "@pulumi/oci";
|
|
49
|
+
*
|
|
50
|
+
* const testVisionPrivateEndpoints = oci.AiVision.getVisionPrivateEndpoints({
|
|
51
|
+
* compartmentId: compartmentId,
|
|
52
|
+
* displayName: visionPrivateEndpointDisplayName,
|
|
53
|
+
* id: visionPrivateEndpointId,
|
|
54
|
+
* state: visionPrivateEndpointState,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
function getVisionPrivateEndpointsOutput(args, opts) {
|
|
59
|
+
args = args || {};
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
|
+
return pulumi.runtime.invokeOutput("oci:AiVision/getVisionPrivateEndpoints:getVisionPrivateEndpoints", {
|
|
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.getVisionPrivateEndpointsOutput = getVisionPrivateEndpointsOutput;
|
|
70
|
+
//# sourceMappingURL=getVisionPrivateEndpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVisionPrivateEndpoints.js","sourceRoot":"","sources":["../../aivision/getVisionPrivateEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,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,kEAAkE,EAAE;QAC7F,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,8DAUC;AAmDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAAiC;IACzH,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,kEAAkE,EAAE;QACnG,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,0EAUC"}
|
package/aivision/index.d.ts
CHANGED
|
@@ -10,9 +10,45 @@ export declare const getProjectOutput: typeof import("./getProject").getProjectO
|
|
|
10
10
|
export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects";
|
|
11
11
|
export declare const getProjects: typeof import("./getProjects").getProjects;
|
|
12
12
|
export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
|
|
13
|
+
export { GetStreamGroupArgs, GetStreamGroupResult, GetStreamGroupOutputArgs } from "./getStreamGroup";
|
|
14
|
+
export declare const getStreamGroup: typeof import("./getStreamGroup").getStreamGroup;
|
|
15
|
+
export declare const getStreamGroupOutput: typeof import("./getStreamGroup").getStreamGroupOutput;
|
|
16
|
+
export { GetStreamGroupsArgs, GetStreamGroupsResult, GetStreamGroupsOutputArgs } from "./getStreamGroups";
|
|
17
|
+
export declare const getStreamGroups: typeof import("./getStreamGroups").getStreamGroups;
|
|
18
|
+
export declare const getStreamGroupsOutput: typeof import("./getStreamGroups").getStreamGroupsOutput;
|
|
19
|
+
export { GetStreamJobArgs, GetStreamJobResult, GetStreamJobOutputArgs } from "./getStreamJob";
|
|
20
|
+
export declare const getStreamJob: typeof import("./getStreamJob").getStreamJob;
|
|
21
|
+
export declare const getStreamJobOutput: typeof import("./getStreamJob").getStreamJobOutput;
|
|
22
|
+
export { GetStreamJobsArgs, GetStreamJobsResult, GetStreamJobsOutputArgs } from "./getStreamJobs";
|
|
23
|
+
export declare const getStreamJobs: typeof import("./getStreamJobs").getStreamJobs;
|
|
24
|
+
export declare const getStreamJobsOutput: typeof import("./getStreamJobs").getStreamJobsOutput;
|
|
25
|
+
export { GetStreamSourceArgs, GetStreamSourceResult, GetStreamSourceOutputArgs } from "./getStreamSource";
|
|
26
|
+
export declare const getStreamSource: typeof import("./getStreamSource").getStreamSource;
|
|
27
|
+
export declare const getStreamSourceOutput: typeof import("./getStreamSource").getStreamSourceOutput;
|
|
28
|
+
export { GetStreamSourcesArgs, GetStreamSourcesResult, GetStreamSourcesOutputArgs } from "./getStreamSources";
|
|
29
|
+
export declare const getStreamSources: typeof import("./getStreamSources").getStreamSources;
|
|
30
|
+
export declare const getStreamSourcesOutput: typeof import("./getStreamSources").getStreamSourcesOutput;
|
|
31
|
+
export { GetVisionPrivateEndpointArgs, GetVisionPrivateEndpointResult, GetVisionPrivateEndpointOutputArgs } from "./getVisionPrivateEndpoint";
|
|
32
|
+
export declare const getVisionPrivateEndpoint: typeof import("./getVisionPrivateEndpoint").getVisionPrivateEndpoint;
|
|
33
|
+
export declare const getVisionPrivateEndpointOutput: typeof import("./getVisionPrivateEndpoint").getVisionPrivateEndpointOutput;
|
|
34
|
+
export { GetVisionPrivateEndpointsArgs, GetVisionPrivateEndpointsResult, GetVisionPrivateEndpointsOutputArgs } from "./getVisionPrivateEndpoints";
|
|
35
|
+
export declare const getVisionPrivateEndpoints: typeof import("./getVisionPrivateEndpoints").getVisionPrivateEndpoints;
|
|
36
|
+
export declare const getVisionPrivateEndpointsOutput: typeof import("./getVisionPrivateEndpoints").getVisionPrivateEndpointsOutput;
|
|
13
37
|
export { ModelArgs, ModelState } from "./model";
|
|
14
38
|
export type Model = import("./model").Model;
|
|
15
39
|
export declare const Model: typeof import("./model").Model;
|
|
16
40
|
export { ProjectArgs, ProjectState } from "./project";
|
|
17
41
|
export type Project = import("./project").Project;
|
|
18
42
|
export declare const Project: typeof import("./project").Project;
|
|
43
|
+
export { StreamGroupArgs, StreamGroupState } from "./streamGroup";
|
|
44
|
+
export type StreamGroup = import("./streamGroup").StreamGroup;
|
|
45
|
+
export declare const StreamGroup: typeof import("./streamGroup").StreamGroup;
|
|
46
|
+
export { StreamJobArgs, StreamJobState } from "./streamJob";
|
|
47
|
+
export type StreamJob = import("./streamJob").StreamJob;
|
|
48
|
+
export declare const StreamJob: typeof import("./streamJob").StreamJob;
|
|
49
|
+
export { StreamSourceArgs, StreamSourceState } from "./streamSource";
|
|
50
|
+
export type StreamSource = import("./streamSource").StreamSource;
|
|
51
|
+
export declare const StreamSource: typeof import("./streamSource").StreamSource;
|
|
52
|
+
export { VisionPrivateEndpointArgs, VisionPrivateEndpointState } from "./visionPrivateEndpoint";
|
|
53
|
+
export type VisionPrivateEndpoint = import("./visionPrivateEndpoint").VisionPrivateEndpoint;
|
|
54
|
+
export declare const VisionPrivateEndpoint: typeof import("./visionPrivateEndpoint").VisionPrivateEndpoint;
|
package/aivision/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Project = exports.Model = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getModelsOutput = exports.getModels = exports.getModelOutput = exports.getModel = void 0;
|
|
5
|
+
exports.VisionPrivateEndpoint = exports.StreamSource = exports.StreamJob = exports.StreamGroup = exports.Project = exports.Model = exports.getVisionPrivateEndpointsOutput = exports.getVisionPrivateEndpoints = exports.getVisionPrivateEndpointOutput = exports.getVisionPrivateEndpoint = exports.getStreamSourcesOutput = exports.getStreamSources = exports.getStreamSourceOutput = exports.getStreamSource = exports.getStreamJobsOutput = exports.getStreamJobs = exports.getStreamJobOutput = exports.getStreamJob = exports.getStreamGroupsOutput = exports.getStreamGroups = exports.getStreamGroupOutput = exports.getStreamGroup = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getModelsOutput = exports.getModels = exports.getModelOutput = exports.getModel = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getModel = null;
|
|
@@ -17,10 +17,42 @@ utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require(".
|
|
|
17
17
|
exports.getProjects = null;
|
|
18
18
|
exports.getProjectsOutput = null;
|
|
19
19
|
utilities.lazyLoad(exports, ["getProjects", "getProjectsOutput"], () => require("./getProjects"));
|
|
20
|
+
exports.getStreamGroup = null;
|
|
21
|
+
exports.getStreamGroupOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getStreamGroup", "getStreamGroupOutput"], () => require("./getStreamGroup"));
|
|
23
|
+
exports.getStreamGroups = null;
|
|
24
|
+
exports.getStreamGroupsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getStreamGroups", "getStreamGroupsOutput"], () => require("./getStreamGroups"));
|
|
26
|
+
exports.getStreamJob = null;
|
|
27
|
+
exports.getStreamJobOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getStreamJob", "getStreamJobOutput"], () => require("./getStreamJob"));
|
|
29
|
+
exports.getStreamJobs = null;
|
|
30
|
+
exports.getStreamJobsOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getStreamJobs", "getStreamJobsOutput"], () => require("./getStreamJobs"));
|
|
32
|
+
exports.getStreamSource = null;
|
|
33
|
+
exports.getStreamSourceOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getStreamSource", "getStreamSourceOutput"], () => require("./getStreamSource"));
|
|
35
|
+
exports.getStreamSources = null;
|
|
36
|
+
exports.getStreamSourcesOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getStreamSources", "getStreamSourcesOutput"], () => require("./getStreamSources"));
|
|
38
|
+
exports.getVisionPrivateEndpoint = null;
|
|
39
|
+
exports.getVisionPrivateEndpointOutput = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["getVisionPrivateEndpoint", "getVisionPrivateEndpointOutput"], () => require("./getVisionPrivateEndpoint"));
|
|
41
|
+
exports.getVisionPrivateEndpoints = null;
|
|
42
|
+
exports.getVisionPrivateEndpointsOutput = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["getVisionPrivateEndpoints", "getVisionPrivateEndpointsOutput"], () => require("./getVisionPrivateEndpoints"));
|
|
20
44
|
exports.Model = null;
|
|
21
45
|
utilities.lazyLoad(exports, ["Model"], () => require("./model"));
|
|
22
46
|
exports.Project = null;
|
|
23
47
|
utilities.lazyLoad(exports, ["Project"], () => require("./project"));
|
|
48
|
+
exports.StreamGroup = null;
|
|
49
|
+
utilities.lazyLoad(exports, ["StreamGroup"], () => require("./streamGroup"));
|
|
50
|
+
exports.StreamJob = null;
|
|
51
|
+
utilities.lazyLoad(exports, ["StreamJob"], () => require("./streamJob"));
|
|
52
|
+
exports.StreamSource = null;
|
|
53
|
+
utilities.lazyLoad(exports, ["StreamSource"], () => require("./streamSource"));
|
|
54
|
+
exports.VisionPrivateEndpoint = null;
|
|
55
|
+
utilities.lazyLoad(exports, ["VisionPrivateEndpoint"], () => require("./visionPrivateEndpoint"));
|
|
24
56
|
const _module = {
|
|
25
57
|
version: utilities.getVersion(),
|
|
26
58
|
construct: (name, type, urn) => {
|
|
@@ -29,6 +61,14 @@ const _module = {
|
|
|
29
61
|
return new exports.Model(name, undefined, { urn });
|
|
30
62
|
case "oci:AiVision/project:Project":
|
|
31
63
|
return new exports.Project(name, undefined, { urn });
|
|
64
|
+
case "oci:AiVision/streamGroup:StreamGroup":
|
|
65
|
+
return new exports.StreamGroup(name, undefined, { urn });
|
|
66
|
+
case "oci:AiVision/streamJob:StreamJob":
|
|
67
|
+
return new exports.StreamJob(name, undefined, { urn });
|
|
68
|
+
case "oci:AiVision/streamSource:StreamSource":
|
|
69
|
+
return new exports.StreamSource(name, undefined, { urn });
|
|
70
|
+
case "oci:AiVision/visionPrivateEndpoint:VisionPrivateEndpoint":
|
|
71
|
+
return new exports.VisionPrivateEndpoint(name, undefined, { urn });
|
|
32
72
|
default:
|
|
33
73
|
throw new Error(`unknown resource type ${type}`);
|
|
34
74
|
}
|
|
@@ -36,4 +76,8 @@ const _module = {
|
|
|
36
76
|
};
|
|
37
77
|
pulumi.runtime.registerResourceModule("oci", "AiVision/model", _module);
|
|
38
78
|
pulumi.runtime.registerResourceModule("oci", "AiVision/project", _module);
|
|
79
|
+
pulumi.runtime.registerResourceModule("oci", "AiVision/streamGroup", _module);
|
|
80
|
+
pulumi.runtime.registerResourceModule("oci", "AiVision/streamJob", _module);
|
|
81
|
+
pulumi.runtime.registerResourceModule("oci", "AiVision/streamSource", _module);
|
|
82
|
+
pulumi.runtime.registerResourceModule("oci", "AiVision/visionPrivateEndpoint", _module);
|
|
39
83
|
//# sourceMappingURL=index.js.map
|