@pulumi/oci 4.5.1 → 4.6.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.
Files changed (163) hide show
  1. package/cloudbridge/asset.d.ts +223 -0
  2. package/cloudbridge/asset.js +147 -0
  3. package/cloudbridge/asset.js.map +1 -1
  4. package/cloudbridge/assetSource.d.ts +67 -2
  5. package/cloudbridge/assetSource.js +16 -4
  6. package/cloudbridge/assetSource.js.map +1 -1
  7. package/cloudbridge/getAsset.d.ts +20 -0
  8. package/cloudbridge/getAsset.js.map +1 -1
  9. package/cloudbridge/getAssetSource.d.ts +11 -0
  10. package/cloudbridge/getAssetSource.js.map +1 -1
  11. package/cloudbridge/getAssets.d.ts +28 -0
  12. package/cloudbridge/getAssets.js +8 -0
  13. package/cloudbridge/getAssets.js.map +1 -1
  14. package/cloudbridge/getSupportedCloudRegions.d.ts +34 -0
  15. package/cloudbridge/getSupportedCloudRegions.js +28 -0
  16. package/cloudbridge/getSupportedCloudRegions.js.map +1 -0
  17. package/cloudbridge/index.d.ts +3 -0
  18. package/cloudbridge/index.js +4 -1
  19. package/cloudbridge/index.js.map +1 -1
  20. package/containerengine/getNodePool.d.ts +8 -0
  21. package/containerengine/getNodePool.js.map +1 -1
  22. package/containerengine/nodePool.d.ts +57 -8
  23. package/containerengine/nodePool.js +35 -6
  24. package/containerengine/nodePool.js.map +1 -1
  25. package/core/getInstancePool.d.ts +4 -0
  26. package/core/getInstancePool.js.map +1 -1
  27. package/core/instancePool.d.ts +8 -0
  28. package/core/instancePool.js +2 -0
  29. package/core/instancePool.js.map +1 -1
  30. package/generativeai/getSemanticStore.d.ts +122 -0
  31. package/generativeai/getSemanticStore.js +54 -0
  32. package/generativeai/getSemanticStore.js.map +1 -0
  33. package/generativeai/getSemanticStores.d.ts +124 -0
  34. package/generativeai/getSemanticStores.js +74 -0
  35. package/generativeai/getSemanticStores.js.map +1 -0
  36. package/generativeai/index.d.ts +9 -0
  37. package/generativeai/index.js +12 -1
  38. package/generativeai/index.js.map +1 -1
  39. package/generativeai/semanticStore.d.ts +240 -0
  40. package/generativeai/semanticStore.js +135 -0
  41. package/generativeai/semanticStore.js.map +1 -0
  42. package/managementagent/getManagementAgents.d.ts +2 -2
  43. package/managementagent/getManagementAgents.js +2 -2
  44. package/objectstorage/bucket.d.ts +13 -0
  45. package/objectstorage/bucket.js +3 -0
  46. package/objectstorage/bucket.js.map +1 -1
  47. package/objectstorage/getBucket.d.ts +4 -0
  48. package/objectstorage/getBucket.js.map +1 -1
  49. package/osmanagementhub/dynamicSet.d.ts +247 -0
  50. package/osmanagementhub/dynamicSet.js +142 -0
  51. package/osmanagementhub/dynamicSet.js.map +1 -0
  52. package/osmanagementhub/dynamicSetInstallPackagesManagement.d.ts +119 -0
  53. package/osmanagementhub/dynamicSetInstallPackagesManagement.js +94 -0
  54. package/osmanagementhub/dynamicSetInstallPackagesManagement.js.map +1 -0
  55. package/osmanagementhub/dynamicSetRebootManagement.d.ts +119 -0
  56. package/osmanagementhub/dynamicSetRebootManagement.js +91 -0
  57. package/osmanagementhub/dynamicSetRebootManagement.js.map +1 -0
  58. package/osmanagementhub/dynamicSetRemovePackagesManagement.d.ts +119 -0
  59. package/osmanagementhub/dynamicSetRemovePackagesManagement.js +94 -0
  60. package/osmanagementhub/dynamicSetRemovePackagesManagement.js.map +1 -0
  61. package/osmanagementhub/dynamicSetUpdatePackagesManagement.d.ts +119 -0
  62. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js +91 -0
  63. package/osmanagementhub/dynamicSetUpdatePackagesManagement.js.map +1 -0
  64. package/osmanagementhub/getDynamicSet.d.ts +122 -0
  65. package/osmanagementhub/getDynamicSet.js +54 -0
  66. package/osmanagementhub/getDynamicSet.js.map +1 -0
  67. package/osmanagementhub/getDynamicSetManagedInstances.d.ts +122 -0
  68. package/osmanagementhub/getDynamicSetManagedInstances.js +72 -0
  69. package/osmanagementhub/getDynamicSetManagedInstances.js.map +1 -0
  70. package/osmanagementhub/getDynamicSets.d.ts +111 -0
  71. package/osmanagementhub/getDynamicSets.js +70 -0
  72. package/osmanagementhub/getDynamicSets.js.map +1 -0
  73. package/osmanagementhub/getErrata.d.ts +14 -57
  74. package/osmanagementhub/getErrata.js +6 -22
  75. package/osmanagementhub/getErrata.js.map +1 -1
  76. package/osmanagementhub/getLifecycleStages.d.ts +0 -40
  77. package/osmanagementhub/getLifecycleStages.js +0 -40
  78. package/osmanagementhub/getLifecycleStages.js.map +1 -1
  79. package/osmanagementhub/getManagedInstance.d.ts +8 -0
  80. package/osmanagementhub/getManagedInstance.js.map +1 -1
  81. package/osmanagementhub/getManagedInstanceGroup.d.ts +1 -1
  82. package/osmanagementhub/getManagedInstanceGroupManagedInstances.d.ts +133 -0
  83. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js +76 -0
  84. package/osmanagementhub/getManagedInstanceGroupManagedInstances.js.map +1 -0
  85. package/osmanagementhub/getManagedInstanceSnaps.d.ts +108 -0
  86. package/osmanagementhub/getManagedInstanceSnaps.js +68 -0
  87. package/osmanagementhub/getManagedInstanceSnaps.js.map +1 -0
  88. package/osmanagementhub/getManagedInstanceUpdatablePackages.d.ts +14 -0
  89. package/osmanagementhub/getManagedInstanceUpdatablePackages.js +4 -0
  90. package/osmanagementhub/getManagedInstanceUpdatablePackages.js.map +1 -1
  91. package/osmanagementhub/getManagementStation.d.ts +8 -0
  92. package/osmanagementhub/getManagementStation.js.map +1 -1
  93. package/osmanagementhub/getManagementStations.d.ts +11 -0
  94. package/osmanagementhub/getManagementStations.js +4 -0
  95. package/osmanagementhub/getManagementStations.js.map +1 -1
  96. package/osmanagementhub/getScheduledJob.d.ts +6 -2
  97. package/osmanagementhub/getScheduledJob.js.map +1 -1
  98. package/osmanagementhub/getScheduledJobs.d.ts +11 -0
  99. package/osmanagementhub/getScheduledJobs.js +4 -0
  100. package/osmanagementhub/getScheduledJobs.js.map +1 -1
  101. package/osmanagementhub/getSoftwareSource.d.ts +1 -0
  102. package/osmanagementhub/getSoftwareSource.js.map +1 -1
  103. package/osmanagementhub/getSoftwareSourceManifest.d.ts +0 -6
  104. package/osmanagementhub/getSoftwareSourceManifest.js.map +1 -1
  105. package/osmanagementhub/index.d.ts +63 -0
  106. package/osmanagementhub/index.js +99 -3
  107. package/osmanagementhub/index.js.map +1 -1
  108. package/osmanagementhub/lifecycleEnvironment.d.ts +8 -20
  109. package/osmanagementhub/lifecycleEnvironment.js +8 -20
  110. package/osmanagementhub/lifecycleEnvironment.js.map +1 -1
  111. package/osmanagementhub/managedInstance.d.ts +19 -3
  112. package/osmanagementhub/managedInstance.js +4 -0
  113. package/osmanagementhub/managedInstance.js.map +1 -1
  114. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.d.ts +107 -0
  115. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js +92 -0
  116. package/osmanagementhub/managedInstanceAttachSoftwareSourcesManagement.js.map +1 -0
  117. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.d.ts +107 -0
  118. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js +92 -0
  119. package/osmanagementhub/managedInstanceDetachSoftwareSourcesManagement.js.map +1 -0
  120. package/osmanagementhub/managedInstanceGroup.d.ts +3 -3
  121. package/osmanagementhub/managedInstanceInstallPackagesManagement.d.ts +106 -0
  122. package/osmanagementhub/managedInstanceInstallPackagesManagement.js +91 -0
  123. package/osmanagementhub/managedInstanceInstallPackagesManagement.js.map +1 -0
  124. package/osmanagementhub/managedInstanceInstallSnapsManagement.d.ts +112 -0
  125. package/osmanagementhub/managedInstanceInstallSnapsManagement.js +94 -0
  126. package/osmanagementhub/managedInstanceInstallSnapsManagement.js.map +1 -0
  127. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.d.ts +85 -0
  128. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js +77 -0
  129. package/osmanagementhub/managedInstanceRefreshSoftwareManagement.js.map +1 -0
  130. package/osmanagementhub/managedInstanceRemovePackagesManagement.d.ts +106 -0
  131. package/osmanagementhub/managedInstanceRemovePackagesManagement.js +91 -0
  132. package/osmanagementhub/managedInstanceRemovePackagesManagement.js.map +1 -0
  133. package/osmanagementhub/managedInstanceRemoveSnapsManagement.d.ts +109 -0
  134. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js +94 -0
  135. package/osmanagementhub/managedInstanceRemoveSnapsManagement.js.map +1 -0
  136. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.d.ts +109 -0
  137. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js +91 -0
  138. package/osmanagementhub/managedInstanceSwitchSnapChannelManagement.js.map +1 -0
  139. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.d.ts +106 -0
  140. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js +88 -0
  141. package/osmanagementhub/managedInstancesInstallWindowsUpdatesManagement.js.map +1 -0
  142. package/osmanagementhub/managedInstancesUpdatePackagesManagement.d.ts +106 -0
  143. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js +88 -0
  144. package/osmanagementhub/managedInstancesUpdatePackagesManagement.js.map +1 -0
  145. package/osmanagementhub/managementStation.d.ts +26 -0
  146. package/osmanagementhub/managementStation.js +6 -0
  147. package/osmanagementhub/managementStation.js.map +1 -1
  148. package/osmanagementhub/profile.d.ts +6 -6
  149. package/osmanagementhub/profileDetachManagementStationManagement.d.ts +100 -0
  150. package/osmanagementhub/profileDetachManagementStationManagement.js +85 -0
  151. package/osmanagementhub/profileDetachManagementStationManagement.js.map +1 -0
  152. package/osmanagementhub/scheduledJob.d.ts +43 -15
  153. package/osmanagementhub/scheduledJob.js +18 -0
  154. package/osmanagementhub/scheduledJob.js.map +1 -1
  155. package/osmanagementhub/softwareSource.d.ts +12 -0
  156. package/osmanagementhub/softwareSource.js +2 -0
  157. package/osmanagementhub/softwareSource.js.map +1 -1
  158. package/osmanagementhub/softwareSourceManifest.d.ts +3 -12
  159. package/osmanagementhub/softwareSourceManifest.js +3 -3
  160. package/osmanagementhub/softwareSourceManifest.js.map +1 -1
  161. package/package.json +2 -2
  162. package/types/input.d.ts +1021 -11
  163. package/types/output.d.ts +2324 -34
