@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
package/types/output.d.ts CHANGED
@@ -11,6 +11,37 @@ export interface AccountRoleShowOutput {
11
11
  name: string;
12
12
  owner: string;
13
13
  }
14
+ export interface AccountShowOutput {
15
+ accountLocator: string;
16
+ accountLocatorUrl: string;
17
+ accountName: string;
18
+ accountOldUrlLastUsed: string;
19
+ accountOldUrlSavedOn: string;
20
+ accountUrl: string;
21
+ comment: string;
22
+ consumptionBillingEntityName: string;
23
+ createdOn: string;
24
+ droppedOn: string;
25
+ edition: string;
26
+ isEventsAccount: boolean;
27
+ isOrgAdmin: boolean;
28
+ isOrganizationAccount: boolean;
29
+ managedAccounts: number;
30
+ marketplaceConsumerBillingEntityName: string;
31
+ marketplaceProviderBillingEntityName: string;
32
+ movedOn: string;
33
+ movedToOrganization: string;
34
+ oldAccountUrl: string;
35
+ organizationName: string;
36
+ organizationOldUrl: string;
37
+ organizationOldUrlLastUsed: string;
38
+ organizationOldUrlSavedOn: string;
39
+ organizationUrlExpirationOn: string;
40
+ regionGroup: string;
41
+ restoredOn: string;
42
+ scheduledDeletionTime: string;
43
+ snowflakeRegion: string;
44
+ }
14
45
  export interface AlertAlertSchedule {
15
46
  /**
16
47
  * Specifies the cron expression for the alert. The cron expression must be in the following format: "minute hour day-of-month month day-of-week". The following values are supported: minute: 0-59 hour: 0-23 day-of-month: 1-31 month: 1-12 day-of-week: 0-6 (0 is Sunday)
@@ -333,10 +364,6 @@ export interface AuthenticationPolicyShowOutput {
333
364
  ownerRoleType: string;
334
365
  schemaName: string;
335
366
  }
336
- export interface DatabaseOldReplicationConfiguration {
337
- accounts: string[];
338
- ignoreEditionCheck?: boolean;
339
- }
340
367
  export interface DatabaseReplication {
341
368
  /**
342
369
  * Entry to enable replication and optionally failover for a given account identifier.
@@ -349,7 +376,7 @@ export interface DatabaseReplication {
349
376
  }
350
377
  export interface DatabaseReplicationEnableToAccount {
351
378
  /**
352
- * Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`.
379
+ * Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`. For more information about this resource, see docs.
353
380
  */
354
381
  accountIdentifier: string;
355
382
  /**
@@ -621,80 +648,459 @@ export interface FailoverGroupReplicationScheduleCron {
621
648
  */
622
649
  timeZone: string;
623
650
  }
