@scaleway/sdk-vpcgw 2.8.0 → 2.8.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 +191 -0
- package/package.json +8 -7
- package/dist/.vite/license.md +0 -3
- package/dist/_virtual/_rolldown/runtime.js +0 -13
- package/dist/index.gen.d.ts +0 -5
- package/dist/index.gen.js +0 -2
- package/dist/metadata.gen.d.ts +0 -12
- package/dist/metadata.gen.js +0 -13
- package/dist/v2/api.gen.d.ts +0 -233
- package/dist/v2/api.gen.js +0 -175
- package/dist/v2/content.gen.d.ts +0 -5
- package/dist/v2/content.gen.js +0 -16
- package/dist/v2/index.gen.d.ts +0 -4
- package/dist/v2/index.gen.js +0 -36
- package/dist/v2/marshalling.gen.d.ts +0 -26
- package/dist/v2/marshalling.gen.js +0 -191
- package/dist/v2/metadata.gen.d.ts +0 -101
- package/dist/v2/metadata.gen.js +0 -113
- package/dist/v2/types.gen.d.ts +0 -838
- package/dist/v2/types.gen.js +0 -0
package/dist/v2/metadata.gen.js
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
//#region src/v2/metadata.gen.ts
|
|
2
|
-
const queriesMetadata = {
|
|
3
|
-
namespace: "vpcgw",
|
|
4
|
-
version: "v2",
|
|
5
|
-
folderName: "vpcgwv2",
|
|
6
|
-
services: [{
|
|
7
|
-
apiClass: "API",
|
|
8
|
-
methods: [
|
|
9
|
-
{
|
|
10
|
-
methodName: "listGateways",
|
|
11
|
-
protoName: "ListGateways",
|
|
12
|
-
paramsType: "ListGatewaysRequest",
|
|
13
|
-
returnType: "ListGatewaysResponse",
|
|
14
|
-
isList: true,
|
|
15
|
-
paginationType: "offset",
|
|
16
|
-
pageParamKey: "page",
|
|
17
|
-
listItemType: "Gateway",
|
|
18
|
-
isPrivate: false,
|
|
19
|
-
description: "\""
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
methodName: "getGateway",
|
|
23
|
-
protoName: "GetGateway",
|
|
24
|
-
paramsType: "GetGatewayRequest",
|
|
25
|
-
returnType: "Gateway",
|
|
26
|
-
isList: false,
|
|
27
|
-
paginationType: "none",
|
|
28
|
-
isPrivate: false,
|
|
29
|
-
description: "\"",
|
|
30
|
-
hasWaiter: true
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
methodName: "listGatewayNetworks",
|
|
34
|
-
protoName: "ListGatewayNetworks",
|
|
35
|
-
paramsType: "ListGatewayNetworksRequest",
|
|
36
|
-
returnType: "ListGatewayNetworksResponse",
|
|
37
|
-
isList: true,
|
|
38
|
-
paginationType: "offset",
|
|
39
|
-
pageParamKey: "page",
|
|
40
|
-
listItemType: "GatewayNetwork",
|
|
41
|
-
isPrivate: false,
|
|
42
|
-
description: "\""
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
methodName: "getGatewayNetwork",
|
|
46
|
-
protoName: "GetGatewayNetwork",
|
|
47
|
-
paramsType: "GetGatewayNetworkRequest",
|
|
48
|
-
returnType: "GatewayNetwork",
|
|
49
|
-
isList: false,
|
|
50
|
-
paginationType: "none",
|
|
51
|
-
isPrivate: false,
|
|
52
|
-
description: "\"",
|
|
53
|
-
hasWaiter: true
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
methodName: "listPatRules",
|
|
57
|
-
protoName: "ListPatRules",
|
|
58
|
-
paramsType: "ListPatRulesRequest",
|
|
59
|
-
returnType: "ListPatRulesResponse",
|
|
60
|
-
isList: true,
|
|
61
|
-
paginationType: "offset",
|
|
62
|
-
pageParamKey: "page",
|
|
63
|
-
listItemType: "PatRule",
|
|
64
|
-
isPrivate: false,
|
|
65
|
-
description: "\""
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
methodName: "getPatRule",
|
|
69
|
-
protoName: "GetPatRule",
|
|
70
|
-
paramsType: "GetPatRuleRequest",
|
|
71
|
-
returnType: "PatRule",
|
|
72
|
-
isList: false,
|
|
73
|
-
paginationType: "none",
|
|
74
|
-
isPrivate: false,
|
|
75
|
-
description: "\""
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
methodName: "listGatewayTypes",
|
|
79
|
-
protoName: "ListGatewayTypes",
|
|
80
|
-
paramsType: "ListGatewayTypesRequest",
|
|
81
|
-
returnType: "ListGatewayTypesResponse",
|
|
82
|
-
isList: false,
|
|
83
|
-
paginationType: "none",
|
|
84
|
-
isPrivate: false,
|
|
85
|
-
description: "\""
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
methodName: "listIPs",
|
|
89
|
-
protoName: "ListIPs",
|
|
90
|
-
paramsType: "ListIPsRequest",
|
|
91
|
-
returnType: "ListIPsResponse",
|
|
92
|
-
isList: true,
|
|
93
|
-
paginationType: "offset",
|
|
94
|
-
pageParamKey: "page",
|
|
95
|
-
listItemType: "IP",
|
|
96
|
-
isPrivate: false,
|
|
97
|
-
description: "\""
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
methodName: "getIP",
|
|
101
|
-
protoName: "GetIP",
|
|
102
|
-
paramsType: "GetIPRequest",
|
|
103
|
-
returnType: "IP",
|
|
104
|
-
isList: false,
|
|
105
|
-
paginationType: "none",
|
|
106
|
-
isPrivate: false,
|
|
107
|
-
description: "\""
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}]
|
|
111
|
-
};
|
|
112
|
-
//#endregion
|
|
113
|
-
export { queriesMetadata };
|