@@ -35,6 +35,7 @@ const utilities = require("../utilities");
35
35
  * value: nodePoolInitialNodeLabelsValue,
36
36
  * }],
37
37
  * kubernetesVersion: nodePoolKubernetesVersion,
38
+ * networkLaunchType: nodePoolNetworkLaunchType,
38
39
  * nodeConfigDetails: {
39
40
  * placementConfigs: [{
40
41
  * availabilityDomain: nodePoolNodeConfigDetailsPlacementConfigsAvailabilityDomain,
@@ -49,6 +50,12 @@ const utilities = require("../utilities");
49
50
  * },
50
51
  * }],
51
52
  * size: nodePoolNodeConfigDetailsSize,
53
+ * definedTags: {
54
+ * "Operations.CostCenter": "42",
55
+ * },
56
+ * freeformTags: {
57
+ * Department: "Finance",
58
+ * },
52
59
  * isPvEncryptionInTransitEnabled: nodePoolNodeConfigDetailsIsPvEncryptionInTransitEnabled,
53
60
  * kmsKeyId: testKey.id,
54
61
  * nodePoolPodNetworkOptionDetails: {
@@ -57,12 +64,6 @@ const utilities = require("../utilities");
57
64
  * podNsgIds: nodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetailsPodNsgIds,
58
65
  * podSubnetIds: nodePoolNodeConfigDetailsNodePoolPodNetworkOptionDetailsPodSubnetIds,
59
66
  * },