624
- export interface FunctionArgument {
651
+ export interface FunctionJavaArgument {
625
652
  /**
626
- * The argument name
653
+ * The argument type.
654
+ */
655
+ argDataType: string;
656
+ argDefaultValue?: string;
657
+ /**
658
+ * The argument name.
659
+ */
660
+ argName: string;
661
+ }
662
+ export interface FunctionJavaImport {
663
+ /**
664
+ * Path for import on stage, without the leading `/`.
665
+ */
666
+ pathOnStage: string;
667
+ stageLocation: string;
668
+ }
669
+ export interface FunctionJavaParameter {
670
+ enableConsoleOutputs: outputs.FunctionJavaParameterEnableConsoleOutput[];
671
+ logLevels: outputs.FunctionJavaParameterLogLevel[];
672
+ metricLevels: outputs.FunctionJavaParameterMetricLevel[];
673
+ traceLevels: outputs.FunctionJavaParameterTraceLevel[];
674
+ }
675
+ export interface FunctionJavaParameterEnableConsoleOutput {
676
+ default: string;
677
+ description: string;
678
+ key: string;
679
+ level: string;
680
+ value: string;
681
+ }
682
+ export interface FunctionJavaParameterLogLevel {
683
+ default: string;
684
+ description: string;
685
+ key: string;
686
+ level: string;
687
+ value: string;
688
+ }
689
+ export interface FunctionJavaParameterMetricLevel {
690
+ default: string;
691
+ description: string;
692
+ key: string;
693
+ level: string;
694
+ value: string;
695
+ }
696
+ export interface FunctionJavaParameterTraceLevel {
697
+ default: string;
698
+ description: string;
699
+ key: string;
700
+ level: string;
701
+ value: string;
702
+ }
703
+ export interface FunctionJavaSecret {
704
+ /**
705
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
706
+ */
707
+ secretId: string;
708
+ /**
709
+ * The variable that will be used in handler code when retrieving information from the secret.
627
710
  */
711
+ secretVariableName: string;
712
+ }
713
+ export interface FunctionJavaShowOutput {
714
+ argumentsRaw: string;
715
+ catalogName: string;
716
+ createdOn: string;
717
+ description: string;
718
+ externalAccessIntegrations: string;
719
+ isAggregate: boolean;
720
+ isAnsi: boolean;
721
+ isBuiltin: boolean;
722
+ isDataMetric: boolean;
723
+ isExternalFunction: boolean;
724
+ isMemoizable: boolean;
725
+ isSecure: boolean;
726
+ isTableFunction: boolean;
727
+ language: string;
728
+ maxNumArguments: number;
729
+ minNumArguments: number;
628
730
  name: string;
731
+ schemaName: string;
732
+ secrets: string;
733
+ validForClustering: boolean;
734
+ }
735
+ export interface FunctionJavaTargetPath {
629
736
  /**
630
- * The argument type
737
+ * Path for import on stage, without the leading `/`.
631
738
  */
632
- type: string;
739
+ pathOnStage: string;
740
+ stageLocation: string;
633
741
  }
634
- export interface GetAccountsAccount {
742
+ export interface FunctionJavascriptArgument {
635
743
  /**
636
- * System-assigned identifier of the acccount.
744
+ * The argument type.
637
745
  */
638
- accountLocator: string;
746
+ argDataType: string;
747
+ argDefaultValue?: string;
639
748
  /**
640
- * Legacy Snowflake access URL syntax that includes the regionName and account_locator.
749
+ * The argument name.
641
750
  */
642
- accountLocatorUrl: string;
751
+ argName: string;
752
+ }
753
+ export interface FunctionJavascriptParameter {
754
+ enableConsoleOutputs: outputs.FunctionJavascriptParameterEnableConsoleOutput[];
755
+ logLevels: outputs.FunctionJavascriptParameterLogLevel[];
756
+ metricLevels: outputs.FunctionJavascriptParameterMetricLevel[];
757
+ traceLevels: outputs.FunctionJavascriptParameterTraceLevel[];
758
+ }
759
+ export interface FunctionJavascriptParameterEnableConsoleOutput {
760
+ default: string;
761
+ description: string;
762
+ key: string;
763
+ level: string;
764
+ value: string;
765
+ }
766
+ export interface FunctionJavascriptParameterLogLevel {
767
+ default: string;
768
+ description: string;
769
+ key: string;
770
+ level: string;
771
+ value: string;
772
+ }
773
+ export interface FunctionJavascriptParameterMetricLevel {
774
+ default: string;
775
+ description: string;
776
+ key: string;
777
+ level: string;
778
+ value: string;
779
+ }
780
+ export interface FunctionJavascriptParameterTraceLevel {
781
+ default: string;
782
+ description: string;
783
+ key: string;
784
+ level: string;
785
+ value: string;
786
+ }
787
+ export interface FunctionJavascriptShowOutput {
788
+ argumentsRaw: string;
789
+ catalogName: string;
790
+ createdOn: string;
791
+ description: string;
792
+ externalAccessIntegrations: string;
793
+ isAggregate: boolean;
794
+ isAnsi: boolean;
795
+ isBuiltin: boolean;
796
+ isDataMetric: boolean;
797
+ isExternalFunction: boolean;
798
+ isMemoizable: boolean;
799
+ isSecure: boolean;
800
+ isTableFunction: boolean;
801
+ language: string;
802
+ maxNumArguments: number;
803
+ minNumArguments: number;
804
+ name: string;
805
+ schemaName: string;
806
+ secrets: string;
807
+ validForClustering: boolean;
808
+ }
809
+ export interface FunctionPythonArgument {
643
810
  /**
644
- * User-defined name that identifies an account within the organization.
811
+ * The argument type.
645
812
  */
646
- accountName: string;
813
+ argDataType: string;
814
+ argDefaultValue?: string;
647
815
  /**
648
- * Preferred Snowflake access URL that includes the values of organizationName and account_name.
816
+ * The argument name.
649
817
  */
650
- accountUrl: string;
818
+ argName: string;
819
+ }
820
+ export interface FunctionPythonImport {
651
821
  /**
652
- * Comment for the account.
822
+ * Path for import on stage, without the leading `/`.
653
823
  */
654
- comment: string;
824
+ pathOnStage: string;
825
+ stageLocation: string;
826
+ }
827
+ export interface FunctionPythonParameter {
828
+ enableConsoleOutputs: outputs.FunctionPythonParameterEnableConsoleOutput[];
829
+ logLevels: outputs.FunctionPythonParameterLogLevel[];
830
+ metricLevels: outputs.FunctionPythonParameterMetricLevel[];
831
+ traceLevels: outputs.FunctionPythonParameterTraceLevel[];
832
+ }
833
+ export interface FunctionPythonParameterEnableConsoleOutput {
834
+ default: string;
835
+ description: string;
836
+ key: string;
837
+ level: string;
838
+ value: string;
839
+ }
840
+ export interface FunctionPythonParameterLogLevel {
841
+ default: string;
842
+ description: string;
843
+ key: string;
844
+ level: string;
845
+ value: string;
846
+ }
847
+ export interface FunctionPythonParameterMetricLevel {
848
+ default: string;
849
+ description: string;
850
+ key: string;
851
+ level: string;
852
+ value: string;
853
+ }
854
+ export interface FunctionPythonParameterTraceLevel {
855
+ default: string;
856
+ description: string;
857
+ key: string;
858
+ level: string;
859
+ value: string;
860
+ }
861
+ export interface FunctionPythonSecret {
655
862
  /**
656
- * Name of the consumption billing entity.
863
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
657
864
  */
658
- consumptionBillingEntityName: string;
865
+ secretId: string;
659
866
  /**
660
- * Date and time when the account was created.
867
+ * The variable that will be used in handler code when retrieving information from the secret.
661
868
  */
869
+ secretVariableName: string;
870
+ }
871
+ export interface FunctionPythonShowOutput {
872
+ argumentsRaw: string;
873
+ catalogName: string;
662
874
  createdOn: string;
875
+ description: string;
876
+ externalAccessIntegrations: string;
877
+ isAggregate: boolean;
878
+ isAnsi: boolean;
879
+ isBuiltin: boolean;
880
+ isDataMetric: boolean;
881
+ isExternalFunction: boolean;
882
+ isMemoizable: boolean;
883
+ isSecure: boolean;
884
+ isTableFunction: boolean;
885
+ language: string;
886
+ maxNumArguments: number;
887
+ minNumArguments: number;
888
+ name: string;
889
+ schemaName: string;
890
+ secrets: string;
891
+ validForClustering: boolean;
892
+ }
893
+ export interface FunctionScalaArgument {
663
894
  /**
664
- * Snowflake Edition of the account.
895
+ * The argument type.
665
896
  */
666
- edition: string;
897
+ argDataType: string;
898
+ argDefaultValue?: string;
667
899
  /**
668
- * Indicates whether the ORGADMIN role is enabled in an account. If TRUE, the role is enabled.
900
+ * The argument name.
669
901
  */
670
- isOrgAdmin: boolean;
902
+ argName: string;
903
+ }
904
+ export interface FunctionScalaImport {
671
905
  /**
672
- * Indicates how many managed accounts have been created by the account.
906
+ * Path for import on stage, without the leading `/`.
673
907
  */
674
- managedAccounts: number;
908
+ pathOnStage: string;
909
+ stageLocation: string;
910
+ }
911
+ export interface FunctionScalaParameter {
912
+ enableConsoleOutputs: outputs.FunctionScalaParameterEnableConsoleOutput[];
913
+ logLevels: outputs.FunctionScalaParameterLogLevel[];
914
+ metricLevels: outputs.FunctionScalaParameterMetricLevel[];
915
+ traceLevels: outputs.FunctionScalaParameterTraceLevel[];
916
+ }
917
+ export interface FunctionScalaParameterEnableConsoleOutput {
918
+ default: string;
919
+ description: string;
920
+ key: string;
921
+ level: string;
922
+ value: string;
923
+ }
924
+ export interface FunctionScalaParameterLogLevel {
925
+ default: string;
926
+ description: string;
927
+ key: string;
928
+ level: string;
929
+ value: string;
930
+ }
931
+ export interface FunctionScalaParameterMetricLevel {
932
+ default: string;
933
+ description: string;
934
+ key: string;
935
+ level: string;
936
+ value: string;
937
+ }
938
+ export interface FunctionScalaParameterTraceLevel {
939
+ default: string;
940
+ description: string;
941
+ key: string;
942
+ level: string;
943
+ value: string;
944
+ }
945
+ export interface FunctionScalaSecret {
675
946
  /**
676
- * Name of the marketplace consumer billing entity.
947
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
677
948
  */
678
- marketplaceConsumerBillingEntityName: string;
949
+ secretId: string;
679
950
  /**
680
- * Name of the marketplace provider billing entity.
951
+ * The variable that will be used in handler code when retrieving information from the secret.
681
952
  */
682
- marketplaceProviderBillingEntityName: string;
953
+ secretVariableName: string;
954
+ }
955
+ export interface FunctionScalaShowOutput {
956
+ argumentsRaw: string;
957
+ catalogName: string;
958
+ createdOn: string;
959
+ description: string;
960
+ externalAccessIntegrations: string;
961
+ isAggregate: boolean;
962
+ isAnsi: boolean;
963
+ isBuiltin: boolean;
964
+ isDataMetric: boolean;
965
+ isExternalFunction: boolean;
966
+ isMemoizable: boolean;
967
+ isSecure: boolean;
968
+ isTableFunction: boolean;
969
+ language: string;
970
+ maxNumArguments: number;
971
+ minNumArguments: number;
972
+ name: string;
973
+ schemaName: string;
974
+ secrets: string;
975
+ validForClustering: boolean;
976
+ }
977
+ export interface FunctionScalaTargetPath {
683
978
  /**
684
- * The previous account URL for a given account.
979
+ * Path for import on stage, without the leading `/`.
685
980
  */
686
- oldAccountUrl: string;
981
+ pathOnStage: string;
982
+ stageLocation: string;
983
+ }
984
+ export interface FunctionSqlArgument {
687
985
  /**
688
- * Name of the organization.
986
+ * The argument type.
689
987
  */
690
- organizationName: string;
988
+ argDataType: string;
989
+ argDefaultValue?: string;
691
990
  /**
692
- * Region group where the account is located. Note: this column is only visible to organizations that span multiple Region Groups.
991
+ * The argument name.
693
992
  */
694
- regionGroup: string;
993
+ argName: string;
994
+ }
995
+ export interface FunctionSqlParameter {
996
+ enableConsoleOutputs: outputs.FunctionSqlParameterEnableConsoleOutput[];
997
+ logLevels: outputs.FunctionSqlParameterLogLevel[];
998
+ metricLevels: outputs.FunctionSqlParameterMetricLevel[];
999
+ traceLevels: outputs.FunctionSqlParameterTraceLevel[];
1000
+ }
1001
+ export interface FunctionSqlParameterEnableConsoleOutput {
1002
+ default: string;
1003
+ description: string;
1004
+ key: string;
1005
+ level: string;
1006
+ value: string;
1007
+ }
1008
+ export interface FunctionSqlParameterLogLevel {
1009
+ default: string;
1010
+ description: string;
1011
+ key: string;
1012
+ level: string;
1013
+ value: string;
1014
+ }
1015
+ export interface FunctionSqlParameterMetricLevel {
1016
+ default: string;
1017
+ description: string;
1018
+ key: string;
1019
+ level: string;
1020
+ value: string;
1021
+ }
1022
+ export interface FunctionSqlParameterTraceLevel {
1023
+ default: string;
1024
+ description: string;
1025
+ key: string;
1026
+ level: string;
1027
+ value: string;
1028
+ }
1029
+ export interface FunctionSqlShowOutput {
1030
+ argumentsRaw: string;
1031
+ catalogName: string;
1032
+ createdOn: string;
1033
+ description: string;
1034
+ externalAccessIntegrations: string;
1035
+ isAggregate: boolean;
1036
+ isAnsi: boolean;
1037
+ isBuiltin: boolean;
1038
+ isDataMetric: boolean;
1039
+ isExternalFunction: boolean;
1040
+ isMemoizable: boolean;
1041
+ isSecure: boolean;
1042
+ isTableFunction: boolean;
1043
+ language: string;
1044
+ maxNumArguments: number;
1045
+ minNumArguments: number;
1046
+ name: string;
1047
+ schemaName: string;
1048
+ secrets: string;
1049
+ validForClustering: boolean;
1050
+ }
1051
+ export interface GetAccountRolesAccountRole {
695
1052
  /**
696
- * Snowflake Region where the account is located. A Snowflake Region is a distinct location within a cloud platform region that is isolated from other Snowflake Regions. A Snowflake Region can be either multi-tenant or single-tenant (for a Virtual Private Snowflake account).
1053
+ * Holds the output of SHOW ROLES.
1054
+ */
1055
+ showOutputs: outputs.GetAccountRolesAccountRoleShowOutput[];
1056
+ }
1057
+ export interface GetAccountRolesAccountRoleShowOutput {
1058
+ assignedToUsers: number;
1059
+ comment: string;
1060
+ createdOn: string;
1061
+ grantedRoles: number;
1062
+ grantedToRoles: number;
1063
+ isCurrent: boolean;
1064
+ isDefault: boolean;
1065
+ isInherited: boolean;
1066
+ name: string;
1067
+ owner: string;
1068
+ }
1069
+ export interface GetAccountsAccount {
1070
+ /**
1071
+ * Holds the output of SHOW ACCOUNTS.
697
1072
  */
1073
+ showOutputs: outputs.GetAccountsAccountShowOutput[];
1074
+ }
1075
+ export interface GetAccountsAccountShowOutput {
1076
+ accountLocator: string;
1077
+ accountLocatorUrl: string;
1078
+ accountName: string;
1079
+ accountOldUrlLastUsed: string;
1080
+ accountOldUrlSavedOn: string;
1081
+ accountUrl: string;
1082
+ comment: string;
1083
+ consumptionBillingEntityName: string;
1084
+ createdOn: string;
1085
+ droppedOn: string;
1086
+ edition: string;
1087
+ isEventsAccount: boolean;
1088
+ isOrgAdmin: boolean;
1089
+ isOrganizationAccount: boolean;
1090
+ managedAccounts: number;
1091
+ marketplaceConsumerBillingEntityName: string;
1092
+ marketplaceProviderBillingEntityName: string;
1093
+ movedOn: string;
1094
+ movedToOrganization: string;
1095
+ oldAccountUrl: string;
1096
+ organizationName: string;
1097
+ organizationOldUrl: string;
1098
+ organizationOldUrlLastUsed: string;
1099
+ organizationOldUrlSavedOn: string;
1100
+ organizationUrlExpirationOn: string;
1101
+ regionGroup: string;
1102
+ restoredOn: string;
1103
+ scheduledDeletionTime: string;
698
1104
  snowflakeRegion: string;
699
1105
  }
700
1106
  export interface GetAlertsAlert {
@@ -1478,24 +1884,6 @@ export interface GetResourceMonitorsResourceMonitorShowOutput {
1478
1884
  suspendImmediateAt: number;
1479
1885
  usedCredits: number;
1480
1886
  }
1481
- export interface GetRolesRole {
1482
- /**
1483
- * Holds the output of SHOW ROLES.
1484
- */
1485
- showOutputs: outputs.GetRolesRoleShowOutput[];
1486
- }
1487
- export interface GetRolesRoleShowOutput {
1488
- assignedToUsers: number;
1489
- comment: string;
1490
- createdOn: string;
1491
- grantedRoles: number;
1492
- grantedToRoles: number;
1493
- isCurrent: boolean;
1494
- isDefault: boolean;
1495
- isInherited: boolean;
1496
- name: string;
1497
- owner: string;
1498
- }
1499
1887
  export interface GetRowAccessPoliciesIn {
1500
1888
  /**
1501
1889
  * Returns records for the entire account.
@@ -3694,11 +4082,11 @@ export interface GrantOwnershipOn {
3694
4082
  }
3695
4083
  export interface GrantOwnershipOnAll {
3696
4084
  /**
3697
- * The fully qualified name of the database.
4085
+ * The fully qualified name of the database. For more information about this resource, see docs.
3698
4086
  */
3699
4087
  inDatabase?: string;
3700
4088
  /**
3701
- * The fully qualified name of the schema.
4089
+ * The fully qualified name of the schema. For more information about this resource, see docs.
3702
4090
  */
3703
4091
  inSchema?: string;
3704
4092
  /**
@@ -3708,11 +4096,11 @@ export interface GrantOwnershipOnAll {
3708
4096
  }
3709
4097
  export interface GrantOwnershipOnFuture {
3710
4098
  /**
3711
- * The fully qualified name of the database.
4099
+ * The fully qualified name of the database. For more information about this resource, see docs.
3712
4100
  */
3713
4101
  inDatabase?: string;
3714
4102
  /**
3715
- * The fully qualified name of the schema.
4103
+ * The fully qualified name of the schema. For more information about this resource, see docs.
3716
4104
  */
3717
4105
  inSchema?: string;
3718
4106
  /**
@@ -4533,6 +4921,16 @@ export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRole
4533
4921
  type: string;
4534
4922
  value: string;
4535
4923
  }
4924
+ export interface OauthIntegrationForCustomClientsRelatedParameter {
4925
+ oauthAddPrivilegedRolesToBlockedLists: outputs.OauthIntegrationForCustomClientsRelatedParameterOauthAddPrivilegedRolesToBlockedList[];
4926
+ }
4927
+ export interface OauthIntegrationForCustomClientsRelatedParameterOauthAddPrivilegedRolesToBlockedList {
4928
+ default: string;
4929
+ description: string;
4930
+ key: string;
4931
+ level: string;
4932
+ value: string;
4933
+ }
4536
4934
  export interface OauthIntegrationForCustomClientsShowOutput {
4537
4935
  category: string;
4538
4936
  comment: string;
@@ -4676,6 +5074,16 @@ export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthoriz
4676
5074
  type: string;
4677
5075
  value: string;
4678
5076
  }
5077
+ export interface OauthIntegrationForPartnerApplicationsRelatedParameter {
5078
+ oauthAddPrivilegedRolesToBlockedLists: outputs.OauthIntegrationForPartnerApplicationsRelatedParameterOauthAddPrivilegedRolesToBlockedList[];
5079
+ }
5080
+ export interface OauthIntegrationForPartnerApplicationsRelatedParameterOauthAddPrivilegedRolesToBlockedList {
5081
+ default: string;
5082
+ description: string;
5083
+ key: string;
5084
+ level: string;
5085
+ value: string;
5086
+ }
4679
5087
  export interface OauthIntegrationForPartnerApplicationsShowOutput {
4680
5088
  category: string;
4681
5089
  comment: string;
@@ -4712,15 +5120,385 @@ export interface PrimaryConnectionShowOutput {
4712
5120
  regionGroup: string;
4713
5121
  snowflakeRegion: string;
4714
5122
  }
4715
- export interface ProcedureArgument {
5123
+ export interface ProcedureJavaArgument {
4716
5124
  /**
4717
- * The argument name
5125
+ * The argument type.
5126
+ */
5127
+ argDataType: string;
5128
+ argDefaultValue?: string;
5129
+ /**
5130
+ * The argument name.
5131
+ */
5132
+ argName: string;
5133
+ }
5134
+ export interface ProcedureJavaImport {
5135
+ /**
5136
+ * Path for import on stage, without the leading `/`.
5137
+ */
5138
+ pathOnStage: string;
5139
+ stageLocation: string;
5140
+ }
5141
+ export interface ProcedureJavaParameter {
5142
+ enableConsoleOutputs: outputs.ProcedureJavaParameterEnableConsoleOutput[];
5143
+ logLevels: outputs.ProcedureJavaParameterLogLevel[];
5144
+ metricLevels: outputs.ProcedureJavaParameterMetricLevel[];
5145
+ traceLevels: outputs.ProcedureJavaParameterTraceLevel[];
5146
+ }
5147
+ export interface ProcedureJavaParameterEnableConsoleOutput {
5148
+ default: string;
5149
+ description: string;
5150
+ key: string;
5151
+ level: string;
5152
+ value: string;
5153
+ }
5154
+ export interface ProcedureJavaParameterLogLevel {
5155
+ default: string;
5156
+ description: string;
5157
+ key: string;
5158
+ level: string;
5159
+ value: string;
5160
+ }
5161
+ export interface ProcedureJavaParameterMetricLevel {
5162
+ default: string;
5163
+ description: string;
5164
+ key: string;
5165
+ level: string;
5166
+ value: string;
5167
+ }
5168
+ export interface ProcedureJavaParameterTraceLevel {
5169
+ default: string;
5170
+ description: string;
5171
+ key: string;
5172
+ level: string;
5173
+ value: string;
5174
+ }
5175
+ export interface ProcedureJavaSecret {
5176
+ /**
5177
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
5178
+ */
5179
+ secretId: string;
5180
+ /**
5181
+ * The variable that will be used in handler code when retrieving information from the secret.
5182
+ */
5183
+ secretVariableName: string;
5184
+ }
5185
+ export interface ProcedureJavaShowOutput {
5186
+ argumentsRaw: string;
5187
+ catalogName: string;
5188
+ createdOn: string;
5189
+ description: string;
5190
+ externalAccessIntegrations: string;
5191
+ isAggregate: boolean;
5192
+ isAnsi: boolean;
5193
+ isBuiltin: boolean;
5194
+ isSecure: boolean;
5195
+ isTableFunction: boolean;
5196
+ maxNumArguments: number;
5197
+ minNumArguments: number;
5198
+ name: string;
5199
+ schemaName: string;
5200
+ secrets: string;
5201
+ validForClustering: boolean;
5202
+ }
5203
+ export interface ProcedureJavaTargetPath {
5204
+ /**
5205
+ * Path for import on stage, without the leading `/`.
4718
5206
  */
5207
+ pathOnStage: string;
5208
+ stageLocation: string;
5209
+ }
5210
+ export interface ProcedureJavascriptArgument {
5211
+ /**
5212
+ * The argument type.
5213
+ */
5214
+ argDataType: string;
5215
+ argDefaultValue?: string;
5216
+ /**
5217
+ * The argument name.
5218
+ */
5219
+ argName: string;
5220
+ }
5221
+ export interface ProcedureJavascriptParameter {
5222
+ enableConsoleOutputs: outputs.ProcedureJavascriptParameterEnableConsoleOutput[];
5223
+ logLevels: outputs.ProcedureJavascriptParameterLogLevel[];
5224
+ metricLevels: outputs.ProcedureJavascriptParameterMetricLevel[];
5225
+ traceLevels: outputs.ProcedureJavascriptParameterTraceLevel[];
5226
+ }
5227
+ export interface ProcedureJavascriptParameterEnableConsoleOutput {
5228
+ default: string;
5229
+ description: string;
5230
+ key: string;
5231
+ level: string;
5232
+ value: string;
5233
+ }
5234
+ export interface ProcedureJavascriptParameterLogLevel {
5235
+ default: string;
5236
+ description: string;
5237
+ key: string;
5238
+ level: string;
5239
+ value: string;
5240
+ }
5241
+ export interface ProcedureJavascriptParameterMetricLevel {
5242
+ default: string;
5243
+ description: string;
5244
+ key: string;
5245
+ level: string;
5246
+ value: string;
5247
+ }
5248
+ export interface ProcedureJavascriptParameterTraceLevel {
5249
+ default: string;
5250
+ description: string;
5251
+ key: string;
5252
+ level: string;
5253
+ value: string;
5254
+ }
5255
+ export interface ProcedureJavascriptShowOutput {
5256
+ argumentsRaw: string;
5257
+ catalogName: string;
5258
+ createdOn: string;
5259
+ description: string;
5260
+ externalAccessIntegrations: string;
5261
+ isAggregate: boolean;
5262
+ isAnsi: boolean;
5263
+ isBuiltin: boolean;
5264
+ isSecure: boolean;
5265
+ isTableFunction: boolean;
5266
+ maxNumArguments: number;
5267
+ minNumArguments: number;
4719
5268
  name: string;
5269
+ schemaName: string;
5270
+ secrets: string;
5271
+ validForClustering: boolean;
5272
+ }
5273
+ export interface ProcedurePythonArgument {
4720
5274
  /**
4721
- * The argument type
5275
+ * The argument type.
4722
5276
  */
4723
- type: string;
5277
+ argDataType: string;
5278
+ argDefaultValue?: string;
5279
+ /**
5280
+ * The argument name.
5281
+ */
5282
+ argName: string;
5283
+ }
5284
+ export interface ProcedurePythonImport {
5285
+ /**
5286
+ * Path for import on stage, without the leading `/`.
5287
+ */
5288
+ pathOnStage: string;
5289
+ stageLocation: string;
5290
+ }
5291
+ export interface ProcedurePythonParameter {
5292
+ enableConsoleOutputs: outputs.ProcedurePythonParameterEnableConsoleOutput[];
5293
+ logLevels: outputs.ProcedurePythonParameterLogLevel[];
5294
+ metricLevels: outputs.ProcedurePythonParameterMetricLevel[];
5295
+ traceLevels: outputs.ProcedurePythonParameterTraceLevel[];
5296
+ }
5297
+ export interface ProcedurePythonParameterEnableConsoleOutput {
5298
+ default: string;
5299
+ description: string;
5300
+ key: string;
5301
+ level: string;
5302
+ value: string;
5303
+ }
5304
+ export interface ProcedurePythonParameterLogLevel {
5305
+ default: string;
5306
+ description: string;
5307
+ key: string;
5308
+ level: string;
5309
+ value: string;
5310
+ }
5311
+ export interface ProcedurePythonParameterMetricLevel {
5312
+ default: string;
5313
+ description: string;
5314
+ key: string;
5315
+ level: string;
5316
+ value: string;
5317
+ }
5318
+ export interface ProcedurePythonParameterTraceLevel {
5319
+ default: string;
5320
+ description: string;
5321
+ key: string;
5322
+ level: string;
5323
+ value: string;
5324
+ }
5325
+ export interface ProcedurePythonSecret {
5326
+ /**
5327
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
5328
+ */
5329
+ secretId: string;
5330
+ /**
5331
+ * The variable that will be used in handler code when retrieving information from the secret.
5332
+ */
5333
+ secretVariableName: string;
5334
+ }
5335
+ export interface ProcedurePythonShowOutput {
5336
+ argumentsRaw: string;
5337
+ catalogName: string;
5338
+ createdOn: string;
5339
+ description: string;
5340
+ externalAccessIntegrations: string;
5341
+ isAggregate: boolean;
5342
+ isAnsi: boolean;
5343
+ isBuiltin: boolean;
5344
+ isSecure: boolean;
5345
+ isTableFunction: boolean;
5346
+ maxNumArguments: number;
5347
+ minNumArguments: number;
5348
+ name: string;
5349
+ schemaName: string;
5350
+ secrets: string;
5351
+ validForClustering: boolean;
5352
+ }
5353
+ export interface ProcedureScalaArgument {
5354
+ /**
5355
+ * The argument type.
5356
+ */
5357
+ argDataType: string;
5358
+ argDefaultValue?: string;
5359
+ /**
5360
+ * The argument name.
5361
+ */
5362
+ argName: string;
5363
+ }
5364
+ export interface ProcedureScalaImport {
5365
+ /**
5366
+ * Path for import on stage, without the leading `/`.
5367
+ */
5368
+ pathOnStage: string;
5369
+ stageLocation: string;
5370
+ }
5371
+ export interface ProcedureScalaParameter {
5372
+ enableConsoleOutputs: outputs.ProcedureScalaParameterEnableConsoleOutput[];
5373
+ logLevels: outputs.ProcedureScalaParameterLogLevel[];
5374
+ metricLevels: outputs.ProcedureScalaParameterMetricLevel[];
5375
+ traceLevels: outputs.ProcedureScalaParameterTraceLevel[];
5376
+ }
5377
+ export interface ProcedureScalaParameterEnableConsoleOutput {
5378
+ default: string;
5379
+ description: string;
5380
+ key: string;
5381
+ level: string;
5382
+ value: string;
5383
+ }
5384
+ export interface ProcedureScalaParameterLogLevel {
5385
+ default: string;
5386
+ description: string;
5387
+ key: string;
5388
+ level: string;
5389
+ value: string;
5390
+ }
5391
+ export interface ProcedureScalaParameterMetricLevel {
5392
+ default: string;
5393
+ description: string;
5394
+ key: string;
5395
+ level: string;
5396
+ value: string;
5397
+ }
5398
+ export interface ProcedureScalaParameterTraceLevel {
5399
+ default: string;
5400
+ description: string;
5401
+ key: string;
5402
+ level: string;
5403
+ value: string;
5404
+ }
5405
+ export interface ProcedureScalaSecret {
5406
+ /**
5407
+ * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL*ACCESS*INTEGRATIONS parameter.
5408
+ */
5409
+ secretId: string;
5410
+ /**
5411
+ * The variable that will be used in handler code when retrieving information from the secret.
5412
+ */
5413
+ secretVariableName: string;
5414
+ }
5415
+ export interface ProcedureScalaShowOutput {
5416
+ argumentsRaw: string;
5417
+ catalogName: string;
5418
+ createdOn: string;
5419
+ description: string;
5420
+ externalAccessIntegrations: string;
5421
+ isAggregate: boolean;
5422
+ isAnsi: boolean;
5423
+ isBuiltin: boolean;
5424
+ isSecure: boolean;
5425
+ isTableFunction: boolean;
5426
+ maxNumArguments: number;
5427
+ minNumArguments: number;
5428
+ name: string;
5429
+ schemaName: string;
5430
+ secrets: string;
5431
+ validForClustering: boolean;
5432
+ }
5433
+ export interface ProcedureScalaTargetPath {
5434
+ /**
5435
+ * Path for import on stage, without the leading `/`.
5436
+ */
5437
+ pathOnStage: string;
5438
+ stageLocation: string;
5439
+ }
5440
+ export interface ProcedureSqlArgument {
5441
+ /**
5442
+ * The argument type.
5443
+ */
5444
+ argDataType: string;
5445
+ argDefaultValue?: string;
5446
+ /**
5447
+ * The argument name.
5448
+ */
5449
+ argName: string;
5450
+ }
5451
+ export interface ProcedureSqlParameter {
5452
+ enableConsoleOutputs: outputs.ProcedureSqlParameterEnableConsoleOutput[];
5453
+ logLevels: outputs.ProcedureSqlParameterLogLevel[];
5454
+ metricLevels: outputs.ProcedureSqlParameterMetricLevel[];
5455
+ traceLevels: outputs.ProcedureSqlParameterTraceLevel[];
5456
+ }
5457
+ export interface ProcedureSqlParameterEnableConsoleOutput {
5458
+ default: string;
5459
+ description: string;
5460
+ key: string;
5461
+ level: string;
5462
+ value: string;
5463
+ }
5464
+ export interface ProcedureSqlParameterLogLevel {
5465
+ default: string;
5466
+ description: string;
5467
+ key: string;
5468
+ level: string;
5469
+ value: string;
5470
+ }
5471
+ export interface ProcedureSqlParameterMetricLevel {
5472
+ default: string;
5473
+ description: string;
5474
+ key: string;
5475
+ level: string;
5476
+ value: string;
5477
+ }
5478
+ export interface ProcedureSqlParameterTraceLevel {
5479
+ default: string;
5480
+ description: string;
5481
+ key: string;
5482
+ level: string;
5483
+ value: string;
5484
+ }
5485
+ export interface ProcedureSqlShowOutput {
5486
+ argumentsRaw: string;
5487
+ catalogName: string;
5488
+ createdOn: string;
5489
+ description: string;
5490
+ externalAccessIntegrations: string;
5491
+ isAggregate: boolean;
5492
+ isAnsi: boolean;
5493
+ isBuiltin: boolean;
5494
+ isSecure: boolean;
5495
+ isTableFunction: boolean;
5496
+ maxNumArguments: number;
5497
+ minNumArguments: number;
5498
+ name: string;
5499
+ schemaName: string;
5500
+ secrets: string;
5501
+ validForClustering: boolean;
4724
5502
  }
4725
5503
  export interface ResourceMonitorShowOutput {
4726
5504
  comment: string;
@@ -4737,18 +5515,6 @@ export interface ResourceMonitorShowOutput {
4737
5515
  suspendImmediateAt: number;
4738
5516
  usedCredits: number;
4739
5517
  }
4740
- export interface RoleShowOutput {
4741
- assignedToUsers: number;
4742
- comment: string;
4743
- createdOn: string;
4744
- grantedRoles: number;
4745
- grantedToRoles: number;
4746
- isCurrent: boolean;
4747
- isDefault: boolean;
4748
- isInherited: boolean;
4749
- name: string;
4750
- owner: string;
4751
- }
4752
5518
  export interface RowAccessPolicyArgument {
4753
5519
  /**
4754
5520
  * The argument name
@@ -6139,20 +6905,6 @@ export interface TableTag {
6139
6905
  */
6140
6906
  value: string;
6141
6907
  }
6142
- export interface TagAssociationObjectIdentifier {
6143
- /**
6144
- * Name of the database that the object was created in.
6145
- */
6146
- database?: string;
6147
- /**
6148
- * Name of the object to associate the tag with.
6149
- */
6150
- name: string;
6151
- /**
6152
- * Name of the schema that the object was created in.
6153
- */
6154
- schema?: string;
6155
- }
6156
6908
  export interface TagShowOutput {
6157
6909
  allowedValues: string[];
6158
6910
  comment: string;
@@ -7188,7 +7940,7 @@ export interface ViewColumn {
7188
7940
  }
7189
7941
  export interface ViewColumnMaskingPolicy {
7190
7942
  /**
7191
- * Specifies the masking policy to set on a column.
7943
+ * Specifies the masking policy to set on a column. For more information about this resource, see docs.
7192
7944
  */
7193
7945
  policyName: string;
7194
7946
  /**
@@ -7246,7 +7998,7 @@ export interface ViewRowAccessPolicy {
7246
7998
  */
7247
7999
  ons: string[];
7248
8000
  /**
7249
- * Row access policy name.
8001
+ * Row access policy name. For more information about this resource, see docs.
7250
8002
  */
7251
8003
  policyName: string;
7252
8004
  }