@pulumi/snowflake 0.56.0-alpha.1721327760 → 0.56.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 (160) hide show
  1. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +195 -0
  2. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +91 -0
  3. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -0
  4. package/apiAuthenticationIntegrationWithClientCredentials.d.ts +183 -0
  5. package/apiAuthenticationIntegrationWithClientCredentials.js +89 -0
  6. package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -0
  7. package/apiAuthenticationIntegrationWithJwtBearer.d.ts +186 -0
  8. package/apiAuthenticationIntegrationWithJwtBearer.js +94 -0
  9. package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -0
  10. package/cortexSearchService.d.ts +159 -0
  11. package/cortexSearchService.js +92 -0
  12. package/cortexSearchService.js.map +1 -0
  13. package/database.d.ts +240 -77
  14. package/database.js +94 -45
  15. package/database.js.map +1 -1
  16. package/databaseOld.d.ts +187 -0
  17. package/databaseOld.js +110 -0
  18. package/databaseOld.js.map +1 -0
  19. package/externalOauthIntegration.d.ts +118 -116
  20. package/externalOauthIntegration.js +43 -55
  21. package/externalOauthIntegration.js.map +1 -1
  22. package/failoverGroup.d.ts +1 -1
  23. package/failoverGroup.js +1 -1
  24. package/getCortexSearchServices.d.ts +136 -0
  25. package/getCortexSearchServices.js +83 -0
  26. package/getCortexSearchServices.js.map +1 -0
  27. package/getDatabases.d.ts +41 -38
  28. package/getDatabases.js +8 -17
  29. package/getDatabases.js.map +1 -1
  30. package/getSecurityIntegrations.d.ts +61 -0
  31. package/getSecurityIntegrations.js +31 -0
  32. package/getSecurityIntegrations.js.map +1 -0
  33. package/getWarehouses.d.ts +53 -17
  34. package/getWarehouses.js +13 -18
  35. package/getWarehouses.js.map +1 -1
  36. package/grantPrivilegesToDatabaseRole.d.ts +0 -2
  37. package/grantPrivilegesToDatabaseRole.js +0 -2
  38. package/grantPrivilegesToDatabaseRole.js.map +1 -1
  39. package/index.d.ts +37 -82
  40. package/index.js +60 -139
  41. package/index.js.map +1 -1
  42. package/managedAccount.d.ts +3 -3
  43. package/oauthIntegration.d.ts +2 -0
  44. package/oauthIntegration.js +2 -0
  45. package/oauthIntegration.js.map +1 -1
  46. package/oauthIntegrationForCustomClients.d.ts +274 -0
  47. package/oauthIntegrationForCustomClients.js +148 -0
  48. package/oauthIntegrationForCustomClients.js.map +1 -0
  49. package/oauthIntegrationForPartnerApplications.d.ts +162 -0
  50. package/oauthIntegrationForPartnerApplications.js +84 -0
  51. package/oauthIntegrationForPartnerApplications.js.map +1 -0
  52. package/package.json +2 -2
  53. package/saml2Integration.d.ts +267 -0
  54. package/saml2Integration.js +106 -0
  55. package/saml2Integration.js.map +1 -0
  56. package/samlIntegration.d.ts +2 -0
  57. package/samlIntegration.js +2 -0
  58. package/samlIntegration.js.map +1 -1
  59. package/scimIntegration.d.ts +67 -33
  60. package/scimIntegration.js +19 -20
  61. package/scimIntegration.js.map +1 -1
  62. package/secondaryDatabase.d.ts +289 -0
  63. package/secondaryDatabase.js +103 -0
  64. package/secondaryDatabase.js.map +1 -0
  65. package/sequence.d.ts +3 -3
  66. package/sequence.js +3 -3
  67. package/sharedDatabase.d.ts +251 -0
  68. package/sharedDatabase.js +95 -0
  69. package/sharedDatabase.js.map +1 -0
  70. package/tagAssociation.d.ts +19 -19
  71. package/tagAssociation.js +19 -19
  72. package/types/input.d.ts +1015 -75
  73. package/types/output.d.ts +1835 -280
  74. package/userPasswordPolicyAttachment.d.ts +18 -0
  75. package/userPasswordPolicyAttachment.js +18 -0
  76. package/userPasswordPolicyAttachment.js.map +1 -1
  77. package/warehouse.d.ts +61 -48
  78. package/warehouse.js +8 -2
  79. package/warehouse.js.map +1 -1
  80. package/accountGrant.d.ts +0 -102
  81. package/accountGrant.js +0 -82
  82. package/accountGrant.js.map +0 -1
  83. package/databaseGrant.d.ts +0 -143
  84. package/databaseGrant.js +0 -96
  85. package/databaseGrant.js.map +0 -1
  86. package/externalTableGrant.d.ts +0 -194
  87. package/externalTableGrant.js +0 -110
  88. package/externalTableGrant.js.map +0 -1
  89. package/failoverGroupGrant.d.ts +0 -102
  90. package/failoverGroupGrant.js +0 -65
  91. package/failoverGroupGrant.js.map +0 -1
  92. package/fileFormatGrant.d.ts +0 -178
  93. package/fileFormatGrant.js +0 -104
  94. package/fileFormatGrant.js.map +0 -1
  95. package/functionGrant.d.ts +0 -210
  96. package/functionGrant.js +0 -116
  97. package/functionGrant.js.map +0 -1
  98. package/grantPrivilegesToRole.d.ts +0 -323
  99. package/grantPrivilegesToRole.js +0 -255
  100. package/grantPrivilegesToRole.js.map +0 -1
  101. package/integrationGrant.d.ts +0 -127
  102. package/integrationGrant.js +0 -90
  103. package/integrationGrant.js.map +0 -1
  104. package/maskingPolicyGrant.d.ts +0 -154
  105. package/maskingPolicyGrant.js +0 -103
  106. package/maskingPolicyGrant.js.map +0 -1
  107. package/materializedViewGrant.d.ts +0 -194
  108. package/materializedViewGrant.js +0 -107
  109. package/materializedViewGrant.js.map +0 -1
  110. package/pipeGrant.d.ts +0 -166
  111. package/pipeGrant.js +0 -99
  112. package/pipeGrant.js.map +0 -1
  113. package/procedureGrant.d.ts +0 -210
  114. package/procedureGrant.js +0 -116
  115. package/procedureGrant.js.map +0 -1
  116. package/resourceMonitorGrant.d.ts +0 -112
  117. package/resourceMonitorGrant.js +0 -85
  118. package/resourceMonitorGrant.js.map +0 -1
  119. package/roleGrants.d.ts +0 -115
  120. package/roleGrants.js +0 -98
  121. package/roleGrants.js.map +0 -1
  122. package/roleOwnershipGrant.d.ts +0 -108
  123. package/roleOwnershipGrant.js +0 -94
  124. package/roleOwnershipGrant.js.map +0 -1
  125. package/rowAccessPolicyGrant.d.ts +0 -153
  126. package/rowAccessPolicyGrant.js +0 -102
  127. package/rowAccessPolicyGrant.js.map +0 -1
  128. package/schemaGrant.d.ts +0 -172
  129. package/schemaGrant.js +0 -104
  130. package/schemaGrant.js.map +0 -1
  131. package/sequenceGrant.d.ts +0 -178
  132. package/sequenceGrant.js +0 -104
  133. package/sequenceGrant.js.map +0 -1
  134. package/stageGrant.d.ts +0 -178
  135. package/stageGrant.js +0 -104
  136. package/stageGrant.js.map +0 -1
  137. package/streamGrant.d.ts +0 -178
  138. package/streamGrant.js +0 -104
  139. package/streamGrant.js.map +0 -1
  140. package/tableGrant.d.ts +0 -188
  141. package/tableGrant.js +0 -101
  142. package/tableGrant.js.map +0 -1
  143. package/tagGrant.d.ts +0 -149
  144. package/tagGrant.js +0 -98
  145. package/tagGrant.js.map +0 -1
  146. package/taskGrant.d.ts +0 -178
  147. package/taskGrant.js +0 -104
  148. package/taskGrant.js.map +0 -1
  149. package/userGrant.d.ts +0 -115
  150. package/userGrant.js +0 -91
  151. package/userGrant.js.map +0 -1
  152. package/userOwnershipGrant.d.ts +0 -78
  153. package/userOwnershipGrant.js +0 -64
  154. package/userOwnershipGrant.js.map +0 -1
  155. package/viewGrant.d.ts +0 -205
  156. package/viewGrant.js +0 -118
  157. package/viewGrant.js.map +0 -1
  158. package/warehouseGrant.d.ts +0 -127
  159. package/warehouseGrant.js +0 -90
  160. package/warehouseGrant.js.map +0 -1
package/types/output.d.ts CHANGED
@@ -19,10 +19,312 @@ export interface AlertAlertScheduleCron {
19
19
  */
20
20
  timeZone: string;
21
21
  }
