@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/dist/v1/client.d.ts +13 -13
- package/dist/v1/client.d.ts.map +1 -1
- package/dist/v1/client.js +13 -13
- package/dist/v1/client.js.map +1 -1
- package/dist/v1/index.d.ts +1 -1
- package/dist/v1/index.d.ts.map +1 -1
- package/dist/v1/model.d.ts +28 -24
- package/dist/v1/model.d.ts.map +1 -1
- package/dist/v1/model.js +12 -24
- package/dist/v1/model.js.map +1 -1
- package/package.json +6 -5
- package/src/v1/client.ts +60 -69
- package/src/v1/index.ts +12 -12
- package/src/v1/model.ts +30 -48
package/src/v1/client.ts
CHANGED
|
@@ -20,10 +20,10 @@ import {z} from 'zod';
|
|
|
20
20
|
import type {
|
|
21
21
|
AccountNetworkPolicy,
|
|
22
22
|
CreateAccountIpAccessListRequest,
|
|
23
|
-
|
|
23
|
+
CreateAccountIpAccessListResponse,
|
|
24
24
|
CreateEndpointRequest,
|
|
25
25
|
CreateIpAccessList,
|
|
26
|
-
|
|
26
|
+
CreateIpAccessListResponse,
|
|
27
27
|
CreateNccPrivateEndpointRuleRequest,
|
|
28
28
|
CreateNetworkConnectivityConfigRequest,
|
|
29
29
|
CreateNetworkPolicyRequest,
|
|
@@ -34,10 +34,10 @@ import type {
|
|
|
34
34
|
CustomerFacingPrivateAccessSettings,
|
|
35
35
|
CustomerFacingVpcEndpoint,
|
|
36
36
|
DeleteAccountIpAccessListRequest,
|
|
37
|
-
|
|
37
|
+
DeleteAccountIpAccessListResponse,
|
|
38
38
|
DeleteEndpointRequest,
|
|
39
39
|
DeleteIpAccessList,
|
|
40
|
-
|
|
40
|
+
DeleteIpAccessListResponse,
|
|
41
41
|
DeleteNccPrivateEndpointRuleRequest,
|
|
42
42
|
DeleteNetworkConnectivityConfigRequest,
|
|
43
43
|
DeleteNetworkPolicyRequest,
|
|
@@ -46,10 +46,10 @@ import type {
|
|
|
46
46
|
DeleteVpcEndpointRequest,
|
|
47
47
|
Endpoint,
|
|
48
48
|
GetAccountIpAccessListRequest,
|
|
49
|
-
|
|
49
|
+
GetAccountIpAccessListResponse,
|
|
50
50
|
GetEndpointRequest,
|
|
51
51
|
GetIpAccessList,
|
|
52
|
-
|
|
52
|
+
GetIpAccessListResponse,
|
|
53
53
|
GetNccPrivateEndpointRuleRequest,
|
|
54
54
|
GetNetworkConnectivityConfigRequest,
|
|
55
55
|
GetNetworkPolicyRequest,
|
|
@@ -58,11 +58,11 @@ import type {
|
|
|
58
58
|
GetVpcEndpointRequest,
|
|
59
59
|
GetWorkspaceNetworkOptionRequest,
|
|
60
60
|
ListAccountIpAccessListsRequest,
|
|
61
|
-
|
|
61
|
+
ListAccountIpAccessListsResponse,
|
|
62
62
|
ListEndpointsRequest,
|
|
63
63
|
ListEndpointsResponse,
|
|
64
64
|
ListIpAccessLists,
|
|
65
|
-
|
|
65
|
+
ListIpAccessListsResponse,
|
|
66
66
|
ListNccPrivateEndpointRulesRequest,
|
|
67
67
|
ListNccPrivateEndpointRulesResponse,
|
|
68
68
|
ListNetworkConnectivityConfigsRequest,
|
|
@@ -78,13 +78,13 @@ import type {
|
|
|
78
78
|
NccPrivateEndpointRule,
|
|
79
79
|
Network,
|
|
80
80
|
ReplaceAccountIpAccessListRequest,
|
|
81
|
-
|
|
81
|
+
ReplaceAccountIpAccessListResponse,
|
|
82
82
|
ReplaceIpAccessList,
|
|
83
|
-
|
|
83
|
+
ReplaceIpAccessListResponse,
|
|
84
84
|
UpdateAccountIpAccessListRequest,
|
|
85
|
-
|
|
85
|
+
UpdateAccountIpAccessListResponse,
|
|
86
86
|
UpdateIpAccessList,
|
|
87
|
-
|
|
87
|
+
UpdateIpAccessListResponse,
|
|
88
88
|
UpdateNccPrivateEndpointRuleRequest,
|
|
89
89
|
UpdateNetworkPolicyRequest,
|
|
90
90
|
UpdatePrivateAccessSettingsRequest,
|
|
@@ -109,28 +109,28 @@ import {
|
|
|
109
109
|
marshalUpdatePrivateEndpointRuleSchema,
|
|
110
110
|
marshalWorkspaceNetworkOptionSchema,
|
|
111
111
|
unmarshalAccountNetworkPolicySchema,
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
unmarshalCreateAccountIpAccessListResponseSchema,
|
|
113
|
+
unmarshalCreateIpAccessListResponseSchema,
|
|
114
114
|
unmarshalCustomerFacingNetworkConnectivityConfigSchema,
|
|
115
115
|
unmarshalCustomerFacingPrivateAccessSettingsSchema,
|
|
116
116
|
unmarshalCustomerFacingVpcEndpointSchema,
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
unmarshalDeleteAccountIpAccessListResponseSchema,
|
|
118
|
+
unmarshalDeleteIpAccessListResponseSchema,
|
|
119
119
|
unmarshalEndpointSchema,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
unmarshalGetAccountIpAccessListResponseSchema,
|
|
121
|
+
unmarshalGetIpAccessListResponseSchema,
|
|
122
|
+
unmarshalListAccountIpAccessListsResponseSchema,
|
|
123
123
|
unmarshalListEndpointsResponseSchema,
|
|
124
|
-
|
|
124
|
+
unmarshalListIpAccessListsResponseSchema,
|
|
125
125
|
unmarshalListNccPrivateEndpointRulesResponseSchema,
|
|
126
126
|
unmarshalListNetworkConnectivityConfigsResponseSchema,
|
|
127
127
|
unmarshalListNetworkPoliciesResponseSchema,
|
|
128
128
|
unmarshalNccPrivateEndpointRuleSchema,
|
|
129
129
|
unmarshalNetworkSchema,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
unmarshalReplaceAccountIpAccessListResponseSchema,
|
|
131
|
+
unmarshalReplaceIpAccessListResponseSchema,
|
|
132
|
+
unmarshalUpdateAccountIpAccessListResponseSchema,
|
|
133
|
+
unmarshalUpdateIpAccessListResponseSchema,
|
|
134
134
|
unmarshalWorkspaceNetworkOptionSchema,
|
|
135
135
|
} from './model';
|
|
136
136
|
|
|
@@ -191,13 +191,13 @@ export class NetworkingClient {
|
|
|
191
191
|
async createAccountIpAccessList(
|
|
192
192
|
req: CreateAccountIpAccessListRequest,
|
|
193
193
|
options?: CallOptions
|
|
194
|
-
): Promise<
|
|
194
|
+
): Promise<CreateAccountIpAccessListResponse> {
|
|
195
195
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists`;
|
|
196
196
|
const body = marshalRequest(
|
|
197
197
|
req,
|
|
198
198
|
marshalCreateAccountIpAccessListRequestSchema
|
|
199
199
|
);
|
|
200
|
-
let resp:
|
|
200
|
+
let resp: CreateAccountIpAccessListResponse | undefined;
|
|
201
201
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
202
202
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
203
203
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -209,7 +209,7 @@ export class NetworkingClient {
|
|
|
209
209
|
});
|
|
210
210
|
resp = parseResponse(
|
|
211
211
|
respBody,
|
|
212
|
-
|
|
212
|
+
unmarshalCreateAccountIpAccessListResponseSchema
|
|
213
213
|
);
|
|
214
214
|
};
|
|
215
215
|
await executeCall(call, options);
|
|
@@ -223,9 +223,9 @@ export class NetworkingClient {
|
|
|
223
223
|
async deleteAccountIpAccessList(
|
|
224
224
|
req: DeleteAccountIpAccessListRequest,
|
|
225
225
|
options?: CallOptions
|
|
226
|
-
): Promise<
|
|
226
|
+
): Promise<DeleteAccountIpAccessListResponse> {
|
|
227
227
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists/${req.listId ?? ''}`;
|
|
228
|
-
let resp:
|
|
228
|
+
let resp: DeleteAccountIpAccessListResponse | undefined;
|
|
229
229
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
230
230
|
const headers = new Headers();
|
|
231
231
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -237,7 +237,7 @@ export class NetworkingClient {
|
|
|
237
237
|
});
|
|
238
238
|
resp = parseResponse(
|
|
239
239
|
respBody,
|
|
240
|
-
|
|
240
|
+
unmarshalDeleteAccountIpAccessListResponseSchema
|
|
241
241
|
);
|
|
242
242
|
};
|
|
243
243
|
await executeCall(call, options);
|
|
@@ -251,9 +251,9 @@ export class NetworkingClient {
|
|
|
251
251
|
async getAccountIpAccessList(
|
|
252
252
|
req: GetAccountIpAccessListRequest,
|
|
253
253
|
options?: CallOptions
|
|
254
|
-
): Promise<
|
|
254
|
+
): Promise<GetAccountIpAccessListResponse> {
|
|
255
255
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists/${req.listId ?? ''}`;
|
|
256
|
-
let resp:
|
|
256
|
+
let resp: GetAccountIpAccessListResponse | undefined;
|
|
257
257
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
258
258
|
const headers = new Headers();
|
|
259
259
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -265,7 +265,7 @@ export class NetworkingClient {
|
|
|
265
265
|
});
|
|
266
266
|
resp = parseResponse(
|
|
267
267
|
respBody,
|
|
268
|
-
|
|
268
|
+
unmarshalGetAccountIpAccessListResponseSchema
|
|
269
269
|
);
|
|
270
270
|
};
|
|
271
271
|
await executeCall(call, options);
|
|
@@ -279,9 +279,9 @@ export class NetworkingClient {
|
|
|
279
279
|
async listAccountIpAccessLists(
|
|
280
280
|
req: ListAccountIpAccessListsRequest,
|
|
281
281
|
options?: CallOptions
|
|
282
|
-
): Promise<
|
|
282
|
+
): Promise<ListAccountIpAccessListsResponse> {
|
|
283
283
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists`;
|
|
284
|
-
let resp:
|
|
284
|
+
let resp: ListAccountIpAccessListsResponse | undefined;
|
|
285
285
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
286
286
|
const headers = new Headers();
|
|
287
287
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -293,7 +293,7 @@ export class NetworkingClient {
|
|
|
293
293
|
});
|
|
294
294
|
resp = parseResponse(
|
|
295
295
|
respBody,
|
|
296
|
-
|
|
296
|
+
unmarshalListAccountIpAccessListsResponseSchema
|
|
297
297
|
);
|
|
298
298
|
};
|
|
299
299
|
await executeCall(call, options);
|
|
@@ -319,13 +319,13 @@ export class NetworkingClient {
|
|
|
319
319
|
async replaceAccountIpAccessList(
|
|
320
320
|
req: ReplaceAccountIpAccessListRequest,
|
|
321
321
|
options?: CallOptions
|
|
322
|
-
): Promise<
|
|
322
|
+
): Promise<ReplaceAccountIpAccessListResponse> {
|
|
323
323
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists/${req.listId ?? ''}`;
|
|
324
324
|
const body = marshalRequest(
|
|
325
325
|
req,
|
|
326
326
|
marshalReplaceAccountIpAccessListRequestSchema
|
|
327
327
|
);
|
|
328
|
-
let resp:
|
|
328
|
+
let resp: ReplaceAccountIpAccessListResponse | undefined;
|
|
329
329
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
330
330
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
331
331
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -337,7 +337,7 @@ export class NetworkingClient {
|
|
|
337
337
|
});
|
|
338
338
|
resp = parseResponse(
|
|
339
339
|
respBody,
|
|
340
|
-
|
|
340
|
+
unmarshalReplaceAccountIpAccessListResponseSchema
|
|
341
341
|
);
|
|
342
342
|
};
|
|
343
343
|
await executeCall(call, options);
|
|
@@ -366,13 +366,13 @@ export class NetworkingClient {
|
|
|
366
366
|
async updateAccountIpAccessList(
|
|
367
367
|
req: UpdateAccountIpAccessListRequest,
|
|
368
368
|
options?: CallOptions
|
|
369
|
-
): Promise<
|
|
369
|
+
): Promise<UpdateAccountIpAccessListResponse> {
|
|
370
370
|
const url = `${this.host}/api/2.0/accounts/${req.accountId ?? this.accountId ?? ''}/ip-access-lists/${req.listId ?? ''}`;
|
|
371
371
|
const body = marshalRequest(
|
|
372
372
|
req,
|
|
373
373
|
marshalUpdateAccountIpAccessListRequestSchema
|
|
374
374
|
);
|
|
375
|
-
let resp:
|
|
375
|
+
let resp: UpdateAccountIpAccessListResponse | undefined;
|
|
376
376
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
377
377
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
378
378
|
headers.set('User-Agent', this.userAgent);
|
|
@@ -384,7 +384,7 @@ export class NetworkingClient {
|
|
|
384
384
|
});
|
|
385
385
|
resp = parseResponse(
|
|
386
386
|
respBody,
|
|
387
|
-
|
|
387
|
+
unmarshalUpdateAccountIpAccessListResponseSchema
|
|
388
388
|
);
|
|
389
389
|
};
|
|
390
390
|
await executeCall(call, options);
|
|
@@ -557,10 +557,10 @@ export class NetworkingClient {
|
|
|
557
557
|
async createIpAccessList(
|
|
558
558
|
req: CreateIpAccessList,
|
|
559
559
|
options?: CallOptions
|
|
560
|
-
): Promise<
|
|
560
|
+
): Promise<CreateIpAccessListResponse> {
|
|
561
561
|
const url = `${this.host}/api/2.0/ip-access-lists`;
|
|
562
562
|
const body = marshalRequest(req, marshalCreateIpAccessListSchema);
|
|
563
|
-
let resp:
|
|
563
|
+
let resp: CreateIpAccessListResponse | undefined;
|
|
564
564
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
565
565
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
566
566
|
if (this.workspaceId !== undefined) {
|
|
@@ -573,10 +573,7 @@ export class NetworkingClient {
|
|
|
573
573
|
httpClient: this.httpClient,
|
|
574
574
|
logger: this.logger,
|
|
575
575
|
});
|
|
576
|
-
resp = parseResponse(
|
|
577
|
-
respBody,
|
|
578
|
-
unmarshalCreateIpAccessList_ResponseSchema
|
|
579
|
-
);
|
|
576
|
+
resp = parseResponse(respBody, unmarshalCreateIpAccessListResponseSchema);
|
|
580
577
|
};
|
|
581
578
|
await executeCall(call, options);
|
|
582
579
|
if (resp === undefined) {
|
|
@@ -589,9 +586,9 @@ export class NetworkingClient {
|
|
|
589
586
|
async deleteIpAccessList(
|
|
590
587
|
req: DeleteIpAccessList,
|
|
591
588
|
options?: CallOptions
|
|
592
|
-
): Promise<
|
|
589
|
+
): Promise<DeleteIpAccessListResponse> {
|
|
593
590
|
const url = `${this.host}/api/2.0/ip-access-lists/${req.listId ?? ''}`;
|
|
594
|
-
let resp:
|
|
591
|
+
let resp: DeleteIpAccessListResponse | undefined;
|
|
595
592
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
596
593
|
const headers = new Headers();
|
|
597
594
|
if (this.workspaceId !== undefined) {
|
|
@@ -604,10 +601,7 @@ export class NetworkingClient {
|
|
|
604
601
|
httpClient: this.httpClient,
|
|
605
602
|
logger: this.logger,
|
|
606
603
|
});
|
|
607
|
-
resp = parseResponse(
|
|
608
|
-
respBody,
|
|
609
|
-
unmarshalDeleteIpAccessList_ResponseSchema
|
|
610
|
-
);
|
|
604
|
+
resp = parseResponse(respBody, unmarshalDeleteIpAccessListResponseSchema);
|
|
611
605
|
};
|
|
612
606
|
await executeCall(call, options);
|
|
613
607
|
if (resp === undefined) {
|
|
@@ -620,9 +614,9 @@ export class NetworkingClient {
|
|
|
620
614
|
async getIpAccessList(
|
|
621
615
|
req: GetIpAccessList,
|
|
622
616
|
options?: CallOptions
|
|
623
|
-
): Promise<
|
|
617
|
+
): Promise<GetIpAccessListResponse> {
|
|
624
618
|
const url = `${this.host}/api/2.0/ip-access-lists/${req.listId ?? ''}`;
|
|
625
|
-
let resp:
|
|
619
|
+
let resp: GetIpAccessListResponse | undefined;
|
|
626
620
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
627
621
|
const headers = new Headers();
|
|
628
622
|
if (this.workspaceId !== undefined) {
|
|
@@ -635,7 +629,7 @@ export class NetworkingClient {
|
|
|
635
629
|
httpClient: this.httpClient,
|
|
636
630
|
logger: this.logger,
|
|
637
631
|
});
|
|
638
|
-
resp = parseResponse(respBody,
|
|
632
|
+
resp = parseResponse(respBody, unmarshalGetIpAccessListResponseSchema);
|
|
639
633
|
};
|
|
640
634
|
await executeCall(call, options);
|
|
641
635
|
if (resp === undefined) {
|
|
@@ -648,9 +642,9 @@ export class NetworkingClient {
|
|
|
648
642
|
async listIpAccessLists(
|
|
649
643
|
_req: ListIpAccessLists,
|
|
650
644
|
options?: CallOptions
|
|
651
|
-
): Promise<
|
|
645
|
+
): Promise<ListIpAccessListsResponse> {
|
|
652
646
|
const url = `${this.host}/api/2.0/ip-access-lists`;
|
|
653
|
-
let resp:
|
|
647
|
+
let resp: ListIpAccessListsResponse | undefined;
|
|
654
648
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
655
649
|
const headers = new Headers();
|
|
656
650
|
if (this.workspaceId !== undefined) {
|
|
@@ -663,7 +657,7 @@ export class NetworkingClient {
|
|
|
663
657
|
httpClient: this.httpClient,
|
|
664
658
|
logger: this.logger,
|
|
665
659
|
});
|
|
666
|
-
resp = parseResponse(respBody,
|
|
660
|
+
resp = parseResponse(respBody, unmarshalListIpAccessListsResponseSchema);
|
|
667
661
|
};
|
|
668
662
|
await executeCall(call, options);
|
|
669
663
|
if (resp === undefined) {
|
|
@@ -689,10 +683,10 @@ export class NetworkingClient {
|
|
|
689
683
|
async replaceIpAccessList(
|
|
690
684
|
req: ReplaceIpAccessList,
|
|
691
685
|
options?: CallOptions
|
|
692
|
-
): Promise<
|
|
686
|
+
): Promise<ReplaceIpAccessListResponse> {
|
|
693
687
|
const url = `${this.host}/api/2.0/ip-access-lists/${req.listId ?? ''}`;
|
|
694
688
|
const body = marshalRequest(req, marshalReplaceIpAccessListSchema);
|
|
695
|
-
let resp:
|
|
689
|
+
let resp: ReplaceIpAccessListResponse | undefined;
|
|
696
690
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
697
691
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
698
692
|
if (this.workspaceId !== undefined) {
|
|
@@ -707,7 +701,7 @@ export class NetworkingClient {
|
|
|
707
701
|
});
|
|
708
702
|
resp = parseResponse(
|
|
709
703
|
respBody,
|
|
710
|
-
|
|
704
|
+
unmarshalReplaceIpAccessListResponseSchema
|
|
711
705
|
);
|
|
712
706
|
};
|
|
713
707
|
await executeCall(call, options);
|
|
@@ -735,10 +729,10 @@ export class NetworkingClient {
|
|
|
735
729
|
async updateIpAccessList(
|
|
736
730
|
req: UpdateIpAccessList,
|
|
737
731
|
options?: CallOptions
|
|
738
|
-
): Promise<
|
|
732
|
+
): Promise<UpdateIpAccessListResponse> {
|
|
739
733
|
const url = `${this.host}/api/2.0/ip-access-lists/${req.listId ?? ''}`;
|
|
740
734
|
const body = marshalRequest(req, marshalUpdateIpAccessListSchema);
|
|
741
|
-
let resp:
|
|
735
|
+
let resp: UpdateIpAccessListResponse | undefined;
|
|
742
736
|
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
743
737
|
const headers = new Headers({'Content-Type': 'application/json'});
|
|
744
738
|
if (this.workspaceId !== undefined) {
|
|
@@ -751,10 +745,7 @@ export class NetworkingClient {
|
|
|
751
745
|
httpClient: this.httpClient,
|
|
752
746
|
logger: this.logger,
|
|
753
747
|
});
|
|
754
|
-
resp = parseResponse(
|
|
755
|
-
respBody,
|
|
756
|
-
unmarshalUpdateIpAccessList_ResponseSchema
|
|
757
|
-
);
|
|
748
|
+
resp = parseResponse(respBody, unmarshalUpdateIpAccessListResponseSchema);
|
|
758
749
|
};
|
|
759
750
|
await executeCall(call, options);
|
|
760
751
|
if (resp === undefined) {
|
package/src/v1/index.ts
CHANGED
|
@@ -33,10 +33,10 @@ export type {
|
|
|
33
33
|
AccountNetworkPolicy,
|
|
34
34
|
AzurePrivateEndpointInfo,
|
|
35
35
|
CreateAccountIpAccessListRequest,
|
|
36
|
-
|
|
36
|
+
CreateAccountIpAccessListResponse,
|
|
37
37
|
CreateEndpointRequest,
|
|
38
38
|
CreateIpAccessList,
|
|
39
|
-
|
|
39
|
+
CreateIpAccessListResponse,
|
|
40
40
|
CreateNccPrivateEndpointRuleRequest,
|
|
41
41
|
CreateNetworkConnectivityConfigRequest,
|
|
42
42
|
CreateNetworkConnectivityConfiguration,
|
|
@@ -77,10 +77,10 @@ export type {
|
|
|
77
77
|
CustomerFacingPrivateAccessSettings,
|
|
78
78
|
CustomerFacingVpcEndpoint,
|
|
79
79
|
DeleteAccountIpAccessListRequest,
|
|
80
|
-
|
|
80
|
+
DeleteAccountIpAccessListResponse,
|
|
81
81
|
DeleteEndpointRequest,
|
|
82
82
|
DeleteIpAccessList,
|
|
83
|
-
|
|
83
|
+
DeleteIpAccessListResponse,
|
|
84
84
|
DeleteNccPrivateEndpointRuleRequest,
|
|
85
85
|
DeleteNetworkConnectivityConfigRequest,
|
|
86
86
|
DeleteNetworkPolicyRequest,
|
|
@@ -97,10 +97,10 @@ export type {
|
|
|
97
97
|
GcpEndpoint,
|
|
98
98
|
GcpNetworkInfo,
|
|
99
99
|
GetAccountIpAccessListRequest,
|
|
100
|
-
|
|
100
|
+
GetAccountIpAccessListResponse,
|
|
101
101
|
GetEndpointRequest,
|
|
102
102
|
GetIpAccessList,
|
|
103
|
-
|
|
103
|
+
GetIpAccessListResponse,
|
|
104
104
|
GetNccPrivateEndpointRuleRequest,
|
|
105
105
|
GetNetworkConnectivityConfigRequest,
|
|
106
106
|
GetNetworkPolicyRequest,
|
|
@@ -110,11 +110,11 @@ export type {
|
|
|
110
110
|
GetWorkspaceNetworkOptionRequest,
|
|
111
111
|
IpAccessList,
|
|
112
112
|
ListAccountIpAccessListsRequest,
|
|
113
|
-
|
|
113
|
+
ListAccountIpAccessListsResponse,
|
|
114
114
|
ListEndpointsRequest,
|
|
115
115
|
ListEndpointsResponse,
|
|
116
116
|
ListIpAccessLists,
|
|
117
|
-
|
|
117
|
+
ListIpAccessListsResponse,
|
|
118
118
|
ListNccPrivateEndpointRulesRequest,
|
|
119
119
|
ListNccPrivateEndpointRulesResponse,
|
|
120
120
|
ListNetworkConnectivityConfigsRequest,
|
|
@@ -137,13 +137,13 @@ export type {
|
|
|
137
137
|
NetworkVpcEndpoints,
|
|
138
138
|
NetworkWarning,
|
|
139
139
|
ReplaceAccountIpAccessListRequest,
|
|
140
|
-
|
|
140
|
+
ReplaceAccountIpAccessListResponse,
|
|
141
141
|
ReplaceIpAccessList,
|
|
142
|
-
|
|
142
|
+
ReplaceIpAccessListResponse,
|
|
143
143
|
UpdateAccountIpAccessListRequest,
|
|
144
|
-
|
|
144
|
+
UpdateAccountIpAccessListResponse,
|
|
145
145
|
UpdateIpAccessList,
|
|
146
|
-
|
|
146
|
+
UpdateIpAccessListResponse,
|
|
147
147
|
UpdateNccPrivateEndpointRuleRequest,
|
|
148
148
|
UpdateNetworkPolicyRequest,
|
|
149
149
|
UpdatePrivateAccessSettingsRequest,
|