@pulumi/databricks 1.3.0 → 1.4.0-alpha.1666727919
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/cluster.d.ts +2 -1
- package/cluster.js.map +1 -1
- package/entitlements.d.ts +1 -1
- package/entitlements.js +1 -1
- package/getCluster.d.ts +2 -1
- package/getCluster.js.map +1 -1
- package/getDbfsFilePaths.d.ts +1 -1
- package/getDbfsFilePaths.js.map +1 -1
- package/getGroup.d.ts +30 -13
- package/getGroup.js +18 -1
- package/getGroup.js.map +1 -1
- package/getJob.d.ts +2 -1
- package/getJob.js.map +1 -1
- package/getNotebookPaths.d.ts +1 -1
- package/getNotebookPaths.js.map +1 -1
- package/getServicePrincipal.d.ts +20 -1
- package/getServicePrincipal.js +20 -1
- package/getServicePrincipal.js.map +1 -1
- package/getServicePrincipals.d.ts +1 -1
- package/getServicePrincipals.js +1 -1
- package/getSqlWarehouse.d.ts +2 -1
- package/getSqlWarehouse.js.map +1 -1
- package/getUser.d.ts +20 -1
- package/getUser.js +20 -1
- package/getUser.js.map +1 -1
- package/gitCredential.js +3 -1
- package/gitCredential.js.map +1 -1
- package/grants.d.ts +2 -1
- package/grants.js.map +1 -1
- package/group.d.ts +64 -0
- package/group.js +64 -0
- package/group.js.map +1 -1
- package/groupInstanceProfile.d.ts +1 -1
- package/groupInstanceProfile.js +1 -1
- package/groupMember.d.ts +83 -0
- package/groupMember.js +80 -0
- package/groupMember.js.map +1 -0
- package/groupRole.d.ts +1 -1
- package/groupRole.js +1 -1
- package/index.d.ts +265 -88
- package/index.js +270 -229
- package/index.js.map +1 -1
- package/instancePool.d.ts +2 -1
- package/instancePool.js.map +1 -1
- package/job.d.ts +2 -1
- package/job.js.map +1 -1
- package/library.d.ts +2 -1
- package/library.js.map +1 -1
- package/metastoreDataAccess.d.ts +2 -1
- package/metastoreDataAccess.js.map +1 -1
- package/mlflowModel.d.ts +2 -1
- package/mlflowModel.js.map +1 -1
- package/mlflowWebhook.d.ts +2 -1
- package/mlflowWebhook.js.map +1 -1
- package/mount.d.ts +2 -1
- package/mount.js.map +1 -1
- package/mwsCredentials.js +3 -1
- package/mwsCredentials.js.map +1 -1
- package/mwsCustomerManagedKeys.d.ts +2 -1
- package/mwsCustomerManagedKeys.js.map +1 -1
- package/mwsNetworks.d.ts +2 -1
- package/mwsNetworks.js +3 -1
- package/mwsNetworks.js.map +1 -1
- package/mwsStorageConfigurations.d.ts +23 -0
- package/mwsStorageConfigurations.js +26 -1
- package/mwsStorageConfigurations.js.map +1 -1
- package/mwsWorkspaces.d.ts +2 -1
- package/mwsWorkspaces.js +3 -1
- package/mwsWorkspaces.js.map +1 -1
- package/oboToken.js +2 -0
- package/oboToken.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/permissions.d.ts +2 -1
- package/permissions.js.map +1 -1
- package/pipeline.d.ts +2 -1
- package/pipeline.js.map +1 -1
- package/provider.js +6 -4
- package/provider.js.map +1 -1
- package/recipient.d.ts +2 -1
- package/recipient.js +3 -1
- package/recipient.js.map +1 -1
- package/secret.js +3 -1
- package/secret.js.map +1 -1
- package/secretScope.d.ts +2 -1
- package/secretScope.js.map +1 -1
- package/servicePrincipal.d.ts +75 -1
- package/servicePrincipal.js +75 -1
- package/servicePrincipal.js.map +1 -1
- package/servicePrincipalRole.d.ts +1 -1
- package/servicePrincipalRole.js +1 -1
- package/sqlEndpoint.d.ts +2 -1
- package/sqlEndpoint.js.map +1 -1
- package/sqlPermissions.d.ts +2 -1
- package/sqlPermissions.js.map +1 -1
- package/sqlQuery.d.ts +2 -1
- package/sqlQuery.js.map +1 -1
- package/sqlWidget.d.ts +2 -1
- package/sqlWidget.js.map +1 -1
- package/storageCredential.d.ts +2 -1
- package/storageCredential.js.map +1 -1
- package/table.d.ts +2 -1
- package/table.js.map +1 -1
- package/token.js +2 -0
- package/token.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
- package/user.d.ts +81 -1
- package/user.js +81 -1
- package/user.js.map +1 -1
- package/userInstanceProfile.d.ts +1 -1
- package/userInstanceProfile.js +1 -1
- package/userRole.d.ts +1 -1
- package/userRole.js +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -1,91 +1,268 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
67
|
-
export
|
|
68
|
-
export
|
|
69
|
-
export
|
|
70
|
-
export
|
|
71
|
-
export
|
|
72
|
-
export
|
|
73
|
-
export
|
|
74
|
-
export
|
|
75
|
-
export
|
|
76
|
-
export
|
|
77
|
-
export
|
|
78
|
-
export
|
|
79
|
-
export
|
|
80
|
-
export
|
|
81
|
-
export
|
|
82
|
-
export
|
|
83
|
-
export
|
|
84
|
-
export
|
|
85
|
-
export
|
|
86
|
-
export
|
|
87
|
-
export
|
|
88
|
-
export
|
|
1
|
+
export { CatalogArgs, CatalogState } from "./catalog";
|
|
2
|
+
export declare type Catalog = import("./catalog").Catalog;
|
|
3
|
+
export declare const Catalog: typeof import("./catalog").Catalog;
|
|
4
|
+
export { ClusterArgs, ClusterState } from "./cluster";
|
|
5
|
+
export declare type Cluster = import("./cluster").Cluster;
|
|
6
|
+
export declare const Cluster: typeof import("./cluster").Cluster;
|
|
7
|
+
export { ClusterPolicyArgs, ClusterPolicyState } from "./clusterPolicy";
|
|
8
|
+
export declare type ClusterPolicy = import("./clusterPolicy").ClusterPolicy;
|
|
9
|
+
export declare const ClusterPolicy: typeof import("./clusterPolicy").ClusterPolicy;
|
|
10
|
+
export { DbfsFileArgs, DbfsFileState } from "./dbfsFile";
|
|
11
|
+
export declare type DbfsFile = import("./dbfsFile").DbfsFile;
|
|
12
|
+
export declare const DbfsFile: typeof import("./dbfsFile").DbfsFile;
|
|
13
|
+
export { DirectoryArgs, DirectoryState } from "./directory";
|
|
14
|
+
export declare type Directory = import("./directory").Directory;
|
|
15
|
+
export declare const Directory: typeof import("./directory").Directory;
|
|
16
|
+
export { EntitlementsArgs, EntitlementsState } from "./entitlements";
|
|
17
|
+
export declare type Entitlements = import("./entitlements").Entitlements;
|
|
18
|
+
export declare const Entitlements: typeof import("./entitlements").Entitlements;
|
|
19
|
+
export { ExternalLocationArgs, ExternalLocationState } from "./externalLocation";
|
|
20
|
+
export declare type ExternalLocation = import("./externalLocation").ExternalLocation;
|
|
21
|
+
export declare const ExternalLocation: typeof import("./externalLocation").ExternalLocation;
|
|
22
|
+
export { GetAwsAssumeRolePolicyArgs, GetAwsAssumeRolePolicyResult, GetAwsAssumeRolePolicyOutputArgs } from "./getAwsAssumeRolePolicy";
|
|
23
|
+
export declare const getAwsAssumeRolePolicy: typeof import("./getAwsAssumeRolePolicy").getAwsAssumeRolePolicy;
|
|
24
|
+
export declare const getAwsAssumeRolePolicyOutput: typeof import("./getAwsAssumeRolePolicy").getAwsAssumeRolePolicyOutput;
|
|
25
|
+
export { GetAwsBucketPolicyArgs, GetAwsBucketPolicyResult, GetAwsBucketPolicyOutputArgs } from "./getAwsBucketPolicy";
|
|
26
|
+
export declare const getAwsBucketPolicy: typeof import("./getAwsBucketPolicy").getAwsBucketPolicy;
|
|
27
|
+
export declare const getAwsBucketPolicyOutput: typeof import("./getAwsBucketPolicy").getAwsBucketPolicyOutput;
|
|
28
|
+
export { GetAwsCrossAccountPolicyArgs, GetAwsCrossAccountPolicyResult, GetAwsCrossAccountPolicyOutputArgs } from "./getAwsCrossAccountPolicy";
|
|
29
|
+
export declare const getAwsCrossAccountPolicy: typeof import("./getAwsCrossAccountPolicy").getAwsCrossAccountPolicy;
|
|
30
|
+
export declare const getAwsCrossAccountPolicyOutput: typeof import("./getAwsCrossAccountPolicy").getAwsCrossAccountPolicyOutput;
|
|
31
|
+
export { GetCatalogsArgs, GetCatalogsResult, GetCatalogsOutputArgs } from "./getCatalogs";
|
|
32
|
+
export declare const getCatalogs: typeof import("./getCatalogs").getCatalogs;
|
|
33
|
+
export declare const getCatalogsOutput: typeof import("./getCatalogs").getCatalogsOutput;
|
|
34
|
+
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
|
|
35
|
+
export declare const getCluster: typeof import("./getCluster").getCluster;
|
|
36
|
+
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
|
|
37
|
+
export { GetClustersArgs, GetClustersResult, GetClustersOutputArgs } from "./getClusters";
|
|
38
|
+
export declare const getClusters: typeof import("./getClusters").getClusters;
|
|
39
|
+
export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput;
|
|
40
|
+
export { GetCurrentUserResult } from "./getCurrentUser";
|
|
41
|
+
export declare const getCurrentUser: typeof import("./getCurrentUser").getCurrentUser;
|
|
42
|
+
export { GetDbfsFileArgs, GetDbfsFileResult, GetDbfsFileOutputArgs } from "./getDbfsFile";
|
|
43
|
+
export declare const getDbfsFile: typeof import("./getDbfsFile").getDbfsFile;
|
|
44
|
+
export declare const getDbfsFileOutput: typeof import("./getDbfsFile").getDbfsFileOutput;
|
|
45
|
+
export { GetDbfsFilePathsArgs, GetDbfsFilePathsResult, GetDbfsFilePathsOutputArgs } from "./getDbfsFilePaths";
|
|
46
|
+
export declare const getDbfsFilePaths: typeof import("./getDbfsFilePaths").getDbfsFilePaths;
|
|
47
|
+
export declare const getDbfsFilePathsOutput: typeof import("./getDbfsFilePaths").getDbfsFilePathsOutput;
|
|
48
|
+
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
|
|
49
|
+
export declare const getGroup: typeof import("./getGroup").getGroup;
|
|
50
|
+
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
|
|
51
|
+
export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob";
|
|
52
|
+
export declare const getJob: typeof import("./getJob").getJob;
|
|
53
|
+
export declare const getJobOutput: typeof import("./getJob").getJobOutput;
|
|
54
|
+
export { GetJobsArgs, GetJobsResult, GetJobsOutputArgs } from "./getJobs";
|
|
55
|
+
export declare const getJobs: typeof import("./getJobs").getJobs;
|
|
56
|
+
export declare const getJobsOutput: typeof import("./getJobs").getJobsOutput;
|
|
57
|
+
export { GetMwsWorkspacesArgs, GetMwsWorkspacesResult, GetMwsWorkspacesOutputArgs } from "./getMwsWorkspaces";
|
|
58
|
+
export declare const getMwsWorkspaces: typeof import("./getMwsWorkspaces").getMwsWorkspaces;
|
|
59
|
+
export declare const getMwsWorkspacesOutput: typeof import("./getMwsWorkspaces").getMwsWorkspacesOutput;
|
|
60
|
+
export { GetNodeTypeArgs, GetNodeTypeResult, GetNodeTypeOutputArgs } from "./getNodeType";
|
|
61
|
+
export declare const getNodeType: typeof import("./getNodeType").getNodeType;
|
|
62
|
+
export declare const getNodeTypeOutput: typeof import("./getNodeType").getNodeTypeOutput;
|
|
63
|
+
export { GetNotebookArgs, GetNotebookResult, GetNotebookOutputArgs } from "./getNotebook";
|
|
64
|
+
export declare const getNotebook: typeof import("./getNotebook").getNotebook;
|
|
65
|
+
export declare const getNotebookOutput: typeof import("./getNotebook").getNotebookOutput;
|
|
66
|
+
export { GetNotebookPathsArgs, GetNotebookPathsResult, GetNotebookPathsOutputArgs } from "./getNotebookPaths";
|
|
67
|
+
export declare const getNotebookPaths: typeof import("./getNotebookPaths").getNotebookPaths;
|
|
68
|
+
export declare const getNotebookPathsOutput: typeof import("./getNotebookPaths").getNotebookPathsOutput;
|
|
69
|
+
export { GetSchemasArgs, GetSchemasResult, GetSchemasOutputArgs } from "./getSchemas";
|
|
70
|
+
export declare const getSchemas: typeof import("./getSchemas").getSchemas;
|
|
71
|
+
export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
|
|
72
|
+
export { GetServicePrincipalArgs, GetServicePrincipalResult, GetServicePrincipalOutputArgs } from "./getServicePrincipal";
|
|
73
|
+
export declare const getServicePrincipal: typeof import("./getServicePrincipal").getServicePrincipal;
|
|
74
|
+
export declare const getServicePrincipalOutput: typeof import("./getServicePrincipal").getServicePrincipalOutput;
|
|
75
|
+
export { GetServicePrincipalsArgs, GetServicePrincipalsResult, GetServicePrincipalsOutputArgs } from "./getServicePrincipals";
|
|
76
|
+
export declare const getServicePrincipals: typeof import("./getServicePrincipals").getServicePrincipals;
|
|
77
|
+
export declare const getServicePrincipalsOutput: typeof import("./getServicePrincipals").getServicePrincipalsOutput;
|
|
78
|
+
export { GetSparkVersionArgs, GetSparkVersionResult, GetSparkVersionOutputArgs } from "./getSparkVersion";
|
|
79
|
+
export declare const getSparkVersion: typeof import("./getSparkVersion").getSparkVersion;
|
|
80
|
+
export declare const getSparkVersionOutput: typeof import("./getSparkVersion").getSparkVersionOutput;
|
|
81
|
+
export { GetSqlWarehouseArgs, GetSqlWarehouseResult, GetSqlWarehouseOutputArgs } from "./getSqlWarehouse";
|
|
82
|
+
export declare const getSqlWarehouse: typeof import("./getSqlWarehouse").getSqlWarehouse;
|
|
83
|
+
export declare const getSqlWarehouseOutput: typeof import("./getSqlWarehouse").getSqlWarehouseOutput;
|
|
84
|
+
export { GetSqlWarehousesArgs, GetSqlWarehousesResult, GetSqlWarehousesOutputArgs } from "./getSqlWarehouses";
|
|
85
|
+
export declare const getSqlWarehouses: typeof import("./getSqlWarehouses").getSqlWarehouses;
|
|
86
|
+
export declare const getSqlWarehousesOutput: typeof import("./getSqlWarehouses").getSqlWarehousesOutput;
|
|
87
|
+
export { GetTablesArgs, GetTablesResult, GetTablesOutputArgs } from "./getTables";
|
|
88
|
+
export declare const getTables: typeof import("./getTables").getTables;
|
|
89
|
+
export declare const getTablesOutput: typeof import("./getTables").getTablesOutput;
|
|
90
|
+
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
91
|
+
export declare const getUser: typeof import("./getUser").getUser;
|
|
92
|
+
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
93
|
+
export { GetViewsArgs, GetViewsResult, GetViewsOutputArgs } from "./getViews";
|
|
94
|
+
export declare const getViews: typeof import("./getViews").getViews;
|
|
95
|
+
export declare const getViewsOutput: typeof import("./getViews").getViewsOutput;
|
|
96
|
+
export { GetZonesResult } from "./getZones";
|
|
97
|
+
export declare const getZones: typeof import("./getZones").getZones;
|
|
98
|
+
export { GitCredentialArgs, GitCredentialState } from "./gitCredential";
|
|
99
|
+
export declare type GitCredential = import("./gitCredential").GitCredential;
|
|
100
|
+
export declare const GitCredential: typeof import("./gitCredential").GitCredential;
|
|
101
|
+
export { GlobalInitScriptArgs, GlobalInitScriptState } from "./globalInitScript";
|
|
102
|
+
export declare type GlobalInitScript = import("./globalInitScript").GlobalInitScript;
|
|
103
|
+
export declare const GlobalInitScript: typeof import("./globalInitScript").GlobalInitScript;
|
|
104
|
+
export { GrantsArgs, GrantsState } from "./grants";
|
|
105
|
+
export declare type Grants = import("./grants").Grants;
|
|
106
|
+
export declare const Grants: typeof import("./grants").Grants;
|
|
107
|
+
export { GroupArgs, GroupState } from "./group";
|
|
108
|
+
export declare type Group = import("./group").Group;
|
|
109
|
+
export declare const Group: typeof import("./group").Group;
|
|
110
|
+
export { GroupInstanceProfileArgs, GroupInstanceProfileState } from "./groupInstanceProfile";
|
|
111
|
+
export declare type GroupInstanceProfile = import("./groupInstanceProfile").GroupInstanceProfile;
|
|
112
|
+
export declare const GroupInstanceProfile: typeof import("./groupInstanceProfile").GroupInstanceProfile;
|
|
113
|
+
export { GroupMemberArgs, GroupMemberState } from "./groupMember";
|
|
114
|
+
export declare type GroupMember = import("./groupMember").GroupMember;
|
|
115
|
+
export declare const GroupMember: typeof import("./groupMember").GroupMember;
|
|
116
|
+
export { GroupRoleArgs, GroupRoleState } from "./groupRole";
|
|
117
|
+
export declare type GroupRole = import("./groupRole").GroupRole;
|
|
118
|
+
export declare const GroupRole: typeof import("./groupRole").GroupRole;
|
|
119
|
+
export { InstancePoolArgs, InstancePoolState } from "./instancePool";
|
|
120
|
+
export declare type InstancePool = import("./instancePool").InstancePool;
|
|
121
|
+
export declare const InstancePool: typeof import("./instancePool").InstancePool;
|
|
122
|
+
export { InstanceProfileArgs, InstanceProfileState } from "./instanceProfile";
|
|
123
|
+
export declare type InstanceProfile = import("./instanceProfile").InstanceProfile;
|
|
124
|
+
export declare const InstanceProfile: typeof import("./instanceProfile").InstanceProfile;
|
|
125
|
+
export { IpAccessListArgs, IpAccessListState } from "./ipAccessList";
|
|
126
|
+
export declare type IpAccessList = import("./ipAccessList").IpAccessList;
|
|
127
|
+
export declare const IpAccessList: typeof import("./ipAccessList").IpAccessList;
|
|
128
|
+
export { JobArgs, JobState } from "./job";
|
|
129
|
+
export declare type Job = import("./job").Job;
|
|
130
|
+
export declare const Job: typeof import("./job").Job;
|
|
131
|
+
export { LibraryArgs, LibraryState } from "./library";
|
|
132
|
+
export declare type Library = import("./library").Library;
|
|
133
|
+
export declare const Library: typeof import("./library").Library;
|
|
134
|
+
export { MetastoreArgs, MetastoreState } from "./metastore";
|
|
135
|
+
export declare type Metastore = import("./metastore").Metastore;
|
|
136
|
+
export declare const Metastore: typeof import("./metastore").Metastore;
|
|
137
|
+
export { MetastoreAssignmentArgs, MetastoreAssignmentState } from "./metastoreAssignment";
|
|
138
|
+
export declare type MetastoreAssignment = import("./metastoreAssignment").MetastoreAssignment;
|
|
139
|
+
export declare const MetastoreAssignment: typeof import("./metastoreAssignment").MetastoreAssignment;
|
|
140
|
+
export { MetastoreDataAccessArgs, MetastoreDataAccessState } from "./metastoreDataAccess";
|
|
141
|
+
export declare type MetastoreDataAccess = import("./metastoreDataAccess").MetastoreDataAccess;
|
|
142
|
+
export declare const MetastoreDataAccess: typeof import("./metastoreDataAccess").MetastoreDataAccess;
|
|
143
|
+
export { MlflowExperimentArgs, MlflowExperimentState } from "./mlflowExperiment";
|
|
144
|
+
export declare type MlflowExperiment = import("./mlflowExperiment").MlflowExperiment;
|
|
145
|
+
export declare const MlflowExperiment: typeof import("./mlflowExperiment").MlflowExperiment;
|
|
146
|
+
export { MlflowModelArgs, MlflowModelState } from "./mlflowModel";
|
|
147
|
+
export declare type MlflowModel = import("./mlflowModel").MlflowModel;
|
|
148
|
+
export declare const MlflowModel: typeof import("./mlflowModel").MlflowModel;
|
|
149
|
+
export { MlflowWebhookArgs, MlflowWebhookState } from "./mlflowWebhook";
|
|
150
|
+
export declare type MlflowWebhook = import("./mlflowWebhook").MlflowWebhook;
|
|
151
|
+
export declare const MlflowWebhook: typeof import("./mlflowWebhook").MlflowWebhook;
|
|
152
|
+
export { MountArgs, MountState } from "./mount";
|
|
153
|
+
export declare type Mount = import("./mount").Mount;
|
|
154
|
+
export declare const Mount: typeof import("./mount").Mount;
|
|
155
|
+
export { MwsCredentialsArgs, MwsCredentialsState } from "./mwsCredentials";
|
|
156
|
+
export declare type MwsCredentials = import("./mwsCredentials").MwsCredentials;
|
|
157
|
+
export declare const MwsCredentials: typeof import("./mwsCredentials").MwsCredentials;
|
|
158
|
+
export { MwsCustomerManagedKeysArgs, MwsCustomerManagedKeysState } from "./mwsCustomerManagedKeys";
|
|
159
|
+
export declare type MwsCustomerManagedKeys = import("./mwsCustomerManagedKeys").MwsCustomerManagedKeys;
|
|
160
|
+
export declare const MwsCustomerManagedKeys: typeof import("./mwsCustomerManagedKeys").MwsCustomerManagedKeys;
|
|
161
|
+
export { MwsLogDeliveryArgs, MwsLogDeliveryState } from "./mwsLogDelivery";
|
|
162
|
+
export declare type MwsLogDelivery = import("./mwsLogDelivery").MwsLogDelivery;
|
|
163
|
+
export declare const MwsLogDelivery: typeof import("./mwsLogDelivery").MwsLogDelivery;
|
|
164
|
+
export { MwsNetworksArgs, MwsNetworksState } from "./mwsNetworks";
|
|
165
|
+
export declare type MwsNetworks = import("./mwsNetworks").MwsNetworks;
|
|
166
|
+
export declare const MwsNetworks: typeof import("./mwsNetworks").MwsNetworks;
|
|
167
|
+
export { MwsPermissionAssignmentArgs, MwsPermissionAssignmentState } from "./mwsPermissionAssignment";
|
|
168
|
+
export declare type MwsPermissionAssignment = import("./mwsPermissionAssignment").MwsPermissionAssignment;
|
|
169
|
+
export declare const MwsPermissionAssignment: typeof import("./mwsPermissionAssignment").MwsPermissionAssignment;
|
|
170
|
+
export { MwsPrivateAccessSettingsArgs, MwsPrivateAccessSettingsState } from "./mwsPrivateAccessSettings";
|
|
171
|
+
export declare type MwsPrivateAccessSettings = import("./mwsPrivateAccessSettings").MwsPrivateAccessSettings;
|
|
172
|
+
export declare const MwsPrivateAccessSettings: typeof import("./mwsPrivateAccessSettings").MwsPrivateAccessSettings;
|
|
173
|
+
export { MwsStorageConfigurationsArgs, MwsStorageConfigurationsState } from "./mwsStorageConfigurations";
|
|
174
|
+
export declare type MwsStorageConfigurations = import("./mwsStorageConfigurations").MwsStorageConfigurations;
|
|
175
|
+
export declare const MwsStorageConfigurations: typeof import("./mwsStorageConfigurations").MwsStorageConfigurations;
|
|
176
|
+
export { MwsVpcEndpointArgs, MwsVpcEndpointState } from "./mwsVpcEndpoint";
|
|
177
|
+
export declare type MwsVpcEndpoint = import("./mwsVpcEndpoint").MwsVpcEndpoint;
|
|
178
|
+
export declare const MwsVpcEndpoint: typeof import("./mwsVpcEndpoint").MwsVpcEndpoint;
|
|
179
|
+
export { MwsWorkspacesArgs, MwsWorkspacesState } from "./mwsWorkspaces";
|
|
180
|
+
export declare type MwsWorkspaces = import("./mwsWorkspaces").MwsWorkspaces;
|
|
181
|
+
export declare const MwsWorkspaces: typeof import("./mwsWorkspaces").MwsWorkspaces;
|
|
182
|
+
export { NotebookArgs, NotebookState } from "./notebook";
|
|
183
|
+
export declare type Notebook = import("./notebook").Notebook;
|
|
184
|
+
export declare const Notebook: typeof import("./notebook").Notebook;
|
|
185
|
+
export { OboTokenArgs, OboTokenState } from "./oboToken";
|
|
186
|
+
export declare type OboToken = import("./oboToken").OboToken;
|
|
187
|
+
export declare const OboToken: typeof import("./oboToken").OboToken;
|
|
188
|
+
export { PermissionAssignmentArgs, PermissionAssignmentState } from "./permissionAssignment";
|
|
189
|
+
export declare type PermissionAssignment = import("./permissionAssignment").PermissionAssignment;
|
|
190
|
+
export declare const PermissionAssignment: typeof import("./permissionAssignment").PermissionAssignment;
|
|
191
|
+
export { PermissionsArgs, PermissionsState } from "./permissions";
|
|
192
|
+
export declare type Permissions = import("./permissions").Permissions;
|
|
193
|
+
export declare const Permissions: typeof import("./permissions").Permissions;
|
|
194
|
+
export { PipelineArgs, PipelineState } from "./pipeline";
|
|
195
|
+
export declare type Pipeline = import("./pipeline").Pipeline;
|
|
196
|
+
export declare const Pipeline: typeof import("./pipeline").Pipeline;
|
|
197
|
+
export { ProviderArgs } from "./provider";
|
|
198
|
+
export declare type Provider = import("./provider").Provider;
|
|
199
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
200
|
+
export { RecipientArgs, RecipientState } from "./recipient";
|
|
201
|
+
export declare type Recipient = import("./recipient").Recipient;
|
|
202
|
+
export declare const Recipient: typeof import("./recipient").Recipient;
|
|
203
|
+
export { RepoArgs, RepoState } from "./repo";
|
|
204
|
+
export declare type Repo = import("./repo").Repo;
|
|
205
|
+
export declare const Repo: typeof import("./repo").Repo;
|
|
206
|
+
export { SchemaArgs, SchemaState } from "./schema";
|
|
207
|
+
export declare type Schema = import("./schema").Schema;
|
|
208
|
+
export declare const Schema: typeof import("./schema").Schema;
|
|
209
|
+
export { SecretArgs, SecretState } from "./secret";
|
|
210
|
+
export declare type Secret = import("./secret").Secret;
|
|
211
|
+
export declare const Secret: typeof import("./secret").Secret;
|
|
212
|
+
export { SecretAclArgs, SecretAclState } from "./secretAcl";
|
|
213
|
+
export declare type SecretAcl = import("./secretAcl").SecretAcl;
|
|
214
|
+
export declare const SecretAcl: typeof import("./secretAcl").SecretAcl;
|
|
215
|
+
export { SecretScopeArgs, SecretScopeState } from "./secretScope";
|
|
216
|
+
export declare type SecretScope = import("./secretScope").SecretScope;
|
|
217
|
+
export declare const SecretScope: typeof import("./secretScope").SecretScope;
|
|
218
|
+
export { ServicePrincipalArgs, ServicePrincipalState } from "./servicePrincipal";
|
|
219
|
+
export declare type ServicePrincipal = import("./servicePrincipal").ServicePrincipal;
|
|
220
|
+
export declare const ServicePrincipal: typeof import("./servicePrincipal").ServicePrincipal;
|
|
221
|
+
export { ServicePrincipalRoleArgs, ServicePrincipalRoleState } from "./servicePrincipalRole";
|
|
222
|
+
export declare type ServicePrincipalRole = import("./servicePrincipalRole").ServicePrincipalRole;
|
|
223
|
+
export declare const ServicePrincipalRole: typeof import("./servicePrincipalRole").ServicePrincipalRole;
|
|
224
|
+
export { SqlDashboardArgs, SqlDashboardState } from "./sqlDashboard";
|
|
225
|
+
export declare type SqlDashboard = import("./sqlDashboard").SqlDashboard;
|
|
226
|
+
export declare const SqlDashboard: typeof import("./sqlDashboard").SqlDashboard;
|
|
227
|
+
export { SqlEndpointArgs, SqlEndpointState } from "./sqlEndpoint";
|
|
228
|
+
export declare type SqlEndpoint = import("./sqlEndpoint").SqlEndpoint;
|
|
229
|
+
export declare const SqlEndpoint: typeof import("./sqlEndpoint").SqlEndpoint;
|
|
230
|
+
export { SqlGlobalConfigArgs, SqlGlobalConfigState } from "./sqlGlobalConfig";
|
|
231
|
+
export declare type SqlGlobalConfig = import("./sqlGlobalConfig").SqlGlobalConfig;
|
|
232
|
+
export declare const SqlGlobalConfig: typeof import("./sqlGlobalConfig").SqlGlobalConfig;
|
|
233
|
+
export { SqlPermissionsArgs, SqlPermissionsState } from "./sqlPermissions";
|
|
234
|
+
export declare type SqlPermissions = import("./sqlPermissions").SqlPermissions;
|
|
235
|
+
export declare const SqlPermissions: typeof import("./sqlPermissions").SqlPermissions;
|
|
236
|
+
export { SqlQueryArgs, SqlQueryState } from "./sqlQuery";
|
|
237
|
+
export declare type SqlQuery = import("./sqlQuery").SqlQuery;
|
|
238
|
+
export declare const SqlQuery: typeof import("./sqlQuery").SqlQuery;
|
|
239
|
+
export { SqlVisualizationArgs, SqlVisualizationState } from "./sqlVisualization";
|
|
240
|
+
export declare type SqlVisualization = import("./sqlVisualization").SqlVisualization;
|
|
241
|
+
export declare const SqlVisualization: typeof import("./sqlVisualization").SqlVisualization;
|
|
242
|
+
export { SqlWidgetArgs, SqlWidgetState } from "./sqlWidget";
|
|
243
|
+
export declare type SqlWidget = import("./sqlWidget").SqlWidget;
|
|
244
|
+
export declare const SqlWidget: typeof import("./sqlWidget").SqlWidget;
|
|
245
|
+
export { StorageCredentialArgs, StorageCredentialState } from "./storageCredential";
|
|
246
|
+
export declare type StorageCredential = import("./storageCredential").StorageCredential;
|
|
247
|
+
export declare const StorageCredential: typeof import("./storageCredential").StorageCredential;
|
|
248
|
+
export { TableArgs, TableState } from "./table";
|
|
249
|
+
export declare type Table = import("./table").Table;
|
|
250
|
+
export declare const Table: typeof import("./table").Table;
|
|
251
|
+
export { TokenArgs, TokenState } from "./token";
|
|
252
|
+
export declare type Token = import("./token").Token;
|
|
253
|
+
export declare const Token: typeof import("./token").Token;
|
|
254
|
+
export { UserArgs, UserState } from "./user";
|
|
255
|
+
export declare type User = import("./user").User;
|
|
256
|
+
export declare const User: typeof import("./user").User;
|
|
257
|
+
export { UserInstanceProfileArgs, UserInstanceProfileState } from "./userInstanceProfile";
|
|
258
|
+
export declare type UserInstanceProfile = import("./userInstanceProfile").UserInstanceProfile;
|
|
259
|
+
export declare const UserInstanceProfile: typeof import("./userInstanceProfile").UserInstanceProfile;
|
|
260
|
+
export { UserRoleArgs, UserRoleState } from "./userRole";
|
|
261
|
+
export declare type UserRole = import("./userRole").UserRole;
|
|
262
|
+
export declare const UserRole: typeof import("./userRole").UserRole;
|
|
263
|
+
export { WorkspaceConfArgs, WorkspaceConfState } from "./workspaceConf";
|
|
264
|
+
export declare type WorkspaceConf = import("./workspaceConf").WorkspaceConf;
|
|
265
|
+
export declare const WorkspaceConf: typeof import("./workspaceConf").WorkspaceConf;
|
|
89
266
|
import * as config from "./config";
|
|
90
267
|
import * as types from "./types";
|
|
91
268
|
export { config, types, };
|