22
- export interface DatabaseReplicationConfiguration {
22
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput {
23
+ authTypes: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputAuthType[];
24
+ comments: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputComment[];
25
+ enableds: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputEnabled[];
26
+ oauthAccessTokenValidities: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAccessTokenValidity[];
27
+ oauthAllowedScopes: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope[];
28
+ oauthAuthorizationEndpoints: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint[];
29
+ oauthClientAuthMethods: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod[];
30
+ oauthClientIds: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId[];
31
+ oauthGrants: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant[];
32
+ oauthRefreshTokenValidities: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity[];
33
+ oauthTokenEndpoints: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint[];
34
+ parentIntegrations: outputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputParentIntegration[];
35
+ }
36
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputAuthType {
37
+ default: string;
38
+ name: string;
39
+ type: string;
40
+ value: string;
41
+ }
42
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputComment {
43
+ default: string;
44
+ name: string;
45
+ type: string;
46
+ value: string;
47
+ }
48
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputEnabled {
49
+ default: string;
50
+ name: string;
51
+ type: string;
52
+ value: string;
53
+ }
54
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAccessTokenValidity {
55
+ default: string;
56
+ name: string;
57
+ type: string;
58
+ value: string;
59
+ }
60
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope {
61
+ default: string;
62
+ name: string;
63
+ type: string;
64
+ value: string;
65
+ }
66
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint {
67
+ default: string;
68
+ name: string;
69
+ type: string;
70
+ value: string;
71
+ }
72
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod {
73
+ default: string;
74
+ name: string;
75
+ type: string;
76
+ value: string;
77
+ }
78
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId {
79
+ default: string;
80
+ name: string;
81
+ type: string;
82
+ value: string;
83
+ }
84
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant {
85
+ default: string;
86
+ name: string;
87
+ type: string;
88
+ value: string;
89
+ }
90
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity {
91
+ default: string;
92
+ name: string;
93
+ type: string;
94
+ value: string;
95
+ }
96
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint {
97
+ default: string;
98
+ name: string;
99
+ type: string;
100
+ value: string;
101
+ }
102
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputParentIntegration {
103
+ default: string;
104
+ name: string;
105
+ type: string;
106
+ value: string;
107
+ }
108
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantShowOutput {
109
+ category: string;
110
+ comment: string;
111
+ createdOn: string;
112
+ enabled: boolean;
113
+ integrationType: string;
114
+ name: string;
115
+ }
116
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput {
117
+ authTypes: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputAuthType[];
118
+ comments: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputComment[];
119
+ enableds: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputEnabled[];
120
+ oauthAccessTokenValidities: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAccessTokenValidity[];
121
+ oauthAllowedScopes: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope[];
122
+ oauthAuthorizationEndpoints: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint[];
123
+ oauthClientAuthMethods: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod[];
124
+ oauthClientIds: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId[];
125
+ oauthGrants: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant[];
126
+ oauthRefreshTokenValidities: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity[];
127
+ oauthTokenEndpoints: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint[];
128
+ parentIntegrations: outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputParentIntegration[];
129
+ }
130
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputAuthType {
131
+ default: string;
132
+ name: string;
133
+ type: string;
134
+ value: string;
135
+ }
136
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputComment {
137
+ default: string;
138
+ name: string;
139
+ type: string;
140
+ value: string;
141
+ }
142
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputEnabled {
143
+ default: string;
144
+ name: string;
145
+ type: string;
146
+ value: string;
147
+ }
148
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAccessTokenValidity {
149
+ default: string;
150
+ name: string;
151
+ type: string;
152
+ value: string;
153
+ }
154
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope {
155
+ default: string;
156
+ name: string;
157
+ type: string;
158
+ value: string;
159
+ }
160
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint {
161
+ default: string;
162
+ name: string;
163
+ type: string;
164
+ value: string;
165
+ }
166
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod {
167
+ default: string;
168
+ name: string;
169
+ type: string;
170
+ value: string;
171
+ }
172
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId {
173
+ default: string;
174
+ name: string;
175
+ type: string;
176
+ value: string;
177
+ }
178
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant {
179
+ default: string;
180
+ name: string;
181
+ type: string;
182
+ value: string;
183
+ }
184
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity {
185
+ default: string;
186
+ name: string;
187
+ type: string;
188
+ value: string;
189
+ }
190
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint {
191
+ default: string;
192
+ name: string;
193
+ type: string;
194
+ value: string;
195
+ }
196
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputParentIntegration {
197
+ default: string;
198
+ name: string;
199
+ type: string;
200
+ value: string;
201
+ }
202
+ export interface ApiAuthenticationIntegrationWithClientCredentialsShowOutput {
203
+ category: string;
204
+ comment: string;
205
+ createdOn: string;
206
+ enabled: boolean;
207
+ integrationType: string;
208
+ name: string;
209
+ }
210
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutput {
211
+ authTypes: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputAuthType[];
212
+ comments: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputComment[];
213
+ enableds: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputEnabled[];
214
+ oauthAccessTokenValidities: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAccessTokenValidity[];
215
+ oauthAllowedScopes: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope[];
216
+ oauthAuthorizationEndpoints: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint[];
217
+ oauthClientAuthMethods: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod[];
218
+ oauthClientIds: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId[];
219
+ oauthGrants: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant[];
220
+ oauthRefreshTokenValidities: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity[];
221
+ oauthTokenEndpoints: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint[];
222
+ parentIntegrations: outputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputParentIntegration[];
223
+ }
224
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputAuthType {
225
+ default: string;
226
+ name: string;
227
+ type: string;
228
+ value: string;
229
+ }
230
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputComment {
231
+ default: string;
232
+ name: string;
233
+ type: string;
234
+ value: string;
235
+ }
236
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputEnabled {
237
+ default: string;
238
+ name: string;
239
+ type: string;
240
+ value: string;
241
+ }
242
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAccessTokenValidity {
243
+ default: string;
244
+ name: string;
245
+ type: string;
246
+ value: string;
247
+ }
248
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope {
249
+ default: string;
250
+ name: string;
251
+ type: string;
252
+ value: string;
253
+ }
254
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint {
255
+ default: string;
256
+ name: string;
257
+ type: string;
258
+ value: string;
259
+ }
260
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod {
261
+ default: string;
262
+ name: string;
263
+ type: string;
264
+ value: string;
265
+ }
266
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId {
267
+ default: string;
268
+ name: string;
269
+ type: string;
270
+ value: string;
271
+ }
272
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant {
273
+ default: string;
274
+ name: string;
275
+ type: string;
276
+ value: string;
277
+ }
278
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity {
279
+ default: string;
280
+ name: string;
281
+ type: string;
282
+ value: string;
283
+ }
284
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint {
285
+ default: string;
286
+ name: string;
287
+ type: string;
288
+ value: string;
289
+ }
290
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputParentIntegration {
291
+ default: string;
292
+ name: string;
293
+ type: string;
294
+ value: string;
295
+ }
296
+ export interface ApiAuthenticationIntegrationWithJwtBearerShowOutput {
297
+ category: string;
298
+ comment: string;
299
+ createdOn: string;
300
+ enabled: boolean;
301
+ integrationType: string;
302
+ name: string;
303
+ }
304
+ export interface DatabaseOldReplicationConfiguration {
23
305
  accounts: string[];
24
306
  ignoreEditionCheck?: boolean;
25
307
  }
308
+ export interface DatabaseReplication {
309
+ /**
310
+ * Entry to enable replication and optionally failover for a given account identifier.
311
+ */
312
+ enableToAccounts: outputs.DatabaseReplicationEnableToAccount[];
313
+ /**
314
+ * Allows replicating data to accounts on lower editions in either of the following scenarios: 1. The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions.
315
+ */
316
+ ignoreEditionCheck?: boolean;
317
+ }
318
+ export interface DatabaseReplicationEnableToAccount {
319
+ /**
320
+ * Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`.
321
+ */
322
+ accountIdentifier: string;
323
+ /**
324
+ * Specifies if failover should be enabled for the specified account identifier
325
+ */
326
+ withFailover?: boolean;
327
+ }
26
328
  export interface DynamicTableTargetLag {
27
329
  /**
28
330
  * Specifies whether the target lag time is downstream.
@@ -53,57 +355,168 @@ export interface ExternalFunctionHeader {
53
355
  */
54
356
  value: string;
55
357
  }
56
- export interface ExternalTableColumn {
57
- /**
58
- * String that specifies the expression for the column. When queried, the column returns results derived from this expression.
59
- */
60
- as: string;
61
- /**
62
- * Column name
63
- */
358
+ export interface ExternalOauthIntegrationDescribeOutput {
359
+ comments: outputs.ExternalOauthIntegrationDescribeOutputComment[];
360
+ enableds: outputs.ExternalOauthIntegrationDescribeOutputEnabled[];
361
+ externalOauthAllowedRolesLists: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthAllowedRolesList[];
362
+ externalOauthAnyRoleModes: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthAnyRoleMode[];
363
+ externalOauthAudienceLists: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthAudienceList[];
364
+ externalOauthBlockedRolesLists: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthBlockedRolesList[];
365
+ externalOauthIssuers: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthIssuer[];
366
+ externalOauthJwsKeysUrls: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthJwsKeysUrl[];
367
+ externalOauthRsaPublicKey2s: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey2[];
368
+ externalOauthRsaPublicKeys: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey[];
369
+ externalOauthScopeDelimiters: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthScopeDelimiter[];
370
+ externalOauthSnowflakeUserMappingAttributes: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute[];
371
+ externalOauthTokenUserMappingClaims: outputs.ExternalOauthIntegrationDescribeOutputExternalOauthTokenUserMappingClaim[];
372
+ }
373
+ export interface ExternalOauthIntegrationDescribeOutputComment {
374
+ default: string;
64
375
  name: string;
65
- /**
66
- * Column type, e.g. VARIANT
67
- */
68
376
  type: string;
377
+ value: string;
69
378
  }
70
- export interface ExternalTableTag {
71
- /**
72
- * Name of the database that the tag was created in.
73
- */
74
- database?: string;
75
- /**
76
- * Tag name, e.g. department.
77
- */
379
+ export interface ExternalOauthIntegrationDescribeOutputEnabled {
380
+ default: string;
78
381
  name: string;
79
- /**
80
- * Name of the schema that the tag was created in.
81
- */
82
- schema?: string;
83
- /**
84
- * Tag value, e.g. marketing_info.
85
- */
382
+ type: string;
86
383
  value: string;
87
384
  }
88
- export interface FailoverGroupFromReplica {
89
- /**
90
- * Identifier for the primary failover group in the source account.
91
- */
385
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAllowedRolesList {
386
+ default: string;
92
387
  name: string;
93
- /**
94
- * Name of your Snowflake organization.
95
- */
96
- organizationName: string;
97
- /**
98
- * Source account from which you are enabling replication and failover of the specified objects.
99
- */
100
- sourceAccountName: string;
388
+ type: string;
389
+ value: string;
101
390
  }
102
- export interface FailoverGroupReplicationSchedule {
103
- /**
104
- * Specifies the cron expression for the replication schedule. 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)
105
- */
106
- cron?: outputs.FailoverGroupReplicationScheduleCron;
391
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAnyRoleMode {
392
+ default: string;
393
+ name: string;
394
+ type: string;
395
+ value: string;
396
+ }
397
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAudienceList {
398
+ default: string;
399
+ name: string;
400
+ type: string;
401
+ value: string;
402
+ }
403
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthBlockedRolesList {
404
+ default: string;
405
+ name: string;
406
+ type: string;
407
+ value: string;
408
+ }
409
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthIssuer {
410
+ default: string;
411
+ name: string;
412
+ type: string;
413
+ value: string;
414
+ }
415
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthJwsKeysUrl {
416
+ default: string;
417
+ name: string;
418
+ type: string;
419
+ value: string;
420
+ }
421
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey {
422
+ default: string;
423
+ name: string;
424
+ type: string;
425
+ value: string;
426
+ }
427
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey2 {
428
+ default: string;
429
+ name: string;
430
+ type: string;
431
+ value: string;
432
+ }
433
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthScopeDelimiter {
434
+ default: string;
435
+ name: string;
436
+ type: string;
437
+ value: string;
438
+ }
439
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute {
440
+ default: string;
441
+ name: string;
442
+ type: string;
443
+ value: string;
444
+ }
445
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthTokenUserMappingClaim {
446
+ default: string;
447
+ name: string;
448
+ type: string;
449
+ value: string;
450
+ }
451
+ export interface ExternalOauthIntegrationRelatedParameter {
452
+ externalOauthAddPrivilegedRolesToBlockedLists: outputs.ExternalOauthIntegrationRelatedParameterExternalOauthAddPrivilegedRolesToBlockedList[];
453
+ }
454
+ export interface ExternalOauthIntegrationRelatedParameterExternalOauthAddPrivilegedRolesToBlockedList {
455
+ default: string;
456
+ description: string;
457
+ key: string;
458
+ level: string;
459
+ value: string;
460
+ }
461
+ export interface ExternalOauthIntegrationShowOutput {
462
+ category: string;
463
+ comment: string;
464
+ createdOn: string;
465
+ enabled: boolean;
466
+ integrationType: string;
467
+ name: string;
468
+ }
469
+ export interface ExternalTableColumn {
470
+ /**
471
+ * String that specifies the expression for the column. When queried, the column returns results derived from this expression.
472
+ */
473
+ as: string;
474
+ /**
475
+ * Column name
476
+ */
477
+ name: string;
478
+ /**
479
+ * Column type, e.g. VARIANT
480
+ */
481
+ type: string;
482
+ }
483
+ export interface ExternalTableTag {
484
+ /**
485
+ * Name of the database that the tag was created in.
486
+ */
487
+ database?: string;
488
+ /**
489
+ * Tag name, e.g. department.
490
+ */
491
+ name: string;
492
+ /**
493
+ * Name of the schema that the tag was created in.
494
+ */
495
+ schema?: string;
496
+ /**
497
+ * Tag value, e.g. marketing_info.
498
+ */
499
+ value: string;
500
+ }
501
+ export interface FailoverGroupFromReplica {
502
+ /**
503
+ * Identifier for the primary failover group in the source account.
504
+ */
505
+ name: string;
506
+ /**
507
+ * Name of your Snowflake organization.
508
+ */
509
+ organizationName: string;
510
+ /**
511
+ * Source account from which you are enabling replication and failover of the specified objects.
512
+ */
513
+ sourceAccountName: string;
514
+ }
515
+ export interface FailoverGroupReplicationSchedule {
516
+ /**
517
+ * Specifies the cron expression for the replication schedule. 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)
518
+ */
519
+ cron?: outputs.FailoverGroupReplicationScheduleCron;
107
520
  /**
108
521
  * Specifies the interval in minutes for the replication schedule. The interval must be greater than 0 and less than 1440 (24 hours).
109
522
  */
@@ -225,37 +638,29 @@ export interface GetAlertsAlert {
225
638
  */
226
639
  schemaName: string;
227
640
  }
228
- export interface GetDatabaseRolesDatabaseRole {
641
+ export interface GetCortexSearchServicesCortexSearchService {
229
642
  /**
230
- * The comment on the role
643
+ * Comment for the cortex search service.
231
644
  */
232
645
  comment: string;
233
646
  /**
234
- * Identifier for the role.
647
+ * Date and time when the cortex search service was created.
235
648
  */
236
- name: string;
649
+ createdOn: string;
237
650
  /**
238
- * The owner of the role
651
+ * Database in which the cortex search service is stored.
652
+ */
653
+ databaseName: string;
654
+ /**
655
+ * Name of the cortex search service.
239
656
  */
240
- owner: string;
241
- }
242
- export interface GetDatabasesDatabase {
243
- comment: string;
244
- createdOn: string;
245
- isCurrent: boolean;
246
- isDefault: boolean;
247
657
  name: string;
248
- options: string;
249
- origin: string;
250
- owner: string;
251
- replicationConfigurations: outputs.GetDatabasesDatabaseReplicationConfiguration[];
252
- retentionTime: number;
253
- }
254
- export interface GetDatabasesDatabaseReplicationConfiguration {
255
- accounts: string[];
256
- ignoreEditionCheck: boolean;
658
+ /**
659
+ * Schema in which the cortex search service is stored.
660
+ */
661
+ schemaName: string;
257
662
  }
258
- export interface GetDynamicTablesIn {
663
+ export interface GetCortexSearchServicesIn {
259
664
  /**
260
665
  * Returns records for the entire account.
261
666
  */
@@ -269,134 +674,347 @@ export interface GetDynamicTablesIn {
269
674
  */
270
675
  schema?: string;
271
676
  }
272
- export interface GetDynamicTablesLike {
273
- /**
274
- * Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
275
- */
276
- pattern: string;
277
- }
278
- export interface GetDynamicTablesLimit {
677
+ export interface GetCortexSearchServicesLimit {
279
678
  /**
280
- * The optional FROM 'name_string' subclause effectively serves as a “cursor” for the results. This enables fetching the specified number of rows following the first row whose object name matches the specified string
679
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
281
680
  */
282
681
  from?: string;
283
682
  /**
284
- * Specifies the maximum number of rows to return.
683
+ * The maximum number of rows to return.
285
684
  */
286
- rows?: number;
685
+ rows: number;
287
686
  }
288
- export interface GetDynamicTablesRecord {
289
- /**
290
- * Whether auto-clustering is enabled on the dynamic table. Not currently supported for dynamic tables.
291
- */
292
- automaticClustering: boolean;
293
- /**
294
- * Number of bytes that will be scanned if the entire dynamic table is scanned in a query.
295
- */
296
- bytes: number;
297
- /**
298
- * The clustering key for the dynamic table.
299
- */
300
- clusterBy: string;
687
+ export interface GetDatabaseRolesDatabaseRole {
301
688
  /**
302
- * Comment for the dynamic table.
689
+ * The comment on the role
303
690
  */
304
691
  comment: string;
305
692
  /**
306
- * Date and time when the dynamic table was created.
307
- */
308
- createdOn: string;
309
- /**
310
- * Timestamp of the data in the base object(s) that is included in the dynamic table.
311
- */
312
- dataTimestamp: string;
313
- /**
314
- * Database in which the dynamic table is stored.
315
- */
316
- databaseName: string;
317
- /**
318
- * TRUE if the dynamic table has been cloned, else FALSE.
319
- */
320
- isClone: boolean;
321
- /**
322
- * TRUE if the dynamic table is a replica. else FALSE.
323
- */
324
- isReplica: boolean;
325
- /**
326
- * Timestamp of last suspension.
327
- */
328
- lastSuspendedOn: string;
329
- /**
330
- * Name of the dynamic table.
693
+ * Identifier for the role.
331
694
  */
332
695
  name: string;
333
696
  /**
334
- * Role that owns the dynamic table.
697
+ * The owner of the role
335
698
  */
336
699
  owner: string;
700
+ }
701
+ export interface GetDatabasesDatabase {
337
702
  /**
338
- * INCREMENTAL if the dynamic table will use incremental refreshes, or FULL if it will recompute the whole table on every refresh.
339
- */
340
- refreshMode: string;
341
- /**
342
- * Explanation for why FULL refresh mode was chosen. NULL if refresh mode is not FULL.
343
- */
344
- refreshModeReason: string;
345
- /**
346
- * Number of rows in the table.
347
- */
348
- rows: number;
349
- /**
350
- * Displays RUNNING for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables.
351
- */
352
- schedulingState: string;
353
- /**
354
- * Schema in which the dynamic table is stored.
355
- */
356
- schemaName: string;
357
- /**
358
- * The maximum duration that the dynamic table’s content should lag behind real time.
703
+ * Holds the output of DESCRIBE DATABASE.
359
704
  */
360
- targetLag: string;
705
+ describeOutputs: outputs.GetDatabasesDatabaseDescribeOutput[];
361
706
  /**
362
- * The text of the command that created this dynamic table (e.g. CREATE DYNAMIC TABLE ...).
707
+ * Holds the output of SHOW PARAMETERS FOR DATABASE.
363
708
  */
364
- text: string;
709
+ parameters: outputs.GetDatabasesDatabaseParameter[];
365
710
  /**
366
- * Warehouse that provides the required resources to perform the incremental refreshes.
711
+ * Holds the output of SHOW DATABASES.
367
712
  */
368
- warehouse: string;
713
+ showOutputs: outputs.GetDatabasesDatabaseShowOutput[];
369
714
  }
370
- export interface GetExternalFunctionsExternalFunction {
371
- comment: string;
372
- database: string;
373
- language: string;
715
+ export interface GetDatabasesDatabaseDescribeOutput {
716
+ createdOn: string;
717
+ kind: string;
374
718
  name: string;
375
- schema: string;
376
719
  }
377
- export interface GetExternalTablesExternalTable {
378
- comment: string;
379
- database: string;
380
- name: string;
381
- schema: string;
720
+ export interface GetDatabasesDatabaseParameter {
721
+ catalogs: outputs.GetDatabasesDatabaseParameterCatalog[];
722
+ dataRetentionTimeInDays: outputs.GetDatabasesDatabaseParameterDataRetentionTimeInDay[];
723
+ defaultDdlCollations: outputs.GetDatabasesDatabaseParameterDefaultDdlCollation[];
724
+ enableConsoleOutputs: outputs.GetDatabasesDatabaseParameterEnableConsoleOutput[];
725
+ externalVolumes: outputs.GetDatabasesDatabaseParameterExternalVolume[];
726
+ logLevels: outputs.GetDatabasesDatabaseParameterLogLevel[];
727
+ maxDataExtensionTimeInDays: outputs.GetDatabasesDatabaseParameterMaxDataExtensionTimeInDay[];
728
+ quotedIdentifiersIgnoreCases: outputs.GetDatabasesDatabaseParameterQuotedIdentifiersIgnoreCase[];
729
+ replaceInvalidCharacters: outputs.GetDatabasesDatabaseParameterReplaceInvalidCharacter[];
730
+ storageSerializationPolicies: outputs.GetDatabasesDatabaseParameterStorageSerializationPolicy[];
731
+ suspendTaskAfterNumFailures: outputs.GetDatabasesDatabaseParameterSuspendTaskAfterNumFailure[];
732
+ taskAutoRetryAttempts: outputs.GetDatabasesDatabaseParameterTaskAutoRetryAttempt[];
733
+ traceLevels: outputs.GetDatabasesDatabaseParameterTraceLevel[];
734
+ userTaskManagedInitialWarehouseSizes: outputs.GetDatabasesDatabaseParameterUserTaskManagedInitialWarehouseSize[];
735
+ userTaskMinimumTriggerIntervalInSeconds: outputs.GetDatabasesDatabaseParameterUserTaskMinimumTriggerIntervalInSecond[];
736
+ userTaskTimeoutMs: outputs.GetDatabasesDatabaseParameterUserTaskTimeoutM[];
737
+ }
738
+ export interface GetDatabasesDatabaseParameterCatalog {
739
+ default: string;
740
+ description: string;
741
+ key: string;
742
+ level: string;
743
+ value: string;
382
744
  }
383
- export interface GetFailoverGroupsFailoverGroup {
384
- /**
385
- * Account locator in a region.
386
- */
387
- accountLocator: string;
388
- /**
389
- * Name of the account.
390
- */
391
- accountName: string;
392
- /**
393
- * List of accounts enabled for replication and failover.
394
- */
395
- allowedAccounts: any[];
396
- /**
397
- * A list of integration types that are enabled for replication.
398
- */
399
- allowedIntegrationTypes: any[];
745
+ export interface GetDatabasesDatabaseParameterDataRetentionTimeInDay {
746
+ default: string;
747
+ description: string;
748
+ key: string;
749
+ level: string;
750
+ value: string;
751
+ }
752
+ export interface GetDatabasesDatabaseParameterDefaultDdlCollation {
753
+ default: string;
754
+ description: string;
755
+ key: string;
756
+ level: string;
757
+ value: string;
758
+ }
759
+ export interface GetDatabasesDatabaseParameterEnableConsoleOutput {
760
+ default: string;
761
+ description: string;
762
+ key: string;
763
+ level: string;
764
+ value: string;
765
+ }
766
+ export interface GetDatabasesDatabaseParameterExternalVolume {
767
+ default: string;
768
+ description: string;
769
+ key: string;
770
+ level: string;
771
+ value: string;
772
+ }
773
+ export interface GetDatabasesDatabaseParameterLogLevel {
774
+ default: string;
775
+ description: string;
776
+ key: string;
777
+ level: string;
778
+ value: string;
779
+ }
780
+ export interface GetDatabasesDatabaseParameterMaxDataExtensionTimeInDay {
781
+ default: string;
782
+ description: string;
783
+ key: string;
784
+ level: string;
785
+ value: string;
786
+ }
787
+ export interface GetDatabasesDatabaseParameterQuotedIdentifiersIgnoreCase {
788
+ default: string;
789
+ description: string;
790
+ key: string;
791
+ level: string;
792
+ value: string;
793
+ }
794
+ export interface GetDatabasesDatabaseParameterReplaceInvalidCharacter {
795
+ default: string;
796
+ description: string;
797
+ key: string;
798
+ level: string;
799
+ value: string;
800
+ }
801
+ export interface GetDatabasesDatabaseParameterStorageSerializationPolicy {
802
+ default: string;
803
+ description: string;
804
+ key: string;
805
+ level: string;
806
+ value: string;
807
+ }
808
+ export interface GetDatabasesDatabaseParameterSuspendTaskAfterNumFailure {
809
+ default: string;
810
+ description: string;
811
+ key: string;
812
+ level: string;
813
+ value: string;
814
+ }
815
+ export interface GetDatabasesDatabaseParameterTaskAutoRetryAttempt {
816
+ default: string;
817
+ description: string;
818
+ key: string;
819
+ level: string;
820
+ value: string;
821
+ }
822
+ export interface GetDatabasesDatabaseParameterTraceLevel {
823
+ default: string;
824
+ description: string;
825
+ key: string;
826
+ level: string;
827
+ value: string;
828
+ }
829
+ export interface GetDatabasesDatabaseParameterUserTaskManagedInitialWarehouseSize {
830
+ default: string;
831
+ description: string;
832
+ key: string;
833
+ level: string;
834
+ value: string;
835
+ }
836
+ export interface GetDatabasesDatabaseParameterUserTaskMinimumTriggerIntervalInSecond {
837
+ default: string;
838
+ description: string;
839
+ key: string;
840
+ level: string;
841
+ value: string;
842
+ }
843
+ export interface GetDatabasesDatabaseParameterUserTaskTimeoutM {
844
+ default: string;
845
+ description: string;
846
+ key: string;
847
+ level: string;
848
+ value: string;
849
+ }
850
+ export interface GetDatabasesDatabaseShowOutput {
851
+ comment: string;
852
+ createdOn: string;
853
+ droppedOn: string;
854
+ isCurrent: boolean;
855
+ isDefault: boolean;
856
+ kind: string;
857
+ name: string;
858
+ options: string;
859
+ origin: string;
860
+ owner: string;
861
+ ownerRoleType: string;
862
+ resourceGroup: string;
863
+ retentionTime: number;
864
+ transient: boolean;
865
+ }
866
+ export interface GetDatabasesLimit {
867
+ /**
868
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
869
+ */
870
+ from?: string;
871
+ /**
872
+ * The maximum number of rows to return.
873
+ */
874
+ rows: number;
875
+ }
876
+ export interface GetDynamicTablesIn {
877
+ /**
878
+ * Returns records for the entire account.
879
+ */
880
+ account?: boolean;
881
+ /**
882
+ * Returns records for the current database in use or for a specified database (db_name).
883
+ */
884
+ database?: string;
885
+ /**
886
+ * Returns records for the current schema in use or a specified schema (schema_name).
887
+ */
888
+ schema?: string;
889
+ }
890
+ export interface GetDynamicTablesLike {
891
+ /**
892
+ * Filters the command output by object name. The filter uses case-insensitive pattern matching with support for SQL wildcard characters (% and _).
893
+ */
894
+ pattern: string;
895
+ }
896
+ export interface GetDynamicTablesLimit {
897
+ /**
898
+ * The optional FROM 'name_string' subclause effectively serves as a “cursor” for the results. This enables fetching the specified number of rows following the first row whose object name matches the specified string
899
+ */
900
+ from?: string;
901
+ /**
902
+ * Specifies the maximum number of rows to return.
903
+ */
904
+ rows?: number;
905
+ }
906
+ export interface GetDynamicTablesRecord {
907
+ /**
908
+ * Whether auto-clustering is enabled on the dynamic table. Not currently supported for dynamic tables.
909
+ */
910
+ automaticClustering: boolean;
911
+ /**
912
+ * Number of bytes that will be scanned if the entire dynamic table is scanned in a query.
913
+ */
914
+ bytes: number;
915
+ /**
916
+ * The clustering key for the dynamic table.
917
+ */
918
+ clusterBy: string;
919
+ /**
920
+ * Comment for the dynamic table.
921
+ */
922
+ comment: string;
923
+ /**
924
+ * Date and time when the dynamic table was created.
925
+ */
926
+ createdOn: string;
927
+ /**
928
+ * Timestamp of the data in the base object(s) that is included in the dynamic table.
929
+ */
930
+ dataTimestamp: string;
931
+ /**
932
+ * Database in which the dynamic table is stored.
933
+ */
934
+ databaseName: string;
935
+ /**
936
+ * TRUE if the dynamic table has been cloned, else FALSE.
937
+ */
938
+ isClone: boolean;
939
+ /**
940
+ * TRUE if the dynamic table is a replica. else FALSE.
941
+ */
942
+ isReplica: boolean;
943
+ /**
944
+ * Timestamp of last suspension.
945
+ */
946
+ lastSuspendedOn: string;
947
+ /**
948
+ * Name of the dynamic table.
949
+ */
950
+ name: string;
951
+ /**
952
+ * Role that owns the dynamic table.
953
+ */
954
+ owner: string;
955
+ /**
956
+ * INCREMENTAL if the dynamic table will use incremental refreshes, or FULL if it will recompute the whole table on every refresh.
957
+ */
958
+ refreshMode: string;
959
+ /**
960
+ * Explanation for why FULL refresh mode was chosen. NULL if refresh mode is not FULL.
961
+ */
962
+ refreshModeReason: string;
963
+ /**
964
+ * Number of rows in the table.
965
+ */
966
+ rows: number;
967
+ /**
968
+ * Displays RUNNING for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables.
969
+ */
970
+ schedulingState: string;
971
+ /**
972
+ * Schema in which the dynamic table is stored.
973
+ */
974
+ schemaName: string;
975
+ /**
976
+ * The maximum duration that the dynamic table’s content should lag behind real time.
977
+ */
978
+ targetLag: string;
979
+ /**
980
+ * The text of the command that created this dynamic table (e.g. CREATE DYNAMIC TABLE ...).
981
+ */
982
+ text: string;
983
+ /**
984
+ * Warehouse that provides the required resources to perform the incremental refreshes.
985
+ */
986
+ warehouse: string;
987
+ }
988
+ export interface GetExternalFunctionsExternalFunction {
989
+ comment: string;
990
+ database: string;
991
+ language: string;
992
+ name: string;
993
+ schema: string;
994
+ }
995
+ export interface GetExternalTablesExternalTable {
996
+ comment: string;
997
+ database: string;
998
+ name: string;
999
+ schema: string;
1000
+ }
1001
+ export interface GetFailoverGroupsFailoverGroup {
1002
+ /**
1003
+ * Account locator in a region.
1004
+ */
1005
+ accountLocator: string;
1006
+ /**
1007
+ * Name of the account.
1008
+ */
1009
+ accountName: string;
1010
+ /**
1011
+ * List of accounts enabled for replication and failover.
1012
+ */
1013
+ allowedAccounts: any[];
1014
+ /**
1015
+ * A list of integration types that are enabled for replication.
1016
+ */
1017
+ allowedIntegrationTypes: any[];
400
1018
  /**
401
1019
  * Comment string.
402
1020
  */
@@ -625,43 +1243,455 @@ export interface GetPipesPipe {
625
1243
  name: string;
626
1244
  schema: string;
627
1245
  }
628
- export interface GetProceduresProcedure {
629
- argumentTypes: string[];
630
- comment: string;
631
- database: string;
1246
+ export interface GetProceduresProcedure {
1247
+ argumentTypes: string[];
1248
+ comment: string;
1249
+ database: string;
1250
+ name: string;
1251
+ returnType: string;
1252
+ schema: string;
1253
+ }
1254
+ export interface GetResourceMonitorsResourceMonitor {
1255
+ comment: string;
1256
+ creditQuota: string;
1257
+ frequency: string;
1258
+ name: string;
1259
+ }
1260
+ export interface GetRolesRole {
1261
+ /**
1262
+ * The comment on the role
1263
+ */
1264
+ comment: string;
1265
+ /**
1266
+ * Identifier for the role.
1267
+ */
1268
+ name: string;
1269
+ /**
1270
+ * The owner of the role
1271
+ */
1272
+ owner: string;
1273
+ }
1274
+ export interface GetRowAccessPoliciesRowAccessPolicy {
1275
+ comment: string;
1276
+ database: string;
1277
+ name: string;
1278
+ schema: string;
1279
+ }
1280
+ export interface GetSchemasSchema {
1281
+ comment: string;
1282
+ database: string;
1283
+ name: string;
1284
+ }
1285
+ export interface GetSecurityIntegrationsSecurityIntegration {
1286
+ /**
1287
+ * Holds the output of DESCRIBE SECURITY INTEGRATIONS.
1288
+ */
1289
+ describeOutputs: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutput[];
1290
+ /**
1291
+ * Holds the output of SHOW SECURITY INTEGRATIONS.
1292
+ */
1293
+ showOutputs: outputs.GetSecurityIntegrationsSecurityIntegrationShowOutput[];
1294
+ }
1295
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutput {
1296
+ allowedEmailPatterns: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern[];
1297
+ allowedUserDomains: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain[];
1298
+ authTypes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType[];
1299
+ blockedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList[];
1300
+ comments: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment[];
1301
+ enableds: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled[];
1302
+ externalOauthAllowedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList[];
1303
+ externalOauthAnyRoleModes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode[];
1304
+ externalOauthAudienceLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList[];
1305
+ externalOauthBlockedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList[];
1306
+ externalOauthIssuers: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer[];
1307
+ externalOauthJwsKeysUrls: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl[];
1308
+ externalOauthRsaPublicKey2s: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2[];
1309
+ externalOauthRsaPublicKeys: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey[];
1310
+ externalOauthScopeDelimiters: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter[];
1311
+ externalOauthSnowflakeUserMappingAttributes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute[];
1312
+ externalOauthTokenUserMappingClaims: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim[];
1313
+ networkPolicies: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy[];
1314
+ oauthAccessTokenValidities: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity[];
1315
+ oauthAllowNonTlsRedirectUris: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri[];
1316
+ oauthAllowedAuthorizationEndpoints: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint[];
1317
+ oauthAllowedScopes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope[];
1318
+ oauthAllowedTokenEndpoints: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint[];
1319
+ oauthAuthorizationEndpoints: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint[];
1320
+ oauthClientAuthMethods: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod[];
1321
+ oauthClientIds: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId[];
1322
+ oauthClientRsaPublicKey2Fps: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp[];
1323
+ oauthClientRsaPublicKeyFps: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp[];
1324
+ oauthClientTypes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType[];
1325
+ oauthEnforcePkces: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce[];
1326
+ oauthGrants: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant[];
1327
+ oauthIssueRefreshTokens: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken[];
1328
+ oauthRedirectUris: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri[];
1329
+ oauthRefreshTokenValidities: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity[];
1330
+ oauthTokenEndpoints: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint[];
1331
+ oauthUseSecondaryRoles: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole[];
1332
+ parentIntegrations: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration[];
1333
+ preAuthorizedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList[];
1334
+ runAsRoles: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole[];
1335
+ saml2DigestMethodsUseds: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed[];
1336
+ saml2EnableSpInitiateds: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated[];
1337
+ saml2ForceAuthns: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn[];
1338
+ saml2Issuers: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer[];
1339
+ saml2PostLogoutRedirectUrls: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl[];
1340
+ saml2Providers: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider[];
1341
+ saml2RequestedNameidFormats: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat[];
1342
+ saml2SignRequests: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest[];
1343
+ saml2SignatureMethodsUseds: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed[];
1344
+ saml2SnowflakeAcsUrls: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl[];
1345
+ saml2SnowflakeIssuerUrls: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl[];
1346
+ saml2SnowflakeMetadatas: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata[];
1347
+ saml2SnowflakeX509Certs: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert[];
1348
+ saml2SpInitiatedLoginPageLabels: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel[];
1349
+ saml2SsoUrls: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl[];
1350
+ saml2X509Certs: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert[];
1351
+ syncPasswords: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword[];
1352
+ }
1353
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern {
1354
+ default: string;
1355
+ name: string;
1356
+ type: string;
1357
+ value: string;
1358
+ }
1359
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain {
1360
+ default: string;
1361
+ name: string;
1362
+ type: string;
1363
+ value: string;
1364
+ }
1365
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType {
1366
+ default: string;
1367
+ name: string;
1368
+ type: string;
1369
+ value: string;
1370
+ }
1371
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList {
1372
+ default: string;
1373
+ name: string;
1374
+ type: string;
1375
+ value: string;
1376
+ }
1377
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment {
1378
+ default: string;
1379
+ name: string;
1380
+ type: string;
1381
+ value: string;
1382
+ }
1383
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled {
1384
+ default: string;
1385
+ name: string;
1386
+ type: string;
1387
+ value: string;
1388
+ }
1389
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList {
1390
+ default: string;
1391
+ name: string;
1392
+ type: string;
1393
+ value: string;
1394
+ }
1395
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode {
1396
+ default: string;
1397
+ name: string;
1398
+ type: string;
1399
+ value: string;
1400
+ }
1401
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList {
1402
+ default: string;
1403
+ name: string;
1404
+ type: string;
1405
+ value: string;
1406
+ }
1407
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList {
1408
+ default: string;
1409
+ name: string;
1410
+ type: string;
1411
+ value: string;
1412
+ }
1413
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer {
1414
+ default: string;
1415
+ name: string;
1416
+ type: string;
1417
+ value: string;
1418
+ }
1419
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl {
1420
+ default: string;
1421
+ name: string;
1422
+ type: string;
1423
+ value: string;
1424
+ }
1425
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey {
1426
+ default: string;
1427
+ name: string;
1428
+ type: string;
1429
+ value: string;
1430
+ }
1431
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2 {
1432
+ default: string;
1433
+ name: string;
1434
+ type: string;
1435
+ value: string;
1436
+ }
1437
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter {
1438
+ default: string;
1439
+ name: string;
1440
+ type: string;
1441
+ value: string;
1442
+ }
1443
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute {
1444
+ default: string;
1445
+ name: string;
1446
+ type: string;
1447
+ value: string;
1448
+ }
1449
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim {
1450
+ default: string;
1451
+ name: string;
1452
+ type: string;
1453
+ value: string;
1454
+ }
1455
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy {
1456
+ default: string;
1457
+ name: string;
1458
+ type: string;
1459
+ value: string;
1460
+ }
1461
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity {
1462
+ default: string;
1463
+ name: string;
1464
+ type: string;
1465
+ value: string;
1466
+ }
1467
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri {
1468
+ default: string;
1469
+ name: string;
1470
+ type: string;
1471
+ value: string;
1472
+ }
1473
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint {
1474
+ default: string;
1475
+ name: string;
1476
+ type: string;
1477
+ value: string;
1478
+ }
1479
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope {
1480
+ default: string;
1481
+ name: string;
1482
+ type: string;
1483
+ value: string;
1484
+ }
1485
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint {
1486
+ default: string;
1487
+ name: string;
1488
+ type: string;
1489
+ value: string;
1490
+ }
1491
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint {
1492
+ default: string;
1493
+ name: string;
1494
+ type: string;
1495
+ value: string;
1496
+ }
1497
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod {
1498
+ default: string;
1499
+ name: string;
1500
+ type: string;
1501
+ value: string;
1502
+ }
1503
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId {
1504
+ default: string;
1505
+ name: string;
1506
+ type: string;
1507
+ value: string;
1508
+ }
1509
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp {
1510
+ default: string;
1511
+ name: string;
1512
+ type: string;
1513
+ value: string;
1514
+ }
1515
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp {
1516
+ default: string;
1517
+ name: string;
1518
+ type: string;
1519
+ value: string;
1520
+ }
1521
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType {
1522
+ default: string;
1523
+ name: string;
1524
+ type: string;
1525
+ value: string;
1526
+ }
1527
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce {
1528
+ default: string;
1529
+ name: string;
1530
+ type: string;
1531
+ value: string;
1532
+ }
1533
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant {
1534
+ default: string;
1535
+ name: string;
1536
+ type: string;
1537
+ value: string;
1538
+ }
1539
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken {
1540
+ default: string;
1541
+ name: string;
1542
+ type: string;
1543
+ value: string;
1544
+ }
1545
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri {
1546
+ default: string;
1547
+ name: string;
1548
+ type: string;
1549
+ value: string;
1550
+ }
1551
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity {
1552
+ default: string;
1553
+ name: string;
1554
+ type: string;
1555
+ value: string;
1556
+ }
1557
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint {
1558
+ default: string;
1559
+ name: string;
1560
+ type: string;
1561
+ value: string;
1562
+ }
1563
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole {
1564
+ default: string;
1565
+ name: string;
1566
+ type: string;
1567
+ value: string;
1568
+ }
1569
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration {
1570
+ default: string;
1571
+ name: string;
1572
+ type: string;
1573
+ value: string;
1574
+ }
1575
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList {
1576
+ default: string;
1577
+ name: string;
1578
+ type: string;
1579
+ value: string;
1580
+ }
1581
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole {
1582
+ default: string;
1583
+ name: string;
1584
+ type: string;
1585
+ value: string;
1586
+ }
1587
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed {
1588
+ default: string;
1589
+ name: string;
1590
+ type: string;
1591
+ value: string;
1592
+ }
1593
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated {
1594
+ default: string;
1595
+ name: string;
1596
+ type: string;
1597
+ value: string;
1598
+ }
1599
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn {
1600
+ default: string;
1601
+ name: string;
1602
+ type: string;
1603
+ value: string;
1604
+ }
1605
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer {
1606
+ default: string;
1607
+ name: string;
1608
+ type: string;
1609
+ value: string;
1610
+ }
1611
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl {
1612
+ default: string;
1613
+ name: string;
1614
+ type: string;
1615
+ value: string;
1616
+ }
1617
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider {
1618
+ default: string;
1619
+ name: string;
1620
+ type: string;
1621
+ value: string;
1622
+ }
1623
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat {
1624
+ default: string;
1625
+ name: string;
1626
+ type: string;
1627
+ value: string;
1628
+ }
1629
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest {
1630
+ default: string;
1631
+ name: string;
1632
+ type: string;
1633
+ value: string;
1634
+ }
1635
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed {
1636
+ default: string;
1637
+ name: string;
1638
+ type: string;
1639
+ value: string;
1640
+ }
1641
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl {
1642
+ default: string;
1643
+ name: string;
1644
+ type: string;
1645
+ value: string;
1646
+ }
1647
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl {
1648
+ default: string;
1649
+ name: string;
1650
+ type: string;
1651
+ value: string;
1652
+ }
1653
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata {
1654
+ default: string;
1655
+ name: string;
1656
+ type: string;
1657
+ value: string;
1658
+ }
1659
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert {
1660
+ default: string;
1661
+ name: string;
1662
+ type: string;
1663
+ value: string;
1664
+ }
1665
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel {
1666
+ default: string;
632
1667
  name: string;
633
- returnType: string;
634
- schema: string;
1668
+ type: string;
1669
+ value: string;
635
1670
  }
636
- export interface GetResourceMonitorsResourceMonitor {
637
- comment: string;
638
- creditQuota: string;
639
- frequency: string;
1671
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl {
1672
+ default: string;
640
1673
  name: string;
1674
+ type: string;
1675
+ value: string;
641
1676
  }
642
- export interface GetRolesRole {
643
- /**
644
- * The comment on the role
645
- */
646
- comment: string;
647
- /**
648
- * Identifier for the role.
649
- */
1677
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert {
1678
+ default: string;
650
1679
  name: string;
651
- /**
652
- * The owner of the role
653
- */
654
- owner: string;
1680
+ type: string;
1681
+ value: string;
655
1682
  }
656
- export interface GetRowAccessPoliciesRowAccessPolicy {
657
- comment: string;
658
- database: string;
1683
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword {
1684
+ default: string;
659
1685
  name: string;
660
- schema: string;
1686
+ type: string;
1687
+ value: string;
661
1688
  }
662
- export interface GetSchemasSchema {
1689
+ export interface GetSecurityIntegrationsSecurityIntegrationShowOutput {
1690
+ category: string;
663
1691
  comment: string;
664
- database: string;
1692
+ createdOn: string;
1693
+ enabled: boolean;
1694
+ integrationType: string;
665
1695
  name: string;
666
1696
  }
667
1697
  export interface GetSequencesSequence {
@@ -747,12 +1777,78 @@ export interface GetViewsView {
747
1777
  schema: string;
748
1778
  }
749
1779
  export interface GetWarehousesWarehouse {
1780
+ /**
1781
+ * Holds the output of DESCRIBE WAREHOUSE.
1782
+ */
1783
+ describeOutputs: outputs.GetWarehousesWarehouseDescribeOutput[];
1784
+ /**
1785
+ * Holds the output of SHOW PARAMETERS FOR WAREHOUSE.
1786
+ */
1787
+ parameters: outputs.GetWarehousesWarehouseParameter[];
1788
+ /**
1789
+ * Holds the output of SHOW WAREHOUSES.
1790
+ */
1791
+ showOutputs: outputs.GetWarehousesWarehouseShowOutput[];
1792
+ }
1793
+ export interface GetWarehousesWarehouseDescribeOutput {
1794
+ createdOn: string;
1795
+ kind: string;
1796
+ name: string;
1797
+ }
1798
+ export interface GetWarehousesWarehouseParameter {
1799
+ maxConcurrencyLevels: outputs.GetWarehousesWarehouseParameterMaxConcurrencyLevel[];
1800
+ statementQueuedTimeoutInSeconds: outputs.GetWarehousesWarehouseParameterStatementQueuedTimeoutInSecond[];
1801
+ statementTimeoutInSeconds: outputs.GetWarehousesWarehouseParameterStatementTimeoutInSecond[];
1802
+ }
1803
+ export interface GetWarehousesWarehouseParameterMaxConcurrencyLevel {
1804
+ default: string;
1805
+ description: string;
1806
+ key: string;
1807
+ level: string;
1808
+ value: string;
1809
+ }
1810
+ export interface GetWarehousesWarehouseParameterStatementQueuedTimeoutInSecond {
1811
+ default: string;
1812
+ description: string;
1813
+ key: string;
1814
+ level: string;
1815
+ value: string;
1816
+ }
1817
+ export interface GetWarehousesWarehouseParameterStatementTimeoutInSecond {
1818
+ default: string;
1819
+ description: string;
1820
+ key: string;
1821
+ level: string;
1822
+ value: string;
1823
+ }
1824
+ export interface GetWarehousesWarehouseShowOutput {
1825
+ autoResume: boolean;
1826
+ autoSuspend: number;
1827
+ available: number;
750
1828
  comment: string;
1829
+ createdOn: string;
1830
+ enableQueryAcceleration: boolean;
1831
+ isCurrent: boolean;
1832
+ isDefault: boolean;
1833
+ maxClusterCount: number;
1834
+ minClusterCount: number;
751
1835
  name: string;
1836
+ other: number;
1837
+ owner: string;
1838
+ ownerRoleType: string;
1839
+ provisioning: number;
1840
+ queryAccelerationMaxScaleFactor: number;
1841
+ queued: number;
1842
+ quiescing: number;
1843
+ resourceMonitor: string;
1844
+ resumedOn: string;
1845
+ running: number;
752
1846
  scalingPolicy: string;
753
1847
  size: string;
1848
+ startedClusters: number;
754
1849
  state: string;
755
1850
  type: string;
1851
+ updatedOn: string;
756
1852
  }
757
1853
  export interface GrantOwnershipOn {
758
1854
  /**
@@ -838,7 +1934,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
838
1934
  */
839
1935
  objectName?: string;
840
1936
  /**
841
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
1937
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
842
1938
  */
843
1939
  objectType?: string;
844
1940
  }
@@ -846,7 +1942,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
846
1942
  inDatabase?: string;
847
1943
  inSchema?: string;
848
1944
  /**
849
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
1945
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
850
1946
  */
851
1947
  objectTypePlural: string;
852
1948
  }
@@ -886,7 +1982,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
886
1982
  */
887
1983
  objectName?: string;
888
1984
  /**
889
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
1985
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
890
1986
  */
891
1987
  objectType?: string;
892
1988
  }
@@ -900,7 +1996,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
900
1996
  */
901
1997
  inSchema?: string;
902
1998
  /**
903
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
1999
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
904
2000
  */
905
2001
  objectTypePlural: string;
906
2002
  }
@@ -918,107 +2014,323 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
918
2014
  */
919
2015
  objectTypePlural: string;
920
2016
  }
921
- export interface GrantPrivilegesToRoleOnAccountObject {
2017
+ export interface MaskingPolicySignature {
2018
+ columns: outputs.MaskingPolicySignatureColumn[];
2019
+ }
2020
+ export interface MaskingPolicySignatureColumn {
922
2021
  /**
923
- * The fully qualified name of the object on which privileges will be granted.
2022
+ * Specifies the column name to mask.
924
2023
  */
925
- objectName: string;
2024
+ name: string;
926
2025
  /**
927
- * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME
2026
+ * Specifies the column type to mask.
928
2027
  */
929
- objectType: string;
2028
+ type: string;
930
2029
  }
931
- export interface GrantPrivilegesToRoleOnSchema {
2030
+ export interface MaterializedViewTag {
932
2031
  /**
933
- * The fully qualified name of the database.
2032
+ * Name of the database that the tag was created in.
934
2033
  */
935
- allSchemasInDatabase?: string;
2034
+ database?: string;
936
2035
  /**
937
- * The fully qualified name of the database.
2036
+ * Tag name, e.g. department.
938
2037
  */
939
- futureSchemasInDatabase?: string;
2038
+ name: string;
940
2039
  /**
941
- * The fully qualified name of the schema.
2040
+ * Name of the schema that the tag was created in.
942
2041
  */
943
- schemaName?: string;
2042
+ schema?: string;
2043
+ /**
2044
+ * Tag value, e.g. marketing_info.
2045
+ */
2046
+ value: string;
2047
+ }
2048
+ export interface OauthIntegrationForCustomClientsDescribeOutput {
2049
+ blockedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList[];
2050
+ comments: outputs.OauthIntegrationForCustomClientsDescribeOutputComment[];
2051
+ enableds: outputs.OauthIntegrationForCustomClientsDescribeOutputEnabled[];
2052
+ networkPolicies: outputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy[];
2053
+ oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri[];
2054
+ oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint[];
2055
+ oauthAllowedTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint[];
2056
+ oauthAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint[];
2057
+ oauthClientIds: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId[];
2058
+ oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp[];
2059
+ oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp[];
2060
+ oauthClientTypes: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType[];
2061
+ oauthEnforcePkces: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce[];
2062
+ oauthIssueRefreshTokens: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken[];
2063
+ oauthRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri[];
2064
+ oauthRefreshTokenValidities: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity[];
2065
+ oauthTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint[];
2066
+ oauthUseSecondaryRoles: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole[];
2067
+ preAuthorizedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList[];
2068
+ }
2069
+ export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
2070
+ default: string;
2071
+ name: string;
2072
+ type: string;
2073
+ value: string;
2074
+ }
2075
+ export interface OauthIntegrationForCustomClientsDescribeOutputComment {
2076
+ default: string;
2077
+ name: string;
2078
+ type: string;
2079
+ value: string;
2080
+ }
2081
+ export interface OauthIntegrationForCustomClientsDescribeOutputEnabled {
2082
+ default: string;
2083
+ name: string;
2084
+ type: string;
2085
+ value: string;
2086
+ }
2087
+ export interface OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy {
2088
+ default: string;
2089
+ name: string;
2090
+ type: string;
2091
+ value: string;
2092
+ }
2093
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri {
2094
+ default: string;
2095
+ name: string;
2096
+ type: string;
2097
+ value: string;
2098
+ }
2099
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint {
2100
+ default: string;
2101
+ name: string;
2102
+ type: string;
2103
+ value: string;
2104
+ }
2105
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint {
2106
+ default: string;
2107
+ name: string;
2108
+ type: string;
2109
+ value: string;
2110
+ }
2111
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint {
2112
+ default: string;
2113
+ name: string;
2114
+ type: string;
2115
+ value: string;
2116
+ }
2117
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientId {
2118
+ default: string;
2119
+ name: string;
2120
+ type: string;
2121
+ value: string;
2122
+ }
2123
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp {
2124
+ default: string;
2125
+ name: string;
2126
+ type: string;
2127
+ value: string;
2128
+ }
2129
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp {
2130
+ default: string;
2131
+ name: string;
2132
+ type: string;
2133
+ value: string;
2134
+ }
2135
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientType {
2136
+ default: string;
2137
+ name: string;
2138
+ type: string;
2139
+ value: string;
2140
+ }
2141
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce {
2142
+ default: string;
2143
+ name: string;
2144
+ type: string;
2145
+ value: string;
2146
+ }
2147
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken {
2148
+ default: string;
2149
+ name: string;
2150
+ type: string;
2151
+ value: string;
2152
+ }
2153
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri {
2154
+ default: string;
2155
+ name: string;
2156
+ type: string;
2157
+ value: string;
2158
+ }
2159
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity {
2160
+ default: string;
2161
+ name: string;
2162
+ type: string;
2163
+ value: string;
2164
+ }
2165
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint {
2166
+ default: string;
2167
+ name: string;
2168
+ type: string;
2169
+ value: string;
2170
+ }
2171
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole {
2172
+ default: string;
2173
+ name: string;
2174
+ type: string;
2175
+ value: string;
2176
+ }
2177
+ export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList {
2178
+ default: string;
2179
+ name: string;
2180
+ type: string;
2181
+ value: string;
2182
+ }
2183
+ export interface OauthIntegrationForCustomClientsShowOutput {
2184
+ category: string;
2185
+ comment: string;
2186
+ createdOn: string;
2187
+ enabled: boolean;
2188
+ integrationType: string;
2189
+ name: string;
2190
+ }
2191
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
2192
+ blockedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList[];
2193
+ comments: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment[];
2194
+ enableds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled[];
2195
+ networkPolicies: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy[];
2196
+ oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri[];
2197
+ oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint[];
2198
+ oauthAllowedTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint[];
2199
+ oauthAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint[];
2200
+ oauthClientIds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId[];
2201
+ oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp[];
2202
+ oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp[];
2203
+ oauthClientTypes: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType[];
2204
+ oauthEnforcePkces: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce[];
2205
+ oauthIssueRefreshTokens: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken[];
2206
+ oauthRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri[];
2207
+ oauthRefreshTokenValidities: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity[];
2208
+ oauthTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint[];
2209
+ oauthUseSecondaryRoles: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole[];
2210
+ preAuthorizedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList[];
2211
+ }
2212
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
2213
+ default: string;
2214
+ name: string;
2215
+ type: string;
2216
+ value: string;
2217
+ }
2218
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputComment {
2219
+ default: string;
2220
+ name: string;
2221
+ type: string;
2222
+ value: string;
2223
+ }
2224
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputEnabled {
2225
+ default: string;
2226
+ name: string;
2227
+ type: string;
2228
+ value: string;
2229
+ }
2230
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy {
2231
+ default: string;
2232
+ name: string;
2233
+ type: string;
2234
+ value: string;
2235
+ }
2236
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri {
2237
+ default: string;
2238
+ name: string;
2239
+ type: string;
2240
+ value: string;
2241
+ }
2242
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint {
2243
+ default: string;
2244
+ name: string;
2245
+ type: string;
2246
+ value: string;
2247
+ }
2248
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint {
2249
+ default: string;
2250
+ name: string;
2251
+ type: string;
2252
+ value: string;
2253
+ }
2254
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint {
2255
+ default: string;
2256
+ name: string;
2257
+ type: string;
2258
+ value: string;
2259
+ }
2260
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId {
2261
+ default: string;
2262
+ name: string;
2263
+ type: string;
2264
+ value: string;
2265
+ }
2266
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp {
2267
+ default: string;
2268
+ name: string;
2269
+ type: string;
2270
+ value: string;
2271
+ }
2272
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp {
2273
+ default: string;
2274
+ name: string;
2275
+ type: string;
2276
+ value: string;
944
2277
  }
945
- export interface GrantPrivilegesToRoleOnSchemaObject {
946
- /**
947
- * Configures the privilege to be granted on all objects in eihter a database or schema.
948
- */
949
- all?: outputs.GrantPrivilegesToRoleOnSchemaObjectAll;
950
- /**
951
- * Configures the privilege to be granted on future objects in eihter a database or schema.
952
- */
953
- future?: outputs.GrantPrivilegesToRoleOnSchemaObjectFuture;
954
- /**
955
- * The fully qualified name of the object on which privileges will be granted.
956
- */
957
- objectName?: string;
958
- /**
959
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
960
- */
961
- objectType?: string;
2278
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType {
2279
+ default: string;
2280
+ name: string;
2281
+ type: string;
2282
+ value: string;
962
2283
  }
963
- export interface GrantPrivilegesToRoleOnSchemaObjectAll {
964
- /**
965
- * The fully qualified name of the database.
966
- */
967
- inDatabase?: string;
968
- /**
969
- * The fully qualified name of the schema.
970
- */
971
- inSchema?: string;
972
- /**
973
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS
974
- */
975
- objectTypePlural: string;
2284
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce {
2285
+ default: string;
2286
+ name: string;
2287
+ type: string;
2288
+ value: string;
976
2289
  }
977
- export interface GrantPrivilegesToRoleOnSchemaObjectFuture {
978
- /**
979
- * The fully qualified name of the database.
980
- */
981
- inDatabase?: string;
982
- /**
983
- * The fully qualified name of the schema.
984
- */
985
- inSchema?: string;
986
- /**
987
- * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | STAGES | STREAMS | TABLES | TASKS | VIEWS
988
- */
989
- objectTypePlural: string;
2290
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken {
2291
+ default: string;
2292
+ name: string;
2293
+ type: string;
2294
+ value: string;
990
2295
  }
991
- export interface MaskingPolicySignature {
992
- columns: outputs.MaskingPolicySignatureColumn[];
2296
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri {
2297
+ default: string;
2298
+ name: string;
2299
+ type: string;
2300
+ value: string;
993
2301
  }
994
- export interface MaskingPolicySignatureColumn {
995
- /**
996
- * Specifies the column name to mask.
997
- */
2302
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity {
2303
+ default: string;
998
2304
  name: string;
999
- /**
1000
- * Specifies the column type to mask.
1001
- */
1002
2305
  type: string;
2306
+ value: string;
1003
2307
  }
1004
- export interface MaterializedViewTag {
1005
- /**
1006
- * Name of the database that the tag was created in.
1007
- */
1008
- database?: string;
1009
- /**
1010
- * Tag name, e.g. department.
1011
- */
2308
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint {
2309
+ default: string;
1012
2310
  name: string;
1013
- /**
1014
- * Name of the schema that the tag was created in.
1015
- */
1016
- schema?: string;
1017
- /**
1018
- * Tag value, e.g. marketing_info.
1019
- */
2311
+ type: string;
1020
2312
  value: string;
1021
2313
  }
2314
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole {
2315
+ default: string;
2316
+ name: string;
2317
+ type: string;
2318
+ value: string;
2319
+ }
2320
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList {
2321
+ default: string;
2322
+ name: string;
2323
+ type: string;
2324
+ value: string;
2325
+ }
2326
+ export interface OauthIntegrationForPartnerApplicationsShowOutput {
2327
+ category: string;
2328
+ comment: string;
2329
+ createdOn: string;
2330
+ enabled: boolean;
2331
+ integrationType: string;
2332
+ name: string;
2333
+ }
1022
2334
  export interface ObjectParameterObjectIdentifier {
1023
2335
  /**
1024
2336
  * Name of the database that the object was created in.
@@ -1061,6 +2373,149 @@ export interface RoleTag {
1061
2373
  */
1062
2374
  value: string;
1063
2375
  }
2376
+ export interface Saml2IntegrationDescribeOutput {
2377
+ allowedEmailPatterns: outputs.Saml2IntegrationDescribeOutputAllowedEmailPattern[];
2378
+ allowedUserDomains: outputs.Saml2IntegrationDescribeOutputAllowedUserDomain[];
2379
+ comments: outputs.Saml2IntegrationDescribeOutputComment[];
2380
+ saml2DigestMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed[];
2381
+ saml2EnableSpInitiateds: outputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated[];
2382
+ saml2ForceAuthns: outputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn[];
2383
+ saml2Issuers: outputs.Saml2IntegrationDescribeOutputSaml2Issuer[];
2384
+ saml2PostLogoutRedirectUrls: outputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl[];
2385
+ saml2Providers: outputs.Saml2IntegrationDescribeOutputSaml2Provider[];
2386
+ saml2RequestedNameidFormats: outputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat[];
2387
+ saml2SignRequests: outputs.Saml2IntegrationDescribeOutputSaml2SignRequest[];
2388
+ saml2SignatureMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed[];
2389
+ saml2SnowflakeAcsUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl[];
2390
+ saml2SnowflakeIssuerUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl[];
2391
+ saml2SnowflakeMetadatas: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata[];
2392
+ saml2SnowflakeX509Certs: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert[];
2393
+ saml2SpInitiatedLoginPageLabels: outputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel[];
2394
+ saml2SsoUrls: outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl[];
2395
+ saml2X509Certs: outputs.Saml2IntegrationDescribeOutputSaml2X509Cert[];
2396
+ }
2397
+ export interface Saml2IntegrationDescribeOutputAllowedEmailPattern {
2398
+ default: string;
2399
+ name: string;
2400
+ type: string;
2401
+ value: string;
2402
+ }
2403
+ export interface Saml2IntegrationDescribeOutputAllowedUserDomain {
2404
+ default: string;
2405
+ name: string;
2406
+ type: string;
2407
+ value: string;
2408
+ }
2409
+ export interface Saml2IntegrationDescribeOutputComment {
2410
+ default: string;
2411
+ name: string;
2412
+ type: string;
2413
+ value: string;
2414
+ }
2415
+ export interface Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed {
2416
+ default: string;
2417
+ name: string;
2418
+ type: string;
2419
+ value: string;
2420
+ }
2421
+ export interface Saml2IntegrationDescribeOutputSaml2EnableSpInitiated {
2422
+ default: string;
2423
+ name: string;
2424
+ type: string;
2425
+ value: string;
2426
+ }
2427
+ export interface Saml2IntegrationDescribeOutputSaml2ForceAuthn {
2428
+ default: string;
2429
+ name: string;
2430
+ type: string;
2431
+ value: string;
2432
+ }
2433
+ export interface Saml2IntegrationDescribeOutputSaml2Issuer {
2434
+ default: string;
2435
+ name: string;
2436
+ type: string;
2437
+ value: string;
2438
+ }
2439
+ export interface Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl {
2440
+ default: string;
2441
+ name: string;
2442
+ type: string;
2443
+ value: string;
2444
+ }
2445
+ export interface Saml2IntegrationDescribeOutputSaml2Provider {
2446
+ default: string;
2447
+ name: string;
2448
+ type: string;
2449
+ value: string;
2450
+ }
2451
+ export interface Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat {
2452
+ default: string;
2453
+ name: string;
2454
+ type: string;
2455
+ value: string;
2456
+ }
2457
+ export interface Saml2IntegrationDescribeOutputSaml2SignRequest {
2458
+ default: string;
2459
+ name: string;
2460
+ type: string;
2461
+ value: string;
2462
+ }
2463
+ export interface Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed {
2464
+ default: string;
2465
+ name: string;
2466
+ type: string;
2467
+ value: string;
2468
+ }
2469
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl {
2470
+ default: string;
2471
+ name: string;
2472
+ type: string;
2473
+ value: string;
2474
+ }
2475
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl {
2476
+ default: string;
2477
+ name: string;
2478
+ type: string;
2479
+ value: string;
2480
+ }
2481
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata {
2482
+ default: string;
2483
+ name: string;
2484
+ type: string;
2485
+ value: string;
2486
+ }
2487
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert {
2488
+ default: string;
2489
+ name: string;
2490
+ type: string;
2491
+ value: string;
2492
+ }
2493
+ export interface Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel {
2494
+ default: string;
2495
+ name: string;
2496
+ type: string;
2497
+ value: string;
2498
+ }
2499
+ export interface Saml2IntegrationDescribeOutputSaml2SsoUrl {
2500
+ default: string;
2501
+ name: string;
2502
+ type: string;
2503
+ value: string;
2504
+ }
2505
+ export interface Saml2IntegrationDescribeOutputSaml2X509Cert {
2506
+ default: string;
2507
+ name: string;
2508
+ type: string;
2509
+ value: string;
2510
+ }
2511
+ export interface Saml2IntegrationShowOutput {
2512
+ category: string;
2513
+ comment: string;
2514
+ createdOn: string;
2515
+ enabled: boolean;
2516
+ integrationType: string;
2517
+ name: string;
2518
+ }
1064
2519
  export interface SchemaTag {
1065
2520
  /**
1066
2521
  * Name of the database that the tag was created in.
@@ -1079,6 +2534,51 @@ export interface SchemaTag {
1079
2534
  */
1080
2535
  value: string;
1081
2536
  }
2537
+ export interface ScimIntegrationDescribeOutput {
2538
+ comments: outputs.ScimIntegrationDescribeOutputComment[];
2539
+ enableds: outputs.ScimIntegrationDescribeOutputEnabled[];
2540
+ networkPolicies: outputs.ScimIntegrationDescribeOutputNetworkPolicy[];
2541
+ runAsRoles: outputs.ScimIntegrationDescribeOutputRunAsRole[];
2542
+ syncPasswords: outputs.ScimIntegrationDescribeOutputSyncPassword[];
2543
+ }
2544
+ export interface ScimIntegrationDescribeOutputComment {
2545
+ default: string;
2546
+ name: string;
2547
+ type: string;
2548
+ value: string;
2549
+ }
2550
+ export interface ScimIntegrationDescribeOutputEnabled {
2551
+ default: string;
2552
+ name: string;
2553
+ type: string;
2554
+ value: string;
2555
+ }
2556
+ export interface ScimIntegrationDescribeOutputNetworkPolicy {
2557
+ default: string;
2558
+ name: string;
2559
+ type: string;
2560
+ value: string;
2561
+ }
2562
+ export interface ScimIntegrationDescribeOutputRunAsRole {
2563
+ default: string;
2564
+ name: string;
2565
+ type: string;
2566
+ value: string;
2567
+ }
2568
+ export interface ScimIntegrationDescribeOutputSyncPassword {
2569
+ default: string;
2570
+ name: string;
2571
+ type: string;
2572
+ value: string;
2573
+ }
2574
+ export interface ScimIntegrationShowOutput {
2575
+ category: string;
2576
+ comment: string;
2577
+ createdOn: string;
2578
+ enabled: boolean;
2579
+ integrationType: string;
2580
+ name: string;
2581
+ }
1082
2582
  export interface StageTag {
1083
2583
  /**
1084
2584
  * Name of the database that the tag was created in.
@@ -1247,6 +2747,61 @@ export interface ViewTag {
1247
2747
  */
1248
2748
  value: string;
1249
2749
  }
2750
+ export interface WarehouseParameter {
2751
+ maxConcurrencyLevels: outputs.WarehouseParameterMaxConcurrencyLevel[];
2752
+ statementQueuedTimeoutInSeconds: outputs.WarehouseParameterStatementQueuedTimeoutInSecond[];
2753
+ statementTimeoutInSeconds: outputs.WarehouseParameterStatementTimeoutInSecond[];
2754
+ }
2755
+ export interface WarehouseParameterMaxConcurrencyLevel {
2756
+ default: string;
2757
+ description: string;
2758
+ key: string;
2759
+ level: string;
2760
+ value: string;
2761
+ }
2762
+ export interface WarehouseParameterStatementQueuedTimeoutInSecond {
2763
+ default: string;
2764
+ description: string;
2765
+ key: string;
2766
+ level: string;
2767
+ value: string;
2768
+ }
2769
+ export interface WarehouseParameterStatementTimeoutInSecond {
2770
+ default: string;
2771
+ description: string;
2772
+ key: string;
2773
+ level: string;
2774
+ value: string;
2775
+ }
2776
+ export interface WarehouseShowOutput {
2777
+ autoResume: boolean;
2778
+ autoSuspend: number;
2779
+ available: number;
2780
+ comment: string;
2781
+ createdOn: string;
2782
+ enableQueryAcceleration: boolean;
2783
+ isCurrent: boolean;
2784
+ isDefault: boolean;
2785
+ maxClusterCount: number;
2786
+ minClusterCount: number;
2787
+ name: string;
2788
+ other: number;
2789
+ owner: string;
2790
+ ownerRoleType: string;
2791
+ provisioning: number;
2792
+ queryAccelerationMaxScaleFactor: number;
2793
+ queued: number;
2794
+ quiescing: number;
2795
+ resourceMonitor: string;
2796
+ resumedOn: string;
2797
+ running: number;
2798
+ scalingPolicy: string;
2799
+ size: string;
2800
+ startedClusters: number;
2801
+ state: string;
2802
+ type: string;
2803
+ updatedOn: string;
2804
+ }
1250
2805
  export declare namespace config {
1251
2806
  interface TokenAccessor {
1252
2807
  /**