@databricks/sdk-networking 0.1.0-dev.2 → 0.1.0-dev.3

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/src/v1/model.ts CHANGED
@@ -310,8 +310,7 @@ export interface CreateAccountIpAccessListRequest {
310
310
  }
311
311
 
312
312
  /** An IP access list was successfully created. */
313
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
314
- export interface CreateAccountIpAccessListRequest_Response {
313
+ export interface CreateAccountIpAccessListResponse {
315
314
  ipAccessList?: AccountIpAccessList | undefined;
316
315
  }
317
316
 
@@ -333,8 +332,7 @@ export interface CreateIpAccessList {
333
332
  }
334
333
 
335
334
  /** An IP access list was successfully created. */
336
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
337
- export interface CreateIpAccessList_Response {
335
+ export interface CreateIpAccessListResponse {
338
336
  ipAccessList?: IpAccessList | undefined;
339
337
  }
340
338
 
@@ -769,6 +767,10 @@ export interface CustomerFacingIngressNetworkPolicy_RequestDestination {
769
767
  accountApi?:
770
768
  | CustomerFacingIngressNetworkPolicy_AccountApiDestination
771
769
  | undefined;
770
+ /**
771
+ * Account DatabricksOne destination is not supported.
772
+ * DO NOT change the stage of this destination past PRIVATE_PREVIEW.
773
+ */
772
774
  accountDatabricksOne?:
773
775
  | CustomerFacingIngressNetworkPolicy_AccountDatabricksOneDestination
774
776
  | undefined;
@@ -1034,8 +1036,8 @@ export interface DeleteAccountIpAccessListRequest {
1034
1036
  }
1035
1037
 
1036
1038
  /** The IP access list was successfully deleted. */
1037
- // eslint-disable-next-line @typescript-eslint/naming-convention, @typescript-eslint/no-empty-object-type -- Proto-style nested message name.
1038
- export interface DeleteAccountIpAccessListRequest_Response {}
1039
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
1040
+ export interface DeleteAccountIpAccessListResponse {}
1039
1041
 
1040
1042
  export interface DeleteEndpointRequest {
1041
1043
  name?: string | undefined;
@@ -1047,8 +1049,8 @@ export interface DeleteIpAccessList {
1047
1049
  }
1048
1050
 
1049
1051
  /** The IP access list was successfully deleted. */
1050
- // eslint-disable-next-line @typescript-eslint/naming-convention, @typescript-eslint/no-empty-object-type -- Proto-style nested message name.
1051
- export interface DeleteIpAccessList_Response {}
1052
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
1053
+ export interface DeleteIpAccessListResponse {}
1052
1054
 
1053
1055
  /**
1054
1056
  * Initiates deleting a private endpoint rule. If the connection state is PENDING or EXPIRED, the private endpoint is
@@ -1269,8 +1271,7 @@ export interface GetAccountIpAccessListRequest {
1269
1271
  listId?: string | undefined;
1270
1272
  }
1271
1273
 
1272
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1273
- export interface GetAccountIpAccessListRequest_Response {
1274
+ export interface GetAccountIpAccessListResponse {
1274
1275
  ipAccessList?: AccountIpAccessList | undefined;
1275
1276
  }
1276
1277
 
@@ -1284,8 +1285,7 @@ export interface GetIpAccessList {
1284
1285
  }
1285
1286
 
1286
1287
  /** An IP access list was successfully returned. */
1287
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1288
- export interface GetIpAccessList_Response {
1288
+ export interface GetIpAccessListResponse {
1289
1289
  ipAccessList?: IpAccessList | undefined;
1290
1290
  }
1291
1291
 
@@ -1365,8 +1365,7 @@ export interface ListAccountIpAccessListsRequest {
1365
1365
  }
1366
1366
 
1367
1367
  /** IP access lists were successfully returned. */
1368
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1369
- export interface ListAccountIpAccessListsRequest_Response {
1368
+ export interface ListAccountIpAccessListsResponse {
1370
1369
  ipAccessLists?: AccountIpAccessList[] | undefined;
1371
1370
  }
1372
1371
 
@@ -1389,8 +1388,7 @@ export interface ListEndpointsResponse {
1389
1388
  export interface ListIpAccessLists {}
1390
1389
 
1391
1390
  /** IP access lists were successfully returned. */
1392
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1393
- export interface ListIpAccessLists_Response {
1391
+ export interface ListIpAccessListsResponse {
1394
1392
  ipAccessLists?: IpAccessList[] | undefined;
1395
1393
  }
1396
1394
 
@@ -1638,8 +1636,7 @@ export interface ReplaceAccountIpAccessListRequest {
1638
1636
  }
1639
1637
 
1640
1638
  /** The IP access list was successfully replaced. */
1641
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1642
- export interface ReplaceAccountIpAccessListRequest_Response {
1639
+ export interface ReplaceAccountIpAccessListResponse {
1643
1640
  ipAccessList?: AccountIpAccessList | undefined;
1644
1641
  }
1645
1642
 
@@ -1656,8 +1653,7 @@ export interface ReplaceIpAccessList {
1656
1653
  }
1657
1654
 
1658
1655
  /** The IP access list was successfully replaced. */
1659
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1660
- export interface ReplaceIpAccessList_Response {
1656
+ export interface ReplaceIpAccessListResponse {
1661
1657
  ipAccessList?: IpAccessList | undefined;
1662
1658
  }
1663
1659
 
@@ -1675,8 +1671,7 @@ export interface UpdateAccountIpAccessListRequest {
1675
1671
  }
1676
1672
 
1677
1673
  /** The IP access list was successfully updated. */
1678
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1679
- export interface UpdateAccountIpAccessListRequest_Response {
1674
+ export interface UpdateAccountIpAccessListResponse {
1680
1675
  ipAccessList?: AccountIpAccessList | undefined;
1681
1676
  }
1682
1677
 
@@ -1693,8 +1688,7 @@ export interface UpdateIpAccessList {
1693
1688
  }
1694
1689
 
1695
1690
  /** The IP access list was successfully updated. */
1696
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1697
- export interface UpdateIpAccessList_Response {
1691
+ export interface UpdateIpAccessListResponse {
1698
1692
  ipAccessList?: IpAccessList | undefined;
1699
1693
  }
1700
1694
 
@@ -1897,8 +1891,7 @@ export const unmarshalAzurePrivateEndpointInfoSchema: z.ZodType<AzurePrivateEndp
1897
1891
  privateLinkServiceId: d.private_link_service_id,
1898
1892
  }));
1899
1893
 
1900
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1901
- export const unmarshalCreateAccountIpAccessListRequest_ResponseSchema: z.ZodType<CreateAccountIpAccessListRequest_Response> =
1894
+ export const unmarshalCreateAccountIpAccessListResponseSchema: z.ZodType<CreateAccountIpAccessListResponse> =
1902
1895
  z
1903
1896
  .object({
1904
1897
  ip_access_list: z
@@ -1909,8 +1902,7 @@ export const unmarshalCreateAccountIpAccessListRequest_ResponseSchema: z.ZodType
1909
1902
  ipAccessList: d.ip_access_list,
1910
1903
  }));
1911
1904
 
1912
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
1913
- export const unmarshalCreateIpAccessList_ResponseSchema: z.ZodType<CreateIpAccessList_Response> =
1905
+ export const unmarshalCreateIpAccessListResponseSchema: z.ZodType<CreateIpAccessListResponse> =
1914
1906
  z
1915
1907
  .object({
1916
1908
  ip_access_list: z.lazy(() => unmarshalIpAccessListSchema).optional(),
@@ -2668,12 +2660,10 @@ export const unmarshalCustomerFacingVpcEndpointSchema: z.ZodType<CustomerFacingV
2668
2660
  : undefined,
2669
2661
  }));
2670
2662
 
2671
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2672
- export const unmarshalDeleteAccountIpAccessListRequest_ResponseSchema: z.ZodType<DeleteAccountIpAccessListRequest_Response> =
2663
+ export const unmarshalDeleteAccountIpAccessListResponseSchema: z.ZodType<DeleteAccountIpAccessListResponse> =
2673
2664
  z.object({});
2674
2665
 
2675
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2676
- export const unmarshalDeleteIpAccessList_ResponseSchema: z.ZodType<DeleteIpAccessList_Response> =
2666
+ export const unmarshalDeleteIpAccessListResponseSchema: z.ZodType<DeleteIpAccessListResponse> =
2677
2667
  z.object({});
2678
2668
 
2679
2669
  export const unmarshalEgressNetworkPolicySchema: z.ZodType<EgressNetworkPolicy> =
@@ -2862,8 +2852,7 @@ export const unmarshalGcpNetworkInfoSchema: z.ZodType<GcpNetworkInfo> = z
2862
2852
  serviceIpRangeName: d.service_ip_range_name,
2863
2853
  }));
2864
2854
 
2865
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2866
- export const unmarshalGetAccountIpAccessListRequest_ResponseSchema: z.ZodType<GetAccountIpAccessListRequest_Response> =
2855
+ export const unmarshalGetAccountIpAccessListResponseSchema: z.ZodType<GetAccountIpAccessListResponse> =
2867
2856
  z
2868
2857
  .object({
2869
2858
  ip_access_list: z
@@ -2874,8 +2863,7 @@ export const unmarshalGetAccountIpAccessListRequest_ResponseSchema: z.ZodType<Ge
2874
2863
  ipAccessList: d.ip_access_list,
2875
2864
  }));
2876
2865
 
2877
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2878
- export const unmarshalGetIpAccessList_ResponseSchema: z.ZodType<GetIpAccessList_Response> =
2866
+ export const unmarshalGetIpAccessListResponseSchema: z.ZodType<GetIpAccessListResponse> =
2879
2867
  z
2880
2868
  .object({
2881
2869
  ip_access_list: z.lazy(() => unmarshalIpAccessListSchema).optional(),
@@ -2922,8 +2910,7 @@ export const unmarshalIpAccessListSchema: z.ZodType<IpAccessList> = z
2922
2910
  enabled: d.enabled,
2923
2911
  }));
2924
2912
 
2925
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2926
- export const unmarshalListAccountIpAccessListsRequest_ResponseSchema: z.ZodType<ListAccountIpAccessListsRequest_Response> =
2913
+ export const unmarshalListAccountIpAccessListsResponseSchema: z.ZodType<ListAccountIpAccessListsResponse> =
2927
2914
  z
2928
2915
  .object({
2929
2916
  ip_access_lists: z
@@ -2945,8 +2932,7 @@ export const unmarshalListEndpointsResponseSchema: z.ZodType<ListEndpointsRespon
2945
2932
  nextPageToken: d.next_page_token,
2946
2933
  }));
2947
2934
 
2948
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
2949
- export const unmarshalListIpAccessLists_ResponseSchema: z.ZodType<ListIpAccessLists_Response> =
2935
+ export const unmarshalListIpAccessListsResponseSchema: z.ZodType<ListIpAccessListsResponse> =
2950
2936
  z
2951
2937
  .object({
2952
2938
  ip_access_lists: z
@@ -3177,8 +3163,7 @@ export const unmarshalNetworkWarningSchema: z.ZodType<NetworkWarning> = z
3177
3163
  warningMessage: d.warning_message,
3178
3164
  }));
