We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a01437 commit b63b38eCopy full SHA for b63b38e
packages/clients/src/api/vpcgw/v2/index.gen.ts
@@ -3,10 +3,13 @@
3
export { API } from './api.gen'
4
export * from './content.gen'
5
export type {
6
+ AddBastionAllowedIPsRequest,
7
+ AddBastionAllowedIPsResponse,
8
CreateGatewayNetworkRequest,
9
CreateGatewayRequest,
10
CreateIPRequest,
11
CreatePatRuleRequest,
12
+ DeleteBastionAllowedIPsRequest,
13
DeleteGatewayNetworkRequest,
14
DeleteGatewayRequest,
15
DeleteIPRequest,
@@ -38,6 +41,8 @@ export type {
38
41
PatRule,
39
42
PatRuleProtocol,
40
43
RefreshSSHKeysRequest,
44
+ SetBastionAllowedIPsRequest,
45
+ SetBastionAllowedIPsResponse,
46
SetPatRulesRequest,
47
SetPatRulesRequestRule,
48
SetPatRulesResponse,
0 commit comments