@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/getWarehouses.js CHANGED
@@ -6,32 +6,27 @@ exports.getWarehousesOutput = exports.getWarehouses = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## Example Usage
9
+ * !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
10
10
  *
11
- * ```typescript
12
- * import * as pulumi from "@pulumi/pulumi";
13
- * import * as snowflake from "@pulumi/snowflake";
14
- *
15
- * const current = snowflake.getWarehouses({});
16
- * ```
11
+ * Datasource used to get details of filtered warehouses. Filtering is aligned with the current possibilities for [SHOW WAREHOUSES](https://docs.snowflake.com/en/sql-reference/sql/show-warehouses) query (only `like` is supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
17
12
  */
18
- function getWarehouses(opts) {
13
+ function getWarehouses(args, opts) {
14
+ args = args || {};
19
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
20
- return pulumi.runtime.invoke("snowflake:index/getWarehouses:getWarehouses", {}, opts);
16
+ return pulumi.runtime.invoke("snowflake:index/getWarehouses:getWarehouses", {
17
+ "like": args.like,
18
+ "withDescribe": args.withDescribe,
19
+ "withParameters": args.withParameters,
20
+ }, opts);
21
21
  }
22
22
  exports.getWarehouses = getWarehouses;
23
23
  /**
24
- * ## Example Usage
25
- *
26
- * ```typescript
27
- * import * as pulumi from "@pulumi/pulumi";
28
- * import * as snowflake from "@pulumi/snowflake";
24
+ * !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
29
25
  *
30
- * const current = snowflake.getWarehouses({});
31
- * ```
26
+ * Datasource used to get details of filtered warehouses. Filtering is aligned with the current possibilities for [SHOW WAREHOUSES](https://docs.snowflake.com/en/sql-reference/sql/show-warehouses) query (only `like` is supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
32
27
  */
33
- function getWarehousesOutput(opts) {
34
- return pulumi.output(getWarehouses(opts));
28
+ function getWarehousesOutput(args, opts) {
29
+ return pulumi.output(args).apply((a) => getWarehouses(a, opts));
35
30
  }
36
31
  exports.getWarehousesOutput = getWarehousesOutput;
37
32
  //# sourceMappingURL=getWarehouses.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getWarehouses.js","sourceRoot":"","sources":["../getWarehouses.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;GASG;AACH,SAAgB,aAAa,CAAC,IAA2B;IAErD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE,EAC3E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAeD;;;;;;;;;GASG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAC3D,OAAO,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAA;AAC7C,CAAC;AAFD,kDAEC"}
1
+ {"version":3,"file":"getWarehouses.js","sourceRoot":"","sources":["../getWarehouses.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AA6CD;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
@@ -2,8 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * > **Note** This is a preview resource. It's ready for general use. In case of any errors, please file an issue in our GitHub repository.
6
- *
7
5
  * !> **Warning** Be careful when using `alwaysApply` field. It will always produce a plan (even when no changes were made) and can be harmful in some setups. For more details why we decided to introduce it to go our document explaining those design decisions (coming soon).
8
6
  *
9
7
  * #### Grant all privileges OnDatabase
@@ -6,8 +6,6 @@ exports.GrantPrivilegesToDatabaseRole = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This is a preview resource. It's ready for general use. In case of any errors, please file an issue in our GitHub repository.
10
- *
11
9
  * !> **Warning** Be careful when using `alwaysApply` field. It will always produce a plan (even when no changes were made) and can be harmful in some setups. For more details why we decided to introduce it to go our document explaining those design decisions (coming soon).
12
10
  *
13
11
  * #### Grant all privileges OnDatabase
@@ -1 +1 @@
1
- {"version":3,"file":"grantPrivilegesToDatabaseRole.js","sourceRoot":"","sources":["../grantPrivilegesToDatabaseRole.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grantPrivilegesToDatabaseRole.js","sourceRoot":"","sources":["../grantPrivilegesToDatabaseRole.ts"],"names":[],"mappings":"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"}
package/index.d.ts CHANGED
@@ -1,9 +1,6 @@
1
1
  export { AccountArgs, AccountState } from "./account";
2
2
  export type Account = import("./account").Account;
3
3
  export declare const Account: typeof import("./account").Account;
4
- export { AccountGrantArgs, AccountGrantState } from "./accountGrant";
5
- export type AccountGrant = import("./accountGrant").AccountGrant;
6
- export declare const AccountGrant: typeof import("./accountGrant").AccountGrant;
7
4
  export { AccountParameterArgs, AccountParameterState } from "./accountParameter";
8
5
  export type AccountParameter = import("./accountParameter").AccountParameter;
9
6
  export declare const AccountParameter: typeof import("./accountParameter").AccountParameter;
@@ -13,15 +10,27 @@ export declare const AccountPasswordPolicyAttachment: typeof import("./accountPa
13
10
  export { AlertArgs, AlertState } from "./alert";
14
11
  export type Alert = import("./alert").Alert;
15
12
  export declare const Alert: typeof import("./alert").Alert;
13
+ export { ApiAuthenticationIntegrationWithAuthorizationCodeGrantArgs, ApiAuthenticationIntegrationWithAuthorizationCodeGrantState } from "./apiAuthenticationIntegrationWithAuthorizationCodeGrant";
14
+ export type ApiAuthenticationIntegrationWithAuthorizationCodeGrant = import("./apiAuthenticationIntegrationWithAuthorizationCodeGrant").ApiAuthenticationIntegrationWithAuthorizationCodeGrant;
15
+ export declare const ApiAuthenticationIntegrationWithAuthorizationCodeGrant: typeof import("./apiAuthenticationIntegrationWithAuthorizationCodeGrant").ApiAuthenticationIntegrationWithAuthorizationCodeGrant;
16
+ export { ApiAuthenticationIntegrationWithClientCredentialsArgs, ApiAuthenticationIntegrationWithClientCredentialsState } from "./apiAuthenticationIntegrationWithClientCredentials";
17
+ export type ApiAuthenticationIntegrationWithClientCredentials = import("./apiAuthenticationIntegrationWithClientCredentials").ApiAuthenticationIntegrationWithClientCredentials;
18
+ export declare const ApiAuthenticationIntegrationWithClientCredentials: typeof import("./apiAuthenticationIntegrationWithClientCredentials").ApiAuthenticationIntegrationWithClientCredentials;
19
+ export { ApiAuthenticationIntegrationWithJwtBearerArgs, ApiAuthenticationIntegrationWithJwtBearerState } from "./apiAuthenticationIntegrationWithJwtBearer";
20
+ export type ApiAuthenticationIntegrationWithJwtBearer = import("./apiAuthenticationIntegrationWithJwtBearer").ApiAuthenticationIntegrationWithJwtBearer;
21
+ export declare const ApiAuthenticationIntegrationWithJwtBearer: typeof import("./apiAuthenticationIntegrationWithJwtBearer").ApiAuthenticationIntegrationWithJwtBearer;
16
22
  export { ApiIntegrationArgs, ApiIntegrationState } from "./apiIntegration";
17
23
  export type ApiIntegration = import("./apiIntegration").ApiIntegration;
18
24
  export declare const ApiIntegration: typeof import("./apiIntegration").ApiIntegration;
25
+ export { CortexSearchServiceArgs, CortexSearchServiceState } from "./cortexSearchService";
26
+ export type CortexSearchService = import("./cortexSearchService").CortexSearchService;
27
+ export declare const CortexSearchService: typeof import("./cortexSearchService").CortexSearchService;
19
28
  export { DatabaseArgs, DatabaseState } from "./database";
20
29
  export type Database = import("./database").Database;
21
30
  export declare const Database: typeof import("./database").Database;
22
- export { DatabaseGrantArgs, DatabaseGrantState } from "./databaseGrant";
23
- export type DatabaseGrant = import("./databaseGrant").DatabaseGrant;
24
- export declare const DatabaseGrant: typeof import("./databaseGrant").DatabaseGrant;
31
+ export { DatabaseOldArgs, DatabaseOldState } from "./databaseOld";
32
+ export type DatabaseOld = import("./databaseOld").DatabaseOld;
33
+ export declare const DatabaseOld: typeof import("./databaseOld").DatabaseOld;
25
34
  export { DatabaseRoleArgs, DatabaseRoleState } from "./databaseRole";
26
35
  export type DatabaseRole = import("./databaseRole").DatabaseRole;
27
36
  export declare const DatabaseRole: typeof import("./databaseRole").DatabaseRole;
@@ -40,33 +49,24 @@ export declare const ExternalOauthIntegration: typeof import("./externalOauthInt
40
49
  export { ExternalTableArgs, ExternalTableState } from "./externalTable";
41
50
  export type ExternalTable = import("./externalTable").ExternalTable;
42
51
  export declare const ExternalTable: typeof import("./externalTable").ExternalTable;
43
- export { ExternalTableGrantArgs, ExternalTableGrantState } from "./externalTableGrant";
44
- export type ExternalTableGrant = import("./externalTableGrant").ExternalTableGrant;
45
- export declare const ExternalTableGrant: typeof import("./externalTableGrant").ExternalTableGrant;
46
52
  export { FailoverGroupArgs, FailoverGroupState } from "./failoverGroup";
47
53
  export type FailoverGroup = import("./failoverGroup").FailoverGroup;
48
54
  export declare const FailoverGroup: typeof import("./failoverGroup").FailoverGroup;
49
- export { FailoverGroupGrantArgs, FailoverGroupGrantState } from "./failoverGroupGrant";
50
- export type FailoverGroupGrant = import("./failoverGroupGrant").FailoverGroupGrant;
51
- export declare const FailoverGroupGrant: typeof import("./failoverGroupGrant").FailoverGroupGrant;
52
55
  export { FileFormatArgs, FileFormatState } from "./fileFormat";
53
56
  export type FileFormat = import("./fileFormat").FileFormat;
54
57
  export declare const FileFormat: typeof import("./fileFormat").FileFormat;
55
- export { FileFormatGrantArgs, FileFormatGrantState } from "./fileFormatGrant";
56
- export type FileFormatGrant = import("./fileFormatGrant").FileFormatGrant;
57
- export declare const FileFormatGrant: typeof import("./fileFormatGrant").FileFormatGrant;
58
58
  export { FunctionArgs, FunctionState } from "./function";
59
59
  export type Function = import("./function").Function;
60
60
  export declare const Function: typeof import("./function").Function;
61
- export { FunctionGrantArgs, FunctionGrantState } from "./functionGrant";
62
- export type FunctionGrant = import("./functionGrant").FunctionGrant;
63
- export declare const FunctionGrant: typeof import("./functionGrant").FunctionGrant;
64
61
  export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
65
62
  export declare const getAccounts: typeof import("./getAccounts").getAccounts;
66
63
  export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
67
64
  export { GetAlertsArgs, GetAlertsResult, GetAlertsOutputArgs } from "./getAlerts";
68
65
  export declare const getAlerts: typeof import("./getAlerts").getAlerts;
69
66
  export declare const getAlertsOutput: typeof import("./getAlerts").getAlertsOutput;
67
+ export { GetCortexSearchServicesArgs, GetCortexSearchServicesResult, GetCortexSearchServicesOutputArgs } from "./getCortexSearchServices";
68
+ export declare const getCortexSearchServices: typeof import("./getCortexSearchServices").getCortexSearchServices;
69
+ export declare const getCortexSearchServicesOutput: typeof import("./getCortexSearchServices").getCortexSearchServicesOutput;
70
70
  export { GetCurrentAccountResult } from "./getCurrentAccount";
71
71
  export declare const getCurrentAccount: typeof import("./getCurrentAccount").getCurrentAccount;
72
72
  export declare const getCurrentAccountOutput: typeof import("./getCurrentAccount").getCurrentAccountOutput;
@@ -136,6 +136,9 @@ export declare const getRowAccessPoliciesOutput: typeof import("./getRowAccessPo
136
136
  export { GetSchemasArgs, GetSchemasResult, GetSchemasOutputArgs } from "./getSchemas";
137
137
  export declare const getSchemas: typeof import("./getSchemas").getSchemas;
138
138
  export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
139
+ export { GetSecurityIntegrationsArgs, GetSecurityIntegrationsResult, GetSecurityIntegrationsOutputArgs } from "./getSecurityIntegrations";
140
+ export declare const getSecurityIntegrations: typeof import("./getSecurityIntegrations").getSecurityIntegrations;
141
+ export declare const getSecurityIntegrationsOutput: typeof import("./getSecurityIntegrations").getSecurityIntegrationsOutput;
139
142
  export { GetSequencesArgs, GetSequencesResult, GetSequencesOutputArgs } from "./getSequences";
140
143
  export declare const getSequences: typeof import("./getSequences").getSequences;
141
144
  export declare const getSequencesOutput: typeof import("./getSequences").getSequencesOutput;
@@ -175,7 +178,7 @@ export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
175
178
  export { GetViewsArgs, GetViewsResult, GetViewsOutputArgs } from "./getViews";
176
179
  export declare const getViews: typeof import("./getViews").getViews;
177
180
  export declare const getViewsOutput: typeof import("./getViews").getViewsOutput;
178
- export { GetWarehousesResult } from "./getWarehouses";
181
+ export { GetWarehousesArgs, GetWarehousesResult, GetWarehousesOutputArgs } from "./getWarehouses";
179
182
  export declare const getWarehouses: typeof import("./getWarehouses").getWarehouses;
180
183
  export declare const getWarehousesOutput: typeof import("./getWarehouses").getWarehousesOutput;
181
184
  export { GrantAccountRoleArgs, GrantAccountRoleState } from "./grantAccountRole";
@@ -196,30 +199,18 @@ export declare const GrantPrivilegesToAccountRole: typeof import("./grantPrivile
196
199
  export { GrantPrivilegesToDatabaseRoleArgs, GrantPrivilegesToDatabaseRoleState } from "./grantPrivilegesToDatabaseRole";
197
200
  export type GrantPrivilegesToDatabaseRole = import("./grantPrivilegesToDatabaseRole").GrantPrivilegesToDatabaseRole;
198
201
  export declare const GrantPrivilegesToDatabaseRole: typeof import("./grantPrivilegesToDatabaseRole").GrantPrivilegesToDatabaseRole;
199
- export { GrantPrivilegesToRoleArgs, GrantPrivilegesToRoleState } from "./grantPrivilegesToRole";
200
- export type GrantPrivilegesToRole = import("./grantPrivilegesToRole").GrantPrivilegesToRole;
201
- export declare const GrantPrivilegesToRole: typeof import("./grantPrivilegesToRole").GrantPrivilegesToRole;
202
202
  export { GrantPrivilegesToShareArgs, GrantPrivilegesToShareState } from "./grantPrivilegesToShare";
203
203
  export type GrantPrivilegesToShare = import("./grantPrivilegesToShare").GrantPrivilegesToShare;
204
204
  export declare const GrantPrivilegesToShare: typeof import("./grantPrivilegesToShare").GrantPrivilegesToShare;
205
- export { IntegrationGrantArgs, IntegrationGrantState } from "./integrationGrant";
206
- export type IntegrationGrant = import("./integrationGrant").IntegrationGrant;
207
- export declare const IntegrationGrant: typeof import("./integrationGrant").IntegrationGrant;
208
205
  export { ManagedAccountArgs, ManagedAccountState } from "./managedAccount";
209
206
  export type ManagedAccount = import("./managedAccount").ManagedAccount;
210
207
  export declare const ManagedAccount: typeof import("./managedAccount").ManagedAccount;
211
208
  export { MaskingPolicyArgs, MaskingPolicyState } from "./maskingPolicy";
212
209
  export type MaskingPolicy = import("./maskingPolicy").MaskingPolicy;
213
210
  export declare const MaskingPolicy: typeof import("./maskingPolicy").MaskingPolicy;
214
- export { MaskingPolicyGrantArgs, MaskingPolicyGrantState } from "./maskingPolicyGrant";
215
- export type MaskingPolicyGrant = import("./maskingPolicyGrant").MaskingPolicyGrant;
216
- export declare const MaskingPolicyGrant: typeof import("./maskingPolicyGrant").MaskingPolicyGrant;
217
211
  export { MaterializedViewArgs, MaterializedViewState } from "./materializedView";
218
212
  export type MaterializedView = import("./materializedView").MaterializedView;
219
213
  export declare const MaterializedView: typeof import("./materializedView").MaterializedView;
220
- export { MaterializedViewGrantArgs, MaterializedViewGrantState } from "./materializedViewGrant";
221
- export type MaterializedViewGrant = import("./materializedViewGrant").MaterializedViewGrant;
222
- export declare const MaterializedViewGrant: typeof import("./materializedViewGrant").MaterializedViewGrant;
223
214
  export { NetworkPolicyArgs, NetworkPolicyState } from "./networkPolicy";
224
215
  export type NetworkPolicy = import("./networkPolicy").NetworkPolicy;
225
216
  export declare const NetworkPolicy: typeof import("./networkPolicy").NetworkPolicy;
@@ -235,6 +226,12 @@ export declare const NotificationIntegration: typeof import("./notificationInteg
235
226
  export { OauthIntegrationArgs, OauthIntegrationState } from "./oauthIntegration";
236
227
  export type OauthIntegration = import("./oauthIntegration").OauthIntegration;
237
228
  export declare const OauthIntegration: typeof import("./oauthIntegration").OauthIntegration;
229
+ export { OauthIntegrationForCustomClientsArgs, OauthIntegrationForCustomClientsState } from "./oauthIntegrationForCustomClients";
230
+ export type OauthIntegrationForCustomClients = import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
231
+ export declare const OauthIntegrationForCustomClients: typeof import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
232
+ export { OauthIntegrationForPartnerApplicationsArgs, OauthIntegrationForPartnerApplicationsState } from "./oauthIntegrationForPartnerApplications";
233
+ export type OauthIntegrationForPartnerApplications = import("./oauthIntegrationForPartnerApplications").OauthIntegrationForPartnerApplications;
234
+ export declare const OauthIntegrationForPartnerApplications: typeof import("./oauthIntegrationForPartnerApplications").OauthIntegrationForPartnerApplications;
238
235
  export { ObjectParameterArgs, ObjectParameterState } from "./objectParameter";
239
236
  export type ObjectParameter = import("./objectParameter").ObjectParameter;
240
237
  export declare const ObjectParameter: typeof import("./objectParameter").ObjectParameter;
@@ -244,78 +241,57 @@ export declare const PasswordPolicy: typeof import("./passwordPolicy").PasswordP
244
241
  export { PipeArgs, PipeState } from "./pipe";
245
242
  export type Pipe = import("./pipe").Pipe;
246
243
  export declare const Pipe: typeof import("./pipe").Pipe;
247
- export { PipeGrantArgs, PipeGrantState } from "./pipeGrant";
248
- export type PipeGrant = import("./pipeGrant").PipeGrant;
249
- export declare const PipeGrant: typeof import("./pipeGrant").PipeGrant;
250
244
  export { ProcedureArgs, ProcedureState } from "./procedure";
251
245
  export type Procedure = import("./procedure").Procedure;
252
246
  export declare const Procedure: typeof import("./procedure").Procedure;
253
- export { ProcedureGrantArgs, ProcedureGrantState } from "./procedureGrant";
254
- export type ProcedureGrant = import("./procedureGrant").ProcedureGrant;
255
- export declare const ProcedureGrant: typeof import("./procedureGrant").ProcedureGrant;
256
247
  export { ProviderArgs } from "./provider";
257
248
  export type Provider = import("./provider").Provider;
258
249
  export declare const Provider: typeof import("./provider").Provider;
259
250
  export { ResourceMonitorArgs, ResourceMonitorState } from "./resourceMonitor";
260
251
  export type ResourceMonitor = import("./resourceMonitor").ResourceMonitor;
261
252
  export declare const ResourceMonitor: typeof import("./resourceMonitor").ResourceMonitor;
262
- export { ResourceMonitorGrantArgs, ResourceMonitorGrantState } from "./resourceMonitorGrant";
263
- export type ResourceMonitorGrant = import("./resourceMonitorGrant").ResourceMonitorGrant;
264
- export declare const ResourceMonitorGrant: typeof import("./resourceMonitorGrant").ResourceMonitorGrant;
265
253
  export { RoleArgs, RoleState } from "./role";
266
254
  export type Role = import("./role").Role;
267
255
  export declare const Role: typeof import("./role").Role;
268
- export { RoleGrantsArgs, RoleGrantsState } from "./roleGrants";
269
- export type RoleGrants = import("./roleGrants").RoleGrants;
270
- export declare const RoleGrants: typeof import("./roleGrants").RoleGrants;
271
- export { RoleOwnershipGrantArgs, RoleOwnershipGrantState } from "./roleOwnershipGrant";
272
- export type RoleOwnershipGrant = import("./roleOwnershipGrant").RoleOwnershipGrant;
273
- export declare const RoleOwnershipGrant: typeof import("./roleOwnershipGrant").RoleOwnershipGrant;
274
256
  export { RowAccessPolicyArgs, RowAccessPolicyState } from "./rowAccessPolicy";
275
257
  export type RowAccessPolicy = import("./rowAccessPolicy").RowAccessPolicy;
276
258
  export declare const RowAccessPolicy: typeof import("./rowAccessPolicy").RowAccessPolicy;
277
- export { RowAccessPolicyGrantArgs, RowAccessPolicyGrantState } from "./rowAccessPolicyGrant";
278
- export type RowAccessPolicyGrant = import("./rowAccessPolicyGrant").RowAccessPolicyGrant;
279
- export declare const RowAccessPolicyGrant: typeof import("./rowAccessPolicyGrant").RowAccessPolicyGrant;
259
+ export { Saml2IntegrationArgs, Saml2IntegrationState } from "./saml2Integration";
260
+ export type Saml2Integration = import("./saml2Integration").Saml2Integration;
261
+ export declare const Saml2Integration: typeof import("./saml2Integration").Saml2Integration;
280
262
  export { SamlIntegrationArgs, SamlIntegrationState } from "./samlIntegration";
281
263
  export type SamlIntegration = import("./samlIntegration").SamlIntegration;
282
264
  export declare const SamlIntegration: typeof import("./samlIntegration").SamlIntegration;
283
265
  export { SchemaArgs, SchemaState } from "./schema";
284
266
  export type Schema = import("./schema").Schema;
285
267
  export declare const Schema: typeof import("./schema").Schema;
286
- export { SchemaGrantArgs, SchemaGrantState } from "./schemaGrant";
287
- export type SchemaGrant = import("./schemaGrant").SchemaGrant;
288
- export declare const SchemaGrant: typeof import("./schemaGrant").SchemaGrant;
289
268
  export { ScimIntegrationArgs, ScimIntegrationState } from "./scimIntegration";
290
269
  export type ScimIntegration = import("./scimIntegration").ScimIntegration;
291
270
  export declare const ScimIntegration: typeof import("./scimIntegration").ScimIntegration;
271
+ export { SecondaryDatabaseArgs, SecondaryDatabaseState } from "./secondaryDatabase";
272
+ export type SecondaryDatabase = import("./secondaryDatabase").SecondaryDatabase;
273
+ export declare const SecondaryDatabase: typeof import("./secondaryDatabase").SecondaryDatabase;
292
274
  export { SequenceArgs, SequenceState } from "./sequence";
293
275
  export type Sequence = import("./sequence").Sequence;
294
276
  export declare const Sequence: typeof import("./sequence").Sequence;
295
- export { SequenceGrantArgs, SequenceGrantState } from "./sequenceGrant";
296
- export type SequenceGrant = import("./sequenceGrant").SequenceGrant;
297
- export declare const SequenceGrant: typeof import("./sequenceGrant").SequenceGrant;
298
277
  export { SessionParameterArgs, SessionParameterState } from "./sessionParameter";
299
278
  export type SessionParameter = import("./sessionParameter").SessionParameter;
300
279
  export declare const SessionParameter: typeof import("./sessionParameter").SessionParameter;
301
280
  export { ShareArgs, ShareState } from "./share";
302
281
  export type Share = import("./share").Share;
303
282
  export declare const Share: typeof import("./share").Share;
283
+ export { SharedDatabaseArgs, SharedDatabaseState } from "./sharedDatabase";
284
+ export type SharedDatabase = import("./sharedDatabase").SharedDatabase;
285
+ export declare const SharedDatabase: typeof import("./sharedDatabase").SharedDatabase;
304
286
  export { StageArgs, StageState } from "./stage";
305
287
  export type Stage = import("./stage").Stage;
306
288
  export declare const Stage: typeof import("./stage").Stage;
307
- export { StageGrantArgs, StageGrantState } from "./stageGrant";
308
- export type StageGrant = import("./stageGrant").StageGrant;
309
- export declare const StageGrant: typeof import("./stageGrant").StageGrant;
310
289
  export { StorageIntegrationArgs, StorageIntegrationState } from "./storageIntegration";
311
290
  export type StorageIntegration = import("./storageIntegration").StorageIntegration;
312
291
  export declare const StorageIntegration: typeof import("./storageIntegration").StorageIntegration;
313
292
  export { StreamArgs, StreamState } from "./stream";
314
293
  export type Stream = import("./stream").Stream;
315
294
  export declare const Stream: typeof import("./stream").Stream;
316
- export { StreamGrantArgs, StreamGrantState } from "./streamGrant";
317
- export type StreamGrant = import("./streamGrant").StreamGrant;
318
- export declare const StreamGrant: typeof import("./streamGrant").StreamGrant;
319
295
  export { TableArgs, TableState } from "./table";
320
296
  export type Table = import("./table").Table;
321
297
  export declare const Table: typeof import("./table").Table;
@@ -325,39 +301,24 @@ export declare const TableColumnMaskingPolicyApplication: typeof import("./table
325
301
  export { TableConstraintArgs, TableConstraintState } from "./tableConstraint";
326
302
  export type TableConstraint = import("./tableConstraint").TableConstraint;
327
303
  export declare const TableConstraint: typeof import("./tableConstraint").TableConstraint;
328
- export { TableGrantArgs, TableGrantState } from "./tableGrant";
329
- export type TableGrant = import("./tableGrant").TableGrant;
330
- export declare const TableGrant: typeof import("./tableGrant").TableGrant;
331
304
  export { TagArgs, TagState } from "./tag";
332
305
  export type Tag = import("./tag").Tag;
333
306
  export declare const Tag: typeof import("./tag").Tag;
334
307
  export { TagAssociationArgs, TagAssociationState } from "./tagAssociation";
335
308
  export type TagAssociation = import("./tagAssociation").TagAssociation;
336
309
  export declare const TagAssociation: typeof import("./tagAssociation").TagAssociation;
337
- export { TagGrantArgs, TagGrantState } from "./tagGrant";
338
- export type TagGrant = import("./tagGrant").TagGrant;
339
- export declare const TagGrant: typeof import("./tagGrant").TagGrant;
340
310
  export { TagMaskingPolicyAssociationArgs, TagMaskingPolicyAssociationState } from "./tagMaskingPolicyAssociation";
341
311
  export type TagMaskingPolicyAssociation = import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
342
312
  export declare const TagMaskingPolicyAssociation: typeof import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
343
313
  export { TaskArgs, TaskState } from "./task";
344
314
  export type Task = import("./task").Task;
345
315
  export declare const Task: typeof import("./task").Task;
346
- export { TaskGrantArgs, TaskGrantState } from "./taskGrant";
347
- export type TaskGrant = import("./taskGrant").TaskGrant;
348
- export declare const TaskGrant: typeof import("./taskGrant").TaskGrant;
349
316
  export { UnsafeExecuteArgs, UnsafeExecuteState } from "./unsafeExecute";
350
317
  export type UnsafeExecute = import("./unsafeExecute").UnsafeExecute;
351
318
  export declare const UnsafeExecute: typeof import("./unsafeExecute").UnsafeExecute;
352
319
  export { UserArgs, UserState } from "./user";
353
320
  export type User = import("./user").User;
354
321
  export declare const User: typeof import("./user").User;
355
- export { UserGrantArgs, UserGrantState } from "./userGrant";
356
- export type UserGrant = import("./userGrant").UserGrant;
357
- export declare const UserGrant: typeof import("./userGrant").UserGrant;
358
- export { UserOwnershipGrantArgs, UserOwnershipGrantState } from "./userOwnershipGrant";
359
- export type UserOwnershipGrant = import("./userOwnershipGrant").UserOwnershipGrant;
360
- export declare const UserOwnershipGrant: typeof import("./userOwnershipGrant").UserOwnershipGrant;
361
322
  export { UserPasswordPolicyAttachmentArgs, UserPasswordPolicyAttachmentState } from "./userPasswordPolicyAttachment";
362
323
  export type UserPasswordPolicyAttachment = import("./userPasswordPolicyAttachment").UserPasswordPolicyAttachment;
363
324
  export declare const UserPasswordPolicyAttachment: typeof import("./userPasswordPolicyAttachment").UserPasswordPolicyAttachment;
@@ -367,15 +328,9 @@ export declare const UserPublicKeys: typeof import("./userPublicKeys").UserPubli
367
328
  export { ViewArgs, ViewState } from "./view";
368
329
  export type View = import("./view").View;
369
330
  export declare const View: typeof import("./view").View;
370
- export { ViewGrantArgs, ViewGrantState } from "./viewGrant";
371
- export type ViewGrant = import("./viewGrant").ViewGrant;
372
- export declare const ViewGrant: typeof import("./viewGrant").ViewGrant;
373
331
  export { WarehouseArgs, WarehouseState } from "./warehouse";
374
332
  export type Warehouse = import("./warehouse").Warehouse;
375
333
  export declare const Warehouse: typeof import("./warehouse").Warehouse;
376
- export { WarehouseGrantArgs, WarehouseGrantState } from "./warehouseGrant";
377
- export type WarehouseGrant = import("./warehouseGrant").WarehouseGrant;
378
- export declare const WarehouseGrant: typeof import("./warehouseGrant").WarehouseGrant;
379
334
  import * as config from "./config";
380
335
  import * as types from "./types";
381
336
  export { config, types, };