60
- * definedTags: {
61
- * "Operations.CostCenter": "42",
62
- * },
63
- * freeformTags: {
64
- * Department: "Finance",
65
- * },
66
67
  * nsgIds: nodePoolNodeConfigDetailsNsgIds,
67
68
  * },
68
69
  * nodeEvictionNodePoolSettings: {
@@ -88,6 +89,30 @@ const utilities = require("../utilities");
88
89
  * bootVolumeSizeInGbs: nodePoolNodeSourceDetailsBootVolumeSizeInGbs,
89
90
  * },
90
91
  * quantityPerSubnet: nodePoolQuantityPerSubnet,
92
+ * secondaryVnics: [{
93
+ * createVnicDetails: {
94
+ * subnetId: testSubnet.id,
95
+ * applicationResources: nodePoolSecondaryVnicsCreateVnicDetailsApplicationResources,
96
+ * assignIpv6ip: nodePoolSecondaryVnicsCreateVnicDetailsAssignIpv6ip,
97
+ * assignPublicIp: nodePoolSecondaryVnicsCreateVnicDetailsAssignPublicIp,
98
+ * definedTags: {
99
+ * "Operations.CostCenter": "42",
100
+ * },
101
+ * displayName: nodePoolSecondaryVnicsCreateVnicDetailsDisplayName,
102
+ * freeformTags: {
103
+ * Department: "Finance",
104
+ * },
105
+ * ipCount: nodePoolSecondaryVnicsCreateVnicDetailsIpCount,
106
+ * ipv6addressIpv6subnetCidrPairDetails: [{
107
+ * ipv6address: nodePoolSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
108
+ * ipv6subnetCidr: nodePoolSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
109
+ * }],
110
+ * nsgIds: nodePoolSecondaryVnicsCreateVnicDetailsNsgIds,
111
+ * skipSourceDestCheck: nodePoolSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck,
112
+ * },
113
+ * displayName: nodePoolSecondaryVnicsDisplayName,
114
+ * nicIndex: nodePoolSecondaryVnicsNicIndex,
115
+ * }],
91
116
  * sshPublicKey: nodePoolSshPublicKey,
92
117
  * subnetIds: nodePoolSubnetIds,
93
118
  * });
