@pulumi/snowflake 0.63.0-alpha.1734439451 → 1.0.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 (301) hide show
  1. package/account.d.ts +40 -86
  2. package/account.js +12 -5
  3. package/account.js.map +1 -1
  4. package/accountParameter.d.ts +7 -7
  5. package/accountParameter.js +1 -1
  6. package/accountRole.d.ts +4 -4
  7. package/accountRole.js +1 -1
  8. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
  9. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
  10. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
  11. package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
  12. package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
  13. package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
  14. package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
  15. package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
  16. package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
  17. package/authenticationPolicy.d.ts +9 -9
  18. package/config/vars.d.ts +6 -74
  19. package/config/vars.js +6 -83
  20. package/config/vars.js.map +1 -1
  21. package/database.d.ts +4 -4
  22. package/database.js +1 -1
  23. package/databaseRole.d.ts +6 -6
  24. package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
  25. package/{unsafeExecute.js → execute.js} +17 -10
  26. package/execute.js.map +1 -0
  27. package/externalOauthIntegration.d.ts +12 -12
  28. package/externalOauthIntegration.js +1 -1
  29. package/externalVolume.d.ts +5 -3
  30. package/externalVolume.js +2 -0
  31. package/externalVolume.js.map +1 -1
  32. package/functionJava.d.ts +324 -0
  33. package/{function.js → functionJava.js} +40 -22
  34. package/functionJava.js.map +1 -0
  35. package/functionJavascript.d.ts +240 -0
  36. package/functionJavascript.js +106 -0
  37. package/functionJavascript.js.map +1 -0
  38. package/functionPython.d.ts +324 -0
  39. package/functionPython.js +123 -0
  40. package/functionPython.js.map +1 -0
  41. package/functionScala.d.ts +324 -0
  42. package/functionScala.js +123 -0
  43. package/functionScala.js.map +1 -0
  44. package/functionSql.d.ts +228 -0
  45. package/functionSql.js +104 -0
  46. package/functionSql.js.map +1 -0
  47. package/getAccountRoles.d.ts +57 -0
  48. package/getAccountRoles.js +32 -0
  49. package/getAccountRoles.js.map +1 -0
  50. package/getAccounts.d.ts +25 -7
  51. package/getAccounts.js +10 -2
  52. package/getAccounts.js.map +1 -1
  53. package/getAlerts.d.ts +4 -0
  54. package/getAlerts.js +4 -0
  55. package/getAlerts.js.map +1 -1
  56. package/getConnections.d.ts +2 -48
  57. package/getConnections.js +2 -48
  58. package/getConnections.js.map +1 -1
  59. package/getCortexSearchServices.d.ts +4 -0
  60. package/getCortexSearchServices.js +4 -0
  61. package/getCortexSearchServices.js.map +1 -1
  62. package/getCurrentAccount.d.ts +4 -0
  63. package/getCurrentAccount.js +4 -0
  64. package/getCurrentAccount.js.map +1 -1
  65. package/getCurrentRole.d.ts +6 -0
  66. package/getCurrentRole.js +6 -0
  67. package/getCurrentRole.js.map +1 -1
  68. package/getDatabase.d.ts +4 -0
  69. package/getDatabase.js +4 -0
  70. package/getDatabase.js.map +1 -1
  71. package/getDatabaseRole.d.ts +4 -0
  72. package/getDatabaseRole.js +4 -0
  73. package/getDatabaseRole.js.map +1 -1
  74. package/getDatabaseRoles.d.ts +2 -6
  75. package/getDatabaseRoles.js +2 -6
  76. package/getDatabaseRoles.js.map +1 -1
  77. package/getDatabases.d.ts +2 -6
  78. package/getDatabases.js +2 -6
  79. package/getDatabases.js.map +1 -1
  80. package/getDynamicTables.d.ts +6 -0
  81. package/getDynamicTables.js +6 -0
  82. package/getDynamicTables.js.map +1 -1
  83. package/getExternalFunctions.d.ts +4 -0
  84. package/getExternalFunctions.js +4 -0
  85. package/getExternalFunctions.js.map +1 -1
  86. package/getExternalTables.d.ts +4 -0
  87. package/getExternalTables.js +4 -0
  88. package/getExternalTables.js.map +1 -1
  89. package/getFailoverGroups.d.ts +6 -0
  90. package/getFailoverGroups.js +6 -0
  91. package/getFailoverGroups.js.map +1 -1
  92. package/getFileFormats.d.ts +4 -0
  93. package/getFileFormats.js +4 -0
  94. package/getFileFormats.js.map +1 -1
  95. package/getFunctions.d.ts +4 -0
  96. package/getFunctions.js +4 -0
  97. package/getFunctions.js.map +1 -1
  98. package/getGrants.d.ts +0 -4
  99. package/getGrants.js +0 -4
  100. package/getGrants.js.map +1 -1
  101. package/getMaskingPolicies.d.ts +2 -6
  102. package/getMaskingPolicies.js +2 -6
  103. package/getMaskingPolicies.js.map +1 -1
  104. package/getMaterializedViews.d.ts +4 -0
  105. package/getMaterializedViews.js +4 -0
  106. package/getMaterializedViews.js.map +1 -1
  107. package/getNetworkPolicies.d.ts +2 -6
  108. package/getNetworkPolicies.js +2 -6
  109. package/getNetworkPolicies.js.map +1 -1
  110. package/getParameters.d.ts +4 -0
  111. package/getParameters.js +4 -0
  112. package/getParameters.js.map +1 -1
  113. package/getPipes.d.ts +4 -0
  114. package/getPipes.js +4 -0
  115. package/getPipes.js.map +1 -1
  116. package/getProcedures.d.ts +4 -0
  117. package/getProcedures.js +4 -0
  118. package/getProcedures.js.map +1 -1
  119. package/getResourceMonitors.d.ts +2 -6
  120. package/getResourceMonitors.js +2 -6
  121. package/getResourceMonitors.js.map +1 -1
  122. package/getRowAccessPolicies.d.ts +2 -6
  123. package/getRowAccessPolicies.js +2 -6
  124. package/getRowAccessPolicies.js.map +1 -1
  125. package/getSchemas.d.ts +6 -4
  126. package/getSchemas.js +6 -4
  127. package/getSchemas.js.map +1 -1
  128. package/getSecrets.d.ts +2 -6
  129. package/getSecrets.js +2 -6
  130. package/getSecrets.js.map +1 -1
  131. package/getSecurityIntegrations.d.ts +2 -6
  132. package/getSecurityIntegrations.js +2 -6
  133. package/getSecurityIntegrations.js.map +1 -1
  134. package/getSequences.d.ts +4 -0
  135. package/getSequences.js +4 -0
  136. package/getSequences.js.map +1 -1
  137. package/getShares.d.ts +4 -0
  138. package/getShares.js +4 -0
  139. package/getShares.js.map +1 -1
  140. package/getStages.d.ts +4 -0
  141. package/getStages.js +4 -0
  142. package/getStages.js.map +1 -1
  143. package/getStorageIntegrations.d.ts +4 -0
  144. package/getStorageIntegrations.js +4 -0
  145. package/getStorageIntegrations.js.map +1 -1
  146. package/getStreamlits.d.ts +2 -6
  147. package/getStreamlits.js +2 -6
  148. package/getStreamlits.js.map +1 -1
  149. package/getStreams.d.ts +2 -6
  150. package/getStreams.js +2 -6
  151. package/getStreams.js.map +1 -1
  152. package/getSystemGenerateScimAccessToken.d.ts +4 -0
  153. package/getSystemGenerateScimAccessToken.js +4 -0
  154. package/getSystemGenerateScimAccessToken.js.map +1 -1
  155. package/getSystemGetPrivateLinkConfig.d.ts +4 -0
  156. package/getSystemGetPrivateLinkConfig.js +4 -0
  157. package/getSystemGetPrivateLinkConfig.js.map +1 -1
  158. package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
  159. package/getSystemGetSnowflakePlatformInfo.js +6 -0
  160. package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
  161. package/getTables.d.ts +4 -0
  162. package/getTables.js +4 -0
  163. package/getTables.js.map +1 -1
  164. package/getTags.d.ts +2 -6
  165. package/getTags.js +2 -6
  166. package/getTags.js.map +1 -1
  167. package/getTasks.d.ts +0 -4
  168. package/getTasks.js +0 -4
  169. package/getTasks.js.map +1 -1
  170. package/getUsers.d.ts +2 -6
  171. package/getUsers.js +2 -6
  172. package/getUsers.js.map +1 -1
  173. package/getViews.d.ts +2 -6
  174. package/getViews.js +2 -6
  175. package/getViews.js.map +1 -1
  176. package/getWarehouses.d.ts +2 -6
  177. package/getWarehouses.js +2 -6
  178. package/getWarehouses.js.map +1 -1
  179. package/grantAccountRole.d.ts +9 -9
  180. package/grantApplicationRole.d.ts +3 -3
  181. package/grantDatabaseRole.d.ts +12 -12
  182. package/grantOwnership.d.ts +6 -6
  183. package/grantPrivilegesToAccountRole.d.ts +6 -6
  184. package/grantPrivilegesToDatabaseRole.d.ts +6 -6
  185. package/grantPrivilegesToShare.d.ts +18 -18
  186. package/index.d.ts +36 -36
  187. package/index.js +62 -60
  188. package/index.js.map +1 -1
  189. package/legacyServiceUser.d.ts +9 -9
  190. package/maskingPolicy.d.ts +9 -9
  191. package/networkPolicy.d.ts +10 -10
  192. package/networkPolicy.js +1 -1
  193. package/oauthIntegrationForCustomClients.d.ts +23 -15
  194. package/oauthIntegrationForCustomClients.js +3 -4
  195. package/oauthIntegrationForCustomClients.js.map +1 -1
  196. package/oauthIntegrationForPartnerApplications.d.ts +16 -8
  197. package/oauthIntegrationForPartnerApplications.js +2 -3
  198. package/oauthIntegrationForPartnerApplications.js.map +1 -1
  199. package/package.json +2 -2
  200. package/passwordPolicy.d.ts +7 -0
  201. package/passwordPolicy.js +7 -0
  202. package/passwordPolicy.js.map +1 -1
  203. package/primaryConnection.d.ts +7 -7
  204. package/primaryConnection.js +1 -1
  205. package/procedureJava.d.ts +345 -0
  206. package/procedureJava.js +128 -0
  207. package/procedureJava.js.map +1 -0
  208. package/procedureJavascript.d.ts +249 -0
  209. package/procedureJavascript.js +106 -0
  210. package/procedureJavascript.js.map +1 -0
  211. package/procedurePython.d.ts +333 -0
  212. package/procedurePython.js +126 -0
  213. package/procedurePython.js.map +1 -0
  214. package/procedureScala.d.ts +345 -0
  215. package/procedureScala.js +128 -0
  216. package/procedureScala.js.map +1 -0
  217. package/procedureSql.d.ts +249 -0
  218. package/{procedure.js → procedureSql.js} +36 -32
  219. package/procedureSql.js.map +1 -0
  220. package/provider.d.ts +11 -182
  221. package/provider.js +10 -21
  222. package/provider.js.map +1 -1
  223. package/resourceMonitor.d.ts +7 -9
  224. package/resourceMonitor.js +1 -3
  225. package/resourceMonitor.js.map +1 -1
  226. package/rowAccessPolicy.d.ts +9 -9
  227. package/saml2Integration.d.ts +4 -4
  228. package/saml2Integration.js +1 -1
  229. package/schema.d.ts +6 -8
  230. package/schema.js +0 -2
  231. package/schema.js.map +1 -1
  232. package/scimIntegration.d.ts +7 -7
  233. package/scimIntegration.js +1 -1
  234. package/secondaryConnection.d.ts +7 -7
  235. package/secondaryConnection.js +1 -1
  236. package/secondaryDatabase.d.ts +7 -7
  237. package/secondaryDatabase.js +1 -1
  238. package/secretWithAuthorizationCodeGrant.d.ts +12 -12
  239. package/secretWithBasicAuthentication.d.ts +9 -9
  240. package/secretWithClientCredentials.d.ts +12 -12
  241. package/secretWithGenericString.d.ts +9 -9
  242. package/serviceUser.d.ts +9 -9
  243. package/sharedDatabase.d.ts +7 -7
  244. package/sharedDatabase.js +1 -1
  245. package/streamOnDirectoryTable.d.ts +12 -21
  246. package/streamOnDirectoryTable.js.map +1 -1
  247. package/streamOnExternalTable.d.ts +12 -21
  248. package/streamOnExternalTable.js.map +1 -1
  249. package/streamOnTable.d.ts +12 -21
  250. package/streamOnTable.js.map +1 -1
  251. package/streamOnView.d.ts +12 -21
  252. package/streamOnView.js.map +1 -1
  253. package/streamlit.d.ts +18 -20
  254. package/streamlit.js +0 -2
  255. package/streamlit.js.map +1 -1
  256. package/tag.d.ts +12 -12
  257. package/tagAssociation.d.ts +11 -31
  258. package/tagAssociation.js +2 -4
  259. package/tagAssociation.js.map +1 -1
  260. package/task.d.ts +25 -27
  261. package/task.js +1 -3
  262. package/task.js.map +1 -1
  263. package/types/input.d.ts +828 -47
  264. package/types/output.d.ts +846 -94
  265. package/user.d.ts +9 -9
  266. package/view.d.ts +12 -21
  267. package/view.js.map +1 -1
  268. package/warehouse.d.ts +7 -7
  269. package/warehouse.js +1 -1
  270. package/databaseOld.d.ts +0 -147
  271. package/databaseOld.js +0 -70
  272. package/databaseOld.js.map +0 -1
  273. package/function.d.ts +0 -247
  274. package/function.js.map +0 -1
  275. package/getRole.d.ts +0 -66
  276. package/getRole.js +0 -50
  277. package/getRole.js.map +0 -1
  278. package/getRoles.d.ts +0 -61
  279. package/getRoles.js +0 -36
  280. package/getRoles.js.map +0 -1
  281. package/oauthIntegration.d.ts +0 -171
  282. package/oauthIntegration.js +0 -79
  283. package/oauthIntegration.js.map +0 -1
  284. package/procedure.d.ts +0 -253
  285. package/procedure.js.map +0 -1
  286. package/role.d.ts +0 -76
  287. package/role.js +0 -62
  288. package/role.js.map +0 -1
  289. package/samlIntegration.d.ts +0 -243
  290. package/samlIntegration.js +0 -104
  291. package/samlIntegration.js.map +0 -1
  292. package/sessionParameter.d.ts +0 -91
  293. package/sessionParameter.js +0 -68
  294. package/sessionParameter.js.map +0 -1
  295. package/stream.d.ts +0 -181
  296. package/stream.js +0 -86
  297. package/stream.js.map +0 -1
  298. package/tagMaskingPolicyAssociation.d.ts +0 -69
  299. package/tagMaskingPolicyAssociation.js +0 -66
  300. package/tagMaskingPolicyAssociation.js.map +0 -1
  301. package/unsafeExecute.js.map +0 -1
