@pulumi/snowflake 0.63.0-alpha.1734439451 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/account.d.ts +40 -86
- package/account.js +12 -5
- package/account.js.map +1 -1
- package/accountParameter.d.ts +7 -7
- package/accountParameter.js +1 -1
- package/accountRole.d.ts +4 -4
- package/accountRole.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
- package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
- package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
- package/authenticationPolicy.d.ts +9 -9
- package/config/vars.d.ts +6 -74
- package/config/vars.js +6 -83
- package/config/vars.js.map +1 -1
- package/database.d.ts +4 -4
- package/database.js +1 -1
- package/databaseRole.d.ts +6 -6
- package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
- package/{unsafeExecute.js → execute.js} +17 -10
- package/execute.js.map +1 -0
- package/externalOauthIntegration.d.ts +12 -12
- package/externalOauthIntegration.js +1 -1
- package/externalVolume.d.ts +5 -3
- package/externalVolume.js +2 -0
- package/externalVolume.js.map +1 -1
- package/functionJava.d.ts +324 -0
- package/{function.js → functionJava.js} +40 -22
- package/functionJava.js.map +1 -0
- package/functionJavascript.d.ts +240 -0
- package/functionJavascript.js +106 -0
- package/functionJavascript.js.map +1 -0
- package/functionPython.d.ts +324 -0
- package/functionPython.js +123 -0
- package/functionPython.js.map +1 -0
- package/functionScala.d.ts +324 -0
- package/functionScala.js +123 -0
- package/functionScala.js.map +1 -0
- package/functionSql.d.ts +228 -0
- package/functionSql.js +104 -0
- package/functionSql.js.map +1 -0
- package/getAccountRoles.d.ts +57 -0
- package/getAccountRoles.js +32 -0
- package/getAccountRoles.js.map +1 -0
- package/getAccounts.d.ts +25 -7
- package/getAccounts.js +10 -2
- package/getAccounts.js.map +1 -1
- package/getAlerts.d.ts +4 -0
- package/getAlerts.js +4 -0
- package/getAlerts.js.map +1 -1
- package/getConnections.d.ts +2 -48
- package/getConnections.js +2 -48
- package/getConnections.js.map +1 -1
- package/getCortexSearchServices.d.ts +4 -0
- package/getCortexSearchServices.js +4 -0
- package/getCortexSearchServices.js.map +1 -1
- package/getCurrentAccount.d.ts +4 -0
- package/getCurrentAccount.js +4 -0
- package/getCurrentAccount.js.map +1 -1
- package/getCurrentRole.d.ts +6 -0
- package/getCurrentRole.js +6 -0
- package/getCurrentRole.js.map +1 -1
- package/getDatabase.d.ts +4 -0
- package/getDatabase.js +4 -0
- package/getDatabase.js.map +1 -1
- package/getDatabaseRole.d.ts +4 -0
- package/getDatabaseRole.js +4 -0
- package/getDatabaseRole.js.map +1 -1
- package/getDatabaseRoles.d.ts +2 -6
- package/getDatabaseRoles.js +2 -6
- package/getDatabaseRoles.js.map +1 -1
- package/getDatabases.d.ts +2 -6
- package/getDatabases.js +2 -6
- package/getDatabases.js.map +1 -1
- package/getDynamicTables.d.ts +6 -0
- package/getDynamicTables.js +6 -0
- package/getDynamicTables.js.map +1 -1
- package/getExternalFunctions.d.ts +4 -0
- package/getExternalFunctions.js +4 -0
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +4 -0
- package/getExternalTables.js +4 -0
- package/getExternalTables.js.map +1 -1
- package/getFailoverGroups.d.ts +6 -0
- package/getFailoverGroups.js +6 -0
- package/getFailoverGroups.js.map +1 -1
- package/getFileFormats.d.ts +4 -0
- package/getFileFormats.js +4 -0
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +4 -0
- package/getFunctions.js +4 -0
- package/getFunctions.js.map +1 -1
- package/getGrants.d.ts +0 -4
- package/getGrants.js +0 -4
- package/getGrants.js.map +1 -1
- package/getMaskingPolicies.d.ts +2 -6
- package/getMaskingPolicies.js +2 -6
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +4 -0
- package/getMaterializedViews.js +4 -0
- package/getMaterializedViews.js.map +1 -1
- package/getNetworkPolicies.d.ts +2 -6
- package/getNetworkPolicies.js +2 -6
- package/getNetworkPolicies.js.map +1 -1
- package/getParameters.d.ts +4 -0
- package/getParameters.js +4 -0
- package/getParameters.js.map +1 -1
- package/getPipes.d.ts +4 -0
- package/getPipes.js +4 -0
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +4 -0
- package/getProcedures.js +4 -0
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +2 -6
- package/getResourceMonitors.js +2 -6
- package/getResourceMonitors.js.map +1 -1
- package/getRowAccessPolicies.d.ts +2 -6
- package/getRowAccessPolicies.js +2 -6
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +6 -4
- package/getSchemas.js +6 -4
- package/getSchemas.js.map +1 -1
- package/getSecrets.d.ts +2 -6
- package/getSecrets.js +2 -6
- package/getSecrets.js.map +1 -1
- package/getSecurityIntegrations.d.ts +2 -6
- package/getSecurityIntegrations.js +2 -6
- package/getSecurityIntegrations.js.map +1 -1
- package/getSequences.d.ts +4 -0
- package/getSequences.js +4 -0
- package/getSequences.js.map +1 -1
- package/getShares.d.ts +4 -0
- package/getShares.js +4 -0
- package/getShares.js.map +1 -1
- package/getStages.d.ts +4 -0
- package/getStages.js +4 -0
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +4 -0
- package/getStorageIntegrations.js +4 -0
- package/getStorageIntegrations.js.map +1 -1
- package/getStreamlits.d.ts +2 -6
- package/getStreamlits.js +2 -6
- package/getStreamlits.js.map +1 -1
- package/getStreams.d.ts +2 -6
- package/getStreams.js +2 -6
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +4 -0
- package/getSystemGenerateScimAccessToken.js +4 -0
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +4 -0
- package/getSystemGetPrivateLinkConfig.js +4 -0
- package/getSystemGetPrivateLinkConfig.js.map +1 -1
- package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
- package/getSystemGetSnowflakePlatformInfo.js +6 -0
- package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
- package/getTables.d.ts +4 -0
- package/getTables.js +4 -0
- package/getTables.js.map +1 -1
- package/getTags.d.ts +2 -6
- package/getTags.js +2 -6
- package/getTags.js.map +1 -1
- package/getTasks.d.ts +0 -4
- package/getTasks.js +0 -4
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +2 -6
- package/getUsers.js +2 -6
- package/getUsers.js.map +1 -1
- package/getViews.d.ts +2 -6
- package/getViews.js +2 -6
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +2 -6
- package/getWarehouses.js +2 -6
- package/getWarehouses.js.map +1 -1
- package/grantAccountRole.d.ts +9 -9
- package/grantApplicationRole.d.ts +3 -3
- package/grantDatabaseRole.d.ts +12 -12
- package/grantOwnership.d.ts +6 -6
- package/grantPrivilegesToAccountRole.d.ts +6 -6
- package/grantPrivilegesToDatabaseRole.d.ts +6 -6
- package/grantPrivilegesToShare.d.ts +18 -18
- package/index.d.ts +36 -36
- package/index.js +62 -60
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +9 -9
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +10 -10
- package/networkPolicy.js +1 -1
- package/oauthIntegrationForCustomClients.d.ts +23 -15
- package/oauthIntegrationForCustomClients.js +3 -4
- package/oauthIntegrationForCustomClients.js.map +1 -1
- package/oauthIntegrationForPartnerApplications.d.ts +16 -8
- package/oauthIntegrationForPartnerApplications.js +2 -3
- package/oauthIntegrationForPartnerApplications.js.map +1 -1
- package/package.json +2 -2
- package/passwordPolicy.d.ts +7 -0
- package/passwordPolicy.js +7 -0
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +7 -7
- package/primaryConnection.js +1 -1
- package/procedureJava.d.ts +345 -0
- package/procedureJava.js +128 -0
- package/procedureJava.js.map +1 -0
- package/procedureJavascript.d.ts +249 -0
- package/procedureJavascript.js +106 -0
- package/procedureJavascript.js.map +1 -0
- package/procedurePython.d.ts +333 -0
- package/procedurePython.js +126 -0
- package/procedurePython.js.map +1 -0
- package/procedureScala.d.ts +345 -0
- package/procedureScala.js +128 -0
- package/procedureScala.js.map +1 -0
- package/procedureSql.d.ts +249 -0
- package/{procedure.js → procedureSql.js} +36 -32
- package/procedureSql.js.map +1 -0
- package/provider.d.ts +11 -182
- package/provider.js +10 -21
- package/provider.js.map +1 -1
- package/resourceMonitor.d.ts +7 -9
- package/resourceMonitor.js +1 -3
- package/resourceMonitor.js.map +1 -1
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +4 -4
- package/saml2Integration.js +1 -1
- package/schema.d.ts +6 -8
- package/schema.js +0 -2
- package/schema.js.map +1 -1
- package/scimIntegration.d.ts +7 -7
- package/scimIntegration.js +1 -1
- package/secondaryConnection.d.ts +7 -7
- package/secondaryConnection.js +1 -1
- package/secondaryDatabase.d.ts +7 -7
- package/secondaryDatabase.js +1 -1
- package/secretWithAuthorizationCodeGrant.d.ts +12 -12
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +12 -12
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +9 -9
- package/sharedDatabase.d.ts +7 -7
- package/sharedDatabase.js +1 -1
- package/streamOnDirectoryTable.d.ts +12 -21
- package/streamOnDirectoryTable.js.map +1 -1
- package/streamOnExternalTable.d.ts +12 -21
- package/streamOnExternalTable.js.map +1 -1
- package/streamOnTable.d.ts +12 -21
- package/streamOnTable.js.map +1 -1
- package/streamOnView.d.ts +12 -21
- package/streamOnView.js.map +1 -1
- package/streamlit.d.ts +18 -20
- package/streamlit.js +0 -2
- package/streamlit.js.map +1 -1
- package/tag.d.ts +12 -12
- package/tagAssociation.d.ts +11 -31
- package/tagAssociation.js +2 -4
- package/tagAssociation.js.map +1 -1
- package/task.d.ts +25 -27
- package/task.js +1 -3
- package/task.js.map +1 -1
- package/types/input.d.ts +828 -47
- package/types/output.d.ts +846 -94
- package/user.d.ts +9 -9
- package/view.d.ts +12 -21
- package/view.js.map +1 -1
- package/warehouse.d.ts +7 -7
- package/warehouse.js +1 -1
- package/databaseOld.d.ts +0 -147
- package/databaseOld.js +0 -70
- package/databaseOld.js.map +0 -1
- package/function.d.ts +0 -247
- package/function.js.map +0 -1
- package/getRole.d.ts +0 -66
- package/getRole.js +0 -50
- package/getRole.js.map +0 -1
- package/getRoles.d.ts +0 -61
- package/getRoles.js +0 -36
- package/getRoles.js.map +0 -1
- package/oauthIntegration.d.ts +0 -171
- package/oauthIntegration.js +0 -79
- package/oauthIntegration.js.map +0 -1
- package/procedure.d.ts +0 -253
- package/procedure.js.map +0 -1
- package/role.d.ts +0 -76
- package/role.js +0 -62
- package/role.js.map +0 -1
- package/samlIntegration.d.ts +0 -243
- package/samlIntegration.js +0 -104
- package/samlIntegration.js.map +0 -1
- package/sessionParameter.d.ts +0 -91
- package/sessionParameter.js +0 -68
- package/sessionParameter.js.map +0 -1
- package/stream.d.ts +0 -181
- package/stream.js +0 -86
- package/stream.js.map +0 -1
- package/tagMaskingPolicyAssociation.d.ts +0 -69
- package/tagMaskingPolicyAssociation.js +0 -66
- package/tagMaskingPolicyAssociation.js.map +0 -1
- package/unsafeExecute.js.map +0 -1
|
@@ -33,7 +33,7 @@ export declare class GrantApplicationRole extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly applicationRoleName: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
36
|
-
* The fully qualified name of the account role on which application role will be granted.
|
|
36
|
+
* The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
|
|
37
37
|
*/
|
|
38
38
|
readonly parentAccountRoleName: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
@@ -58,7 +58,7 @@ export interface GrantApplicationRoleState {
|
|
|
58
58
|
*/
|
|
59
59
|
applicationRoleName?: pulumi.Input<string>;
|
|
60
60
|
/**
|
|
61
|
-
* The fully qualified name of the account role on which application role will be granted.
|
|
61
|
+
* The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
|
|
62
62
|
*/
|
|
63
63
|
parentAccountRoleName?: pulumi.Input<string>;
|
|
64
64
|
}
|
|
@@ -75,7 +75,7 @@ export interface GrantApplicationRoleArgs {
|
|
|
75
75
|
*/
|
|
76
76
|
applicationRoleName: pulumi.Input<string>;
|
|
77
77
|
/**
|
|
78
|
-
* The fully qualified name of the account role on which application role will be granted.
|
|
78
|
+
* The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
|
|
79
79
|
*/
|
|
80
80
|
parentAccountRoleName?: pulumi.Input<string>;
|
|
81
81
|
}
|
package/grantDatabaseRole.d.ts
CHANGED
|
@@ -25,19 +25,19 @@ export declare class GrantDatabaseRole extends pulumi.CustomResource {
|
|
|
25
25
|
*/
|
|
26
26
|
static isInstance(obj: any): obj is GrantDatabaseRole;
|
|
27
27
|
/**
|
|
28
|
-
* The fully qualified name of the database role which will be granted to share or parent role.
|
|
28
|
+
* The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
|
|
29
29
|
*/
|
|
30
30
|
readonly databaseRoleName: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
32
|
-
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
|
|
32
|
+
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
33
33
|
*/
|
|
34
34
|
readonly parentDatabaseRoleName: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
|
|
36
|
+
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
37
37
|
*/
|
|
38
38
|
readonly parentRoleName: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
40
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
40
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
41
41
|
*/
|
|
42
42
|
readonly shareName: pulumi.Output<string | undefined>;
|
|
43
43
|
/**
|
|
@@ -54,19 +54,19 @@ export declare class GrantDatabaseRole extends pulumi.CustomResource {
|
|
|
54
54
|
*/
|
|
55
55
|
export interface GrantDatabaseRoleState {
|
|
56
56
|
/**
|
|
57
|
-
* The fully qualified name of the database role which will be granted to share or parent role.
|
|
57
|
+
* The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
|
|
58
58
|
*/
|
|
59
59
|
databaseRoleName?: pulumi.Input<string>;
|
|
60
60
|
/**
|
|
61
|
-
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
|
|
61
|
+
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
62
62
|
*/
|
|
63
63
|
parentDatabaseRoleName?: pulumi.Input<string>;
|
|
64
64
|
/**
|
|
65
|
-
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
|
|
65
|
+
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
66
66
|
*/
|
|
67
67
|
parentRoleName?: pulumi.Input<string>;
|
|
68
68
|
/**
|
|
69
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
69
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
70
70
|
*/
|
|
71
71
|
shareName?: pulumi.Input<string>;
|
|
72
72
|
}
|
|
@@ -75,19 +75,19 @@ export interface GrantDatabaseRoleState {
|
|
|
75
75
|
*/
|
|
76
76
|
export interface GrantDatabaseRoleArgs {
|
|
77
77
|
/**
|
|
78
|
-
* The fully qualified name of the database role which will be granted to share or parent role.
|
|
78
|
+
* The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
|
|
79
79
|
*/
|
|
80
80
|
databaseRoleName: pulumi.Input<string>;
|
|
81
81
|
/**
|
|
82
|
-
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
|
|
82
|
+
* The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
83
83
|
*/
|
|
84
84
|
parentDatabaseRoleName?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
|
-
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
|
|
86
|
+
* The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
|
|
87
87
|
*/
|
|
88
88
|
parentRoleName?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
90
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
91
91
|
*/
|
|
92
92
|
shareName?: pulumi.Input<string>;
|
|
93
93
|
}
|
package/grantOwnership.d.ts
CHANGED
|
@@ -65,11 +65,11 @@ export declare class GrantOwnership extends pulumi.CustomResource {
|
|
|
65
65
|
*/
|
|
66
66
|
static isInstance(obj: any): obj is GrantOwnership;
|
|
67
67
|
/**
|
|
68
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
68
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
69
69
|
*/
|
|
70
70
|
readonly accountRoleName: pulumi.Output<string | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
72
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
73
73
|
*/
|
|
74
74
|
readonly databaseRoleName: pulumi.Output<string | undefined>;
|
|
75
75
|
/**
|
|
@@ -94,11 +94,11 @@ export declare class GrantOwnership extends pulumi.CustomResource {
|
|
|
94
94
|
*/
|
|
95
95
|
export interface GrantOwnershipState {
|
|
96
96
|
/**
|
|
97
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
97
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
98
98
|
*/
|
|
99
99
|
accountRoleName?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
101
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
102
102
|
*/
|
|
103
103
|
databaseRoleName?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -115,11 +115,11 @@ export interface GrantOwnershipState {
|
|
|
115
115
|
*/
|
|
116
116
|
export interface GrantOwnershipArgs {
|
|
117
117
|
/**
|
|
118
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
118
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
119
119
|
*/
|
|
120
120
|
accountRoleName?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
122
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
123
123
|
*/
|
|
124
124
|
databaseRoleName?: pulumi.Input<string>;
|
|
125
125
|
/**
|
|
@@ -47,7 +47,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
|
|
|
47
47
|
*/
|
|
48
48
|
static isInstance(obj: any): obj is GrantPrivilegesToAccountRole;
|
|
49
49
|
/**
|
|
50
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
50
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
51
51
|
*/
|
|
52
52
|
readonly accountRoleName: pulumi.Output<string>;
|
|
53
53
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
|
|
|
76
76
|
*/
|
|
77
77
|
readonly onSchemaObject: pulumi.Output<outputs.GrantPrivilegesToAccountRoleOnSchemaObject | undefined>;
|
|
78
78
|
/**
|
|
79
|
-
* The privileges to grant on the account role.
|
|
79
|
+
* The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
|
|
80
80
|
*/
|
|
81
81
|
readonly privileges: pulumi.Output<string[] | undefined>;
|
|
82
82
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
|
|
|
97
97
|
*/
|
|
98
98
|
export interface GrantPrivilegesToAccountRoleState {
|
|
99
99
|
/**
|
|
100
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
100
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
101
101
|
*/
|
|
102
102
|
accountRoleName?: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
@@ -126,7 +126,7 @@ export interface GrantPrivilegesToAccountRoleState {
|
|
|
126
126
|
*/
|
|
127
127
|
onSchemaObject?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObject>;
|
|
128
128
|
/**
|
|
129
|
-
* The privileges to grant on the account role.
|
|
129
|
+
* The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
|
|
130
130
|
*/
|
|
131
131
|
privileges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
132
|
/**
|
|
@@ -139,7 +139,7 @@ export interface GrantPrivilegesToAccountRoleState {
|
|
|
139
139
|
*/
|
|
140
140
|
export interface GrantPrivilegesToAccountRoleArgs {
|
|
141
141
|
/**
|
|
142
|
-
* The fully qualified name of the account role to which privileges will be granted.
|
|
142
|
+
* The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
|
|
143
143
|
*/
|
|
144
144
|
accountRoleName: pulumi.Input<string>;
|
|
145
145
|
/**
|
|
@@ -168,7 +168,7 @@ export interface GrantPrivilegesToAccountRoleArgs {
|
|
|
168
168
|
*/
|
|
169
169
|
onSchemaObject?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObject>;
|
|
170
170
|
/**
|
|
171
|
-
* The privileges to grant on the account role.
|
|
171
|
+
* The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
|
|
172
172
|
*/
|
|
173
173
|
privileges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
174
174
|
/**
|
|
@@ -56,11 +56,11 @@ export declare class GrantPrivilegesToDatabaseRole extends pulumi.CustomResource
|
|
|
56
56
|
*/
|
|
57
57
|
readonly alwaysApplyTrigger: pulumi.Output<string | undefined>;
|
|
58
58
|
/**
|
|
59
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
59
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
60
60
|
*/
|
|
61
61
|
readonly databaseRoleName: pulumi.Output<string>;
|
|
62
62
|
/**
|
|
63
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
63
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
64
64
|
*/
|
|
65
65
|
readonly onDatabase: pulumi.Output<string | undefined>;
|
|
66
66
|
/**
|
|
@@ -102,11 +102,11 @@ export interface GrantPrivilegesToDatabaseRoleState {
|
|
|
102
102
|
*/
|
|
103
103
|
alwaysApplyTrigger?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
105
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
106
106
|
*/
|
|
107
107
|
databaseRoleName?: pulumi.Input<string>;
|
|
108
108
|
/**
|
|
109
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
109
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
110
110
|
*/
|
|
111
111
|
onDatabase?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -140,11 +140,11 @@ export interface GrantPrivilegesToDatabaseRoleArgs {
|
|
|
140
140
|
*/
|
|
141
141
|
alwaysApplyTrigger?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
143
|
-
* The fully qualified name of the database role to which privileges will be granted.
|
|
143
|
+
* The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
|
|
144
144
|
*/
|
|
145
145
|
databaseRoleName: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
147
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
147
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
148
148
|
*/
|
|
149
149
|
onDatabase?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
@@ -29,7 +29,7 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly onAllTablesInSchema: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
32
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
33
33
|
*/
|
|
34
34
|
readonly onDatabase: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
@@ -37,19 +37,19 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly onFunction: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
40
|
-
* The fully qualified name of the schema on which privileges will be granted.
|
|
40
|
+
* The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
41
41
|
*/
|
|
42
42
|
readonly onSchema: pulumi.Output<string | undefined>;
|
|
43
43
|
/**
|
|
44
|
-
* The fully qualified name of the table on which privileges will be granted.
|
|
44
|
+
* The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
45
45
|
*/
|
|
46
46
|
readonly onTable: pulumi.Output<string | undefined>;
|
|
47
47
|
/**
|
|
48
|
-
* The fully qualified name of the tag on which privileges will be granted.
|
|
48
|
+
* The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
49
49
|
*/
|
|
50
50
|
readonly onTag: pulumi.Output<string | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* The fully qualified name of the view on which privileges will be granted.
|
|
52
|
+
* The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
53
53
|
*/
|
|
54
54
|
readonly onView: pulumi.Output<string | undefined>;
|
|
55
55
|
/**
|
|
@@ -57,7 +57,7 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly privileges: pulumi.Output<string[]>;
|
|
59
59
|
/**
|
|
60
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
60
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
61
61
|
*/
|
|
62
62
|
readonly toShare: pulumi.Output<string>;
|
|
63
63
|
/**
|
|
@@ -78,7 +78,7 @@ export interface GrantPrivilegesToShareState {
|
|
|
78
78
|
*/
|
|
79
79
|
onAllTablesInSchema?: pulumi.Input<string>;
|
|
80
80
|
/**
|
|
81
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
81
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
82
82
|
*/
|
|
83
83
|
onDatabase?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -86,19 +86,19 @@ export interface GrantPrivilegesToShareState {
|
|
|
86
86
|
*/
|
|
87
87
|
onFunction?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* The fully qualified name of the schema on which privileges will be granted.
|
|
89
|
+
* The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
90
90
|
*/
|
|
91
91
|
onSchema?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
93
|
-
* The fully qualified name of the table on which privileges will be granted.
|
|
93
|
+
* The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
94
94
|
*/
|
|
95
95
|
onTable?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
97
|
-
* The fully qualified name of the tag on which privileges will be granted.
|
|
97
|
+
* The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
98
98
|
*/
|
|
99
99
|
onTag?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* The fully qualified name of the view on which privileges will be granted.
|
|
101
|
+
* The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
102
102
|
*/
|
|
103
103
|
onView?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -106,7 +106,7 @@ export interface GrantPrivilegesToShareState {
|
|
|
106
106
|
*/
|
|
107
107
|
privileges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
108
|
/**
|
|
109
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
109
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
110
110
|
*/
|
|
111
111
|
toShare?: pulumi.Input<string>;
|
|
112
112
|
}
|
|
@@ -119,7 +119,7 @@ export interface GrantPrivilegesToShareArgs {
|
|
|
119
119
|
*/
|
|
120
120
|
onAllTablesInSchema?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* The fully qualified name of the database on which privileges will be granted.
|
|
122
|
+
* The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
123
123
|
*/
|
|
124
124
|
onDatabase?: pulumi.Input<string>;
|
|
125
125
|
/**
|
|
@@ -127,19 +127,19 @@ export interface GrantPrivilegesToShareArgs {
|
|
|
127
127
|
*/
|
|
128
128
|
onFunction?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* The fully qualified name of the schema on which privileges will be granted.
|
|
130
|
+
* The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
131
131
|
*/
|
|
132
132
|
onSchema?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* The fully qualified name of the table on which privileges will be granted.
|
|
134
|
+
* The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
135
135
|
*/
|
|
136
136
|
onTable?: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* The fully qualified name of the tag on which privileges will be granted.
|
|
138
|
+
* The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
139
139
|
*/
|
|
140
140
|
onTag?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
142
|
-
* The fully qualified name of the view on which privileges will be granted.
|
|
142
|
+
* The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
143
143
|
*/
|
|
144
144
|
onView?: pulumi.Input<string>;
|
|
145
145
|
/**
|
|
@@ -147,7 +147,7 @@ export interface GrantPrivilegesToShareArgs {
|
|
|
147
147
|
*/
|
|
148
148
|
privileges: pulumi.Input<pulumi.Input<string>[]>;
|
|
149
149
|
/**
|
|
150
|
-
* The fully qualified name of the share on which privileges will be granted.
|
|
150
|
+
* The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
151
151
|
*/
|
|
152
152
|
toShare: pulumi.Input<string>;
|
|
153
153
|
}
|
package/index.d.ts
CHANGED
|
@@ -37,9 +37,6 @@ export declare const CortexSearchService: typeof import("./cortexSearchService")
|
|
|
37
37
|
export { DatabaseArgs, DatabaseState } from "./database";
|
|
38
38
|
export type Database = import("./database").Database;
|
|
39
39
|
export declare const Database: typeof import("./database").Database;
|
|
40
|
-
export { DatabaseOldArgs, DatabaseOldState } from "./databaseOld";
|
|
41
|
-
export type DatabaseOld = import("./databaseOld").DatabaseOld;
|
|
42
|
-
export declare const DatabaseOld: typeof import("./databaseOld").DatabaseOld;
|
|
43
40
|
export { DatabaseRoleArgs, DatabaseRoleState } from "./databaseRole";
|
|
44
41
|
export type DatabaseRole = import("./databaseRole").DatabaseRole;
|
|
45
42
|
export declare const DatabaseRole: typeof import("./databaseRole").DatabaseRole;
|
|
@@ -49,6 +46,9 @@ export declare const DynamicTable: typeof import("./dynamicTable").DynamicTable;
|
|
|
49
46
|
export { EmailNotificationIntegrationArgs, EmailNotificationIntegrationState } from "./emailNotificationIntegration";
|
|
50
47
|
export type EmailNotificationIntegration = import("./emailNotificationIntegration").EmailNotificationIntegration;
|
|
51
48
|
export declare const EmailNotificationIntegration: typeof import("./emailNotificationIntegration").EmailNotificationIntegration;
|
|
49
|
+
export { ExecuteArgs, ExecuteState } from "./execute";
|
|
50
|
+
export type Execute = import("./execute").Execute;
|
|
51
|
+
export declare const Execute: typeof import("./execute").Execute;
|
|
52
52
|
export { ExternalFunctionArgs, ExternalFunctionState } from "./externalFunction";
|
|
53
53
|
export type ExternalFunction = import("./externalFunction").ExternalFunction;
|
|
54
54
|
export declare const ExternalFunction: typeof import("./externalFunction").ExternalFunction;
|
|
@@ -67,9 +67,24 @@ export declare const FailoverGroup: typeof import("./failoverGroup").FailoverGro
|
|
|
67
67
|
export { FileFormatArgs, FileFormatState } from "./fileFormat";
|
|
68
68
|
export type FileFormat = import("./fileFormat").FileFormat;
|
|
69
69
|
export declare const FileFormat: typeof import("./fileFormat").FileFormat;
|
|
70
|
-
export {
|
|
71
|
-
export type
|
|
72
|
-
export declare const
|
|
70
|
+
export { FunctionJavaArgs, FunctionJavaState } from "./functionJava";
|
|
71
|
+
export type FunctionJava = import("./functionJava").FunctionJava;
|
|
72
|
+
export declare const FunctionJava: typeof import("./functionJava").FunctionJava;
|
|
73
|
+
export { FunctionJavascriptArgs, FunctionJavascriptState } from "./functionJavascript";
|
|
74
|
+
export type FunctionJavascript = import("./functionJavascript").FunctionJavascript;
|
|
75
|
+
export declare const FunctionJavascript: typeof import("./functionJavascript").FunctionJavascript;
|
|
76
|
+
export { FunctionPythonArgs, FunctionPythonState } from "./functionPython";
|
|
77
|
+
export type FunctionPython = import("./functionPython").FunctionPython;
|
|
78
|
+
export declare const FunctionPython: typeof import("./functionPython").FunctionPython;
|
|
79
|
+
export { FunctionScalaArgs, FunctionScalaState } from "./functionScala";
|
|
80
|
+
export type FunctionScala = import("./functionScala").FunctionScala;
|
|
81
|
+
export declare const FunctionScala: typeof import("./functionScala").FunctionScala;
|
|
82
|
+
export { FunctionSqlArgs, FunctionSqlState } from "./functionSql";
|
|
83
|
+
export type FunctionSql = import("./functionSql").FunctionSql;
|
|
84
|
+
export declare const FunctionSql: typeof import("./functionSql").FunctionSql;
|
|
85
|
+
export { GetAccountRolesArgs, GetAccountRolesResult, GetAccountRolesOutputArgs } from "./getAccountRoles";
|
|
86
|
+
export declare const getAccountRoles: typeof import("./getAccountRoles").getAccountRoles;
|
|
87
|
+
export declare const getAccountRolesOutput: typeof import("./getAccountRoles").getAccountRolesOutput;
|
|
73
88
|
export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
|
|
74
89
|
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
|
|
75
90
|
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
|
|
@@ -142,12 +157,6 @@ export declare const getProceduresOutput: typeof import("./getProcedures").getPr
|
|
|
142
157
|
export { GetResourceMonitorsArgs, GetResourceMonitorsResult, GetResourceMonitorsOutputArgs } from "./getResourceMonitors";
|
|
143
158
|
export declare const getResourceMonitors: typeof import("./getResourceMonitors").getResourceMonitors;
|
|
144
159
|
export declare const getResourceMonitorsOutput: typeof import("./getResourceMonitors").getResourceMonitorsOutput;
|
|
145
|
-
export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole";
|
|
146
|
-
export declare const getRole: typeof import("./getRole").getRole;
|
|
147
|
-
export declare const getRoleOutput: typeof import("./getRole").getRoleOutput;
|
|
148
|
-
export { GetRolesArgs, GetRolesResult, GetRolesOutputArgs } from "./getRoles";
|
|
149
|
-
export declare const getRoles: typeof import("./getRoles").getRoles;
|
|
150
|
-
export declare const getRolesOutput: typeof import("./getRoles").getRolesOutput;
|
|
151
160
|
export { GetRowAccessPoliciesArgs, GetRowAccessPoliciesResult, GetRowAccessPoliciesOutputArgs } from "./getRowAccessPolicies";
|
|
152
161
|
export declare const getRowAccessPolicies: typeof import("./getRowAccessPolicies").getRowAccessPolicies;
|
|
153
162
|
export declare const getRowAccessPoliciesOutput: typeof import("./getRowAccessPolicies").getRowAccessPoliciesOutput;
|
|
@@ -253,9 +262,6 @@ export declare const NetworkRule: typeof import("./networkRule").NetworkRule;
|
|
|
253
262
|
export { NotificationIntegrationArgs, NotificationIntegrationState } from "./notificationIntegration";
|
|
254
263
|
export type NotificationIntegration = import("./notificationIntegration").NotificationIntegration;
|
|
255
264
|
export declare const NotificationIntegration: typeof import("./notificationIntegration").NotificationIntegration;
|
|
256
|
-
export { OauthIntegrationArgs, OauthIntegrationState } from "./oauthIntegration";
|
|
257
|
-
export type OauthIntegration = import("./oauthIntegration").OauthIntegration;
|
|
258
|
-
export declare const OauthIntegration: typeof import("./oauthIntegration").OauthIntegration;
|
|
259
265
|
export { OauthIntegrationForCustomClientsArgs, OauthIntegrationForCustomClientsState } from "./oauthIntegrationForCustomClients";
|
|
260
266
|
export type OauthIntegrationForCustomClients = import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
|
|
261
267
|
export declare const OauthIntegrationForCustomClients: typeof import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
|
|
@@ -274,27 +280,33 @@ export declare const Pipe: typeof import("./pipe").Pipe;
|
|
|
274
280
|
export { PrimaryConnectionArgs, PrimaryConnectionState } from "./primaryConnection";
|
|
275
281
|
export type PrimaryConnection = import("./primaryConnection").PrimaryConnection;
|
|
276
282
|
export declare const PrimaryConnection: typeof import("./primaryConnection").PrimaryConnection;
|
|
277
|
-
export {
|
|
278
|
-
export type
|
|
279
|
-
export declare const
|
|
283
|
+
export { ProcedureJavaArgs, ProcedureJavaState } from "./procedureJava";
|
|
284
|
+
export type ProcedureJava = import("./procedureJava").ProcedureJava;
|
|
285
|
+
export declare const ProcedureJava: typeof import("./procedureJava").ProcedureJava;
|
|
286
|
+
export { ProcedureJavascriptArgs, ProcedureJavascriptState } from "./procedureJavascript";
|
|
287
|
+
export type ProcedureJavascript = import("./procedureJavascript").ProcedureJavascript;
|
|
288
|
+
export declare const ProcedureJavascript: typeof import("./procedureJavascript").ProcedureJavascript;
|
|
289
|
+
export { ProcedurePythonArgs, ProcedurePythonState } from "./procedurePython";
|
|
290
|
+
export type ProcedurePython = import("./procedurePython").ProcedurePython;
|
|
291
|
+
export declare const ProcedurePython: typeof import("./procedurePython").ProcedurePython;
|
|
292
|
+
export { ProcedureScalaArgs, ProcedureScalaState } from "./procedureScala";
|
|
293
|
+
export type ProcedureScala = import("./procedureScala").ProcedureScala;
|
|
294
|
+
export declare const ProcedureScala: typeof import("./procedureScala").ProcedureScala;
|
|
295
|
+
export { ProcedureSqlArgs, ProcedureSqlState } from "./procedureSql";
|
|
296
|
+
export type ProcedureSql = import("./procedureSql").ProcedureSql;
|
|
297
|
+
export declare const ProcedureSql: typeof import("./procedureSql").ProcedureSql;
|
|
280
298
|
export { ProviderArgs } from "./provider";
|
|
281
299
|
export type Provider = import("./provider").Provider;
|
|
282
300
|
export declare const Provider: typeof import("./provider").Provider;
|
|
283
301
|
export { ResourceMonitorArgs, ResourceMonitorState } from "./resourceMonitor";
|
|
284
302
|
export type ResourceMonitor = import("./resourceMonitor").ResourceMonitor;
|
|
285
303
|
export declare const ResourceMonitor: typeof import("./resourceMonitor").ResourceMonitor;
|
|
286
|
-
export { RoleArgs, RoleState } from "./role";
|
|
287
|
-
export type Role = import("./role").Role;
|
|
288
|
-
export declare const Role: typeof import("./role").Role;
|
|
289
304
|
export { RowAccessPolicyArgs, RowAccessPolicyState } from "./rowAccessPolicy";
|
|
290
305
|
export type RowAccessPolicy = import("./rowAccessPolicy").RowAccessPolicy;
|
|
291
306
|
export declare const RowAccessPolicy: typeof import("./rowAccessPolicy").RowAccessPolicy;
|
|
292
307
|
export { Saml2IntegrationArgs, Saml2IntegrationState } from "./saml2Integration";
|
|
293
308
|
export type Saml2Integration = import("./saml2Integration").Saml2Integration;
|
|
294
309
|
export declare const Saml2Integration: typeof import("./saml2Integration").Saml2Integration;
|
|
295
|
-
export { SamlIntegrationArgs, SamlIntegrationState } from "./samlIntegration";
|
|
296
|
-
export type SamlIntegration = import("./samlIntegration").SamlIntegration;
|
|
297
|
-
export declare const SamlIntegration: typeof import("./samlIntegration").SamlIntegration;
|
|
298
310
|
export { SchemaArgs, SchemaState } from "./schema";
|
|
299
311
|
export type Schema = import("./schema").Schema;
|
|
300
312
|
export declare const Schema: typeof import("./schema").Schema;
|
|
@@ -325,9 +337,6 @@ export declare const Sequence: typeof import("./sequence").Sequence;
|
|
|
325
337
|
export { ServiceUserArgs, ServiceUserState } from "./serviceUser";
|
|
326
338
|
export type ServiceUser = import("./serviceUser").ServiceUser;
|
|
327
339
|
export declare const ServiceUser: typeof import("./serviceUser").ServiceUser;
|
|
328
|
-
export { SessionParameterArgs, SessionParameterState } from "./sessionParameter";
|
|
329
|
-
export type SessionParameter = import("./sessionParameter").SessionParameter;
|
|
330
|
-
export declare const SessionParameter: typeof import("./sessionParameter").SessionParameter;
|
|
331
340
|
export { ShareArgs, ShareState } from "./share";
|
|
332
341
|
export type Share = import("./share").Share;
|
|
333
342
|
export declare const Share: typeof import("./share").Share;
|
|
@@ -340,9 +349,6 @@ export declare const Stage: typeof import("./stage").Stage;
|
|
|
340
349
|
export { StorageIntegrationArgs, StorageIntegrationState } from "./storageIntegration";
|
|
341
350
|
export type StorageIntegration = import("./storageIntegration").StorageIntegration;
|
|
342
351
|
export declare const StorageIntegration: typeof import("./storageIntegration").StorageIntegration;
|
|
343
|
-
export { StreamArgs, StreamState } from "./stream";
|
|
344
|
-
export type Stream = import("./stream").Stream;
|
|
345
|
-
export declare const Stream: typeof import("./stream").Stream;
|
|
346
352
|
export { StreamOnDirectoryTableArgs, StreamOnDirectoryTableState } from "./streamOnDirectoryTable";
|
|
347
353
|
export type StreamOnDirectoryTable = import("./streamOnDirectoryTable").StreamOnDirectoryTable;
|
|
348
354
|
export declare const StreamOnDirectoryTable: typeof import("./streamOnDirectoryTable").StreamOnDirectoryTable;
|
|
@@ -373,15 +379,9 @@ export declare const Tag: typeof import("./tag").Tag;
|
|
|
373
379
|
export { TagAssociationArgs, TagAssociationState } from "./tagAssociation";
|
|
374
380
|
export type TagAssociation = import("./tagAssociation").TagAssociation;
|
|
375
381
|
export declare const TagAssociation: typeof import("./tagAssociation").TagAssociation;
|
|
376
|
-
export { TagMaskingPolicyAssociationArgs, TagMaskingPolicyAssociationState } from "./tagMaskingPolicyAssociation";
|
|
377
|
-
export type TagMaskingPolicyAssociation = import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
|
|
378
|
-
export declare const TagMaskingPolicyAssociation: typeof import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
|
|
379
382
|
export { TaskArgs, TaskState } from "./task";
|
|
380
383
|
export type Task = import("./task").Task;
|
|
381
384
|
export declare const Task: typeof import("./task").Task;
|
|
382
|
-
export { UnsafeExecuteArgs, UnsafeExecuteState } from "./unsafeExecute";
|
|
383
|
-
export type UnsafeExecute = import("./unsafeExecute").UnsafeExecute;
|
|
384
|
-
export declare const UnsafeExecute: typeof import("./unsafeExecute").UnsafeExecute;
|
|
385
385
|
export { UserArgs, UserState } from "./user";
|
|
386
386
|
export type User = import("./user").User;
|
|
387
387
|
export declare const User: typeof import("./user").User;
|