@databricks/sdk-networking 0.0.0-dev → 0.1.0-dev.2
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/LICENSE +203 -0
- package/dist/v1/client.d.ts +266 -0
- package/dist/v1/client.d.ts.map +1 -0
- package/dist/v1/client.js +1270 -0
- package/dist/v1/client.js.map +1 -0
- package/dist/v1/index.d.ts +5 -0
- package/dist/v1/index.d.ts.map +1 -0
- package/dist/v1/index.js +5 -0
- package/dist/v1/index.js.map +1 -0
- package/dist/v1/model.d.ts +1641 -0
- package/dist/v1/model.d.ts.map +1 -0
- package/dist/v1/model.js +2401 -0
- package/dist/v1/model.js.map +1 -0
- package/dist/v1/transport.d.ts +5 -0
- package/dist/v1/transport.d.ts.map +1 -0
- package/dist/v1/transport.js +57 -0
- package/dist/v1/transport.js.map +1 -0
- package/dist/v1/utils.d.ts +21 -0
- package/dist/v1/utils.d.ts.map +1 -0
- package/dist/v1/utils.js +113 -0
- package/dist/v1/utils.js.map +1 -0
- package/package.json +38 -4
- package/src/v1/client.ts +1704 -0
- package/src/v1/index.ts +155 -0
- package/src/v1/model.ts +4519 -0
- package/src/v1/transport.ts +73 -0
- package/src/v1/utils.ts +156 -0
- package/README.md +0 -1
- package/index.js +0 -1
package/src/v1/index.ts
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
export {NetworkingClient} from './client';
|
|
4
|
+
|
|
5
|
+
export {
|
|
6
|
+
CustomerFacingVpcEndpointUseCase,
|
|
7
|
+
EgressResourceType,
|
|
8
|
+
EndpointState,
|
|
9
|
+
IpAccessListType,
|
|
10
|
+
PrivateAccessLevel,
|
|
11
|
+
VpcStatus,
|
|
12
|
+
AccountIpAccessListType_IpAccessListType,
|
|
13
|
+
CustomerFacingIngressNetworkPolicy_ApiScopeQualifier,
|
|
14
|
+
CustomerFacingIngressNetworkPolicy_Authentication_IdentityType,
|
|
15
|
+
CustomerFacingIngressNetworkPolicy_AuthenticationIdentity_PrincipalType,
|
|
16
|
+
CustomerFacingIngressNetworkPolicy_CrossWorkspaceAccess_RestrictionMode,
|
|
17
|
+
CustomerFacingIngressNetworkPolicy_PrivateAccess_RestrictionMode,
|
|
18
|
+
CustomerFacingIngressNetworkPolicy_PublicAccess_RestrictionMode,
|
|
19
|
+
CustomerFacingNetworkConnectivityConfigAwsPrivateEndpointRule_PrivateLinkConnectionState,
|
|
20
|
+
CustomerFacingNetworkConnectivityConfigAzurePrivateEndpointRule_PrivateLinkConnectionState,
|
|
21
|
+
EgressNetworkPolicy_NetworkAccessPolicy_InternetDestination_InternetDestinationType,
|
|
22
|
+
EgressNetworkPolicy_NetworkAccessPolicy_PolicyEnforcement_DryRunModeProductFilter,
|
|
23
|
+
EgressNetworkPolicy_NetworkAccessPolicy_PolicyEnforcement_EnforcementMode,
|
|
24
|
+
EgressNetworkPolicy_NetworkAccessPolicy_RestrictionMode,
|
|
25
|
+
EgressNetworkPolicy_NetworkAccessPolicy_StorageDestination_StorageDestinationType,
|
|
26
|
+
EndpointUseCase_EndpointUseCase,
|
|
27
|
+
NccPrivateEndpointRule_PrivateLinkConnectionState,
|
|
28
|
+
} from './model';
|
|
29
|
+
|
|
30
|
+
export type {
|
|
31
|
+
AccountIpAccessList,
|
|
32
|
+
AccountIpAccessListType,
|
|
33
|
+
AccountNetworkPolicy,
|
|
34
|
+
AzurePrivateEndpointInfo,
|
|
35
|
+
CreateAccountIpAccessListRequest,
|
|
36
|
+
CreateAccountIpAccessListRequest_Response,
|
|
37
|
+
CreateEndpointRequest,
|
|
38
|
+
CreateIpAccessList,
|
|
39
|
+
CreateIpAccessList_Response,
|
|
40
|
+
CreateNccPrivateEndpointRuleRequest,
|
|
41
|
+
CreateNetworkConnectivityConfigRequest,
|
|
42
|
+
CreateNetworkConnectivityConfiguration,
|
|
43
|
+
CreateNetworkPolicyRequest,
|
|
44
|
+
CreateNetworkRequest,
|
|
45
|
+
CreatePrivateAccessSettingsRequest,
|
|
46
|
+
CreatePrivateEndpointRule,
|
|
47
|
+
CreateVpcEndpointRequest,
|
|
48
|
+
CustomerFacingGcpVpcEndpointInfo,
|
|
49
|
+
CustomerFacingIngressNetworkPolicy,
|
|
50
|
+
CustomerFacingIngressNetworkPolicy_AccountApiDestination,
|
|
51
|
+
CustomerFacingIngressNetworkPolicy_AccountDatabricksOneDestination,
|
|
52
|
+
CustomerFacingIngressNetworkPolicy_AccountUiDestination,
|
|
53
|
+
CustomerFacingIngressNetworkPolicy_AppsRuntimeDestination,
|
|
54
|
+
CustomerFacingIngressNetworkPolicy_Authentication,
|
|
55
|
+
CustomerFacingIngressNetworkPolicy_AuthenticationIdentity,
|
|
56
|
+
CustomerFacingIngressNetworkPolicy_CrossWorkspaceAccess,
|
|
57
|
+
CustomerFacingIngressNetworkPolicy_CrossWorkspaceIngressRule,
|
|
58
|
+
CustomerFacingIngressNetworkPolicy_CrossWorkspaceRequestOrigin,
|
|
59
|
+
CustomerFacingIngressNetworkPolicy_Endpoints,
|
|
60
|
+
CustomerFacingIngressNetworkPolicy_IpRanges,
|
|
61
|
+
CustomerFacingIngressNetworkPolicy_LakebaseRuntimeDestination,
|
|
62
|
+
CustomerFacingIngressNetworkPolicy_PrivateAccess,
|
|
63
|
+
CustomerFacingIngressNetworkPolicy_PrivateIngressRule,
|
|
64
|
+
CustomerFacingIngressNetworkPolicy_PrivateRequestOrigin,
|
|
65
|
+
CustomerFacingIngressNetworkPolicy_PublicAccess,
|
|
66
|
+
CustomerFacingIngressNetworkPolicy_PublicIngressRule,
|
|
67
|
+
CustomerFacingIngressNetworkPolicy_PublicRequestOrigin,
|
|
68
|
+
CustomerFacingIngressNetworkPolicy_RequestDestination,
|
|
69
|
+
CustomerFacingIngressNetworkPolicy_WorkspaceApiDestination,
|
|
70
|
+
CustomerFacingIngressNetworkPolicy_WorkspaceIdList,
|
|
71
|
+
CustomerFacingIngressNetworkPolicy_WorkspaceUiDestination,
|
|
72
|
+
CustomerFacingNetworkConnectivityConfig,
|
|
73
|
+
CustomerFacingNetworkConnectivityConfigAwsPrivateEndpointRule,
|
|
74
|
+
CustomerFacingNetworkConnectivityConfigAzurePrivateEndpointRule,
|
|
75
|
+
CustomerFacingNetworkConnectivityConfigEgressConfig,
|
|
76
|
+
CustomerFacingNetworkConnectivityConfigEgressConfig_CustomerFacingTargetRule,
|
|
77
|
+
CustomerFacingPrivateAccessSettings,
|
|
78
|
+
CustomerFacingVpcEndpoint,
|
|
79
|
+
DeleteAccountIpAccessListRequest,
|
|
80
|
+
DeleteAccountIpAccessListRequest_Response,
|
|
81
|
+
DeleteEndpointRequest,
|
|
82
|
+
DeleteIpAccessList,
|
|
83
|
+
DeleteIpAccessList_Response,
|
|
84
|
+
DeleteNccPrivateEndpointRuleRequest,
|
|
85
|
+
DeleteNetworkConnectivityConfigRequest,
|
|
86
|
+
DeleteNetworkPolicyRequest,
|
|
87
|
+
DeleteNetworkRequest,
|
|
88
|
+
DeletePrivateAccessSettingsRequest,
|
|
89
|
+
DeleteVpcEndpointRequest,
|
|
90
|
+
EgressNetworkPolicy,
|
|
91
|
+
EgressNetworkPolicy_NetworkAccessPolicy,
|
|
92
|
+
EgressNetworkPolicy_NetworkAccessPolicy_InternetDestination,
|
|
93
|
+
EgressNetworkPolicy_NetworkAccessPolicy_PolicyEnforcement,
|
|
94
|
+
EgressNetworkPolicy_NetworkAccessPolicy_StorageDestination,
|
|
95
|
+
Endpoint,
|
|
96
|
+
EndpointUseCase,
|
|
97
|
+
GcpEndpoint,
|
|
98
|
+
GcpNetworkInfo,
|
|
99
|
+
GetAccountIpAccessListRequest,
|
|
100
|
+
GetAccountIpAccessListRequest_Response,
|
|
101
|
+
GetEndpointRequest,
|
|
102
|
+
GetIpAccessList,
|
|
103
|
+
GetIpAccessList_Response,
|
|
104
|
+
GetNccPrivateEndpointRuleRequest,
|
|
105
|
+
GetNetworkConnectivityConfigRequest,
|
|
106
|
+
GetNetworkPolicyRequest,
|
|
107
|
+
GetNetworkRequest,
|
|
108
|
+
GetPrivateAccessSettingsRequest,
|
|
109
|
+
GetVpcEndpointRequest,
|
|
110
|
+
GetWorkspaceNetworkOptionRequest,
|
|
111
|
+
IpAccessList,
|
|
112
|
+
ListAccountIpAccessListsRequest,
|
|
113
|
+
ListAccountIpAccessListsRequest_Response,
|
|
114
|
+
ListEndpointsRequest,
|
|
115
|
+
ListEndpointsResponse,
|
|
116
|
+
ListIpAccessLists,
|
|
117
|
+
ListIpAccessLists_Response,
|
|
118
|
+
ListNccPrivateEndpointRulesRequest,
|
|
119
|
+
ListNccPrivateEndpointRulesResponse,
|
|
120
|
+
ListNetworkConnectivityConfigsRequest,
|
|
121
|
+
ListNetworkConnectivityConfigsResponse,
|
|
122
|
+
ListNetworkPoliciesRequest,
|
|
123
|
+
ListNetworkPoliciesResponse,
|
|
124
|
+
ListNetworkRequest,
|
|
125
|
+
ListNetworkResponse,
|
|
126
|
+
ListPrivateAccessSettingsRequest,
|
|
127
|
+
ListPrivateAccessSettingsResponse,
|
|
128
|
+
ListVpcEndpointRequest,
|
|
129
|
+
ListVpcEndpointResponse,
|
|
130
|
+
NccPrivateEndpointRule,
|
|
131
|
+
Network,
|
|
132
|
+
NetworkConnectivityConfigEgressConfig,
|
|
133
|
+
NetworkConnectivityConfigEgressConfig_DefaultRule,
|
|
134
|
+
NetworkConnectivityConfigEgressConfig_DefaultRule_AwsStableIpRule,
|
|
135
|
+
NetworkConnectivityConfigEgressConfig_DefaultRule_AzureServiceEndpointRule,
|
|
136
|
+
NetworkHealth,
|
|
137
|
+
NetworkVpcEndpoints,
|
|
138
|
+
NetworkWarning,
|
|
139
|
+
ReplaceAccountIpAccessListRequest,
|
|
140
|
+
ReplaceAccountIpAccessListRequest_Response,
|
|
141
|
+
ReplaceIpAccessList,
|
|
142
|
+
ReplaceIpAccessList_Response,
|
|
143
|
+
UpdateAccountIpAccessListRequest,
|
|
144
|
+
UpdateAccountIpAccessListRequest_Response,
|
|
145
|
+
UpdateIpAccessList,
|
|
146
|
+
UpdateIpAccessList_Response,
|
|
147
|
+
UpdateNccPrivateEndpointRuleRequest,
|
|
148
|
+
UpdateNetworkPolicyRequest,
|
|
149
|
+
UpdatePrivateAccessSettingsRequest,
|
|
150
|
+
UpdatePrivateEndpointRule,
|
|
151
|
+
UpdateWorkspaceNetworkOptionRequest,
|
|
152
|
+
WorkspaceNetworkOption,
|
|
153
|
+
} from './model';
|
|
154
|
+
|
|
155
|
+
export {updatePrivateEndpointRuleFieldMask} from './model';
|