@@ -6,9 +6,7 @@ exports.getResourceMonitorsOutput = exports.getResourceMonitors = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
10
- *
11
- * Datasource used to get details of filtered resource monitors. Filtering is aligned with the current possibilities for [SHOW RESOURCE MONITORS](https://docs.snowflake.com/en/sql-reference/sql/show-resource-monitors) query (`like` is supported). The results of SHOW is encapsulated in showOutput collection.
9
+ * Data source used to get details of filtered resource monitors. Filtering is aligned with the current possibilities for [SHOW RESOURCE MONITORS](https://docs.snowflake.com/en/sql-reference/sql/show-resource-monitors) query (`like` is supported). The results of SHOW is encapsulated in showOutput collection.
12
10
  */
13
11
  function getResourceMonitors(args, opts) {
14
12
  args = args || {};
@@ -19,9 +17,7 @@ function getResourceMonitors(args, opts) {
19
17
  }
20
18
  exports.getResourceMonitors = getResourceMonitors;
21
19
  /**
22
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
23
- *
24
- * Datasource used to get details of filtered resource monitors. Filtering is aligned with the current possibilities for [SHOW RESOURCE MONITORS](https://docs.snowflake.com/en/sql-reference/sql/show-resource-monitors) query (`like` is supported). The results of SHOW is encapsulated in showOutput collection.
20
+ * Data source used to get details of filtered resource monitors. Filtering is aligned with the current possibilities for [SHOW RESOURCE MONITORS](https://docs.snowflake.com/en/sql-reference/sql/show-resource-monitors) query (`like` is supported). The results of SHOW is encapsulated in showOutput collection.
25
21
  */
26
22
  function getResourceMonitorsOutput(args, opts) {
27
23
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getResourceMonitors.js","sourceRoot":"","sources":["../getResourceMonitors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,yDAAyD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA6BD;;;;GAIG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,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,yDAAyD,EAAE;QAC1F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
1
+ {"version":3,"file":"getResourceMonitors.js","sourceRoot":"","sources":["../getResourceMonitors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,yDAAyD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA6BD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,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,yDAAyD,EAAE;QAC1F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
@@ -2,9 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
6
- *
7
- * Datasource used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
5
+ * Data source used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
8
6
  */
9
7
  export declare function getRowAccessPolicies(args?: GetRowAccessPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetRowAccessPoliciesResult>;
10
8
  /**
@@ -58,9 +56,7 @@ export interface GetRowAccessPoliciesResult {
58
56
  readonly withDescribe?: boolean;
59
57
  }
60
58
  /**
61
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
62
- *
63
- * Datasource used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
59
+ * Data source used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
64
60
  */
65
61
  export declare function getRowAccessPoliciesOutput(args?: GetRowAccessPoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRowAccessPoliciesResult>;
66
62
  /**
@@ -6,9 +6,7 @@ exports.getRowAccessPoliciesOutput = exports.getRowAccessPolicies = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
10
- *
11
- * Datasource used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
9
+ * Data source used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
12
10
  */
13
11
  function getRowAccessPolicies(args, opts) {
14
12
  args = args || {};
@@ -22,9 +20,7 @@ function getRowAccessPolicies(args, opts) {
22
20
  }
23
21
  exports.getRowAccessPolicies = getRowAccessPolicies;
24
22
  /**
25
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
26
- *
27
- * Datasource used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
23
+ * Data source used to get details of filtered row access policies. Filtering is aligned with the current possibilities for [SHOW ROW ACCESS POLICIES](https://docs.snowflake.com/en/sql-reference/sql/show-row-access-policies) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `rowAccessPolicies`.
28
24
  */
29
25
  function getRowAccessPoliciesOutput(args, opts) {
30
26
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getRowAccessPolicies.js","sourceRoot":"","sources":["../getRowAccessPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC;AAqDD;;;;GAIG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC"}
1
+ {"version":3,"file":"getRowAccessPolicies.js","sourceRoot":"","sources":["../getRowAccessPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC;AAqDD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC"}
package/getSchemas.d.ts CHANGED
@@ -2,9 +2,10 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
5
+ * <!-- TODO(SNOW-1844996): Remove this note.-->
6
+ * > **Note** Field `WITH PRIVILEGES` is currently missing. It will be added in the future.
6
7
  *
7
- * Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
8
+ * Data source used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
8
9
  */
9
10
  export declare function getSchemas(args?: GetSchemasArgs, opts?: pulumi.InvokeOptions): Promise<GetSchemasResult>;
10
11
  /**
@@ -74,9 +75,10 @@ export interface GetSchemasResult {
74
75
  readonly withParameters?: boolean;
75
76
  }
76
77
  /**
77
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
78
+ * <!-- TODO(SNOW-1844996): Remove this note.-->
79
+ * > **Note** Field `WITH PRIVILEGES` is currently missing. It will be added in the future.
78
80
  *
79
- * Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
81
+ * Data source used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
80
82
  */
81
83
  export declare function getSchemasOutput(args?: GetSchemasOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSchemasResult>;
82
84
  /**
package/getSchemas.js CHANGED
@@ -6,9 +6,10 @@ exports.getSchemasOutput = exports.getSchemas = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
9
+ * <!-- TODO(SNOW-1844996): Remove this note.-->
10
+ * > **Note** Field `WITH PRIVILEGES` is currently missing. It will be added in the future.
10
11
  *
11
- * Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
12
+ * Data source used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
12
13
  */
13
14
  function getSchemas(args, opts) {
14
15
  args = args || {};
@@ -24,9 +25,10 @@ function getSchemas(args, opts) {
24
25
  }
25
26
  exports.getSchemas = getSchemas;
26
27
  /**
27
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
28
+ * <!-- TODO(SNOW-1844996): Remove this note.-->
29
+ * > **Note** Field `WITH PRIVILEGES` is currently missing. It will be added in the future.
28
30
  *
29
- * Datasource used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
31
+ * Data source used to get details of filtered schemas. Filtering is aligned with the current possibilities for [SHOW SCHEMAS](https://docs.snowflake.com/en/sql-reference/sql/show-schemas) query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
30
32
  */
31
33
  function getSchemasOutput(args, opts) {
32
34
  args = args || {};
package/getSchemas.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAqED;;;;GAIG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,uCAAuC,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
1
+ {"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAqED;;;;;GAKG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,uCAAuC,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
package/getSecrets.d.ts CHANGED
@@ -2,9 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
6
- *
7
- * Datasource used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
5
+ * Data source used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
8
6
  *
9
7
  * ## Example Usage
10
8
  *
@@ -83,9 +81,7 @@ export interface GetSecretsResult {
83
81
  readonly withDescribe?: boolean;
84
82
  }
85
83
  /**
86
- * !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
87
- *
88
- * Datasource used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
84
+ * Data source used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
89
85
  *
90
86
  * ## Example Usage
91
87
  *
package/getSecrets.js CHANGED
@@ -6,9 +6,7 @@ exports.getSecretsOutput = exports.getSecrets = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
10
- *
11
- * Datasource used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
9
+ * Data source used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
12
10
  *
13
11
  * ## Example Usage
14
12
  *
@@ -54,9 +52,7 @@ function getSecrets(args, opts) {
54
52
  }
55
53
  exports.getSecrets = getSecrets;
56
54
  /**
57
- * !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
58
- *
59
- * Datasource used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
55
+ * Data source used to get details of filtered secrets. Filtering is aligned with the current possibilities for [SHOW SECRETS](https://docs.snowflake.com/en/sql-reference/sql/show-secrets) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `secrets`.
60
56
  *
61
57
  * ## Example Usage
62
58
  *
package/getSecrets.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,uCAAuC,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
1
+ {"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,uCAAuC,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
@@ -1,9 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
5
- *
6
- * Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
4
+ * Data source used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
7
5
  */
8
6
  export declare function getSecurityIntegrations(args?: GetSecurityIntegrationsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityIntegrationsResult>;
9
7
  /**
@@ -41,9 +39,7 @@ export interface GetSecurityIntegrationsResult {
41
39
  readonly withDescribe?: boolean;
42
40
  }
43
41
  /**
44
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
45
- *
46
- * Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
42
+ * Data source used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
47
43
  */
48
44
  export declare function getSecurityIntegrationsOutput(args?: GetSecurityIntegrationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityIntegrationsResult>;
49
45
  /**
@@ -6,9 +6,7 @@ exports.getSecurityIntegrationsOutput = exports.getSecurityIntegrations = void 0
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
10
- *
11
- * Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
9
+ * Data source used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
12
10
  */
13
11
  function getSecurityIntegrations(args, opts) {
14
12
  args = args || {};
@@ -20,9 +18,7 @@ function getSecurityIntegrations(args, opts) {
20
18
  }
21
19
  exports.getSecurityIntegrations = getSecurityIntegrations;
22
20
  /**
23
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
24
- *
25
- * Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
21
+ * Data source used to get details of filtered security integrations. Filtering is aligned with the current possibilities for [SHOW SECURITY INTEGRATIONS](https://docs.snowflake.com/en/sql-reference/sql/show-integrations) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `securityIntegrations`.
26
22
  */
27
23
  function getSecurityIntegrationsOutput(args, opts) {
28
24
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityIntegrations.js","sourceRoot":"","sources":["../getSecurityIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,iEAAiE,EAAE;QAC5F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAqCD;;;;GAIG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAAiC;IACrH,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,iEAAiE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC"}
1
+ {"version":3,"file":"getSecurityIntegrations.js","sourceRoot":"","sources":["../getSecurityIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,iEAAiE,EAAE;QAC5F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAqCD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAAiC;IACrH,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,iEAAiE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC"}
package/getSequences.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
5
+ *
4
6
  * ## Example Usage
5
7
  *
6
8
  * ```typescript
@@ -49,6 +51,8 @@ export interface GetSequencesResult {
49
51
  readonly sequences: outputs.GetSequencesSequence[];
50
52
  }
51
53
  /**
54
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
55
+ *
52
56
  * ## Example Usage
53
57
  *
54
58
  * ```typescript
package/getSequences.js CHANGED
@@ -6,6 +6,8 @@ exports.getSequencesOutput = exports.getSequences = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
@@ -27,6 +29,8 @@ function getSequences(args, opts) {
27
29
  }
28
30
  exports.getSequences = getSequences;
29
31
  /**
32
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
33
+ *
30
34
  * ## Example Usage
31
35
  *
32
36
  * ```typescript
@@ -1 +1 @@
1
- {"version":3,"file":"getSequences.js","sourceRoot":"","sources":["../getSequences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
1
+ {"version":3,"file":"getSequences.js","sourceRoot":"","sources":["../getSequences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
package/getShares.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
5
+ *
4
6
  * ## Example Usage
5
7
  *
6
8
  * ```typescript
@@ -41,6 +43,8 @@ export interface GetSharesResult {
41
43
  readonly shares: outputs.GetSharesShare[];
42
44
  }
43
45
  /**
46
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
47
+ *
44
48
  * ## Example Usage
45
49
  *
46
50
  * ```typescript
package/getShares.js CHANGED
@@ -6,6 +6,8 @@ exports.getSharesOutput = exports.getShares = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
@@ -27,6 +29,8 @@ function getShares(args, opts) {
27
29
  }
28
30
  exports.getShares = getShares;
29
31
  /**
32
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
33
+ *
30
34
  * ## Example Usage
31
35
  *
32
36
  * ```typescript
package/getShares.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getShares.js","sourceRoot":"","sources":["../getShares.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AA6BD;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,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,qCAAqC,EAAE;QACtE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
1
+ {"version":3,"file":"getShares.js","sourceRoot":"","sources":["../getShares.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AA6BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,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,qCAAqC,EAAE;QACtE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
package/getStages.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
5
+ *
4
6
  * ## Example Usage
5
7
  *
6
8
  * ```typescript
@@ -49,6 +51,8 @@ export interface GetStagesResult {
49
51
  readonly stages: outputs.GetStagesStage[];
50
52
  }
51
53
  /**
54
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
55
+ *
52
56
  * ## Example Usage
53
57
  *
54
58
  * ```typescript
package/getStages.js CHANGED
@@ -6,6 +6,8 @@ exports.getStagesOutput = exports.getStages = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
@@ -27,6 +29,8 @@ function getStages(args, opts) {
27
29
  }
28
30
  exports.getStages = getStages;
29
31
  /**
32
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
33
+ *
30
34
  * ## Example Usage
31
35
  *
32
36
  * ```typescript
package/getStages.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getStages.js","sourceRoot":"","sources":["../getStages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
1
+ {"version":3,"file":"getStages.js","sourceRoot":"","sources":["../getStages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
5
+ *
4
6
  * ## Example Usage
5
7
  *
6
8
  * ```typescript
@@ -25,6 +27,8 @@ export interface GetStorageIntegrationsResult {
25
27
  readonly storageIntegrations: outputs.GetStorageIntegrationsStorageIntegration[];
26
28
  }
27
29
  /**
30
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
31
+ *
28
32
  * ## Example Usage
29
33
  *
30
34
  * ```typescript
@@ -6,6 +6,8 @@ exports.getStorageIntegrationsOutput = exports.getStorageIntegrations = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
10
+ *
9
11
  * ## Example Usage
10
12
  *
11
13
  * ```typescript
@@ -21,6 +23,8 @@ function getStorageIntegrations(opts) {
21
23
  }
22
24
  exports.getStorageIntegrations = getStorageIntegrations;
23
25
  /**
26
+ * !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
27
+ *
24
28
  * ## Example Usage
25
29
  *
26
30
  * ```typescript
@@ -1 +1 @@
1
- {"version":3,"file":"getStorageIntegrations.js","sourceRoot":"","sources":["../getStorageIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;GASG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE,EAC7F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;;;;;;;;GASG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
1
+ {"version":3,"file":"getStorageIntegrations.js","sourceRoot":"","sources":["../getStorageIntegrations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE,EAC7F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
@@ -2,9 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
6
- *
7
- * Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
5
+ * Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
8
6
  */
9
7
  export declare function getStreamlits(args?: GetStreamlitsArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamlitsResult>;
10
8
  /**
@@ -58,9 +56,7 @@ export interface GetStreamlitsResult {
58
56
  readonly withDescribe?: boolean;
59
57
  }
60
58
  /**
61
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
62
- *
63
- * Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
59
+ * Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
64
60
  */
65
61
  export declare function getStreamlitsOutput(args?: GetStreamlitsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamlitsResult>;
66
62
  /**
package/getStreamlits.js CHANGED
@@ -6,9 +6,7 @@ exports.getStreamlitsOutput = exports.getStreamlits = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
10
- *
11
- * Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
9
+ * Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
12
10
  */
13
11
  function getStreamlits(args, opts) {
14
12
  args = args || {};
@@ -22,9 +20,7 @@ function getStreamlits(args, opts) {
22
20
  }
23
21
  exports.getStreamlits = getStreamlits;
24
22
  /**
25
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
26
- *
27
- * Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
23
+ * Data source used to get details of filtered streamlits. Filtering is aligned with the current possibilities for [SHOW STREAMLITS](https://docs.snowflake.com/en/sql-reference/sql/show-streamlits) query (only `like` is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection `streamlits`.
28
24
  */
29
25
  function getStreamlitsOutput(args, opts) {
30
26
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getStreamlits.js","sourceRoot":"","sources":["../getStreamlits.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAqDD;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC"}
1
+ {"version":3,"file":"getStreamlits.js","sourceRoot":"","sources":["../getStreamlits.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAqDD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC"}
package/getStreams.d.ts CHANGED
@@ -2,9 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
6
- *
7
- * Datasource used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
5
+ * Data source used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
8
6
  */
9
7
  export declare function getStreams(args?: GetStreamsArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamsResult>;
10
8
  /**
@@ -66,9 +64,7 @@ export interface GetStreamsResult {
66
64
  readonly withDescribe?: boolean;
67
65
  }
68
66
  /**
69
- * !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
70
- *
71
- * Datasource used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
67
+ * Data source used to get details of filtered streams. Filtering is aligned with the current possibilities for [SHOW STREAMS](https://docs.snowflake.com/en/sql-reference/sql/show-streams) query. The results of SHOW and DESCRIBE are encapsulated in one output collection `streams`.
72
68
  */
73
69
  export declare function getStreamsOutput(args?: GetStreamsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamsResult>;
74
70
  /**