3179
3165
 
3180
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
3181
- export const unmarshalReplaceAccountIpAccessListRequest_ResponseSchema: z.ZodType<ReplaceAccountIpAccessListRequest_Response> =
3166
+ export const unmarshalReplaceAccountIpAccessListResponseSchema: z.ZodType<ReplaceAccountIpAccessListResponse> =
3182
3167
  z
3183
3168
  .object({
3184
3169
  ip_access_list: z
@@ -3189,8 +3174,7 @@ export const unmarshalReplaceAccountIpAccessListRequest_ResponseSchema: z.ZodTyp
3189
3174
  ipAccessList: d.ip_access_list,
3190
3175
  }));
3191
3176
 
3192
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
3193
- export const unmarshalReplaceIpAccessList_ResponseSchema: z.ZodType<ReplaceIpAccessList_Response> =
3177
+ export const unmarshalReplaceIpAccessListResponseSchema: z.ZodType<ReplaceIpAccessListResponse> =
3194
3178
  z
3195
3179
  .object({
3196
3180
  ip_access_list: z.lazy(() => unmarshalIpAccessListSchema).optional(),
@@ -3199,8 +3183,7 @@ export const unmarshalReplaceIpAccessList_ResponseSchema: z.ZodType<ReplaceIpAcc
3199
3183
  ipAccessList: d.ip_access_list,
3200
3184
  }));
3201
3185
 
3202
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
3203
- export const unmarshalUpdateAccountIpAccessListRequest_ResponseSchema: z.ZodType<UpdateAccountIpAccessListRequest_Response> =
3186
+ export const unmarshalUpdateAccountIpAccessListResponseSchema: z.ZodType<UpdateAccountIpAccessListResponse> =
3204
3187
  z
3205
3188
  .object({
3206
3189
  ip_access_list: z
@@ -3211,8 +3194,7 @@ export const unmarshalUpdateAccountIpAccessListRequest_ResponseSchema: z.ZodType
3211
3194
  ipAccessList: d.ip_access_list,
3212
3195
  }));
3213
3196
 
3214
- // eslint-disable-next-line @typescript-eslint/naming-convention -- Proto-style nested message name.
3215
- export const unmarshalUpdateIpAccessList_ResponseSchema: z.ZodType<UpdateIpAccessList_Response> =
3197
+ export const unmarshalUpdateIpAccessListResponseSchema: z.ZodType<UpdateIpAccessListResponse> =
3216
3198
  z
3217
3199
  .object({
3218
3200
  ip_access_list: z.lazy(() => unmarshalIpAccessListSchema).optional(),