@scaleway/sdk-iot 2.7.0 → 2.9.0

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.
@@ -0,0 +1,180 @@
1
+ //#region src/v1/metadata.gen.ts
2
+ const queriesMetadata = {
3
+ namespace: "iot",
4
+ version: "v1",
5
+ folderName: "iotv1",
6
+ services: [{
7
+ apiClass: "API",
8
+ methods: [
9
+ {
10
+ methodName: "listHubs",
11
+ protoName: "ListHubs",
12
+ paramsType: "ListHubsRequest",
13
+ returnType: "ListHubsResponse",
14
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
15
+ isList: true,
16
+ paginationType: "offset",
17
+ pageParamKey: "page",
18
+ listItemType: "Hub",
19
+ listItemTypeNamespace: "@scaleway-internal/sdk-iot/v1",
20
+ isPrivate: false,
21
+ description: "\""
22
+ },
23
+ {
24
+ methodName: "getHub",
25
+ protoName: "GetHub",
26
+ paramsType: "GetHubRequest",
27
+ returnType: "Hub",
28
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
29
+ isList: false,
30
+ paginationType: "none",
31
+ isPrivate: false,
32
+ description: "\"",
33
+ hasWaiter: true
34
+ },
35
+ {
36
+ methodName: "getHubMetrics",
37
+ protoName: "GetHubMetrics",
38
+ paramsType: "GetHubMetricsRequest",
39
+ returnType: "GetHubMetricsResponse",
40
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
41
+ isList: false,
42
+ paginationType: "none",
43
+ isPrivate: false,
44
+ description: "\""
45
+ },
46
+ {
47
+ methodName: "getHubCA",
48
+ protoName: "GetHubCA",
49
+ paramsType: "GetHubCARequest",
50
+ returnType: "GetHubCAResponse",
51
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
52
+ isList: false,
53
+ paginationType: "none",
54
+ isPrivate: false,
55
+ description: "\""
56
+ },
57
+ {
58
+ methodName: "listDevices",
59
+ protoName: "ListDevices",
60
+ paramsType: "ListDevicesRequest",
61
+ returnType: "ListDevicesResponse",
62
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
63
+ isList: true,
64
+ paginationType: "offset",
65
+ pageParamKey: "page",
66
+ listItemType: "Device",
67
+ listItemTypeNamespace: "@scaleway-internal/sdk-iot/v1",
68
+ isPrivate: false,
69
+ description: "\""
70
+ },
71
+ {
72
+ methodName: "getDevice",
73
+ protoName: "GetDevice",
74
+ paramsType: "GetDeviceRequest",
75
+ returnType: "Device",
76
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
77
+ isList: false,
78
+ paginationType: "none",
79
+ isPrivate: false,
80
+ description: "\""
81
+ },
82
+ {
83
+ methodName: "getDeviceCertificate",
84
+ protoName: "GetDeviceCertificate",
85
+ paramsType: "GetDeviceCertificateRequest",
86
+ returnType: "GetDeviceCertificateResponse",
87
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
88
+ isList: false,
89
+ paginationType: "none",
90
+ isPrivate: false,
91
+ description: "\""
92
+ },
93
+ {
94
+ methodName: "getDeviceMetrics",
95
+ protoName: "GetDeviceMetrics",
96
+ paramsType: "GetDeviceMetricsRequest",
97
+ returnType: "GetDeviceMetricsResponse",
98
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
99
+ isList: false,
100
+ paginationType: "none",
101
+ isPrivate: false,
102
+ description: "\""
103
+ },
104
+ {
105
+ methodName: "listRoutes",
106
+ protoName: "ListRoutes",
107
+ paramsType: "ListRoutesRequest",
108
+ returnType: "ListRoutesResponse",
109
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
110
+ isList: true,
111
+ paginationType: "offset",
112
+ pageParamKey: "page",
113
+ listItemType: "RouteSummary",
114
+ listItemTypeNamespace: "@scaleway-internal/sdk-iot/v1",
115
+ isPrivate: false,
116
+ description: "\""
117
+ },
118
+ {
119
+ methodName: "getRoute",
120
+ protoName: "GetRoute",
121
+ paramsType: "GetRouteRequest",
122
+ returnType: "Route",
123
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
124
+ isList: false,
125
+ paginationType: "none",
126
+ isPrivate: false,
127
+ description: "\""
128
+ },
129
+ {
130
+ methodName: "listNetworks",
131
+ protoName: "ListNetworks",
132
+ paramsType: "ListNetworksRequest",
133
+ returnType: "ListNetworksResponse",
134
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
135
+ isList: true,
136
+ paginationType: "offset",
137
+ pageParamKey: "page",
138
+ listItemType: "Network",
139
+ listItemTypeNamespace: "@scaleway-internal/sdk-iot/v1",
140
+ isPrivate: false,
141
+ description: "\""
142
+ },
143
+ {
144
+ methodName: "getNetwork",
145
+ protoName: "GetNetwork",
146
+ paramsType: "GetNetworkRequest",
147
+ returnType: "Network",
148
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
149
+ isList: false,
150
+ paginationType: "none",
151
+ isPrivate: false,
152
+ description: "\""
153
+ },
154
+ {
155
+ methodName: "getTwinDocument",
156
+ protoName: "GetTwinDocument",
157
+ paramsType: "GetTwinDocumentRequest",
158
+ returnType: "TwinDocument",
159
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
160
+ isList: false,
161
+ paginationType: "none",
162
+ isPrivate: false,
163
+ description: "\""
164
+ },
165
+ {
166
+ methodName: "listTwinDocuments",
167
+ protoName: "ListTwinDocuments",
168
+ paramsType: "ListTwinDocumentsRequest",
169
+ returnType: "ListTwinDocumentsResponse",
170
+ returnTypeNamespace: "@scaleway-internal/sdk-iot/v1",
171
+ isList: false,
172
+ paginationType: "none",
173
+ isPrivate: false,
174
+ description: "\""
175
+ }
176
+ ]
177
+ }]
178
+ };
179
+ //#endregion
180
+ export { queriesMetadata };