@@ -137,6 +162,7 @@ class NodePool extends pulumi.CustomResource {
137
162
  resourceInputs["kubernetesVersion"] = state?.kubernetesVersion;
138
163
  resourceInputs["lifecycleDetails"] = state?.lifecycleDetails;
139
164
  resourceInputs["name"] = state?.name;
165
+ resourceInputs["networkLaunchType"] = state?.networkLaunchType;
140
166
  resourceInputs["nodeConfigDetails"] = state?.nodeConfigDetails;
141
167
  resourceInputs["nodeEvictionNodePoolSettings"] = state?.nodeEvictionNodePoolSettings;
142
168
  resourceInputs["nodeImageId"] = state?.nodeImageId;
@@ -149,6 +175,7 @@ class NodePool extends pulumi.CustomResource {
149
175
  resourceInputs["nodeSources"] = state?.nodeSources;
150
176
  resourceInputs["nodes"] = state?.nodes;
151
177
  resourceInputs["quantityPerSubnet"] = state?.quantityPerSubnet;
178
+ resourceInputs["secondaryVnics"] = state?.secondaryVnics;
152
179
  resourceInputs["sshPublicKey"] = state?.sshPublicKey;
153
180
  resourceInputs["state"] = state?.state;
154
181
  resourceInputs["subnetIds"] = state?.subnetIds;
@@ -171,6 +198,7 @@ class NodePool extends pulumi.CustomResource {
171
198
  resourceInputs["initialNodeLabels"] = args?.initialNodeLabels;
172
199
  resourceInputs["kubernetesVersion"] = args?.kubernetesVersion;
173
200
  resourceInputs["name"] = args?.name;
201
+ resourceInputs["networkLaunchType"] = args?.networkLaunchType;
174
202
  resourceInputs["nodeConfigDetails"] = args?.nodeConfigDetails;
175
203
  resourceInputs["nodeEvictionNodePoolSettings"] = args?.nodeEvictionNodePoolSettings;
176
204
  resourceInputs["nodeImageId"] = args?.nodeImageId;
@@ -181,6 +209,7 @@ class NodePool extends pulumi.CustomResource {
181
209
  resourceInputs["nodeShapeConfig"] = args?.nodeShapeConfig;
182
210
  resourceInputs["nodeSourceDetails"] = args?.nodeSourceDetails;
183
211
  resourceInputs["quantityPerSubnet"] = args?.quantityPerSubnet;
212
+ resourceInputs["secondaryVnics"] = args?.secondaryVnics;
184
213
  resourceInputs["sshPublicKey"] = args?.sshPublicKey;
185
214
  resourceInputs["subnetIds"] = args?.subnetIds;
186
215
  resourceInputs["lifecycleDetails"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"nodePool.js","sourceRoot":"","sources":["../../containerengine/nodePool.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"nodePool.js","sourceRoot":"","sources":["../../containerengine/nodePool.ts"],"names":[],"mappings":"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"}
@@ -35,6 +35,10 @@ export interface GetInstancePoolResult {
35
35
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
36
36
  */
37
37
  readonly compartmentId: string;
38
+ /**
39
+ * Count of instance in running state associated to the Instance Pool.
40
+ */
41
+ readonly currentSize: number;
38
42
  /**
39
43
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
40
44
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getInstancePool.js","sourceRoot":"","sources":["../../core/getInstancePool.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,0CAA0C,EAAE;QACrE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA8ED;;;;;;;;;;;;;;;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,0CAA0C,EAAE;QAC3E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
1
+ {"version":3,"file":"getInstancePool.js","sourceRoot":"","sources":["../../core/getInstancePool.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,0CAA0C,EAAE;QACrE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAkFD;;;;;;;;;;;;;;;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,0CAA0C,EAAE;QAC3E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
@@ -106,6 +106,10 @@ export declare class InstancePool extends pulumi.CustomResource {
106
106
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
107
107
  */
108
108
  readonly compartmentId: pulumi.Output<string>;
109
+ /**
110
+ * Count of instance in running state associated to the Instance Pool.
111
+ */
112
+ readonly currentSize: pulumi.Output<number>;
109
113
  /**
110
114
  * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
111
115
  */
@@ -185,6 +189,10 @@ export interface InstancePoolState {
185
189
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the instance pool.
186
190
  */
187
191
  compartmentId?: pulumi.Input<string>;
192
+ /**
193
+ * Count of instance in running state associated to the Instance Pool.
194
+ */
195
+ currentSize?: pulumi.Input<number>;
188
196
  /**
189
197
  * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
190
198
  */
@@ -116,6 +116,7 @@ class InstancePool extends pulumi.CustomResource {
116
116
  const state = argsOrState;
117
117
  resourceInputs["actualSize"] = state?.actualSize;
118
118
  resourceInputs["compartmentId"] = state?.compartmentId;
119
+ resourceInputs["currentSize"] = state?.currentSize;
119
120
  resourceInputs["definedTags"] = state?.definedTags;
120
121
  resourceInputs["displayName"] = state?.displayName;
121
122
  resourceInputs["freeformTags"] = state?.freeformTags;
@@ -156,6 +157,7 @@ class InstancePool extends pulumi.CustomResource {
156
157
  resourceInputs["size"] = args?.size;
157
158
  resourceInputs["state"] = args?.state;
158
159
  resourceInputs["actualSize"] = undefined /*out*/;
160
+ resourceInputs["currentSize"] = undefined /*out*/;
159
161
  resourceInputs["timeCreated"] = undefined /*out*/;
160
162
  }
161
163
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"instancePool.js","sourceRoot":"","sources":["../../core/instancePool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgFG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAyED,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,EAAE,4BAA4B,CAAC;YACrF,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;SACtD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,uBAAuB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;aAC1E;YACD,IAAI,IAAI,EAAE,uBAAuB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;aAC1E;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,EAAE,4BAA4B,CAAC;YACpF,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AArJL,oCAsJC;AAxIG,gBAAgB;AACO,yBAAY,GAAG,oCAAoC,CAAC"}
1
+ {"version":3,"file":"instancePool.js","sourceRoot":"","sources":["../../core/instancePool.ts"],"names":[],"mappings":"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"}
@@ -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 Semantic Store resource in Oracle Cloud Infrastructure Generative AI service.
5
+ *
6
+ * Gets information about a semanticStore.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testSemanticStore = oci.GenerativeAi.getSemanticStore({
15
+ * semanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.id,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getSemanticStore(args: GetSemanticStoreArgs, opts?: pulumi.InvokeOptions): Promise<GetSemanticStoreResult>;
20
+ /**
21
+ * A collection of arguments for invoking getSemanticStore.
22
+ */
23
+ export interface GetSemanticStoreArgs {
24
+ /**
25
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SemanticStore.
26
+ */
27
+ semanticStoreId: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getSemanticStore.
31
+ */
32
+ export interface GetSemanticStoreResult {
33
+ /**
34
+ * Owning compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a SemanticStore.
35
+ */
36
+ readonly compartmentId: string;
37
+ /**
38
+ * Defines the data source that the semantic model connects to.
39
+ */
40
+ readonly dataSources: outputs.GenerativeAi.GetSemanticStoreDataSource[];
41
+ /**
42
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
43
+ */
44
+ readonly definedTags: {
45
+ [key: string]: string;
46
+ };
47
+ /**
48
+ * An optional description of the SemanticStore.
49
+ */
50
+ readonly description: string;
51
+ /**
52
+ * A user-friendly name.
53
+ */
54
+ readonly displayName: string;
55
+ /**
56
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
57
+ */
58
+ readonly freeformTags: {
59
+ [key: string]: string;
60
+ };
61
+ /**
62
+ * An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that uniquely identifies a SemanticStore.
63
+ */
64
+ readonly id: string;
65
+ /**
66
+ * A message describing the current state in more detail that can provide actionable information.
67
+ */
68
+ readonly lifecycleDetails: string;
69
+ /**
70
+ * Specifies a refresh schedule. Null represents no automated synchronization schedule.
71
+ */
72
+ readonly refreshSchedules: outputs.GenerativeAi.GetSemanticStoreRefreshSchedule[];
73
+ /**
74
+ * Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
75
+ */
76
+ readonly schemas: outputs.GenerativeAi.GetSemanticStoreSchema[];
77
+ readonly semanticStoreId: string;
78
+ /**
79
+ * The lifecycle state of a SemanticStore.
80
+ */
81
+ readonly state: string;
82
+ /**
83
+ * System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
84
+ */
85
+ readonly systemTags: {
86
+ [key: string]: string;
87
+ };
88
+ /**
89
+ * The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
90
+ */
91
+ readonly timeCreated: string;
92
+ /**
93
+ * The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
94
+ */
95
+ readonly timeUpdated: string;
96
+ }
97
+ /**
98
+ * This data source provides details about a specific Semantic Store resource in Oracle Cloud Infrastructure Generative AI service.
99
+ *
100
+ * Gets information about a semanticStore.
101
+ *
102
+ * ## Example Usage
103
+ *
104
+ * ```typescript
105
+ * import * as pulumi from "@pulumi/pulumi";
106
+ * import * as oci from "@pulumi/oci";
107
+ *
108
+ * const testSemanticStore = oci.GenerativeAi.getSemanticStore({
109
+ * semanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.id,
110
+ * });
111
+ * ```
112
+ */
113
+ export declare function getSemanticStoreOutput(args: GetSemanticStoreOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSemanticStoreResult>;
114
+ /**
115
+ * A collection of arguments for invoking getSemanticStore.
116
+ */
117
+ export interface GetSemanticStoreOutputArgs {
118
+ /**
119
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SemanticStore.
120
+ */
121
+ semanticStoreId: 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.getSemanticStoreOutput = exports.getSemanticStore = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Semantic Store resource in Oracle Cloud Infrastructure Generative AI service.
10
+ *
11
+ * Gets information about a semanticStore.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testSemanticStore = oci.GenerativeAi.getSemanticStore({
20
+ * semanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getSemanticStore(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("oci:GenerativeAi/getSemanticStore:getSemanticStore", {
27
+ "semanticStoreId": args.semanticStoreId,
28
+ }, opts);
29
+ }
30
+ exports.getSemanticStore = getSemanticStore;
31
+ /**
32
+ * This data source provides details about a specific Semantic Store resource in Oracle Cloud Infrastructure Generative AI service.
33
+ *
34
+ * Gets information about a semanticStore.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as oci from "@pulumi/oci";
41
+ *
42
+ * const testSemanticStore = oci.GenerativeAi.getSemanticStore({
43
+ * semanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.id,
44
+ * });
45
+ * ```
46
+ */
47
+ function getSemanticStoreOutput(args, opts) {
48
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
49
+ return pulumi.runtime.invokeOutput("oci:GenerativeAi/getSemanticStore:getSemanticStore", {
50
+ "semanticStoreId": args.semanticStoreId,
51
+ }, opts);
52
+ }
53
+ exports.getSemanticStoreOutput = getSemanticStoreOutput;
54
+ //# sourceMappingURL=getSemanticStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSemanticStore.js","sourceRoot":"","sources":["../../generativeai/getSemanticStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
@@ -0,0 +1,124 @@
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 Semantic Stores in Oracle Cloud Infrastructure Generative AI service.
6
+ *
7
+ * Lists the SemanticStores given specific filter.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testSemanticStores = oci.GenerativeAi.getSemanticStores({
16
+ * compartmentId: compartmentId,
17
+ * dataSourceQueryingConnectionId: testConnection.id,
18
+ * displayName: semanticStoreDisplayName,
19
+ * id: semanticStoreId,
20
+ * states: semanticStoreState,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getSemanticStores(args?: GetSemanticStoresArgs, opts?: pulumi.InvokeOptions): Promise<GetSemanticStoresResult>;
25
+ /**
26
+ * A collection of arguments for invoking getSemanticStores.
27
+ */
28
+ export interface GetSemanticStoresArgs {
29
+ /**
30
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
31
+ */
32
+ compartmentId?: string;
33
+ /**
34
+ * A filter to return only resources whose queryingConnectionId matches with this id.
35
+ */
36
+ dataSourceQueryingConnectionId?: string;
37
+ /**
38
+ * A filter to return only resources that match the given display name exactly.
39
+ */
40
+ displayName?: string;
41
+ filters?: inputs.GenerativeAi.GetSemanticStoresFilter[];
42
+ /**
43
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SemanticStore.
44
+ */
45
+ id?: string;
46
+ /**
47
+ * A filter to return only resources whose lifecycle state matches the given array.
48
+ */
49
+ states?: string[];
50
+ }
51
+ /**
52
+ * A collection of values returned by getSemanticStores.
53
+ */
54
+ export interface GetSemanticStoresResult {
55
+ /**
56
+ * Owning compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a SemanticStore.
57
+ */
58
+ readonly compartmentId?: string;
59
+ readonly dataSourceQueryingConnectionId?: string;
60
+ /**
61
+ * A user-friendly name.
62
+ */
63
+ readonly displayName?: string;
64
+ readonly filters?: outputs.GenerativeAi.GetSemanticStoresFilter[];
65
+ /**
66
+ * An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that uniquely identifies a SemanticStore.
67
+ */
68
+ readonly id?: string;
69
+ /**
70
+ * The list of semantic_store_collection.
71
+ */
72
+ readonly semanticStoreCollections: outputs.GenerativeAi.GetSemanticStoresSemanticStoreCollection[];
73
+ /**
74
+ * The lifecycle state of a SemanticStore.
75
+ */
76
+ readonly states?: string[];
77
+ }
78
+ /**
79
+ * This data source provides the list of Semantic Stores in Oracle Cloud Infrastructure Generative AI service.
80
+ *
81
+ * Lists the SemanticStores given specific filter.
82
+ *
83
+ * ## Example Usage
84
+ *
85
+ * ```typescript
86
+ * import * as pulumi from "@pulumi/pulumi";
87
+ * import * as oci from "@pulumi/oci";
88
+ *
89
+ * const testSemanticStores = oci.GenerativeAi.getSemanticStores({
90
+ * compartmentId: compartmentId,
91
+ * dataSourceQueryingConnectionId: testConnection.id,
92
+ * displayName: semanticStoreDisplayName,
93
+ * id: semanticStoreId,
94
+ * states: semanticStoreState,
95
+ * });
96
+ * ```
97
+ */
98
+ export declare function getSemanticStoresOutput(args?: GetSemanticStoresOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSemanticStoresResult>;
99
+ /**
100
+ * A collection of arguments for invoking getSemanticStores.
101
+ */
102
+ export interface GetSemanticStoresOutputArgs {
103
+ /**
104
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
105
+ */
106
+ compartmentId?: pulumi.Input<string>;
107
+ /**
108
+ * A filter to return only resources whose queryingConnectionId matches with this id.
109
+ */
110
+ dataSourceQueryingConnectionId?: pulumi.Input<string>;
111
+ /**
112
+ * A filter to return only resources that match the given display name exactly.
113
+ */
114
+ displayName?: pulumi.Input<string>;
115
+ filters?: pulumi.Input<pulumi.Input<inputs.GenerativeAi.GetSemanticStoresFilterArgs>[]>;
116
+ /**
117
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SemanticStore.
118
+ */
119
+ id?: pulumi.Input<string>;
120
+ /**
121
+ * A filter to return only resources whose lifecycle state matches the given array.
122
+ */
123
+ states?: pulumi.Input<pulumi.Input<string>[]>;
124
+ }
@@ -0,0 +1,74 @@
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.getSemanticStoresOutput = exports.getSemanticStores = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Semantic Stores in Oracle Cloud Infrastructure Generative AI service.
10
+ *
11
+ * Lists the SemanticStores given specific filter.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testSemanticStores = oci.GenerativeAi.getSemanticStores({
20
+ * compartmentId: compartmentId,
21
+ * dataSourceQueryingConnectionId: testConnection.id,
22
+ * displayName: semanticStoreDisplayName,
23
+ * id: semanticStoreId,
24
+ * states: semanticStoreState,
25
+ * });
26
+ * ```
27
+ */
28
+ function getSemanticStores(args, opts) {
29
+ args = args || {};
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invoke("oci:GenerativeAi/getSemanticStores:getSemanticStores", {
32
+ "compartmentId": args.compartmentId,
33
+ "dataSourceQueryingConnectionId": args.dataSourceQueryingConnectionId,
34
+ "displayName": args.displayName,
35
+ "filters": args.filters,
36
+ "id": args.id,
37
+ "states": args.states,
38
+ }, opts);
39
+ }
40
+ exports.getSemanticStores = getSemanticStores;
41
+ /**
42
+ * This data source provides the list of Semantic Stores in Oracle Cloud Infrastructure Generative AI service.
43
+ *
44
+ * Lists the SemanticStores given specific filter.
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as oci from "@pulumi/oci";
51
+ *
52
+ * const testSemanticStores = oci.GenerativeAi.getSemanticStores({
53
+ * compartmentId: compartmentId,
54
+ * dataSourceQueryingConnectionId: testConnection.id,
55
+ * displayName: semanticStoreDisplayName,
56
+ * id: semanticStoreId,
57
+ * states: semanticStoreState,
58
+ * });
59
+ * ```
60
+ */
61
+ function getSemanticStoresOutput(args, opts) {
62
+ args = args || {};
63
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
64
+ return pulumi.runtime.invokeOutput("oci:GenerativeAi/getSemanticStores:getSemanticStores", {
65
+ "compartmentId": args.compartmentId,
66
+ "dataSourceQueryingConnectionId": args.dataSourceQueryingConnectionId,
67
+ "displayName": args.displayName,
68
+ "filters": args.filters,
69
+ "id": args.id,
70
+ "states": args.states,
71
+ }, opts);
72
+ }
73
+ exports.getSemanticStoresOutput = getSemanticStoresOutput;
74
+ //# sourceMappingURL=getSemanticStores.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSemanticStores.js","sourceRoot":"","sources":["../../generativeai/getSemanticStores.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,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,sDAAsD,EAAE;QACjF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gCAAgC,EAAE,IAAI,CAAC,8BAA8B;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC;AAwDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,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,sDAAsD,EAAE;QACvF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gCAAgC,EAAE,IAAI,CAAC,8BAA8B;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0DAWC"}
@@ -103,9 +103,18 @@ export declare const getModelOutput: typeof import("./getModel").getModelOutput;
103
103
  export { GetModelsArgs, GetModelsResult, GetModelsOutputArgs } from "./getModels";
104
104
  export declare const getModels: typeof import("./getModels").getModels;
105
105
  export declare const getModelsOutput: typeof import("./getModels").getModelsOutput;
106
+ export { GetSemanticStoreArgs, GetSemanticStoreResult, GetSemanticStoreOutputArgs } from "./getSemanticStore";
107
+ export declare const getSemanticStore: typeof import("./getSemanticStore").getSemanticStore;
108
+ export declare const getSemanticStoreOutput: typeof import("./getSemanticStore").getSemanticStoreOutput;
109
+ export { GetSemanticStoresArgs, GetSemanticStoresResult, GetSemanticStoresOutputArgs } from "./getSemanticStores";
110
+ export declare const getSemanticStores: typeof import("./getSemanticStores").getSemanticStores;
111
+ export declare const getSemanticStoresOutput: typeof import("./getSemanticStores").getSemanticStoresOutput;
106
112
  export { ImportedModelArgs, ImportedModelState } from "./importedModel";
107
113
  export type ImportedModel = import("./importedModel").ImportedModel;
108
114
  export declare const ImportedModel: typeof import("./importedModel").ImportedModel;
109
115
  export { ModelArgs, ModelState } from "./model";
110
116
  export type Model = import("./model").Model;
111
117
  export declare const Model: typeof import("./model").Model;
118
+ export { SemanticStoreArgs, SemanticStoreState } from "./semanticStore";
119
+ export type SemanticStore = import("./semanticStore").SemanticStore;
120
+ export declare const SemanticStore: typeof import("./semanticStore").SemanticStore;
@@ -3,7 +3,7 @@
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
5
  exports.getGenerativeAiPrivateEndpointOutput = exports.getGenerativeAiPrivateEndpoint = exports.getEndpointsOutput = exports.getEndpoints = exports.getEndpointOutput = exports.getEndpoint = exports.getDedicatedAiClustersOutput = exports.getDedicatedAiClusters = exports.getDedicatedAiClusterOutput = exports.getDedicatedAiCluster = exports.getAgentToolsOutput = exports.getAgentTools = exports.getAgentToolOutput = exports.getAgentTool = exports.getAgentProvisionedCapacityOutput = exports.getAgentProvisionedCapacity = exports.getAgentProvisionedCapacitiesOutput = exports.getAgentProvisionedCapacities = exports.getAgentKnowledgeBasesOutput = exports.getAgentKnowledgeBases = exports.getAgentKnowledgeBaseOutput = exports.getAgentKnowledgeBase = exports.getAgentDataSourcesOutput = exports.getAgentDataSources = exports.getAgentDataSourceOutput = exports.getAgentDataSource = exports.getAgentDataIngestionJobsOutput = exports.getAgentDataIngestionJobs = exports.getAgentDataIngestionJobLogContentOutput = exports.getAgentDataIngestionJobLogContent = exports.getAgentDataIngestionJobOutput = exports.getAgentDataIngestionJob = exports.getAgentAgentsOutput = exports.getAgentAgents = exports.getAgentAgentEndpointsOutput = exports.getAgentAgentEndpoints = exports.getAgentAgentEndpointOutput = exports.getAgentAgentEndpoint = exports.getAgentAgentOutput = exports.getAgentAgent = exports.GenerativeAiPrivateEndpoint = exports.Endpoint = exports.DedicatedAiCluster = exports.AgentTool = exports.AgentProvisionedCapacity = exports.AgentKnowledgeBase = exports.AgentDataSource = exports.AgentDataIngestionJob = exports.AgentAgentEndpoint = exports.AgentAgent = void 0;
6
- exports.Model = exports.ImportedModel = exports.getModelsOutput = exports.getModels = exports.getModelOutput = exports.getModel = exports.getImportedModelsOutput = exports.getImportedModels = exports.getImportedModelOutput = exports.getImportedModel = exports.getGenerativeAiPrivateEndpointsOutput = exports.getGenerativeAiPrivateEndpoints = void 0;
6
+ exports.SemanticStore = exports.Model = exports.ImportedModel = exports.getSemanticStoresOutput = exports.getSemanticStores = exports.getSemanticStoreOutput = exports.getSemanticStore = exports.getModelsOutput = exports.getModels = exports.getModelOutput = exports.getModel = exports.getImportedModelsOutput = exports.getImportedModels = exports.getImportedModelOutput = exports.getImportedModel = exports.getGenerativeAiPrivateEndpointsOutput = exports.getGenerativeAiPrivateEndpoints = void 0;
7
7
  const pulumi = require("@pulumi/pulumi");
8
8
  const utilities = require("../utilities");
9
9
  exports.AgentAgent = null;
@@ -101,10 +101,18 @@ utilities.lazyLoad(exports, ["getModel", "getModelOutput"], () => require("./get
101
101
  exports.getModels = null;
102
102
  exports.getModelsOutput = null;
103
103
  utilities.lazyLoad(exports, ["getModels", "getModelsOutput"], () => require("./getModels"));
104
+ exports.getSemanticStore = null;
105
+ exports.getSemanticStoreOutput = null;
106
+ utilities.lazyLoad(exports, ["getSemanticStore", "getSemanticStoreOutput"], () => require("./getSemanticStore"));
107
+ exports.getSemanticStores = null;
108
+ exports.getSemanticStoresOutput = null;
109
+ utilities.lazyLoad(exports, ["getSemanticStores", "getSemanticStoresOutput"], () => require("./getSemanticStores"));
104
110
  exports.ImportedModel = null;
105
111
  utilities.lazyLoad(exports, ["ImportedModel"], () => require("./importedModel"));
106
112
  exports.Model = null;
107
113
  utilities.lazyLoad(exports, ["Model"], () => require("./model"));
114
+ exports.SemanticStore = null;
115
+ utilities.lazyLoad(exports, ["SemanticStore"], () => require("./semanticStore"));
108
116
  const _module = {
109
117
  version: utilities.getVersion(),
110
118
  construct: (name, type, urn) => {
@@ -133,6 +141,8 @@ const _module = {
133
141
  return new exports.ImportedModel(name, undefined, { urn });
134
142
  case "oci:GenerativeAi/model:Model":
135
143
  return new exports.Model(name, undefined, { urn });
144
+ case "oci:GenerativeAi/semanticStore:SemanticStore":
145
+ return new exports.SemanticStore(name, undefined, { urn });
136
146
  default:
137
147
  throw new Error(`unknown resource type ${type}`);
138
148
  }
@@ -150,4 +160,5 @@ pulumi.runtime.registerResourceModule("oci", "GenerativeAi/endpoint", _module);
150
160
  pulumi.runtime.registerResourceModule("oci", "GenerativeAi/generativeAiPrivateEndpoint", _module);
151
161
  pulumi.runtime.registerResourceModule("oci", "GenerativeAi/importedModel", _module);
152
162
  pulumi.runtime.registerResourceModule("oci", "GenerativeAi/model", _module);
163
+ pulumi.runtime.registerResourceModule("oci", "GenerativeAi/semanticStore", _module);
153
164
  //# sourceMappingURL=index.js.map