@appaloft/sdk 0.12.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.
- package/dist/generated-operations.d.ts +3057 -0
- package/dist/generated-operations.js +3253 -0
- package/dist/index.d.ts +79 -0
- package/dist/index.js +3520 -0
- package/package.json +36 -0
|
@@ -0,0 +1,3057 @@
|
|
|
1
|
+
export declare const generatedSdkOperations: readonly [{
|
|
2
|
+
readonly operationKey: "audit-events.archives.create";
|
|
3
|
+
readonly operationGroup: "audit-events";
|
|
4
|
+
readonly operationMethod: "archivesCreate";
|
|
5
|
+
readonly operationId: "auditEvents.archives.create";
|
|
6
|
+
readonly kind: "command";
|
|
7
|
+
readonly domain: "audit-events";
|
|
8
|
+
readonly messageName: "CreateAuditEventArchiveCommand";
|
|
9
|
+
readonly route: {
|
|
10
|
+
readonly method: "POST";
|
|
11
|
+
readonly path: "/audit-events/archives";
|
|
12
|
+
};
|
|
13
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
14
|
+
readonly authPolicy: "product-session";
|
|
15
|
+
readonly errorFamily: "structured-platform-error";
|
|
16
|
+
readonly streaming: false;
|
|
17
|
+
}, {
|
|
18
|
+
readonly operationKey: "audit-events.archives.list";
|
|
19
|
+
readonly operationGroup: "audit-events";
|
|
20
|
+
readonly operationMethod: "archivesList";
|
|
21
|
+
readonly operationId: "auditEvents.archives.list";
|
|
22
|
+
readonly kind: "query";
|
|
23
|
+
readonly domain: "audit-events";
|
|
24
|
+
readonly messageName: "ListAuditEventArchivesQuery";
|
|
25
|
+
readonly route: {
|
|
26
|
+
readonly method: "GET";
|
|
27
|
+
readonly path: "/audit-events/archives";
|
|
28
|
+
};
|
|
29
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
30
|
+
readonly authPolicy: "product-session";
|
|
31
|
+
readonly errorFamily: "structured-platform-error";
|
|
32
|
+
readonly streaming: false;
|
|
33
|
+
}, {
|
|
34
|
+
readonly operationKey: "audit-events.archives.prune";
|
|
35
|
+
readonly operationGroup: "audit-events";
|
|
36
|
+
readonly operationMethod: "archivesPrune";
|
|
37
|
+
readonly operationId: "auditEvents.archives.prune";
|
|
38
|
+
readonly kind: "command";
|
|
39
|
+
readonly domain: "audit-events";
|
|
40
|
+
readonly messageName: "PruneAuditEventArchivesCommand";
|
|
41
|
+
readonly route: {
|
|
42
|
+
readonly method: "POST";
|
|
43
|
+
readonly path: "/audit-events/archives/prune";
|
|
44
|
+
};
|
|
45
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
46
|
+
readonly authPolicy: "product-session";
|
|
47
|
+
readonly errorFamily: "structured-platform-error";
|
|
48
|
+
readonly streaming: false;
|
|
49
|
+
}, {
|
|
50
|
+
readonly operationKey: "audit-events.archives.show";
|
|
51
|
+
readonly operationGroup: "audit-events";
|
|
52
|
+
readonly operationMethod: "archivesShow";
|
|
53
|
+
readonly operationId: "auditEvents.archives.show";
|
|
54
|
+
readonly kind: "query";
|
|
55
|
+
readonly domain: "audit-events";
|
|
56
|
+
readonly messageName: "ShowAuditEventArchiveQuery";
|
|
57
|
+
readonly route: {
|
|
58
|
+
readonly method: "GET";
|
|
59
|
+
readonly path: "/audit-events/archives/{archiveId}";
|
|
60
|
+
};
|
|
61
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
62
|
+
readonly authPolicy: "product-session";
|
|
63
|
+
readonly errorFamily: "structured-platform-error";
|
|
64
|
+
readonly streaming: false;
|
|
65
|
+
}, {
|
|
66
|
+
readonly operationKey: "audit-events.export";
|
|
67
|
+
readonly operationGroup: "audit-events";
|
|
68
|
+
readonly operationMethod: "export";
|
|
69
|
+
readonly operationId: "auditEvents.export";
|
|
70
|
+
readonly kind: "query";
|
|
71
|
+
readonly domain: "audit-events";
|
|
72
|
+
readonly messageName: "ExportAuditEventsQuery";
|
|
73
|
+
readonly route: {
|
|
74
|
+
readonly method: "GET";
|
|
75
|
+
readonly path: "/audit-events/export";
|
|
76
|
+
};
|
|
77
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
78
|
+
readonly authPolicy: "product-session";
|
|
79
|
+
readonly errorFamily: "structured-platform-error";
|
|
80
|
+
readonly streaming: false;
|
|
81
|
+
}, {
|
|
82
|
+
readonly operationKey: "audit-events.export-global";
|
|
83
|
+
readonly operationGroup: "audit-events";
|
|
84
|
+
readonly operationMethod: "exportGlobal";
|
|
85
|
+
readonly operationId: "auditEvents.exportGlobal";
|
|
86
|
+
readonly kind: "query";
|
|
87
|
+
readonly domain: "audit-events";
|
|
88
|
+
readonly messageName: "ExportGlobalAuditEventsQuery";
|
|
89
|
+
readonly route: {
|
|
90
|
+
readonly method: "GET";
|
|
91
|
+
readonly path: "/audit-events/export-global";
|
|
92
|
+
};
|
|
93
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
94
|
+
readonly authPolicy: "product-session";
|
|
95
|
+
readonly errorFamily: "structured-platform-error";
|
|
96
|
+
readonly streaming: false;
|
|
97
|
+
}, {
|
|
98
|
+
readonly operationKey: "audit-events.legal-holds.configure";
|
|
99
|
+
readonly operationGroup: "audit-events";
|
|
100
|
+
readonly operationMethod: "legalHoldsConfigure";
|
|
101
|
+
readonly operationId: "auditEvents.legalHolds.configure";
|
|
102
|
+
readonly kind: "command";
|
|
103
|
+
readonly domain: "audit-events";
|
|
104
|
+
readonly messageName: "ConfigureAuditEventLegalHoldCommand";
|
|
105
|
+
readonly route: {
|
|
106
|
+
readonly method: "POST";
|
|
107
|
+
readonly path: "/audit-events/legal-holds";
|
|
108
|
+
};
|
|
109
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
110
|
+
readonly authPolicy: "product-session";
|
|
111
|
+
readonly errorFamily: "structured-platform-error";
|
|
112
|
+
readonly streaming: false;
|
|
113
|
+
}, {
|
|
114
|
+
readonly operationKey: "audit-events.legal-holds.list";
|
|
115
|
+
readonly operationGroup: "audit-events";
|
|
116
|
+
readonly operationMethod: "legalHoldsList";
|
|
117
|
+
readonly operationId: "auditEvents.legalHolds.list";
|
|
118
|
+
readonly kind: "query";
|
|
119
|
+
readonly domain: "audit-events";
|
|
120
|
+
readonly messageName: "ListAuditEventLegalHoldsQuery";
|
|
121
|
+
readonly route: {
|
|
122
|
+
readonly method: "GET";
|
|
123
|
+
readonly path: "/audit-events/legal-holds";
|
|
124
|
+
};
|
|
125
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
126
|
+
readonly authPolicy: "product-session";
|
|
127
|
+
readonly errorFamily: "structured-platform-error";
|
|
128
|
+
readonly streaming: false;
|
|
129
|
+
}, {
|
|
130
|
+
readonly operationKey: "audit-events.legal-holds.release";
|
|
131
|
+
readonly operationGroup: "audit-events";
|
|
132
|
+
readonly operationMethod: "legalHoldsRelease";
|
|
133
|
+
readonly operationId: "auditEvents.legalHolds.release";
|
|
134
|
+
readonly kind: "command";
|
|
135
|
+
readonly domain: "audit-events";
|
|
136
|
+
readonly messageName: "ReleaseAuditEventLegalHoldCommand";
|
|
137
|
+
readonly route: {
|
|
138
|
+
readonly method: "POST";
|
|
139
|
+
readonly path: "/audit-events/legal-holds/{holdId}/release";
|
|
140
|
+
};
|
|
141
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
142
|
+
readonly authPolicy: "product-session";
|
|
143
|
+
readonly errorFamily: "structured-platform-error";
|
|
144
|
+
readonly streaming: false;
|
|
145
|
+
}, {
|
|
146
|
+
readonly operationKey: "audit-events.legal-holds.show";
|
|
147
|
+
readonly operationGroup: "audit-events";
|
|
148
|
+
readonly operationMethod: "legalHoldsShow";
|
|
149
|
+
readonly operationId: "auditEvents.legalHolds.show";
|
|
150
|
+
readonly kind: "query";
|
|
151
|
+
readonly domain: "audit-events";
|
|
152
|
+
readonly messageName: "ShowAuditEventLegalHoldQuery";
|
|
153
|
+
readonly route: {
|
|
154
|
+
readonly method: "GET";
|
|
155
|
+
readonly path: "/audit-events/legal-holds/{holdId}";
|
|
156
|
+
};
|
|
157
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
158
|
+
readonly authPolicy: "product-session";
|
|
159
|
+
readonly errorFamily: "structured-platform-error";
|
|
160
|
+
readonly streaming: false;
|
|
161
|
+
}, {
|
|
162
|
+
readonly operationKey: "audit-events.list";
|
|
163
|
+
readonly operationGroup: "audit-events";
|
|
164
|
+
readonly operationMethod: "list";
|
|
165
|
+
readonly operationId: "auditEvents.list";
|
|
166
|
+
readonly kind: "query";
|
|
167
|
+
readonly domain: "audit-events";
|
|
168
|
+
readonly messageName: "ListAuditEventsQuery";
|
|
169
|
+
readonly route: {
|
|
170
|
+
readonly method: "GET";
|
|
171
|
+
readonly path: "/audit-events";
|
|
172
|
+
};
|
|
173
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
174
|
+
readonly authPolicy: "product-session";
|
|
175
|
+
readonly errorFamily: "structured-platform-error";
|
|
176
|
+
readonly streaming: false;
|
|
177
|
+
}, {
|
|
178
|
+
readonly operationKey: "audit-events.prune";
|
|
179
|
+
readonly operationGroup: "audit-events";
|
|
180
|
+
readonly operationMethod: "prune";
|
|
181
|
+
readonly operationId: "auditEvents.prune";
|
|
182
|
+
readonly kind: "command";
|
|
183
|
+
readonly domain: "audit-events";
|
|
184
|
+
readonly messageName: "PruneAuditEventsCommand";
|
|
185
|
+
readonly route: {
|
|
186
|
+
readonly method: "POST";
|
|
187
|
+
readonly path: "/audit-events/prune";
|
|
188
|
+
};
|
|
189
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
190
|
+
readonly authPolicy: "product-session";
|
|
191
|
+
readonly errorFamily: "structured-platform-error";
|
|
192
|
+
readonly streaming: false;
|
|
193
|
+
}, {
|
|
194
|
+
readonly operationKey: "audit-events.show";
|
|
195
|
+
readonly operationGroup: "audit-events";
|
|
196
|
+
readonly operationMethod: "show";
|
|
197
|
+
readonly operationId: "auditEvents.show";
|
|
198
|
+
readonly kind: "query";
|
|
199
|
+
readonly domain: "audit-events";
|
|
200
|
+
readonly messageName: "ShowAuditEventQuery";
|
|
201
|
+
readonly route: {
|
|
202
|
+
readonly method: "GET";
|
|
203
|
+
readonly path: "/audit-events/{auditEventId}";
|
|
204
|
+
};
|
|
205
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-audit-events";
|
|
206
|
+
readonly authPolicy: "product-session";
|
|
207
|
+
readonly errorFamily: "structured-platform-error";
|
|
208
|
+
readonly streaming: false;
|
|
209
|
+
}, {
|
|
210
|
+
readonly operationKey: "auth.bootstrap-first-admin";
|
|
211
|
+
readonly operationGroup: "auth";
|
|
212
|
+
readonly operationMethod: "bootstrapFirstAdmin";
|
|
213
|
+
readonly operationId: "auth.bootstrapFirstAdmin";
|
|
214
|
+
readonly kind: "command";
|
|
215
|
+
readonly domain: "auth";
|
|
216
|
+
readonly messageName: "BootstrapFirstAdminCommand";
|
|
217
|
+
readonly route: {
|
|
218
|
+
readonly method: "POST";
|
|
219
|
+
readonly path: "/bootstrap/auth/first-admin";
|
|
220
|
+
};
|
|
221
|
+
readonly docsHref: "/docs/self-hosting/first-admin-bootstrap/#self-hosting-first-admin-bootstrap";
|
|
222
|
+
readonly authPolicy: "bootstrap-public";
|
|
223
|
+
readonly errorFamily: "structured-platform-error";
|
|
224
|
+
readonly streaming: false;
|
|
225
|
+
}, {
|
|
226
|
+
readonly operationKey: "auth.bootstrap-status";
|
|
227
|
+
readonly operationGroup: "auth";
|
|
228
|
+
readonly operationMethod: "bootstrapStatus";
|
|
229
|
+
readonly operationId: "auth.bootstrapStatus";
|
|
230
|
+
readonly kind: "query";
|
|
231
|
+
readonly domain: "auth";
|
|
232
|
+
readonly messageName: "GetAuthBootstrapStatusQuery";
|
|
233
|
+
readonly route: {
|
|
234
|
+
readonly method: "GET";
|
|
235
|
+
readonly path: "/bootstrap/auth/status";
|
|
236
|
+
};
|
|
237
|
+
readonly docsHref: "/docs/self-hosting/first-admin-bootstrap/#self-hosting-first-admin-bootstrap";
|
|
238
|
+
readonly authPolicy: "bootstrap-public";
|
|
239
|
+
readonly errorFamily: "structured-platform-error";
|
|
240
|
+
readonly streaming: false;
|
|
241
|
+
}, {
|
|
242
|
+
readonly operationKey: "certificates.delete";
|
|
243
|
+
readonly operationGroup: "certificates";
|
|
244
|
+
readonly operationMethod: "delete";
|
|
245
|
+
readonly operationId: "certificates.delete";
|
|
246
|
+
readonly kind: "command";
|
|
247
|
+
readonly domain: "certificates";
|
|
248
|
+
readonly messageName: "DeleteCertificateCommand";
|
|
249
|
+
readonly route: {
|
|
250
|
+
readonly method: "DELETE";
|
|
251
|
+
readonly path: "/certificates/{certificateId}";
|
|
252
|
+
};
|
|
253
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
254
|
+
readonly authPolicy: "product-session";
|
|
255
|
+
readonly errorFamily: "structured-platform-error";
|
|
256
|
+
readonly streaming: false;
|
|
257
|
+
}, {
|
|
258
|
+
readonly operationKey: "certificates.import";
|
|
259
|
+
readonly operationGroup: "certificates";
|
|
260
|
+
readonly operationMethod: "import";
|
|
261
|
+
readonly operationId: "certificates.import";
|
|
262
|
+
readonly kind: "command";
|
|
263
|
+
readonly domain: "certificates";
|
|
264
|
+
readonly messageName: "ImportCertificateCommand";
|
|
265
|
+
readonly route: {
|
|
266
|
+
readonly method: "POST";
|
|
267
|
+
readonly path: "/certificates/import";
|
|
268
|
+
};
|
|
269
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
270
|
+
readonly authPolicy: "product-session";
|
|
271
|
+
readonly errorFamily: "structured-platform-error";
|
|
272
|
+
readonly streaming: false;
|
|
273
|
+
}, {
|
|
274
|
+
readonly operationKey: "certificates.issue-or-renew";
|
|
275
|
+
readonly operationGroup: "certificates";
|
|
276
|
+
readonly operationMethod: "issueOrRenew";
|
|
277
|
+
readonly operationId: "certificates.issueOrRenew";
|
|
278
|
+
readonly kind: "command";
|
|
279
|
+
readonly domain: "certificates";
|
|
280
|
+
readonly messageName: "IssueOrRenewCertificateCommand";
|
|
281
|
+
readonly route: {
|
|
282
|
+
readonly method: "POST";
|
|
283
|
+
readonly path: "/certificates/issue-or-renew";
|
|
284
|
+
};
|
|
285
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
286
|
+
readonly authPolicy: "product-session";
|
|
287
|
+
readonly errorFamily: "structured-platform-error";
|
|
288
|
+
readonly streaming: false;
|
|
289
|
+
}, {
|
|
290
|
+
readonly operationKey: "certificates.list";
|
|
291
|
+
readonly operationGroup: "certificates";
|
|
292
|
+
readonly operationMethod: "list";
|
|
293
|
+
readonly operationId: "certificates.list";
|
|
294
|
+
readonly kind: "query";
|
|
295
|
+
readonly domain: "certificates";
|
|
296
|
+
readonly messageName: "ListCertificatesQuery";
|
|
297
|
+
readonly route: {
|
|
298
|
+
readonly method: "GET";
|
|
299
|
+
readonly path: "/certificates";
|
|
300
|
+
};
|
|
301
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
302
|
+
readonly authPolicy: "product-session";
|
|
303
|
+
readonly errorFamily: "structured-platform-error";
|
|
304
|
+
readonly streaming: false;
|
|
305
|
+
}, {
|
|
306
|
+
readonly operationKey: "certificates.retry";
|
|
307
|
+
readonly operationGroup: "certificates";
|
|
308
|
+
readonly operationMethod: "retry";
|
|
309
|
+
readonly operationId: "certificates.retry";
|
|
310
|
+
readonly kind: "command";
|
|
311
|
+
readonly domain: "certificates";
|
|
312
|
+
readonly messageName: "RetryCertificateCommand";
|
|
313
|
+
readonly route: {
|
|
314
|
+
readonly method: "POST";
|
|
315
|
+
readonly path: "/certificates/{certificateId}/retries";
|
|
316
|
+
};
|
|
317
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
318
|
+
readonly authPolicy: "product-session";
|
|
319
|
+
readonly errorFamily: "structured-platform-error";
|
|
320
|
+
readonly streaming: false;
|
|
321
|
+
}, {
|
|
322
|
+
readonly operationKey: "certificates.revoke";
|
|
323
|
+
readonly operationGroup: "certificates";
|
|
324
|
+
readonly operationMethod: "revoke";
|
|
325
|
+
readonly operationId: "certificates.revoke";
|
|
326
|
+
readonly kind: "command";
|
|
327
|
+
readonly domain: "certificates";
|
|
328
|
+
readonly messageName: "RevokeCertificateCommand";
|
|
329
|
+
readonly route: {
|
|
330
|
+
readonly method: "POST";
|
|
331
|
+
readonly path: "/certificates/{certificateId}/revoke";
|
|
332
|
+
};
|
|
333
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
334
|
+
readonly authPolicy: "product-session";
|
|
335
|
+
readonly errorFamily: "structured-platform-error";
|
|
336
|
+
readonly streaming: false;
|
|
337
|
+
}, {
|
|
338
|
+
readonly operationKey: "certificates.show";
|
|
339
|
+
readonly operationGroup: "certificates";
|
|
340
|
+
readonly operationMethod: "show";
|
|
341
|
+
readonly operationId: "certificates.show";
|
|
342
|
+
readonly kind: "query";
|
|
343
|
+
readonly domain: "certificates";
|
|
344
|
+
readonly messageName: "ShowCertificateQuery";
|
|
345
|
+
readonly route: {
|
|
346
|
+
readonly method: "GET";
|
|
347
|
+
readonly path: "/certificates/{certificateId}";
|
|
348
|
+
};
|
|
349
|
+
readonly docsHref: "/docs/access/tls/certificates/#certificate-readiness";
|
|
350
|
+
readonly authPolicy: "product-session";
|
|
351
|
+
readonly errorFamily: "structured-platform-error";
|
|
352
|
+
readonly streaming: false;
|
|
353
|
+
}, {
|
|
354
|
+
readonly operationKey: "credentials.create-ssh";
|
|
355
|
+
readonly operationGroup: "credentials";
|
|
356
|
+
readonly operationMethod: "createSsh";
|
|
357
|
+
readonly operationId: "credentials.ssh.create";
|
|
358
|
+
readonly kind: "command";
|
|
359
|
+
readonly domain: "credentials";
|
|
360
|
+
readonly messageName: "CreateSshCredentialCommand";
|
|
361
|
+
readonly route: {
|
|
362
|
+
readonly method: "POST";
|
|
363
|
+
readonly path: "/credentials/ssh";
|
|
364
|
+
};
|
|
365
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
366
|
+
readonly authPolicy: "product-session";
|
|
367
|
+
readonly errorFamily: "structured-platform-error";
|
|
368
|
+
readonly streaming: false;
|
|
369
|
+
}, {
|
|
370
|
+
readonly operationKey: "credentials.delete-ssh";
|
|
371
|
+
readonly operationGroup: "credentials";
|
|
372
|
+
readonly operationMethod: "deleteSsh";
|
|
373
|
+
readonly operationId: "credentials.ssh.delete";
|
|
374
|
+
readonly kind: "command";
|
|
375
|
+
readonly domain: "credentials";
|
|
376
|
+
readonly messageName: "DeleteSshCredentialCommand";
|
|
377
|
+
readonly route: {
|
|
378
|
+
readonly method: "DELETE";
|
|
379
|
+
readonly path: "/credentials/ssh/{credentialId}";
|
|
380
|
+
};
|
|
381
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
382
|
+
readonly authPolicy: "product-session";
|
|
383
|
+
readonly errorFamily: "structured-platform-error";
|
|
384
|
+
readonly streaming: false;
|
|
385
|
+
}, {
|
|
386
|
+
readonly operationKey: "credentials.list-ssh";
|
|
387
|
+
readonly operationGroup: "credentials";
|
|
388
|
+
readonly operationMethod: "listSsh";
|
|
389
|
+
readonly operationId: "credentials.ssh.list";
|
|
390
|
+
readonly kind: "query";
|
|
391
|
+
readonly domain: "credentials";
|
|
392
|
+
readonly messageName: "ListSshCredentialsQuery";
|
|
393
|
+
readonly route: {
|
|
394
|
+
readonly method: "GET";
|
|
395
|
+
readonly path: "/credentials/ssh";
|
|
396
|
+
};
|
|
397
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
398
|
+
readonly authPolicy: "product-session";
|
|
399
|
+
readonly errorFamily: "structured-platform-error";
|
|
400
|
+
readonly streaming: false;
|
|
401
|
+
}, {
|
|
402
|
+
readonly operationKey: "credentials.rotate-ssh";
|
|
403
|
+
readonly operationGroup: "credentials";
|
|
404
|
+
readonly operationMethod: "rotateSsh";
|
|
405
|
+
readonly operationId: "credentials.ssh.rotate";
|
|
406
|
+
readonly kind: "command";
|
|
407
|
+
readonly domain: "credentials";
|
|
408
|
+
readonly messageName: "RotateSshCredentialCommand";
|
|
409
|
+
readonly route: {
|
|
410
|
+
readonly method: "POST";
|
|
411
|
+
readonly path: "/credentials/ssh/{credentialId}/rotate";
|
|
412
|
+
};
|
|
413
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
414
|
+
readonly authPolicy: "product-session";
|
|
415
|
+
readonly errorFamily: "structured-platform-error";
|
|
416
|
+
readonly streaming: false;
|
|
417
|
+
}, {
|
|
418
|
+
readonly operationKey: "credentials.show";
|
|
419
|
+
readonly operationGroup: "credentials";
|
|
420
|
+
readonly operationMethod: "show";
|
|
421
|
+
readonly operationId: "credentials.ssh.show";
|
|
422
|
+
readonly kind: "query";
|
|
423
|
+
readonly domain: "credentials";
|
|
424
|
+
readonly messageName: "ShowSshCredentialQuery";
|
|
425
|
+
readonly route: {
|
|
426
|
+
readonly method: "GET";
|
|
427
|
+
readonly path: "/credentials/ssh/{credentialId}";
|
|
428
|
+
};
|
|
429
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
430
|
+
readonly authPolicy: "product-session";
|
|
431
|
+
readonly errorFamily: "structured-platform-error";
|
|
432
|
+
readonly streaming: false;
|
|
433
|
+
}, {
|
|
434
|
+
readonly operationKey: "default-access-domain-policies.configure";
|
|
435
|
+
readonly operationGroup: "default-access-domain-policies";
|
|
436
|
+
readonly operationMethod: "configure";
|
|
437
|
+
readonly operationId: "defaultAccessDomainPolicies.configure";
|
|
438
|
+
readonly kind: "command";
|
|
439
|
+
readonly domain: "default-access-domain-policies";
|
|
440
|
+
readonly messageName: "ConfigureDefaultAccessDomainPolicyCommand";
|
|
441
|
+
readonly route: {
|
|
442
|
+
readonly method: "POST";
|
|
443
|
+
readonly path: "/default-access-domain-policies";
|
|
444
|
+
};
|
|
445
|
+
readonly docsHref: "/docs/access/generated-routes/#default-access-policy";
|
|
446
|
+
readonly authPolicy: "product-session";
|
|
447
|
+
readonly errorFamily: "structured-platform-error";
|
|
448
|
+
readonly streaming: false;
|
|
449
|
+
}, {
|
|
450
|
+
readonly operationKey: "default-access-domain-policies.list";
|
|
451
|
+
readonly operationGroup: "default-access-domain-policies";
|
|
452
|
+
readonly operationMethod: "list";
|
|
453
|
+
readonly operationId: "defaultAccessDomainPolicies.list";
|
|
454
|
+
readonly kind: "query";
|
|
455
|
+
readonly domain: "default-access-domain-policies";
|
|
456
|
+
readonly messageName: "ListDefaultAccessDomainPoliciesQuery";
|
|
457
|
+
readonly route: {
|
|
458
|
+
readonly method: "GET";
|
|
459
|
+
readonly path: "/default-access-domain-policies";
|
|
460
|
+
};
|
|
461
|
+
readonly docsHref: "/docs/access/generated-routes/#default-access-policy";
|
|
462
|
+
readonly authPolicy: "product-session";
|
|
463
|
+
readonly errorFamily: "structured-platform-error";
|
|
464
|
+
readonly streaming: false;
|
|
465
|
+
}, {
|
|
466
|
+
readonly operationKey: "default-access-domain-policies.show";
|
|
467
|
+
readonly operationGroup: "default-access-domain-policies";
|
|
468
|
+
readonly operationMethod: "show";
|
|
469
|
+
readonly operationId: "defaultAccessDomainPolicies.show";
|
|
470
|
+
readonly kind: "query";
|
|
471
|
+
readonly domain: "default-access-domain-policies";
|
|
472
|
+
readonly messageName: "ShowDefaultAccessDomainPolicyQuery";
|
|
473
|
+
readonly route: {
|
|
474
|
+
readonly method: "GET";
|
|
475
|
+
readonly path: "/default-access-domain-policies/show";
|
|
476
|
+
};
|
|
477
|
+
readonly docsHref: "/docs/access/generated-routes/#default-access-policy";
|
|
478
|
+
readonly authPolicy: "product-session";
|
|
479
|
+
readonly errorFamily: "structured-platform-error";
|
|
480
|
+
readonly streaming: false;
|
|
481
|
+
}, {
|
|
482
|
+
readonly operationKey: "dependency-resources.create-backup";
|
|
483
|
+
readonly operationGroup: "dependency-resources";
|
|
484
|
+
readonly operationMethod: "createBackup";
|
|
485
|
+
readonly operationId: "dependencyResources.createBackup";
|
|
486
|
+
readonly kind: "command";
|
|
487
|
+
readonly domain: "dependency-resources";
|
|
488
|
+
readonly messageName: "CreateDependencyResourceBackupCommand";
|
|
489
|
+
readonly route: {
|
|
490
|
+
readonly method: "POST";
|
|
491
|
+
readonly path: "/dependency-resources/{dependencyResourceId}/backups";
|
|
492
|
+
};
|
|
493
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
494
|
+
readonly authPolicy: "product-session";
|
|
495
|
+
readonly errorFamily: "structured-platform-error";
|
|
496
|
+
readonly streaming: false;
|
|
497
|
+
}, {
|
|
498
|
+
readonly operationKey: "dependency-resources.delete";
|
|
499
|
+
readonly operationGroup: "dependency-resources";
|
|
500
|
+
readonly operationMethod: "delete";
|
|
501
|
+
readonly operationId: "dependencyResources.delete";
|
|
502
|
+
readonly kind: "command";
|
|
503
|
+
readonly domain: "dependency-resources";
|
|
504
|
+
readonly messageName: "DeleteDependencyResourceCommand";
|
|
505
|
+
readonly route: {
|
|
506
|
+
readonly method: "DELETE";
|
|
507
|
+
readonly path: "/dependency-resources/{dependencyResourceId}";
|
|
508
|
+
};
|
|
509
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
510
|
+
readonly authPolicy: "product-session";
|
|
511
|
+
readonly errorFamily: "structured-platform-error";
|
|
512
|
+
readonly streaming: false;
|
|
513
|
+
}, {
|
|
514
|
+
readonly operationKey: "dependency-resources.import-postgres";
|
|
515
|
+
readonly operationGroup: "dependency-resources";
|
|
516
|
+
readonly operationMethod: "importPostgres";
|
|
517
|
+
readonly operationId: "dependencyResources.importPostgres";
|
|
518
|
+
readonly kind: "command";
|
|
519
|
+
readonly domain: "dependency-resources";
|
|
520
|
+
readonly messageName: "ImportPostgresDependencyResourceCommand";
|
|
521
|
+
readonly route: {
|
|
522
|
+
readonly method: "POST";
|
|
523
|
+
readonly path: "/dependency-resources/postgres/import";
|
|
524
|
+
};
|
|
525
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
526
|
+
readonly authPolicy: "product-session";
|
|
527
|
+
readonly errorFamily: "structured-platform-error";
|
|
528
|
+
readonly streaming: false;
|
|
529
|
+
}, {
|
|
530
|
+
readonly operationKey: "dependency-resources.import-redis";
|
|
531
|
+
readonly operationGroup: "dependency-resources";
|
|
532
|
+
readonly operationMethod: "importRedis";
|
|
533
|
+
readonly operationId: "dependencyResources.importRedis";
|
|
534
|
+
readonly kind: "command";
|
|
535
|
+
readonly domain: "dependency-resources";
|
|
536
|
+
readonly messageName: "ImportRedisDependencyResourceCommand";
|
|
537
|
+
readonly route: {
|
|
538
|
+
readonly method: "POST";
|
|
539
|
+
readonly path: "/dependency-resources/redis/import";
|
|
540
|
+
};
|
|
541
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
542
|
+
readonly authPolicy: "product-session";
|
|
543
|
+
readonly errorFamily: "structured-platform-error";
|
|
544
|
+
readonly streaming: false;
|
|
545
|
+
}, {
|
|
546
|
+
readonly operationKey: "dependency-resources.list";
|
|
547
|
+
readonly operationGroup: "dependency-resources";
|
|
548
|
+
readonly operationMethod: "list";
|
|
549
|
+
readonly operationId: "dependencyResources.list";
|
|
550
|
+
readonly kind: "query";
|
|
551
|
+
readonly domain: "dependency-resources";
|
|
552
|
+
readonly messageName: "ListDependencyResourcesQuery";
|
|
553
|
+
readonly route: {
|
|
554
|
+
readonly method: "GET";
|
|
555
|
+
readonly path: "/dependency-resources";
|
|
556
|
+
};
|
|
557
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
558
|
+
readonly authPolicy: "product-session";
|
|
559
|
+
readonly errorFamily: "structured-platform-error";
|
|
560
|
+
readonly streaming: false;
|
|
561
|
+
}, {
|
|
562
|
+
readonly operationKey: "dependency-resources.list-backups";
|
|
563
|
+
readonly operationGroup: "dependency-resources";
|
|
564
|
+
readonly operationMethod: "listBackups";
|
|
565
|
+
readonly operationId: "dependencyResources.listBackups";
|
|
566
|
+
readonly kind: "query";
|
|
567
|
+
readonly domain: "dependency-resources";
|
|
568
|
+
readonly messageName: "ListDependencyResourceBackupsQuery";
|
|
569
|
+
readonly route: {
|
|
570
|
+
readonly method: "GET";
|
|
571
|
+
readonly path: "/dependency-resources/{dependencyResourceId}/backups";
|
|
572
|
+
};
|
|
573
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
574
|
+
readonly authPolicy: "product-session";
|
|
575
|
+
readonly errorFamily: "structured-platform-error";
|
|
576
|
+
readonly streaming: false;
|
|
577
|
+
}, {
|
|
578
|
+
readonly operationKey: "dependency-resources.provision-postgres";
|
|
579
|
+
readonly operationGroup: "dependency-resources";
|
|
580
|
+
readonly operationMethod: "provisionPostgres";
|
|
581
|
+
readonly operationId: "dependencyResources.provisionPostgres";
|
|
582
|
+
readonly kind: "command";
|
|
583
|
+
readonly domain: "dependency-resources";
|
|
584
|
+
readonly messageName: "ProvisionPostgresDependencyResourceCommand";
|
|
585
|
+
readonly route: {
|
|
586
|
+
readonly method: "POST";
|
|
587
|
+
readonly path: "/dependency-resources/postgres/provision";
|
|
588
|
+
};
|
|
589
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
590
|
+
readonly authPolicy: "product-session";
|
|
591
|
+
readonly errorFamily: "structured-platform-error";
|
|
592
|
+
readonly streaming: false;
|
|
593
|
+
}, {
|
|
594
|
+
readonly operationKey: "dependency-resources.provision-redis";
|
|
595
|
+
readonly operationGroup: "dependency-resources";
|
|
596
|
+
readonly operationMethod: "provisionRedis";
|
|
597
|
+
readonly operationId: "dependencyResources.provisionRedis";
|
|
598
|
+
readonly kind: "command";
|
|
599
|
+
readonly domain: "dependency-resources";
|
|
600
|
+
readonly messageName: "ProvisionRedisDependencyResourceCommand";
|
|
601
|
+
readonly route: {
|
|
602
|
+
readonly method: "POST";
|
|
603
|
+
readonly path: "/dependency-resources/redis/provision";
|
|
604
|
+
};
|
|
605
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
606
|
+
readonly authPolicy: "product-session";
|
|
607
|
+
readonly errorFamily: "structured-platform-error";
|
|
608
|
+
readonly streaming: false;
|
|
609
|
+
}, {
|
|
610
|
+
readonly operationKey: "dependency-resources.rename";
|
|
611
|
+
readonly operationGroup: "dependency-resources";
|
|
612
|
+
readonly operationMethod: "rename";
|
|
613
|
+
readonly operationId: "dependencyResources.rename";
|
|
614
|
+
readonly kind: "command";
|
|
615
|
+
readonly domain: "dependency-resources";
|
|
616
|
+
readonly messageName: "RenameDependencyResourceCommand";
|
|
617
|
+
readonly route: {
|
|
618
|
+
readonly method: "POST";
|
|
619
|
+
readonly path: "/dependency-resources/{dependencyResourceId}/rename";
|
|
620
|
+
};
|
|
621
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
622
|
+
readonly authPolicy: "product-session";
|
|
623
|
+
readonly errorFamily: "structured-platform-error";
|
|
624
|
+
readonly streaming: false;
|
|
625
|
+
}, {
|
|
626
|
+
readonly operationKey: "dependency-resources.restore-backup";
|
|
627
|
+
readonly operationGroup: "dependency-resources";
|
|
628
|
+
readonly operationMethod: "restoreBackup";
|
|
629
|
+
readonly operationId: "dependencyResources.restoreBackup";
|
|
630
|
+
readonly kind: "command";
|
|
631
|
+
readonly domain: "dependency-resources";
|
|
632
|
+
readonly messageName: "RestoreDependencyResourceBackupCommand";
|
|
633
|
+
readonly route: {
|
|
634
|
+
readonly method: "POST";
|
|
635
|
+
readonly path: "/dependency-resources/backups/{backupId}/restore";
|
|
636
|
+
};
|
|
637
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
638
|
+
readonly authPolicy: "product-session";
|
|
639
|
+
readonly errorFamily: "structured-platform-error";
|
|
640
|
+
readonly streaming: false;
|
|
641
|
+
}, {
|
|
642
|
+
readonly operationKey: "dependency-resources.show";
|
|
643
|
+
readonly operationGroup: "dependency-resources";
|
|
644
|
+
readonly operationMethod: "show";
|
|
645
|
+
readonly operationId: "dependencyResources.show";
|
|
646
|
+
readonly kind: "query";
|
|
647
|
+
readonly domain: "dependency-resources";
|
|
648
|
+
readonly messageName: "ShowDependencyResourceQuery";
|
|
649
|
+
readonly route: {
|
|
650
|
+
readonly method: "GET";
|
|
651
|
+
readonly path: "/dependency-resources/{dependencyResourceId}";
|
|
652
|
+
};
|
|
653
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
654
|
+
readonly authPolicy: "product-session";
|
|
655
|
+
readonly errorFamily: "structured-platform-error";
|
|
656
|
+
readonly streaming: false;
|
|
657
|
+
}, {
|
|
658
|
+
readonly operationKey: "dependency-resources.show-backup";
|
|
659
|
+
readonly operationGroup: "dependency-resources";
|
|
660
|
+
readonly operationMethod: "showBackup";
|
|
661
|
+
readonly operationId: "dependencyResources.showBackup";
|
|
662
|
+
readonly kind: "query";
|
|
663
|
+
readonly domain: "dependency-resources";
|
|
664
|
+
readonly messageName: "ShowDependencyResourceBackupQuery";
|
|
665
|
+
readonly route: {
|
|
666
|
+
readonly method: "GET";
|
|
667
|
+
readonly path: "/dependency-resources/backups/{backupId}";
|
|
668
|
+
};
|
|
669
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
670
|
+
readonly authPolicy: "product-session";
|
|
671
|
+
readonly errorFamily: "structured-platform-error";
|
|
672
|
+
readonly streaming: false;
|
|
673
|
+
}, {
|
|
674
|
+
readonly operationKey: "deploy-tokens.create";
|
|
675
|
+
readonly operationGroup: "deploy-tokens";
|
|
676
|
+
readonly operationMethod: "create";
|
|
677
|
+
readonly operationId: "deployTokens.create";
|
|
678
|
+
readonly kind: "command";
|
|
679
|
+
readonly domain: "deploy-tokens";
|
|
680
|
+
readonly messageName: "CreateDeployTokenCommand";
|
|
681
|
+
readonly route: {
|
|
682
|
+
readonly method: "POST";
|
|
683
|
+
readonly path: "/deploy-tokens";
|
|
684
|
+
};
|
|
685
|
+
readonly docsHref: "/docs/self-hosting/action-deploy-token-auth/#self-hosting-action-deploy-token-auth";
|
|
686
|
+
readonly authPolicy: "product-session";
|
|
687
|
+
readonly errorFamily: "structured-platform-error";
|
|
688
|
+
readonly streaming: false;
|
|
689
|
+
}, {
|
|
690
|
+
readonly operationKey: "deploy-tokens.list";
|
|
691
|
+
readonly operationGroup: "deploy-tokens";
|
|
692
|
+
readonly operationMethod: "list";
|
|
693
|
+
readonly operationId: "deployTokens.list";
|
|
694
|
+
readonly kind: "query";
|
|
695
|
+
readonly domain: "deploy-tokens";
|
|
696
|
+
readonly messageName: "ListDeployTokensQuery";
|
|
697
|
+
readonly route: {
|
|
698
|
+
readonly method: "GET";
|
|
699
|
+
readonly path: "/deploy-tokens";
|
|
700
|
+
};
|
|
701
|
+
readonly docsHref: "/docs/self-hosting/action-deploy-token-auth/#self-hosting-action-deploy-token-auth";
|
|
702
|
+
readonly authPolicy: "product-session";
|
|
703
|
+
readonly errorFamily: "structured-platform-error";
|
|
704
|
+
readonly streaming: false;
|
|
705
|
+
}, {
|
|
706
|
+
readonly operationKey: "deploy-tokens.revoke";
|
|
707
|
+
readonly operationGroup: "deploy-tokens";
|
|
708
|
+
readonly operationMethod: "revoke";
|
|
709
|
+
readonly operationId: "deployTokens.revoke";
|
|
710
|
+
readonly kind: "command";
|
|
711
|
+
readonly domain: "deploy-tokens";
|
|
712
|
+
readonly messageName: "RevokeDeployTokenCommand";
|
|
713
|
+
readonly route: {
|
|
714
|
+
readonly method: "POST";
|
|
715
|
+
readonly path: "/deploy-tokens/{tokenId}/revoke";
|
|
716
|
+
};
|
|
717
|
+
readonly docsHref: "/docs/self-hosting/action-deploy-token-auth/#self-hosting-action-deploy-token-auth";
|
|
718
|
+
readonly authPolicy: "product-session";
|
|
719
|
+
readonly errorFamily: "structured-platform-error";
|
|
720
|
+
readonly streaming: false;
|
|
721
|
+
}, {
|
|
722
|
+
readonly operationKey: "deploy-tokens.rotate";
|
|
723
|
+
readonly operationGroup: "deploy-tokens";
|
|
724
|
+
readonly operationMethod: "rotate";
|
|
725
|
+
readonly operationId: "deployTokens.rotate";
|
|
726
|
+
readonly kind: "command";
|
|
727
|
+
readonly domain: "deploy-tokens";
|
|
728
|
+
readonly messageName: "RotateDeployTokenCommand";
|
|
729
|
+
readonly route: {
|
|
730
|
+
readonly method: "POST";
|
|
731
|
+
readonly path: "/deploy-tokens/{tokenId}/rotate";
|
|
732
|
+
};
|
|
733
|
+
readonly docsHref: "/docs/self-hosting/action-deploy-token-auth/#self-hosting-action-deploy-token-auth";
|
|
734
|
+
readonly authPolicy: "product-session";
|
|
735
|
+
readonly errorFamily: "structured-platform-error";
|
|
736
|
+
readonly streaming: false;
|
|
737
|
+
}, {
|
|
738
|
+
readonly operationKey: "deploy-tokens.show";
|
|
739
|
+
readonly operationGroup: "deploy-tokens";
|
|
740
|
+
readonly operationMethod: "show";
|
|
741
|
+
readonly operationId: "deployTokens.show";
|
|
742
|
+
readonly kind: "query";
|
|
743
|
+
readonly domain: "deploy-tokens";
|
|
744
|
+
readonly messageName: "ShowDeployTokenQuery";
|
|
745
|
+
readonly route: {
|
|
746
|
+
readonly method: "GET";
|
|
747
|
+
readonly path: "/deploy-tokens/{tokenId}";
|
|
748
|
+
};
|
|
749
|
+
readonly docsHref: "/docs/self-hosting/action-deploy-token-auth/#self-hosting-action-deploy-token-auth";
|
|
750
|
+
readonly authPolicy: "product-session";
|
|
751
|
+
readonly errorFamily: "structured-platform-error";
|
|
752
|
+
readonly streaming: false;
|
|
753
|
+
}, {
|
|
754
|
+
readonly operationKey: "deployments.cleanup-preview";
|
|
755
|
+
readonly operationGroup: "deployments";
|
|
756
|
+
readonly operationMethod: "cleanupPreview";
|
|
757
|
+
readonly operationId: "deployments.cleanupPreview";
|
|
758
|
+
readonly kind: "command";
|
|
759
|
+
readonly domain: "deployments";
|
|
760
|
+
readonly messageName: "CleanupPreviewCommand";
|
|
761
|
+
readonly route: {
|
|
762
|
+
readonly method: "POST";
|
|
763
|
+
readonly path: "/deployments/cleanup-preview";
|
|
764
|
+
};
|
|
765
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-preview-cleanup";
|
|
766
|
+
readonly authPolicy: "product-session";
|
|
767
|
+
readonly errorFamily: "structured-platform-error";
|
|
768
|
+
readonly streaming: false;
|
|
769
|
+
}, {
|
|
770
|
+
readonly operationKey: "deployments.create";
|
|
771
|
+
readonly operationGroup: "deployments";
|
|
772
|
+
readonly operationMethod: "create";
|
|
773
|
+
readonly operationId: "deployments.create";
|
|
774
|
+
readonly kind: "command";
|
|
775
|
+
readonly domain: "deployments";
|
|
776
|
+
readonly messageName: "CreateDeploymentCommand";
|
|
777
|
+
readonly route: {
|
|
778
|
+
readonly method: "POST";
|
|
779
|
+
readonly path: "/deployments";
|
|
780
|
+
};
|
|
781
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
782
|
+
readonly authPolicy: "product-session";
|
|
783
|
+
readonly errorFamily: "structured-platform-error";
|
|
784
|
+
readonly streaming: false;
|
|
785
|
+
}, {
|
|
786
|
+
readonly operationKey: "deployments.create";
|
|
787
|
+
readonly operationGroup: "deployments";
|
|
788
|
+
readonly operationMethod: "create";
|
|
789
|
+
readonly operationId: "deployments.createStream";
|
|
790
|
+
readonly kind: "command";
|
|
791
|
+
readonly domain: "deployments";
|
|
792
|
+
readonly messageName: "CreateDeploymentCommand";
|
|
793
|
+
readonly route: {
|
|
794
|
+
readonly method: "POST";
|
|
795
|
+
readonly path: "/deployments/stream";
|
|
796
|
+
};
|
|
797
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
798
|
+
readonly authPolicy: "product-session";
|
|
799
|
+
readonly errorFamily: "structured-platform-error";
|
|
800
|
+
readonly streaming: true;
|
|
801
|
+
}, {
|
|
802
|
+
readonly operationKey: "deployments.list";
|
|
803
|
+
readonly operationGroup: "deployments";
|
|
804
|
+
readonly operationMethod: "list";
|
|
805
|
+
readonly operationId: "deployments.list";
|
|
806
|
+
readonly kind: "query";
|
|
807
|
+
readonly domain: "deployments";
|
|
808
|
+
readonly messageName: "ListDeploymentsQuery";
|
|
809
|
+
readonly route: {
|
|
810
|
+
readonly method: "GET";
|
|
811
|
+
readonly path: "/deployments";
|
|
812
|
+
};
|
|
813
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
814
|
+
readonly authPolicy: "product-session";
|
|
815
|
+
readonly errorFamily: "structured-platform-error";
|
|
816
|
+
readonly streaming: false;
|
|
817
|
+
}, {
|
|
818
|
+
readonly operationKey: "deployments.logs";
|
|
819
|
+
readonly operationGroup: "deployments";
|
|
820
|
+
readonly operationMethod: "logs";
|
|
821
|
+
readonly operationId: "deployments.logs";
|
|
822
|
+
readonly kind: "query";
|
|
823
|
+
readonly domain: "deployments";
|
|
824
|
+
readonly messageName: "DeploymentLogsQuery";
|
|
825
|
+
readonly route: {
|
|
826
|
+
readonly method: "GET";
|
|
827
|
+
readonly path: "/deployments/{deploymentId}/logs";
|
|
828
|
+
};
|
|
829
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
830
|
+
readonly authPolicy: "product-session";
|
|
831
|
+
readonly errorFamily: "structured-platform-error";
|
|
832
|
+
readonly streaming: false;
|
|
833
|
+
}, {
|
|
834
|
+
readonly operationKey: "deployments.logs.prune";
|
|
835
|
+
readonly operationGroup: "deployments";
|
|
836
|
+
readonly operationMethod: "logsPrune";
|
|
837
|
+
readonly operationId: "deployments.pruneLogs";
|
|
838
|
+
readonly kind: "command";
|
|
839
|
+
readonly domain: "deployments";
|
|
840
|
+
readonly messageName: "PruneDeploymentLogsCommand";
|
|
841
|
+
readonly route: {
|
|
842
|
+
readonly method: "POST";
|
|
843
|
+
readonly path: "/deployments/logs/prune";
|
|
844
|
+
};
|
|
845
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
846
|
+
readonly authPolicy: "product-session";
|
|
847
|
+
readonly errorFamily: "structured-platform-error";
|
|
848
|
+
readonly streaming: false;
|
|
849
|
+
}, {
|
|
850
|
+
readonly operationKey: "deployments.plan";
|
|
851
|
+
readonly operationGroup: "deployments";
|
|
852
|
+
readonly operationMethod: "plan";
|
|
853
|
+
readonly operationId: "deployments.plan";
|
|
854
|
+
readonly kind: "query";
|
|
855
|
+
readonly domain: "deployments";
|
|
856
|
+
readonly messageName: "DeploymentPlanQuery";
|
|
857
|
+
readonly route: {
|
|
858
|
+
readonly method: "GET";
|
|
859
|
+
readonly path: "/deployments/plan";
|
|
860
|
+
};
|
|
861
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-plan-preview";
|
|
862
|
+
readonly authPolicy: "product-session";
|
|
863
|
+
readonly errorFamily: "structured-platform-error";
|
|
864
|
+
readonly streaming: false;
|
|
865
|
+
}, {
|
|
866
|
+
readonly operationKey: "deployments.recovery-readiness";
|
|
867
|
+
readonly operationGroup: "deployments";
|
|
868
|
+
readonly operationMethod: "recoveryReadiness";
|
|
869
|
+
readonly operationId: "deployments.recoveryReadiness";
|
|
870
|
+
readonly kind: "query";
|
|
871
|
+
readonly domain: "deployments";
|
|
872
|
+
readonly messageName: "DeploymentRecoveryReadinessQuery";
|
|
873
|
+
readonly route: {
|
|
874
|
+
readonly method: "GET";
|
|
875
|
+
readonly path: "/deployments/{deploymentId}/recovery-readiness";
|
|
876
|
+
};
|
|
877
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-recovery-readiness";
|
|
878
|
+
readonly authPolicy: "product-session";
|
|
879
|
+
readonly errorFamily: "structured-platform-error";
|
|
880
|
+
readonly streaming: false;
|
|
881
|
+
}, {
|
|
882
|
+
readonly operationKey: "deployments.redeploy";
|
|
883
|
+
readonly operationGroup: "deployments";
|
|
884
|
+
readonly operationMethod: "redeploy";
|
|
885
|
+
readonly operationId: "deployments.redeploy";
|
|
886
|
+
readonly kind: "command";
|
|
887
|
+
readonly domain: "deployments";
|
|
888
|
+
readonly messageName: "RedeployDeploymentCommand";
|
|
889
|
+
readonly route: {
|
|
890
|
+
readonly method: "POST";
|
|
891
|
+
readonly path: "/resources/{resourceId}/redeploy";
|
|
892
|
+
};
|
|
893
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-recovery-readiness";
|
|
894
|
+
readonly authPolicy: "product-session";
|
|
895
|
+
readonly errorFamily: "structured-platform-error";
|
|
896
|
+
readonly streaming: false;
|
|
897
|
+
}, {
|
|
898
|
+
readonly operationKey: "deployments.retry";
|
|
899
|
+
readonly operationGroup: "deployments";
|
|
900
|
+
readonly operationMethod: "retry";
|
|
901
|
+
readonly operationId: "deployments.retry";
|
|
902
|
+
readonly kind: "command";
|
|
903
|
+
readonly domain: "deployments";
|
|
904
|
+
readonly messageName: "RetryDeploymentCommand";
|
|
905
|
+
readonly route: {
|
|
906
|
+
readonly method: "POST";
|
|
907
|
+
readonly path: "/deployments/{deploymentId}/retry";
|
|
908
|
+
};
|
|
909
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-recovery-readiness";
|
|
910
|
+
readonly authPolicy: "product-session";
|
|
911
|
+
readonly errorFamily: "structured-platform-error";
|
|
912
|
+
readonly streaming: false;
|
|
913
|
+
}, {
|
|
914
|
+
readonly operationKey: "deployments.rollback";
|
|
915
|
+
readonly operationGroup: "deployments";
|
|
916
|
+
readonly operationMethod: "rollback";
|
|
917
|
+
readonly operationId: "deployments.rollback";
|
|
918
|
+
readonly kind: "command";
|
|
919
|
+
readonly domain: "deployments";
|
|
920
|
+
readonly messageName: "RollbackDeploymentCommand";
|
|
921
|
+
readonly route: {
|
|
922
|
+
readonly method: "POST";
|
|
923
|
+
readonly path: "/deployments/{deploymentId}/rollback";
|
|
924
|
+
};
|
|
925
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-recovery-readiness";
|
|
926
|
+
readonly authPolicy: "product-session";
|
|
927
|
+
readonly errorFamily: "structured-platform-error";
|
|
928
|
+
readonly streaming: false;
|
|
929
|
+
}, {
|
|
930
|
+
readonly operationKey: "deployments.show";
|
|
931
|
+
readonly operationGroup: "deployments";
|
|
932
|
+
readonly operationMethod: "show";
|
|
933
|
+
readonly operationId: "deployments.show";
|
|
934
|
+
readonly kind: "query";
|
|
935
|
+
readonly domain: "deployments";
|
|
936
|
+
readonly messageName: "ShowDeploymentQuery";
|
|
937
|
+
readonly route: {
|
|
938
|
+
readonly method: "GET";
|
|
939
|
+
readonly path: "/deployments/{deploymentId}";
|
|
940
|
+
};
|
|
941
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
942
|
+
readonly authPolicy: "product-session";
|
|
943
|
+
readonly errorFamily: "structured-platform-error";
|
|
944
|
+
readonly streaming: false;
|
|
945
|
+
}, {
|
|
946
|
+
readonly operationKey: "deployments.stream-events";
|
|
947
|
+
readonly operationGroup: "deployments";
|
|
948
|
+
readonly operationMethod: "streamEvents";
|
|
949
|
+
readonly operationId: "deployments.events";
|
|
950
|
+
readonly kind: "query";
|
|
951
|
+
readonly domain: "deployments";
|
|
952
|
+
readonly messageName: "StreamDeploymentEventsQuery";
|
|
953
|
+
readonly route: {
|
|
954
|
+
readonly method: "GET";
|
|
955
|
+
readonly path: "/deployments/{deploymentId}/events";
|
|
956
|
+
};
|
|
957
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
958
|
+
readonly authPolicy: "product-session";
|
|
959
|
+
readonly errorFamily: "structured-platform-error";
|
|
960
|
+
readonly streaming: false;
|
|
961
|
+
}, {
|
|
962
|
+
readonly operationKey: "deployments.stream-events";
|
|
963
|
+
readonly operationGroup: "deployments";
|
|
964
|
+
readonly operationMethod: "streamEvents";
|
|
965
|
+
readonly operationId: "deployments.eventsStream";
|
|
966
|
+
readonly kind: "query";
|
|
967
|
+
readonly domain: "deployments";
|
|
968
|
+
readonly messageName: "StreamDeploymentEventsQuery";
|
|
969
|
+
readonly route: {
|
|
970
|
+
readonly method: "GET";
|
|
971
|
+
readonly path: "/deployments/{deploymentId}/events/stream";
|
|
972
|
+
};
|
|
973
|
+
readonly docsHref: "/docs/deploy/lifecycle/#deployment-lifecycle";
|
|
974
|
+
readonly authPolicy: "product-session";
|
|
975
|
+
readonly errorFamily: "structured-platform-error";
|
|
976
|
+
readonly streaming: true;
|
|
977
|
+
}, {
|
|
978
|
+
readonly operationKey: "domain-bindings.configure-route";
|
|
979
|
+
readonly operationGroup: "domain-bindings";
|
|
980
|
+
readonly operationMethod: "configureRoute";
|
|
981
|
+
readonly operationId: "domainBindings.configureRoute";
|
|
982
|
+
readonly kind: "command";
|
|
983
|
+
readonly domain: "domain-bindings";
|
|
984
|
+
readonly messageName: "ConfigureDomainBindingRouteCommand";
|
|
985
|
+
readonly route: {
|
|
986
|
+
readonly method: "POST";
|
|
987
|
+
readonly path: "/domain-bindings/{domainBindingId}/route";
|
|
988
|
+
};
|
|
989
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
990
|
+
readonly authPolicy: "product-session";
|
|
991
|
+
readonly errorFamily: "structured-platform-error";
|
|
992
|
+
readonly streaming: false;
|
|
993
|
+
}, {
|
|
994
|
+
readonly operationKey: "domain-bindings.confirm-ownership";
|
|
995
|
+
readonly operationGroup: "domain-bindings";
|
|
996
|
+
readonly operationMethod: "confirmOwnership";
|
|
997
|
+
readonly operationId: "domainBindings.confirmOwnership";
|
|
998
|
+
readonly kind: "command";
|
|
999
|
+
readonly domain: "domain-bindings";
|
|
1000
|
+
readonly messageName: "ConfirmDomainBindingOwnershipCommand";
|
|
1001
|
+
readonly route: {
|
|
1002
|
+
readonly method: "POST";
|
|
1003
|
+
readonly path: "/domain-bindings/{domainBindingId}/ownership-confirmations";
|
|
1004
|
+
};
|
|
1005
|
+
readonly docsHref: "/docs/access/domains/ownership/#domain-binding-ownership-check";
|
|
1006
|
+
readonly authPolicy: "product-session";
|
|
1007
|
+
readonly errorFamily: "structured-platform-error";
|
|
1008
|
+
readonly streaming: false;
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly operationKey: "domain-bindings.create";
|
|
1011
|
+
readonly operationGroup: "domain-bindings";
|
|
1012
|
+
readonly operationMethod: "create";
|
|
1013
|
+
readonly operationId: "domainBindings.create";
|
|
1014
|
+
readonly kind: "command";
|
|
1015
|
+
readonly domain: "domain-bindings";
|
|
1016
|
+
readonly messageName: "CreateDomainBindingCommand";
|
|
1017
|
+
readonly route: {
|
|
1018
|
+
readonly method: "POST";
|
|
1019
|
+
readonly path: "/domain-bindings";
|
|
1020
|
+
};
|
|
1021
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
1022
|
+
readonly authPolicy: "product-session";
|
|
1023
|
+
readonly errorFamily: "structured-platform-error";
|
|
1024
|
+
readonly streaming: false;
|
|
1025
|
+
}, {
|
|
1026
|
+
readonly operationKey: "domain-bindings.delete";
|
|
1027
|
+
readonly operationGroup: "domain-bindings";
|
|
1028
|
+
readonly operationMethod: "delete";
|
|
1029
|
+
readonly operationId: "domainBindings.delete";
|
|
1030
|
+
readonly kind: "command";
|
|
1031
|
+
readonly domain: "domain-bindings";
|
|
1032
|
+
readonly messageName: "DeleteDomainBindingCommand";
|
|
1033
|
+
readonly route: {
|
|
1034
|
+
readonly method: "DELETE";
|
|
1035
|
+
readonly path: "/domain-bindings/{domainBindingId}";
|
|
1036
|
+
};
|
|
1037
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
1038
|
+
readonly authPolicy: "product-session";
|
|
1039
|
+
readonly errorFamily: "structured-platform-error";
|
|
1040
|
+
readonly streaming: false;
|
|
1041
|
+
}, {
|
|
1042
|
+
readonly operationKey: "domain-bindings.delete-check";
|
|
1043
|
+
readonly operationGroup: "domain-bindings";
|
|
1044
|
+
readonly operationMethod: "deleteCheck";
|
|
1045
|
+
readonly operationId: "domainBindings.deleteCheck";
|
|
1046
|
+
readonly kind: "query";
|
|
1047
|
+
readonly domain: "domain-bindings";
|
|
1048
|
+
readonly messageName: "CheckDomainBindingDeleteSafetyQuery";
|
|
1049
|
+
readonly route: {
|
|
1050
|
+
readonly method: "GET";
|
|
1051
|
+
readonly path: "/domain-bindings/{domainBindingId}/delete-check";
|
|
1052
|
+
};
|
|
1053
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
1054
|
+
readonly authPolicy: "product-session";
|
|
1055
|
+
readonly errorFamily: "structured-platform-error";
|
|
1056
|
+
readonly streaming: false;
|
|
1057
|
+
}, {
|
|
1058
|
+
readonly operationKey: "domain-bindings.list";
|
|
1059
|
+
readonly operationGroup: "domain-bindings";
|
|
1060
|
+
readonly operationMethod: "list";
|
|
1061
|
+
readonly operationId: "domainBindings.list";
|
|
1062
|
+
readonly kind: "query";
|
|
1063
|
+
readonly domain: "domain-bindings";
|
|
1064
|
+
readonly messageName: "ListDomainBindingsQuery";
|
|
1065
|
+
readonly route: {
|
|
1066
|
+
readonly method: "GET";
|
|
1067
|
+
readonly path: "/domain-bindings";
|
|
1068
|
+
};
|
|
1069
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
1070
|
+
readonly authPolicy: "product-session";
|
|
1071
|
+
readonly errorFamily: "structured-platform-error";
|
|
1072
|
+
readonly streaming: false;
|
|
1073
|
+
}, {
|
|
1074
|
+
readonly operationKey: "domain-bindings.retry-verification";
|
|
1075
|
+
readonly operationGroup: "domain-bindings";
|
|
1076
|
+
readonly operationMethod: "retryVerification";
|
|
1077
|
+
readonly operationId: "domainBindings.retryVerification";
|
|
1078
|
+
readonly kind: "command";
|
|
1079
|
+
readonly domain: "domain-bindings";
|
|
1080
|
+
readonly messageName: "RetryDomainBindingVerificationCommand";
|
|
1081
|
+
readonly route: {
|
|
1082
|
+
readonly method: "POST";
|
|
1083
|
+
readonly path: "/domain-bindings/{domainBindingId}/verification-retries";
|
|
1084
|
+
};
|
|
1085
|
+
readonly docsHref: "/docs/access/domains/ownership/#domain-binding-ownership-check";
|
|
1086
|
+
readonly authPolicy: "product-session";
|
|
1087
|
+
readonly errorFamily: "structured-platform-error";
|
|
1088
|
+
readonly streaming: false;
|
|
1089
|
+
}, {
|
|
1090
|
+
readonly operationKey: "domain-bindings.show";
|
|
1091
|
+
readonly operationGroup: "domain-bindings";
|
|
1092
|
+
readonly operationMethod: "show";
|
|
1093
|
+
readonly operationId: "domainBindings.show";
|
|
1094
|
+
readonly kind: "query";
|
|
1095
|
+
readonly domain: "domain-bindings";
|
|
1096
|
+
readonly messageName: "ShowDomainBindingQuery";
|
|
1097
|
+
readonly route: {
|
|
1098
|
+
readonly method: "GET";
|
|
1099
|
+
readonly path: "/domain-bindings/{domainBindingId}";
|
|
1100
|
+
};
|
|
1101
|
+
readonly docsHref: "/docs/access/domains/custom-domains/#domain-binding-purpose";
|
|
1102
|
+
readonly authPolicy: "product-session";
|
|
1103
|
+
readonly errorFamily: "structured-platform-error";
|
|
1104
|
+
readonly streaming: false;
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly operationKey: "domain-events.prune";
|
|
1107
|
+
readonly operationGroup: "domain-events";
|
|
1108
|
+
readonly operationMethod: "prune";
|
|
1109
|
+
readonly operationId: "domainEvents.prune";
|
|
1110
|
+
readonly kind: "command";
|
|
1111
|
+
readonly domain: "domain-events";
|
|
1112
|
+
readonly messageName: "PruneDomainEventsCommand";
|
|
1113
|
+
readonly route: {
|
|
1114
|
+
readonly method: "POST";
|
|
1115
|
+
readonly path: "/domain-events/prune";
|
|
1116
|
+
};
|
|
1117
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-domain-events";
|
|
1118
|
+
readonly authPolicy: "product-session";
|
|
1119
|
+
readonly errorFamily: "structured-platform-error";
|
|
1120
|
+
readonly streaming: false;
|
|
1121
|
+
}, {
|
|
1122
|
+
readonly operationKey: "environments.archive";
|
|
1123
|
+
readonly operationGroup: "environments";
|
|
1124
|
+
readonly operationMethod: "archive";
|
|
1125
|
+
readonly operationId: "environments.archive";
|
|
1126
|
+
readonly kind: "command";
|
|
1127
|
+
readonly domain: "environments";
|
|
1128
|
+
readonly messageName: "ArchiveEnvironmentCommand";
|
|
1129
|
+
readonly route: {
|
|
1130
|
+
readonly method: "POST";
|
|
1131
|
+
readonly path: "/environments/{environmentId}/archive";
|
|
1132
|
+
};
|
|
1133
|
+
readonly docsHref: "/docs/environments/model/#environment-lifecycle";
|
|
1134
|
+
readonly authPolicy: "product-session";
|
|
1135
|
+
readonly errorFamily: "structured-platform-error";
|
|
1136
|
+
readonly streaming: false;
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly operationKey: "environments.clone";
|
|
1139
|
+
readonly operationGroup: "environments";
|
|
1140
|
+
readonly operationMethod: "clone";
|
|
1141
|
+
readonly operationId: "environments.clone";
|
|
1142
|
+
readonly kind: "command";
|
|
1143
|
+
readonly domain: "environments";
|
|
1144
|
+
readonly messageName: "CloneEnvironmentCommand";
|
|
1145
|
+
readonly route: {
|
|
1146
|
+
readonly method: "POST";
|
|
1147
|
+
readonly path: "/environments/{environmentId}/clone";
|
|
1148
|
+
};
|
|
1149
|
+
readonly docsHref: "/docs/environments/model/#environment-lifecycle";
|
|
1150
|
+
readonly authPolicy: "product-session";
|
|
1151
|
+
readonly errorFamily: "structured-platform-error";
|
|
1152
|
+
readonly streaming: false;
|
|
1153
|
+
}, {
|
|
1154
|
+
readonly operationKey: "environments.create";
|
|
1155
|
+
readonly operationGroup: "environments";
|
|
1156
|
+
readonly operationMethod: "create";
|
|
1157
|
+
readonly operationId: "environments.create";
|
|
1158
|
+
readonly kind: "command";
|
|
1159
|
+
readonly domain: "environments";
|
|
1160
|
+
readonly messageName: "CreateEnvironmentCommand";
|
|
1161
|
+
readonly route: {
|
|
1162
|
+
readonly method: "POST";
|
|
1163
|
+
readonly path: "/environments";
|
|
1164
|
+
};
|
|
1165
|
+
readonly docsHref: "/docs/environments/model/#concept-environment";
|
|
1166
|
+
readonly authPolicy: "product-session";
|
|
1167
|
+
readonly errorFamily: "structured-platform-error";
|
|
1168
|
+
readonly streaming: false;
|
|
1169
|
+
}, {
|
|
1170
|
+
readonly operationKey: "environments.diff";
|
|
1171
|
+
readonly operationGroup: "environments";
|
|
1172
|
+
readonly operationMethod: "diff";
|
|
1173
|
+
readonly operationId: "environments.diff";
|
|
1174
|
+
readonly kind: "query";
|
|
1175
|
+
readonly domain: "environments";
|
|
1176
|
+
readonly messageName: "DiffEnvironmentsQuery";
|
|
1177
|
+
readonly route: {
|
|
1178
|
+
readonly method: "GET";
|
|
1179
|
+
readonly path: "/environments/{environmentId}/diff/{otherEnvironmentId}";
|
|
1180
|
+
};
|
|
1181
|
+
readonly docsHref: "/docs/environments/changes/diff-promote/#environment-diff";
|
|
1182
|
+
readonly authPolicy: "product-session";
|
|
1183
|
+
readonly errorFamily: "structured-platform-error";
|
|
1184
|
+
readonly streaming: false;
|
|
1185
|
+
}, {
|
|
1186
|
+
readonly operationKey: "environments.effective-precedence";
|
|
1187
|
+
readonly operationGroup: "environments";
|
|
1188
|
+
readonly operationMethod: "effectivePrecedence";
|
|
1189
|
+
readonly operationId: "environments.effectivePrecedence";
|
|
1190
|
+
readonly kind: "query";
|
|
1191
|
+
readonly domain: "environments";
|
|
1192
|
+
readonly messageName: "EnvironmentEffectivePrecedenceQuery";
|
|
1193
|
+
readonly route: {
|
|
1194
|
+
readonly method: "GET";
|
|
1195
|
+
readonly path: "/environments/{environmentId}/effective-precedence";
|
|
1196
|
+
};
|
|
1197
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
1198
|
+
readonly authPolicy: "product-session";
|
|
1199
|
+
readonly errorFamily: "structured-platform-error";
|
|
1200
|
+
readonly streaming: false;
|
|
1201
|
+
}, {
|
|
1202
|
+
readonly operationKey: "environments.list";
|
|
1203
|
+
readonly operationGroup: "environments";
|
|
1204
|
+
readonly operationMethod: "list";
|
|
1205
|
+
readonly operationId: "environments.list";
|
|
1206
|
+
readonly kind: "query";
|
|
1207
|
+
readonly domain: "environments";
|
|
1208
|
+
readonly messageName: "ListEnvironmentsQuery";
|
|
1209
|
+
readonly route: {
|
|
1210
|
+
readonly method: "GET";
|
|
1211
|
+
readonly path: "/environments";
|
|
1212
|
+
};
|
|
1213
|
+
readonly docsHref: "/docs/environments/model/#concept-environment";
|
|
1214
|
+
readonly authPolicy: "product-session";
|
|
1215
|
+
readonly errorFamily: "structured-platform-error";
|
|
1216
|
+
readonly streaming: false;
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly operationKey: "environments.lock";
|
|
1219
|
+
readonly operationGroup: "environments";
|
|
1220
|
+
readonly operationMethod: "lock";
|
|
1221
|
+
readonly operationId: "environments.lock";
|
|
1222
|
+
readonly kind: "command";
|
|
1223
|
+
readonly domain: "environments";
|
|
1224
|
+
readonly messageName: "LockEnvironmentCommand";
|
|
1225
|
+
readonly route: {
|
|
1226
|
+
readonly method: "POST";
|
|
1227
|
+
readonly path: "/environments/{environmentId}/lock";
|
|
1228
|
+
};
|
|
1229
|
+
readonly docsHref: "/docs/environments/model/#environment-lifecycle";
|
|
1230
|
+
readonly authPolicy: "product-session";
|
|
1231
|
+
readonly errorFamily: "structured-platform-error";
|
|
1232
|
+
readonly streaming: false;
|
|
1233
|
+
}, {
|
|
1234
|
+
readonly operationKey: "environments.promote";
|
|
1235
|
+
readonly operationGroup: "environments";
|
|
1236
|
+
readonly operationMethod: "promote";
|
|
1237
|
+
readonly operationId: "environments.promote";
|
|
1238
|
+
readonly kind: "command";
|
|
1239
|
+
readonly domain: "environments";
|
|
1240
|
+
readonly messageName: "PromoteEnvironmentCommand";
|
|
1241
|
+
readonly route: {
|
|
1242
|
+
readonly method: "POST";
|
|
1243
|
+
readonly path: "/environments/{environmentId}/promote";
|
|
1244
|
+
};
|
|
1245
|
+
readonly docsHref: "/docs/environments/changes/diff-promote/#environment-diff";
|
|
1246
|
+
readonly authPolicy: "product-session";
|
|
1247
|
+
readonly errorFamily: "structured-platform-error";
|
|
1248
|
+
readonly streaming: false;
|
|
1249
|
+
}, {
|
|
1250
|
+
readonly operationKey: "environments.rename";
|
|
1251
|
+
readonly operationGroup: "environments";
|
|
1252
|
+
readonly operationMethod: "rename";
|
|
1253
|
+
readonly operationId: "environments.rename";
|
|
1254
|
+
readonly kind: "command";
|
|
1255
|
+
readonly domain: "environments";
|
|
1256
|
+
readonly messageName: "RenameEnvironmentCommand";
|
|
1257
|
+
readonly route: {
|
|
1258
|
+
readonly method: "POST";
|
|
1259
|
+
readonly path: "/environments/{environmentId}/rename";
|
|
1260
|
+
};
|
|
1261
|
+
readonly docsHref: "/docs/environments/model/#environment-lifecycle";
|
|
1262
|
+
readonly authPolicy: "product-session";
|
|
1263
|
+
readonly errorFamily: "structured-platform-error";
|
|
1264
|
+
readonly streaming: false;
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly operationKey: "environments.set-variable";
|
|
1267
|
+
readonly operationGroup: "environments";
|
|
1268
|
+
readonly operationMethod: "setVariable";
|
|
1269
|
+
readonly operationId: "environments.setVariable";
|
|
1270
|
+
readonly kind: "command";
|
|
1271
|
+
readonly domain: "environments";
|
|
1272
|
+
readonly messageName: "SetEnvironmentVariableCommand";
|
|
1273
|
+
readonly route: {
|
|
1274
|
+
readonly method: "POST";
|
|
1275
|
+
readonly path: "/environments/{environmentId}/variables";
|
|
1276
|
+
};
|
|
1277
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
1278
|
+
readonly authPolicy: "product-session";
|
|
1279
|
+
readonly errorFamily: "structured-platform-error";
|
|
1280
|
+
readonly streaming: false;
|
|
1281
|
+
}, {
|
|
1282
|
+
readonly operationKey: "environments.show";
|
|
1283
|
+
readonly operationGroup: "environments";
|
|
1284
|
+
readonly operationMethod: "show";
|
|
1285
|
+
readonly operationId: "environments.show";
|
|
1286
|
+
readonly kind: "query";
|
|
1287
|
+
readonly domain: "environments";
|
|
1288
|
+
readonly messageName: "ShowEnvironmentQuery";
|
|
1289
|
+
readonly route: {
|
|
1290
|
+
readonly method: "GET";
|
|
1291
|
+
readonly path: "/environments/{environmentId}";
|
|
1292
|
+
};
|
|
1293
|
+
readonly docsHref: "/docs/environments/model/#concept-environment";
|
|
1294
|
+
readonly authPolicy: "product-session";
|
|
1295
|
+
readonly errorFamily: "structured-platform-error";
|
|
1296
|
+
readonly streaming: false;
|
|
1297
|
+
}, {
|
|
1298
|
+
readonly operationKey: "environments.unlock";
|
|
1299
|
+
readonly operationGroup: "environments";
|
|
1300
|
+
readonly operationMethod: "unlock";
|
|
1301
|
+
readonly operationId: "environments.unlock";
|
|
1302
|
+
readonly kind: "command";
|
|
1303
|
+
readonly domain: "environments";
|
|
1304
|
+
readonly messageName: "UnlockEnvironmentCommand";
|
|
1305
|
+
readonly route: {
|
|
1306
|
+
readonly method: "POST";
|
|
1307
|
+
readonly path: "/environments/{environmentId}/unlock";
|
|
1308
|
+
};
|
|
1309
|
+
readonly docsHref: "/docs/environments/model/#environment-lifecycle";
|
|
1310
|
+
readonly authPolicy: "product-session";
|
|
1311
|
+
readonly errorFamily: "structured-platform-error";
|
|
1312
|
+
readonly streaming: false;
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly operationKey: "environments.unset-variable";
|
|
1315
|
+
readonly operationGroup: "environments";
|
|
1316
|
+
readonly operationMethod: "unsetVariable";
|
|
1317
|
+
readonly operationId: "environments.unsetVariable";
|
|
1318
|
+
readonly kind: "command";
|
|
1319
|
+
readonly domain: "environments";
|
|
1320
|
+
readonly messageName: "UnsetEnvironmentVariableCommand";
|
|
1321
|
+
readonly route: {
|
|
1322
|
+
readonly method: "DELETE";
|
|
1323
|
+
readonly path: "/environments/{environmentId}/variables/{key}";
|
|
1324
|
+
};
|
|
1325
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
1326
|
+
readonly authPolicy: "product-session";
|
|
1327
|
+
readonly errorFamily: "structured-platform-error";
|
|
1328
|
+
readonly streaming: false;
|
|
1329
|
+
}, {
|
|
1330
|
+
readonly operationKey: "operator-work.cancel";
|
|
1331
|
+
readonly operationGroup: "operator-work";
|
|
1332
|
+
readonly operationMethod: "cancel";
|
|
1333
|
+
readonly operationId: "operatorWork.cancel";
|
|
1334
|
+
readonly kind: "command";
|
|
1335
|
+
readonly domain: "operator-work";
|
|
1336
|
+
readonly messageName: "CancelOperatorWorkCommand";
|
|
1337
|
+
readonly route: {
|
|
1338
|
+
readonly method: "POST";
|
|
1339
|
+
readonly path: "/operator-work/{workId}/cancel";
|
|
1340
|
+
};
|
|
1341
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1342
|
+
readonly authPolicy: "product-session";
|
|
1343
|
+
readonly errorFamily: "structured-platform-error";
|
|
1344
|
+
readonly streaming: false;
|
|
1345
|
+
}, {
|
|
1346
|
+
readonly operationKey: "operator-work.dead-letter";
|
|
1347
|
+
readonly operationGroup: "operator-work";
|
|
1348
|
+
readonly operationMethod: "deadLetter";
|
|
1349
|
+
readonly operationId: "operatorWork.deadLetter";
|
|
1350
|
+
readonly kind: "command";
|
|
1351
|
+
readonly domain: "operator-work";
|
|
1352
|
+
readonly messageName: "DeadLetterOperatorWorkCommand";
|
|
1353
|
+
readonly route: {
|
|
1354
|
+
readonly method: "POST";
|
|
1355
|
+
readonly path: "/operator-work/{workId}/dead-letter";
|
|
1356
|
+
};
|
|
1357
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1358
|
+
readonly authPolicy: "product-session";
|
|
1359
|
+
readonly errorFamily: "structured-platform-error";
|
|
1360
|
+
readonly streaming: false;
|
|
1361
|
+
}, {
|
|
1362
|
+
readonly operationKey: "operator-work.list";
|
|
1363
|
+
readonly operationGroup: "operator-work";
|
|
1364
|
+
readonly operationMethod: "list";
|
|
1365
|
+
readonly operationId: "operatorWork.list";
|
|
1366
|
+
readonly kind: "query";
|
|
1367
|
+
readonly domain: "operator-work";
|
|
1368
|
+
readonly messageName: "ListOperatorWorkQuery";
|
|
1369
|
+
readonly route: {
|
|
1370
|
+
readonly method: "GET";
|
|
1371
|
+
readonly path: "/operator-work";
|
|
1372
|
+
};
|
|
1373
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1374
|
+
readonly authPolicy: "product-session";
|
|
1375
|
+
readonly errorFamily: "structured-platform-error";
|
|
1376
|
+
readonly streaming: false;
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly operationKey: "operator-work.mark-recovered";
|
|
1379
|
+
readonly operationGroup: "operator-work";
|
|
1380
|
+
readonly operationMethod: "markRecovered";
|
|
1381
|
+
readonly operationId: "operatorWork.markRecovered";
|
|
1382
|
+
readonly kind: "command";
|
|
1383
|
+
readonly domain: "operator-work";
|
|
1384
|
+
readonly messageName: "MarkOperatorWorkRecoveredCommand";
|
|
1385
|
+
readonly route: {
|
|
1386
|
+
readonly method: "POST";
|
|
1387
|
+
readonly path: "/operator-work/{workId}/mark-recovered";
|
|
1388
|
+
};
|
|
1389
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1390
|
+
readonly authPolicy: "product-session";
|
|
1391
|
+
readonly errorFamily: "structured-platform-error";
|
|
1392
|
+
readonly streaming: false;
|
|
1393
|
+
}, {
|
|
1394
|
+
readonly operationKey: "operator-work.prune";
|
|
1395
|
+
readonly operationGroup: "operator-work";
|
|
1396
|
+
readonly operationMethod: "prune";
|
|
1397
|
+
readonly operationId: "operatorWork.prune";
|
|
1398
|
+
readonly kind: "command";
|
|
1399
|
+
readonly domain: "operator-work";
|
|
1400
|
+
readonly messageName: "PruneOperatorWorkCommand";
|
|
1401
|
+
readonly route: {
|
|
1402
|
+
readonly method: "POST";
|
|
1403
|
+
readonly path: "/operator-work/prune";
|
|
1404
|
+
};
|
|
1405
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1406
|
+
readonly authPolicy: "product-session";
|
|
1407
|
+
readonly errorFamily: "structured-platform-error";
|
|
1408
|
+
readonly streaming: false;
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly operationKey: "operator-work.retry";
|
|
1411
|
+
readonly operationGroup: "operator-work";
|
|
1412
|
+
readonly operationMethod: "retry";
|
|
1413
|
+
readonly operationId: "operatorWork.retry";
|
|
1414
|
+
readonly kind: "command";
|
|
1415
|
+
readonly domain: "operator-work";
|
|
1416
|
+
readonly messageName: "RetryOperatorWorkCommand";
|
|
1417
|
+
readonly route: {
|
|
1418
|
+
readonly method: "POST";
|
|
1419
|
+
readonly path: "/operator-work/{workId}/retry";
|
|
1420
|
+
};
|
|
1421
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1422
|
+
readonly authPolicy: "product-session";
|
|
1423
|
+
readonly errorFamily: "structured-platform-error";
|
|
1424
|
+
readonly streaming: false;
|
|
1425
|
+
}, {
|
|
1426
|
+
readonly operationKey: "operator-work.show";
|
|
1427
|
+
readonly operationGroup: "operator-work";
|
|
1428
|
+
readonly operationMethod: "show";
|
|
1429
|
+
readonly operationId: "operatorWork.show";
|
|
1430
|
+
readonly kind: "query";
|
|
1431
|
+
readonly domain: "operator-work";
|
|
1432
|
+
readonly messageName: "ShowOperatorWorkQuery";
|
|
1433
|
+
readonly route: {
|
|
1434
|
+
readonly method: "GET";
|
|
1435
|
+
readonly path: "/operator-work/{workId}";
|
|
1436
|
+
};
|
|
1437
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-work-ledger";
|
|
1438
|
+
readonly authPolicy: "product-session";
|
|
1439
|
+
readonly errorFamily: "structured-platform-error";
|
|
1440
|
+
readonly streaming: false;
|
|
1441
|
+
}, {
|
|
1442
|
+
readonly operationKey: "organizations.change-member-role";
|
|
1443
|
+
readonly operationGroup: "organizations";
|
|
1444
|
+
readonly operationMethod: "changeMemberRole";
|
|
1445
|
+
readonly operationId: "organizations.updateMemberRole";
|
|
1446
|
+
readonly kind: "command";
|
|
1447
|
+
readonly domain: "organizations";
|
|
1448
|
+
readonly messageName: "ChangeOrganizationMemberRoleCommand";
|
|
1449
|
+
readonly route: {
|
|
1450
|
+
readonly method: "POST";
|
|
1451
|
+
readonly path: "/organizations/{organizationId}/members/{memberId}/role";
|
|
1452
|
+
};
|
|
1453
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1454
|
+
readonly authPolicy: "product-session";
|
|
1455
|
+
readonly errorFamily: "structured-platform-error";
|
|
1456
|
+
readonly streaming: false;
|
|
1457
|
+
}, {
|
|
1458
|
+
readonly operationKey: "organizations.current-context";
|
|
1459
|
+
readonly operationGroup: "organizations";
|
|
1460
|
+
readonly operationMethod: "currentContext";
|
|
1461
|
+
readonly operationId: "organizations.currentContext";
|
|
1462
|
+
readonly kind: "query";
|
|
1463
|
+
readonly domain: "organizations";
|
|
1464
|
+
readonly messageName: "GetCurrentOrganizationContextQuery";
|
|
1465
|
+
readonly route: {
|
|
1466
|
+
readonly method: "GET";
|
|
1467
|
+
readonly path: "/organizations/current-context";
|
|
1468
|
+
};
|
|
1469
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1470
|
+
readonly authPolicy: "product-session";
|
|
1471
|
+
readonly errorFamily: "structured-platform-error";
|
|
1472
|
+
readonly streaming: false;
|
|
1473
|
+
}, {
|
|
1474
|
+
readonly operationKey: "organizations.invite-member";
|
|
1475
|
+
readonly operationGroup: "organizations";
|
|
1476
|
+
readonly operationMethod: "inviteMember";
|
|
1477
|
+
readonly operationId: "organizations.inviteMember";
|
|
1478
|
+
readonly kind: "command";
|
|
1479
|
+
readonly domain: "organizations";
|
|
1480
|
+
readonly messageName: "InviteOrganizationMemberCommand";
|
|
1481
|
+
readonly route: {
|
|
1482
|
+
readonly method: "POST";
|
|
1483
|
+
readonly path: "/organizations/{organizationId}/invitations";
|
|
1484
|
+
};
|
|
1485
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1486
|
+
readonly authPolicy: "product-session";
|
|
1487
|
+
readonly errorFamily: "structured-platform-error";
|
|
1488
|
+
readonly streaming: false;
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly operationKey: "organizations.list-invitations";
|
|
1491
|
+
readonly operationGroup: "organizations";
|
|
1492
|
+
readonly operationMethod: "listInvitations";
|
|
1493
|
+
readonly operationId: "organizations.listInvitations";
|
|
1494
|
+
readonly kind: "query";
|
|
1495
|
+
readonly domain: "organizations";
|
|
1496
|
+
readonly messageName: "ListOrganizationInvitationsQuery";
|
|
1497
|
+
readonly route: {
|
|
1498
|
+
readonly method: "GET";
|
|
1499
|
+
readonly path: "/organizations/{organizationId}/invitations";
|
|
1500
|
+
};
|
|
1501
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1502
|
+
readonly authPolicy: "product-session";
|
|
1503
|
+
readonly errorFamily: "structured-platform-error";
|
|
1504
|
+
readonly streaming: false;
|
|
1505
|
+
}, {
|
|
1506
|
+
readonly operationKey: "organizations.list-members";
|
|
1507
|
+
readonly operationGroup: "organizations";
|
|
1508
|
+
readonly operationMethod: "listMembers";
|
|
1509
|
+
readonly operationId: "organizations.listMembers";
|
|
1510
|
+
readonly kind: "query";
|
|
1511
|
+
readonly domain: "organizations";
|
|
1512
|
+
readonly messageName: "ListOrganizationMembersQuery";
|
|
1513
|
+
readonly route: {
|
|
1514
|
+
readonly method: "GET";
|
|
1515
|
+
readonly path: "/organizations/{organizationId}/members";
|
|
1516
|
+
};
|
|
1517
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1518
|
+
readonly authPolicy: "product-session";
|
|
1519
|
+
readonly errorFamily: "structured-platform-error";
|
|
1520
|
+
readonly streaming: false;
|
|
1521
|
+
}, {
|
|
1522
|
+
readonly operationKey: "organizations.remove-member";
|
|
1523
|
+
readonly operationGroup: "organizations";
|
|
1524
|
+
readonly operationMethod: "removeMember";
|
|
1525
|
+
readonly operationId: "organizations.removeMember";
|
|
1526
|
+
readonly kind: "command";
|
|
1527
|
+
readonly domain: "organizations";
|
|
1528
|
+
readonly messageName: "RemoveOrganizationMemberCommand";
|
|
1529
|
+
readonly route: {
|
|
1530
|
+
readonly method: "DELETE";
|
|
1531
|
+
readonly path: "/organizations/{organizationId}/members/{memberId}";
|
|
1532
|
+
};
|
|
1533
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1534
|
+
readonly authPolicy: "product-session";
|
|
1535
|
+
readonly errorFamily: "structured-platform-error";
|
|
1536
|
+
readonly streaming: false;
|
|
1537
|
+
}, {
|
|
1538
|
+
readonly operationKey: "organizations.switch-current";
|
|
1539
|
+
readonly operationGroup: "organizations";
|
|
1540
|
+
readonly operationMethod: "switchCurrent";
|
|
1541
|
+
readonly operationId: "organizations.switchCurrent";
|
|
1542
|
+
readonly kind: "command";
|
|
1543
|
+
readonly domain: "organizations";
|
|
1544
|
+
readonly messageName: "SwitchCurrentOrganizationCommand";
|
|
1545
|
+
readonly route: {
|
|
1546
|
+
readonly method: "POST";
|
|
1547
|
+
readonly path: "/organizations/current-context/switch";
|
|
1548
|
+
};
|
|
1549
|
+
readonly docsHref: "/docs/self-hosting/organization-team-management/#self-hosting-organization-team-management";
|
|
1550
|
+
readonly authPolicy: "product-session";
|
|
1551
|
+
readonly errorFamily: "structured-platform-error";
|
|
1552
|
+
readonly streaming: false;
|
|
1553
|
+
}, {
|
|
1554
|
+
readonly operationKey: "preview-environments.delete";
|
|
1555
|
+
readonly operationGroup: "preview-environments";
|
|
1556
|
+
readonly operationMethod: "delete";
|
|
1557
|
+
readonly operationId: "previewEnvironments.delete";
|
|
1558
|
+
readonly kind: "command";
|
|
1559
|
+
readonly domain: "preview-environments";
|
|
1560
|
+
readonly messageName: "DeletePreviewEnvironmentCommand";
|
|
1561
|
+
readonly route: {
|
|
1562
|
+
readonly method: "DELETE";
|
|
1563
|
+
readonly path: "/resources/{resourceId}/preview-environments/{previewEnvironmentId}";
|
|
1564
|
+
};
|
|
1565
|
+
readonly docsHref: "/docs/deploy/previews/#product-grade-preview-deployments";
|
|
1566
|
+
readonly authPolicy: "product-session";
|
|
1567
|
+
readonly errorFamily: "structured-platform-error";
|
|
1568
|
+
readonly streaming: false;
|
|
1569
|
+
}, {
|
|
1570
|
+
readonly operationKey: "preview-environments.list";
|
|
1571
|
+
readonly operationGroup: "preview-environments";
|
|
1572
|
+
readonly operationMethod: "list";
|
|
1573
|
+
readonly operationId: "previewEnvironments.list";
|
|
1574
|
+
readonly kind: "query";
|
|
1575
|
+
readonly domain: "preview-environments";
|
|
1576
|
+
readonly messageName: "ListPreviewEnvironmentsQuery";
|
|
1577
|
+
readonly route: {
|
|
1578
|
+
readonly method: "GET";
|
|
1579
|
+
readonly path: "/preview-environments";
|
|
1580
|
+
};
|
|
1581
|
+
readonly docsHref: "/docs/deploy/previews/#product-grade-preview-deployments";
|
|
1582
|
+
readonly authPolicy: "product-session";
|
|
1583
|
+
readonly errorFamily: "structured-platform-error";
|
|
1584
|
+
readonly streaming: false;
|
|
1585
|
+
}, {
|
|
1586
|
+
readonly operationKey: "preview-environments.show";
|
|
1587
|
+
readonly operationGroup: "preview-environments";
|
|
1588
|
+
readonly operationMethod: "show";
|
|
1589
|
+
readonly operationId: "previewEnvironments.show";
|
|
1590
|
+
readonly kind: "query";
|
|
1591
|
+
readonly domain: "preview-environments";
|
|
1592
|
+
readonly messageName: "ShowPreviewEnvironmentQuery";
|
|
1593
|
+
readonly route: {
|
|
1594
|
+
readonly method: "GET";
|
|
1595
|
+
readonly path: "/preview-environments/{previewEnvironmentId}";
|
|
1596
|
+
};
|
|
1597
|
+
readonly docsHref: "/docs/deploy/previews/#product-grade-preview-deployments";
|
|
1598
|
+
readonly authPolicy: "product-session";
|
|
1599
|
+
readonly errorFamily: "structured-platform-error";
|
|
1600
|
+
readonly streaming: false;
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly operationKey: "preview-policies.configure";
|
|
1603
|
+
readonly operationGroup: "preview-policies";
|
|
1604
|
+
readonly operationMethod: "configure";
|
|
1605
|
+
readonly operationId: "previewPolicies.configure";
|
|
1606
|
+
readonly kind: "command";
|
|
1607
|
+
readonly domain: "preview-policies";
|
|
1608
|
+
readonly messageName: "ConfigurePreviewPolicyCommand";
|
|
1609
|
+
readonly route: {
|
|
1610
|
+
readonly method: "POST";
|
|
1611
|
+
readonly path: "/preview-policies";
|
|
1612
|
+
};
|
|
1613
|
+
readonly docsHref: "/docs/deploy/previews/#product-grade-preview-deployments";
|
|
1614
|
+
readonly authPolicy: "product-session";
|
|
1615
|
+
readonly errorFamily: "structured-platform-error";
|
|
1616
|
+
readonly streaming: false;
|
|
1617
|
+
}, {
|
|
1618
|
+
readonly operationKey: "preview-policies.show";
|
|
1619
|
+
readonly operationGroup: "preview-policies";
|
|
1620
|
+
readonly operationMethod: "show";
|
|
1621
|
+
readonly operationId: "previewPolicies.show";
|
|
1622
|
+
readonly kind: "query";
|
|
1623
|
+
readonly domain: "preview-policies";
|
|
1624
|
+
readonly messageName: "ShowPreviewPolicyQuery";
|
|
1625
|
+
readonly route: {
|
|
1626
|
+
readonly method: "POST";
|
|
1627
|
+
readonly path: "/preview-policies/show";
|
|
1628
|
+
};
|
|
1629
|
+
readonly docsHref: "/docs/deploy/previews/#product-grade-preview-deployments";
|
|
1630
|
+
readonly authPolicy: "product-session";
|
|
1631
|
+
readonly errorFamily: "structured-platform-error";
|
|
1632
|
+
readonly streaming: false;
|
|
1633
|
+
}, {
|
|
1634
|
+
readonly operationKey: "projects.archive";
|
|
1635
|
+
readonly operationGroup: "projects";
|
|
1636
|
+
readonly operationMethod: "archive";
|
|
1637
|
+
readonly operationId: "projects.archive";
|
|
1638
|
+
readonly kind: "command";
|
|
1639
|
+
readonly domain: "projects";
|
|
1640
|
+
readonly messageName: "ArchiveProjectCommand";
|
|
1641
|
+
readonly route: {
|
|
1642
|
+
readonly method: "POST";
|
|
1643
|
+
readonly path: "/projects/{projectId}/archive";
|
|
1644
|
+
};
|
|
1645
|
+
readonly docsHref: "/docs/resources/projects/#project-lifecycle";
|
|
1646
|
+
readonly authPolicy: "product-session";
|
|
1647
|
+
readonly errorFamily: "structured-platform-error";
|
|
1648
|
+
readonly streaming: false;
|
|
1649
|
+
}, {
|
|
1650
|
+
readonly operationKey: "projects.create";
|
|
1651
|
+
readonly operationGroup: "projects";
|
|
1652
|
+
readonly operationMethod: "create";
|
|
1653
|
+
readonly operationId: "projects.create";
|
|
1654
|
+
readonly kind: "command";
|
|
1655
|
+
readonly domain: "projects";
|
|
1656
|
+
readonly messageName: "CreateProjectCommand";
|
|
1657
|
+
readonly route: {
|
|
1658
|
+
readonly method: "POST";
|
|
1659
|
+
readonly path: "/projects";
|
|
1660
|
+
};
|
|
1661
|
+
readonly docsHref: "/docs/resources/projects/#concept-project";
|
|
1662
|
+
readonly authPolicy: "product-session";
|
|
1663
|
+
readonly errorFamily: "structured-platform-error";
|
|
1664
|
+
readonly streaming: false;
|
|
1665
|
+
}, {
|
|
1666
|
+
readonly operationKey: "projects.list";
|
|
1667
|
+
readonly operationGroup: "projects";
|
|
1668
|
+
readonly operationMethod: "list";
|
|
1669
|
+
readonly operationId: "projects.list";
|
|
1670
|
+
readonly kind: "query";
|
|
1671
|
+
readonly domain: "projects";
|
|
1672
|
+
readonly messageName: "ListProjectsQuery";
|
|
1673
|
+
readonly route: {
|
|
1674
|
+
readonly method: "GET";
|
|
1675
|
+
readonly path: "/projects";
|
|
1676
|
+
};
|
|
1677
|
+
readonly docsHref: "/docs/resources/projects/#concept-project";
|
|
1678
|
+
readonly authPolicy: "product-session";
|
|
1679
|
+
readonly errorFamily: "structured-platform-error";
|
|
1680
|
+
readonly streaming: false;
|
|
1681
|
+
}, {
|
|
1682
|
+
readonly operationKey: "projects.rename";
|
|
1683
|
+
readonly operationGroup: "projects";
|
|
1684
|
+
readonly operationMethod: "rename";
|
|
1685
|
+
readonly operationId: "projects.rename";
|
|
1686
|
+
readonly kind: "command";
|
|
1687
|
+
readonly domain: "projects";
|
|
1688
|
+
readonly messageName: "RenameProjectCommand";
|
|
1689
|
+
readonly route: {
|
|
1690
|
+
readonly method: "POST";
|
|
1691
|
+
readonly path: "/projects/{projectId}/rename";
|
|
1692
|
+
};
|
|
1693
|
+
readonly docsHref: "/docs/resources/projects/#project-lifecycle";
|
|
1694
|
+
readonly authPolicy: "product-session";
|
|
1695
|
+
readonly errorFamily: "structured-platform-error";
|
|
1696
|
+
readonly streaming: false;
|
|
1697
|
+
}, {
|
|
1698
|
+
readonly operationKey: "projects.show";
|
|
1699
|
+
readonly operationGroup: "projects";
|
|
1700
|
+
readonly operationMethod: "show";
|
|
1701
|
+
readonly operationId: "projects.show";
|
|
1702
|
+
readonly kind: "query";
|
|
1703
|
+
readonly domain: "projects";
|
|
1704
|
+
readonly messageName: "ShowProjectQuery";
|
|
1705
|
+
readonly route: {
|
|
1706
|
+
readonly method: "GET";
|
|
1707
|
+
readonly path: "/projects/{projectId}";
|
|
1708
|
+
};
|
|
1709
|
+
readonly docsHref: "/docs/resources/projects/#project-lifecycle";
|
|
1710
|
+
readonly authPolicy: "product-session";
|
|
1711
|
+
readonly errorFamily: "structured-platform-error";
|
|
1712
|
+
readonly streaming: false;
|
|
1713
|
+
}, {
|
|
1714
|
+
readonly operationKey: "provider-job-logs.prune";
|
|
1715
|
+
readonly operationGroup: "provider-job-logs";
|
|
1716
|
+
readonly operationMethod: "prune";
|
|
1717
|
+
readonly operationId: "providerJobLogs.prune";
|
|
1718
|
+
readonly kind: "command";
|
|
1719
|
+
readonly domain: "provider-job-logs";
|
|
1720
|
+
readonly messageName: "PruneProviderJobLogsCommand";
|
|
1721
|
+
readonly route: {
|
|
1722
|
+
readonly method: "POST";
|
|
1723
|
+
readonly path: "/provider-job-logs/prune";
|
|
1724
|
+
};
|
|
1725
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-provider-job-logs";
|
|
1726
|
+
readonly authPolicy: "product-session";
|
|
1727
|
+
readonly errorFamily: "structured-platform-error";
|
|
1728
|
+
readonly streaming: false;
|
|
1729
|
+
}, {
|
|
1730
|
+
readonly operationKey: "resources.access-failure-evidence.lookup";
|
|
1731
|
+
readonly operationGroup: "resources";
|
|
1732
|
+
readonly operationMethod: "accessFailureEvidenceLookup";
|
|
1733
|
+
readonly operationId: "resources.accessFailureEvidence";
|
|
1734
|
+
readonly kind: "query";
|
|
1735
|
+
readonly domain: "resources";
|
|
1736
|
+
readonly messageName: "ResourceAccessFailureEvidenceLookupQuery";
|
|
1737
|
+
readonly route: {
|
|
1738
|
+
readonly method: "GET";
|
|
1739
|
+
readonly path: "/resource-access-failures/{requestId}";
|
|
1740
|
+
};
|
|
1741
|
+
readonly docsHref: "/docs/observe/diagnostics/#access-failure-request-id-lookup";
|
|
1742
|
+
readonly authPolicy: "product-session";
|
|
1743
|
+
readonly errorFamily: "structured-platform-error";
|
|
1744
|
+
readonly streaming: false;
|
|
1745
|
+
}, {
|
|
1746
|
+
readonly operationKey: "resources.archive";
|
|
1747
|
+
readonly operationGroup: "resources";
|
|
1748
|
+
readonly operationMethod: "archive";
|
|
1749
|
+
readonly operationId: "resources.archive";
|
|
1750
|
+
readonly kind: "command";
|
|
1751
|
+
readonly domain: "resources";
|
|
1752
|
+
readonly messageName: "ArchiveResourceCommand";
|
|
1753
|
+
readonly route: {
|
|
1754
|
+
readonly method: "POST";
|
|
1755
|
+
readonly path: "/resources/{resourceId}/archive";
|
|
1756
|
+
};
|
|
1757
|
+
readonly docsHref: "/docs/resources/projects/#concept-resource";
|
|
1758
|
+
readonly authPolicy: "product-session";
|
|
1759
|
+
readonly errorFamily: "structured-platform-error";
|
|
1760
|
+
readonly streaming: false;
|
|
1761
|
+
}, {
|
|
1762
|
+
readonly operationKey: "resources.attach-storage";
|
|
1763
|
+
readonly operationGroup: "resources";
|
|
1764
|
+
readonly operationMethod: "attachStorage";
|
|
1765
|
+
readonly operationId: "resources.attachStorage";
|
|
1766
|
+
readonly kind: "command";
|
|
1767
|
+
readonly domain: "resources";
|
|
1768
|
+
readonly messageName: "AttachResourceStorageCommand";
|
|
1769
|
+
readonly route: {
|
|
1770
|
+
readonly method: "POST";
|
|
1771
|
+
readonly path: "/resources/{resourceId}/storage-attachments";
|
|
1772
|
+
};
|
|
1773
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
1774
|
+
readonly authPolicy: "product-session";
|
|
1775
|
+
readonly errorFamily: "structured-platform-error";
|
|
1776
|
+
readonly streaming: false;
|
|
1777
|
+
}, {
|
|
1778
|
+
readonly operationKey: "resources.bind-dependency";
|
|
1779
|
+
readonly operationGroup: "resources";
|
|
1780
|
+
readonly operationMethod: "bindDependency";
|
|
1781
|
+
readonly operationId: "resources.dependencyBindings.bind";
|
|
1782
|
+
readonly kind: "command";
|
|
1783
|
+
readonly domain: "resources";
|
|
1784
|
+
readonly messageName: "BindResourceDependencyCommand";
|
|
1785
|
+
readonly route: {
|
|
1786
|
+
readonly method: "POST";
|
|
1787
|
+
readonly path: "/resources/{resourceId}/dependency-bindings";
|
|
1788
|
+
};
|
|
1789
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
1790
|
+
readonly authPolicy: "product-session";
|
|
1791
|
+
readonly errorFamily: "structured-platform-error";
|
|
1792
|
+
readonly streaming: false;
|
|
1793
|
+
}, {
|
|
1794
|
+
readonly operationKey: "resources.configure-access";
|
|
1795
|
+
readonly operationGroup: "resources";
|
|
1796
|
+
readonly operationMethod: "configureAccess";
|
|
1797
|
+
readonly operationId: "resources.configureAccess";
|
|
1798
|
+
readonly kind: "command";
|
|
1799
|
+
readonly domain: "resources";
|
|
1800
|
+
readonly messageName: "ConfigureResourceAccessCommand";
|
|
1801
|
+
readonly route: {
|
|
1802
|
+
readonly method: "POST";
|
|
1803
|
+
readonly path: "/resources/{resourceId}/access-profile";
|
|
1804
|
+
};
|
|
1805
|
+
readonly docsHref: "/docs/access/generated-routes/#resource-access-profile";
|
|
1806
|
+
readonly authPolicy: "product-session";
|
|
1807
|
+
readonly errorFamily: "structured-platform-error";
|
|
1808
|
+
readonly streaming: false;
|
|
1809
|
+
}, {
|
|
1810
|
+
readonly operationKey: "resources.configure-auto-deploy";
|
|
1811
|
+
readonly operationGroup: "resources";
|
|
1812
|
+
readonly operationMethod: "configureAutoDeploy";
|
|
1813
|
+
readonly operationId: "resources.configureAutoDeploy";
|
|
1814
|
+
readonly kind: "command";
|
|
1815
|
+
readonly domain: "resources";
|
|
1816
|
+
readonly messageName: "ConfigureResourceAutoDeployCommand";
|
|
1817
|
+
readonly route: {
|
|
1818
|
+
readonly method: "POST";
|
|
1819
|
+
readonly path: "/resources/{resourceId}/auto-deploy";
|
|
1820
|
+
};
|
|
1821
|
+
readonly docsHref: "/docs/deploy/sources/#source-auto-deploy-setup";
|
|
1822
|
+
readonly authPolicy: "product-session";
|
|
1823
|
+
readonly errorFamily: "structured-platform-error";
|
|
1824
|
+
readonly streaming: false;
|
|
1825
|
+
}, {
|
|
1826
|
+
readonly operationKey: "resources.configure-health";
|
|
1827
|
+
readonly operationGroup: "resources";
|
|
1828
|
+
readonly operationMethod: "configureHealth";
|
|
1829
|
+
readonly operationId: "resources.configureHealth";
|
|
1830
|
+
readonly kind: "command";
|
|
1831
|
+
readonly domain: "resources";
|
|
1832
|
+
readonly messageName: "ConfigureResourceHealthCommand";
|
|
1833
|
+
readonly route: {
|
|
1834
|
+
readonly method: "POST";
|
|
1835
|
+
readonly path: "/resources/{resourceId}/health-policy";
|
|
1836
|
+
};
|
|
1837
|
+
readonly docsHref: "/docs/resources/profiles/health-network/#resource-health-profile";
|
|
1838
|
+
readonly authPolicy: "product-session";
|
|
1839
|
+
readonly errorFamily: "structured-platform-error";
|
|
1840
|
+
readonly streaming: false;
|
|
1841
|
+
}, {
|
|
1842
|
+
readonly operationKey: "resources.configure-network";
|
|
1843
|
+
readonly operationGroup: "resources";
|
|
1844
|
+
readonly operationMethod: "configureNetwork";
|
|
1845
|
+
readonly operationId: "resources.configureNetwork";
|
|
1846
|
+
readonly kind: "command";
|
|
1847
|
+
readonly domain: "resources";
|
|
1848
|
+
readonly messageName: "ConfigureResourceNetworkCommand";
|
|
1849
|
+
readonly route: {
|
|
1850
|
+
readonly method: "POST";
|
|
1851
|
+
readonly path: "/resources/{resourceId}/network-profile";
|
|
1852
|
+
};
|
|
1853
|
+
readonly docsHref: "/docs/resources/profiles/health-network/#resource-network-profile";
|
|
1854
|
+
readonly authPolicy: "product-session";
|
|
1855
|
+
readonly errorFamily: "structured-platform-error";
|
|
1856
|
+
readonly streaming: false;
|
|
1857
|
+
}, {
|
|
1858
|
+
readonly operationKey: "resources.configure-runtime";
|
|
1859
|
+
readonly operationGroup: "resources";
|
|
1860
|
+
readonly operationMethod: "configureRuntime";
|
|
1861
|
+
readonly operationId: "resources.configureRuntime";
|
|
1862
|
+
readonly kind: "command";
|
|
1863
|
+
readonly domain: "resources";
|
|
1864
|
+
readonly messageName: "ConfigureResourceRuntimeCommand";
|
|
1865
|
+
readonly route: {
|
|
1866
|
+
readonly method: "POST";
|
|
1867
|
+
readonly path: "/resources/{resourceId}/runtime-profile";
|
|
1868
|
+
};
|
|
1869
|
+
readonly docsHref: "/docs/resources/profiles/source-runtime/#resource-runtime-profile";
|
|
1870
|
+
readonly authPolicy: "product-session";
|
|
1871
|
+
readonly errorFamily: "structured-platform-error";
|
|
1872
|
+
readonly streaming: false;
|
|
1873
|
+
}, {
|
|
1874
|
+
readonly operationKey: "resources.configure-source";
|
|
1875
|
+
readonly operationGroup: "resources";
|
|
1876
|
+
readonly operationMethod: "configureSource";
|
|
1877
|
+
readonly operationId: "resources.configureSource";
|
|
1878
|
+
readonly kind: "command";
|
|
1879
|
+
readonly domain: "resources";
|
|
1880
|
+
readonly messageName: "ConfigureResourceSourceCommand";
|
|
1881
|
+
readonly route: {
|
|
1882
|
+
readonly method: "POST";
|
|
1883
|
+
readonly path: "/resources/{resourceId}/source";
|
|
1884
|
+
};
|
|
1885
|
+
readonly docsHref: "/docs/resources/profiles/source-runtime/#resource-source-profile";
|
|
1886
|
+
readonly authPolicy: "product-session";
|
|
1887
|
+
readonly errorFamily: "structured-platform-error";
|
|
1888
|
+
readonly streaming: false;
|
|
1889
|
+
}, {
|
|
1890
|
+
readonly operationKey: "resources.create";
|
|
1891
|
+
readonly operationGroup: "resources";
|
|
1892
|
+
readonly operationMethod: "create";
|
|
1893
|
+
readonly operationId: "resources.create";
|
|
1894
|
+
readonly kind: "command";
|
|
1895
|
+
readonly domain: "resources";
|
|
1896
|
+
readonly messageName: "CreateResourceCommand";
|
|
1897
|
+
readonly route: {
|
|
1898
|
+
readonly method: "POST";
|
|
1899
|
+
readonly path: "/resources";
|
|
1900
|
+
};
|
|
1901
|
+
readonly docsHref: "/docs/resources/projects/#concept-resource";
|
|
1902
|
+
readonly authPolicy: "product-session";
|
|
1903
|
+
readonly errorFamily: "structured-platform-error";
|
|
1904
|
+
readonly streaming: false;
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly operationKey: "resources.delete";
|
|
1907
|
+
readonly operationGroup: "resources";
|
|
1908
|
+
readonly operationMethod: "delete";
|
|
1909
|
+
readonly operationId: "resources.delete";
|
|
1910
|
+
readonly kind: "command";
|
|
1911
|
+
readonly domain: "resources";
|
|
1912
|
+
readonly messageName: "DeleteResourceCommand";
|
|
1913
|
+
readonly route: {
|
|
1914
|
+
readonly method: "DELETE";
|
|
1915
|
+
readonly path: "/resources/{resourceId}";
|
|
1916
|
+
};
|
|
1917
|
+
readonly docsHref: "/docs/resources/projects/#concept-resource";
|
|
1918
|
+
readonly authPolicy: "product-session";
|
|
1919
|
+
readonly errorFamily: "structured-platform-error";
|
|
1920
|
+
readonly streaming: false;
|
|
1921
|
+
}, {
|
|
1922
|
+
readonly operationKey: "resources.detach-storage";
|
|
1923
|
+
readonly operationGroup: "resources";
|
|
1924
|
+
readonly operationMethod: "detachStorage";
|
|
1925
|
+
readonly operationId: "resources.detachStorage";
|
|
1926
|
+
readonly kind: "command";
|
|
1927
|
+
readonly domain: "resources";
|
|
1928
|
+
readonly messageName: "DetachResourceStorageCommand";
|
|
1929
|
+
readonly route: {
|
|
1930
|
+
readonly method: "DELETE";
|
|
1931
|
+
readonly path: "/resources/{resourceId}/storage-attachments/{attachmentId}";
|
|
1932
|
+
};
|
|
1933
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
1934
|
+
readonly authPolicy: "product-session";
|
|
1935
|
+
readonly errorFamily: "structured-platform-error";
|
|
1936
|
+
readonly streaming: false;
|
|
1937
|
+
}, {
|
|
1938
|
+
readonly operationKey: "resources.diagnostic-summary";
|
|
1939
|
+
readonly operationGroup: "resources";
|
|
1940
|
+
readonly operationMethod: "diagnosticSummary";
|
|
1941
|
+
readonly operationId: "resources.diagnosticSummary";
|
|
1942
|
+
readonly kind: "query";
|
|
1943
|
+
readonly domain: "resources";
|
|
1944
|
+
readonly messageName: "ResourceDiagnosticSummaryQuery";
|
|
1945
|
+
readonly route: {
|
|
1946
|
+
readonly method: "GET";
|
|
1947
|
+
readonly path: "/resources/{resourceId}/diagnostic-summary";
|
|
1948
|
+
};
|
|
1949
|
+
readonly docsHref: "/docs/observe/diagnostics/#diagnostic-summary-copy-support-payload";
|
|
1950
|
+
readonly authPolicy: "product-session";
|
|
1951
|
+
readonly errorFamily: "structured-platform-error";
|
|
1952
|
+
readonly streaming: false;
|
|
1953
|
+
}, {
|
|
1954
|
+
readonly operationKey: "resources.effective-config";
|
|
1955
|
+
readonly operationGroup: "resources";
|
|
1956
|
+
readonly operationMethod: "effectiveConfig";
|
|
1957
|
+
readonly operationId: "resources.effectiveConfig";
|
|
1958
|
+
readonly kind: "query";
|
|
1959
|
+
readonly domain: "resources";
|
|
1960
|
+
readonly messageName: "ResourceEffectiveConfigQuery";
|
|
1961
|
+
readonly route: {
|
|
1962
|
+
readonly method: "GET";
|
|
1963
|
+
readonly path: "/resources/{resourceId}/effective-config";
|
|
1964
|
+
};
|
|
1965
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
1966
|
+
readonly authPolicy: "product-session";
|
|
1967
|
+
readonly errorFamily: "structured-platform-error";
|
|
1968
|
+
readonly streaming: false;
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly operationKey: "resources.health";
|
|
1971
|
+
readonly operationGroup: "resources";
|
|
1972
|
+
readonly operationMethod: "health";
|
|
1973
|
+
readonly operationId: "resources.health";
|
|
1974
|
+
readonly kind: "query";
|
|
1975
|
+
readonly domain: "resources";
|
|
1976
|
+
readonly messageName: "ResourceHealthQuery";
|
|
1977
|
+
readonly route: {
|
|
1978
|
+
readonly method: "GET";
|
|
1979
|
+
readonly path: "/resources/{resourceId}/health";
|
|
1980
|
+
};
|
|
1981
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-health-summary";
|
|
1982
|
+
readonly authPolicy: "product-session";
|
|
1983
|
+
readonly errorFamily: "structured-platform-error";
|
|
1984
|
+
readonly streaming: false;
|
|
1985
|
+
}, {
|
|
1986
|
+
readonly operationKey: "resources.import-variables";
|
|
1987
|
+
readonly operationGroup: "resources";
|
|
1988
|
+
readonly operationMethod: "importVariables";
|
|
1989
|
+
readonly operationId: "resources.importVariables";
|
|
1990
|
+
readonly kind: "command";
|
|
1991
|
+
readonly domain: "resources";
|
|
1992
|
+
readonly messageName: "ImportResourceVariablesCommand";
|
|
1993
|
+
readonly route: {
|
|
1994
|
+
readonly method: "POST";
|
|
1995
|
+
readonly path: "/resources/{resourceId}/variables/import";
|
|
1996
|
+
};
|
|
1997
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
1998
|
+
readonly authPolicy: "product-session";
|
|
1999
|
+
readonly errorFamily: "structured-platform-error";
|
|
2000
|
+
readonly streaming: false;
|
|
2001
|
+
}, {
|
|
2002
|
+
readonly operationKey: "resources.list";
|
|
2003
|
+
readonly operationGroup: "resources";
|
|
2004
|
+
readonly operationMethod: "list";
|
|
2005
|
+
readonly operationId: "resources.list";
|
|
2006
|
+
readonly kind: "query";
|
|
2007
|
+
readonly domain: "resources";
|
|
2008
|
+
readonly messageName: "ListResourcesQuery";
|
|
2009
|
+
readonly route: {
|
|
2010
|
+
readonly method: "GET";
|
|
2011
|
+
readonly path: "/resources";
|
|
2012
|
+
};
|
|
2013
|
+
readonly docsHref: "/docs/resources/projects/#concept-resource";
|
|
2014
|
+
readonly authPolicy: "product-session";
|
|
2015
|
+
readonly errorFamily: "structured-platform-error";
|
|
2016
|
+
readonly streaming: false;
|
|
2017
|
+
}, {
|
|
2018
|
+
readonly operationKey: "resources.list-dependency-bindings";
|
|
2019
|
+
readonly operationGroup: "resources";
|
|
2020
|
+
readonly operationMethod: "listDependencyBindings";
|
|
2021
|
+
readonly operationId: "resources.dependencyBindings.list";
|
|
2022
|
+
readonly kind: "query";
|
|
2023
|
+
readonly domain: "resources";
|
|
2024
|
+
readonly messageName: "ListResourceDependencyBindingsQuery";
|
|
2025
|
+
readonly route: {
|
|
2026
|
+
readonly method: "GET";
|
|
2027
|
+
readonly path: "/resources/{resourceId}/dependency-bindings";
|
|
2028
|
+
};
|
|
2029
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
2030
|
+
readonly authPolicy: "product-session";
|
|
2031
|
+
readonly errorFamily: "structured-platform-error";
|
|
2032
|
+
readonly streaming: false;
|
|
2033
|
+
}, {
|
|
2034
|
+
readonly operationKey: "resources.proxy-configuration.preview";
|
|
2035
|
+
readonly operationGroup: "resources";
|
|
2036
|
+
readonly operationMethod: "proxyConfigurationPreview";
|
|
2037
|
+
readonly operationId: "resources.proxyConfiguration";
|
|
2038
|
+
readonly kind: "query";
|
|
2039
|
+
readonly domain: "resources";
|
|
2040
|
+
readonly messageName: "ResourceProxyConfigurationPreviewQuery";
|
|
2041
|
+
readonly route: {
|
|
2042
|
+
readonly method: "GET";
|
|
2043
|
+
readonly path: "/resources/{resourceId}/proxy-configuration";
|
|
2044
|
+
};
|
|
2045
|
+
readonly docsHref: "/docs/resources/profiles/health-network/#resource-network-profile";
|
|
2046
|
+
readonly authPolicy: "product-session";
|
|
2047
|
+
readonly errorFamily: "structured-platform-error";
|
|
2048
|
+
readonly streaming: false;
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly operationKey: "resources.rotate-dependency-binding-secret";
|
|
2051
|
+
readonly operationGroup: "resources";
|
|
2052
|
+
readonly operationMethod: "rotateDependencyBindingSecret";
|
|
2053
|
+
readonly operationId: "resources.dependencyBindings.rotateSecret";
|
|
2054
|
+
readonly kind: "command";
|
|
2055
|
+
readonly domain: "resources";
|
|
2056
|
+
readonly messageName: "RotateResourceDependencyBindingSecretCommand";
|
|
2057
|
+
readonly route: {
|
|
2058
|
+
readonly method: "POST";
|
|
2059
|
+
readonly path: "/resources/{resourceId}/dependency-bindings/{bindingId}/secret-rotations";
|
|
2060
|
+
};
|
|
2061
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
2062
|
+
readonly authPolicy: "product-session";
|
|
2063
|
+
readonly errorFamily: "structured-platform-error";
|
|
2064
|
+
readonly streaming: false;
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly operationKey: "resources.runtime-log-archives.list";
|
|
2067
|
+
readonly operationGroup: "resources";
|
|
2068
|
+
readonly operationMethod: "runtimeLogArchivesList";
|
|
2069
|
+
readonly operationId: "resources.logArchives.list";
|
|
2070
|
+
readonly kind: "query";
|
|
2071
|
+
readonly domain: "resources";
|
|
2072
|
+
readonly messageName: "ListResourceRuntimeLogArchivesQuery";
|
|
2073
|
+
readonly route: {
|
|
2074
|
+
readonly method: "GET";
|
|
2075
|
+
readonly path: "/resources/runtime-log-archives";
|
|
2076
|
+
};
|
|
2077
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2078
|
+
readonly authPolicy: "product-session";
|
|
2079
|
+
readonly errorFamily: "structured-platform-error";
|
|
2080
|
+
readonly streaming: false;
|
|
2081
|
+
}, {
|
|
2082
|
+
readonly operationKey: "resources.runtime-log-archives.prune";
|
|
2083
|
+
readonly operationGroup: "resources";
|
|
2084
|
+
readonly operationMethod: "runtimeLogArchivesPrune";
|
|
2085
|
+
readonly operationId: "resources.logArchives.prune";
|
|
2086
|
+
readonly kind: "command";
|
|
2087
|
+
readonly domain: "resources";
|
|
2088
|
+
readonly messageName: "PruneResourceRuntimeLogArchivesCommand";
|
|
2089
|
+
readonly route: {
|
|
2090
|
+
readonly method: "POST";
|
|
2091
|
+
readonly path: "/resources/runtime-log-archives/prune";
|
|
2092
|
+
};
|
|
2093
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2094
|
+
readonly authPolicy: "product-session";
|
|
2095
|
+
readonly errorFamily: "structured-platform-error";
|
|
2096
|
+
readonly streaming: false;
|
|
2097
|
+
}, {
|
|
2098
|
+
readonly operationKey: "resources.runtime-log-archives.show";
|
|
2099
|
+
readonly operationGroup: "resources";
|
|
2100
|
+
readonly operationMethod: "runtimeLogArchivesShow";
|
|
2101
|
+
readonly operationId: "resources.logArchives.show";
|
|
2102
|
+
readonly kind: "query";
|
|
2103
|
+
readonly domain: "resources";
|
|
2104
|
+
readonly messageName: "ShowResourceRuntimeLogArchiveQuery";
|
|
2105
|
+
readonly route: {
|
|
2106
|
+
readonly method: "GET";
|
|
2107
|
+
readonly path: "/resources/runtime-log-archives/{archiveId}";
|
|
2108
|
+
};
|
|
2109
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2110
|
+
readonly authPolicy: "product-session";
|
|
2111
|
+
readonly errorFamily: "structured-platform-error";
|
|
2112
|
+
readonly streaming: false;
|
|
2113
|
+
}, {
|
|
2114
|
+
readonly operationKey: "resources.runtime-logs";
|
|
2115
|
+
readonly operationGroup: "resources";
|
|
2116
|
+
readonly operationMethod: "runtimeLogs";
|
|
2117
|
+
readonly operationId: "resources.logs";
|
|
2118
|
+
readonly kind: "query";
|
|
2119
|
+
readonly domain: "resources";
|
|
2120
|
+
readonly messageName: "ResourceRuntimeLogsQuery";
|
|
2121
|
+
readonly route: {
|
|
2122
|
+
readonly method: "GET";
|
|
2123
|
+
readonly path: "/resources/{resourceId}/runtime-logs";
|
|
2124
|
+
};
|
|
2125
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2126
|
+
readonly authPolicy: "product-session";
|
|
2127
|
+
readonly errorFamily: "structured-platform-error";
|
|
2128
|
+
readonly streaming: false;
|
|
2129
|
+
}, {
|
|
2130
|
+
readonly operationKey: "resources.runtime-logs";
|
|
2131
|
+
readonly operationGroup: "resources";
|
|
2132
|
+
readonly operationMethod: "runtimeLogs";
|
|
2133
|
+
readonly operationId: "resources.logsStream";
|
|
2134
|
+
readonly kind: "query";
|
|
2135
|
+
readonly domain: "resources";
|
|
2136
|
+
readonly messageName: "ResourceRuntimeLogsQuery";
|
|
2137
|
+
readonly route: {
|
|
2138
|
+
readonly method: "GET";
|
|
2139
|
+
readonly path: "/resources/{resourceId}/runtime-logs/stream";
|
|
2140
|
+
};
|
|
2141
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2142
|
+
readonly authPolicy: "product-session";
|
|
2143
|
+
readonly errorFamily: "structured-platform-error";
|
|
2144
|
+
readonly streaming: true;
|
|
2145
|
+
}, {
|
|
2146
|
+
readonly operationKey: "resources.runtime-logs.archive";
|
|
2147
|
+
readonly operationGroup: "resources";
|
|
2148
|
+
readonly operationMethod: "runtimeLogsArchive";
|
|
2149
|
+
readonly operationId: "resources.archiveLogs";
|
|
2150
|
+
readonly kind: "command";
|
|
2151
|
+
readonly domain: "resources";
|
|
2152
|
+
readonly messageName: "ArchiveResourceRuntimeLogsCommand";
|
|
2153
|
+
readonly route: {
|
|
2154
|
+
readonly method: "POST";
|
|
2155
|
+
readonly path: "/resources/{resourceId}/runtime-log-archives";
|
|
2156
|
+
};
|
|
2157
|
+
readonly docsHref: "/docs/observe/logs-health/#observe-runtime-logs";
|
|
2158
|
+
readonly authPolicy: "product-session";
|
|
2159
|
+
readonly errorFamily: "structured-platform-error";
|
|
2160
|
+
readonly streaming: false;
|
|
2161
|
+
}, {
|
|
2162
|
+
readonly operationKey: "resources.runtime.restart";
|
|
2163
|
+
readonly operationGroup: "resources";
|
|
2164
|
+
readonly operationMethod: "runtimeRestart";
|
|
2165
|
+
readonly operationId: "resources.runtime.restart";
|
|
2166
|
+
readonly kind: "command";
|
|
2167
|
+
readonly domain: "resources";
|
|
2168
|
+
readonly messageName: "RestartResourceRuntimeCommand";
|
|
2169
|
+
readonly route: {
|
|
2170
|
+
readonly method: "POST";
|
|
2171
|
+
readonly path: "/resources/{resourceId}/runtime/restart";
|
|
2172
|
+
};
|
|
2173
|
+
readonly docsHref: "/docs/observe/logs-health/#resource-runtime-controls";
|
|
2174
|
+
readonly authPolicy: "product-session";
|
|
2175
|
+
readonly errorFamily: "structured-platform-error";
|
|
2176
|
+
readonly streaming: false;
|
|
2177
|
+
}, {
|
|
2178
|
+
readonly operationKey: "resources.runtime.start";
|
|
2179
|
+
readonly operationGroup: "resources";
|
|
2180
|
+
readonly operationMethod: "runtimeStart";
|
|
2181
|
+
readonly operationId: "resources.runtime.start";
|
|
2182
|
+
readonly kind: "command";
|
|
2183
|
+
readonly domain: "resources";
|
|
2184
|
+
readonly messageName: "StartResourceRuntimeCommand";
|
|
2185
|
+
readonly route: {
|
|
2186
|
+
readonly method: "POST";
|
|
2187
|
+
readonly path: "/resources/{resourceId}/runtime/start";
|
|
2188
|
+
};
|
|
2189
|
+
readonly docsHref: "/docs/observe/logs-health/#resource-runtime-controls";
|
|
2190
|
+
readonly authPolicy: "product-session";
|
|
2191
|
+
readonly errorFamily: "structured-platform-error";
|
|
2192
|
+
readonly streaming: false;
|
|
2193
|
+
}, {
|
|
2194
|
+
readonly operationKey: "resources.runtime.stop";
|
|
2195
|
+
readonly operationGroup: "resources";
|
|
2196
|
+
readonly operationMethod: "runtimeStop";
|
|
2197
|
+
readonly operationId: "resources.runtime.stop";
|
|
2198
|
+
readonly kind: "command";
|
|
2199
|
+
readonly domain: "resources";
|
|
2200
|
+
readonly messageName: "StopResourceRuntimeCommand";
|
|
2201
|
+
readonly route: {
|
|
2202
|
+
readonly method: "POST";
|
|
2203
|
+
readonly path: "/resources/{resourceId}/runtime/stop";
|
|
2204
|
+
};
|
|
2205
|
+
readonly docsHref: "/docs/observe/logs-health/#resource-runtime-controls";
|
|
2206
|
+
readonly authPolicy: "product-session";
|
|
2207
|
+
readonly errorFamily: "structured-platform-error";
|
|
2208
|
+
readonly streaming: false;
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly operationKey: "resources.set-variable";
|
|
2211
|
+
readonly operationGroup: "resources";
|
|
2212
|
+
readonly operationMethod: "setVariable";
|
|
2213
|
+
readonly operationId: "resources.setVariable";
|
|
2214
|
+
readonly kind: "command";
|
|
2215
|
+
readonly domain: "resources";
|
|
2216
|
+
readonly messageName: "SetResourceVariableCommand";
|
|
2217
|
+
readonly route: {
|
|
2218
|
+
readonly method: "POST";
|
|
2219
|
+
readonly path: "/resources/{resourceId}/variables";
|
|
2220
|
+
};
|
|
2221
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
2222
|
+
readonly authPolicy: "product-session";
|
|
2223
|
+
readonly errorFamily: "structured-platform-error";
|
|
2224
|
+
readonly streaming: false;
|
|
2225
|
+
}, {
|
|
2226
|
+
readonly operationKey: "resources.show";
|
|
2227
|
+
readonly operationGroup: "resources";
|
|
2228
|
+
readonly operationMethod: "show";
|
|
2229
|
+
readonly operationId: "resources.show";
|
|
2230
|
+
readonly kind: "query";
|
|
2231
|
+
readonly domain: "resources";
|
|
2232
|
+
readonly messageName: "ShowResourceQuery";
|
|
2233
|
+
readonly route: {
|
|
2234
|
+
readonly method: "GET";
|
|
2235
|
+
readonly path: "/resources/{resourceId}";
|
|
2236
|
+
};
|
|
2237
|
+
readonly docsHref: "/docs/resources/projects/#concept-resource";
|
|
2238
|
+
readonly authPolicy: "product-session";
|
|
2239
|
+
readonly errorFamily: "structured-platform-error";
|
|
2240
|
+
readonly streaming: false;
|
|
2241
|
+
}, {
|
|
2242
|
+
readonly operationKey: "resources.show-dependency-binding";
|
|
2243
|
+
readonly operationGroup: "resources";
|
|
2244
|
+
readonly operationMethod: "showDependencyBinding";
|
|
2245
|
+
readonly operationId: "resources.dependencyBindings.show";
|
|
2246
|
+
readonly kind: "query";
|
|
2247
|
+
readonly domain: "resources";
|
|
2248
|
+
readonly messageName: "ShowResourceDependencyBindingQuery";
|
|
2249
|
+
readonly route: {
|
|
2250
|
+
readonly method: "GET";
|
|
2251
|
+
readonly path: "/resources/{resourceId}/dependency-bindings/{bindingId}";
|
|
2252
|
+
};
|
|
2253
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
2254
|
+
readonly authPolicy: "product-session";
|
|
2255
|
+
readonly errorFamily: "structured-platform-error";
|
|
2256
|
+
readonly streaming: false;
|
|
2257
|
+
}, {
|
|
2258
|
+
readonly operationKey: "resources.unbind-dependency";
|
|
2259
|
+
readonly operationGroup: "resources";
|
|
2260
|
+
readonly operationMethod: "unbindDependency";
|
|
2261
|
+
readonly operationId: "resources.dependencyBindings.unbind";
|
|
2262
|
+
readonly kind: "command";
|
|
2263
|
+
readonly domain: "resources";
|
|
2264
|
+
readonly messageName: "UnbindResourceDependencyCommand";
|
|
2265
|
+
readonly route: {
|
|
2266
|
+
readonly method: "DELETE";
|
|
2267
|
+
readonly path: "/resources/{resourceId}/dependency-bindings/{bindingId}";
|
|
2268
|
+
};
|
|
2269
|
+
readonly docsHref: "/docs/resources/dependencies/#dependency-resource-lifecycle";
|
|
2270
|
+
readonly authPolicy: "product-session";
|
|
2271
|
+
readonly errorFamily: "structured-platform-error";
|
|
2272
|
+
readonly streaming: false;
|
|
2273
|
+
}, {
|
|
2274
|
+
readonly operationKey: "resources.unset-variable";
|
|
2275
|
+
readonly operationGroup: "resources";
|
|
2276
|
+
readonly operationMethod: "unsetVariable";
|
|
2277
|
+
readonly operationId: "resources.unsetVariable";
|
|
2278
|
+
readonly kind: "command";
|
|
2279
|
+
readonly domain: "resources";
|
|
2280
|
+
readonly messageName: "UnsetResourceVariableCommand";
|
|
2281
|
+
readonly route: {
|
|
2282
|
+
readonly method: "DELETE";
|
|
2283
|
+
readonly path: "/resources/{resourceId}/variables/{key}";
|
|
2284
|
+
};
|
|
2285
|
+
readonly docsHref: "/docs/environments/variables/precedence/#environment-variable-precedence";
|
|
2286
|
+
readonly authPolicy: "product-session";
|
|
2287
|
+
readonly errorFamily: "structured-platform-error";
|
|
2288
|
+
readonly streaming: false;
|
|
2289
|
+
}, {
|
|
2290
|
+
readonly operationKey: "retention-defaults.configure";
|
|
2291
|
+
readonly operationGroup: "retention-defaults";
|
|
2292
|
+
readonly operationMethod: "configure";
|
|
2293
|
+
readonly operationId: "retentionDefaults.configure";
|
|
2294
|
+
readonly kind: "command";
|
|
2295
|
+
readonly domain: "retention-defaults";
|
|
2296
|
+
readonly messageName: "ConfigureRetentionDefaultsCommand";
|
|
2297
|
+
readonly route: {
|
|
2298
|
+
readonly method: "POST";
|
|
2299
|
+
readonly path: "/retention-defaults";
|
|
2300
|
+
};
|
|
2301
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-retention-defaults";
|
|
2302
|
+
readonly authPolicy: "product-session";
|
|
2303
|
+
readonly errorFamily: "structured-platform-error";
|
|
2304
|
+
readonly streaming: false;
|
|
2305
|
+
}, {
|
|
2306
|
+
readonly operationKey: "retention-defaults.list";
|
|
2307
|
+
readonly operationGroup: "retention-defaults";
|
|
2308
|
+
readonly operationMethod: "list";
|
|
2309
|
+
readonly operationId: "retentionDefaults.list";
|
|
2310
|
+
readonly kind: "query";
|
|
2311
|
+
readonly domain: "retention-defaults";
|
|
2312
|
+
readonly messageName: "ListRetentionDefaultsQuery";
|
|
2313
|
+
readonly route: {
|
|
2314
|
+
readonly method: "GET";
|
|
2315
|
+
readonly path: "/retention-defaults";
|
|
2316
|
+
};
|
|
2317
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-retention-defaults";
|
|
2318
|
+
readonly authPolicy: "product-session";
|
|
2319
|
+
readonly errorFamily: "structured-platform-error";
|
|
2320
|
+
readonly streaming: false;
|
|
2321
|
+
}, {
|
|
2322
|
+
readonly operationKey: "retention-defaults.show";
|
|
2323
|
+
readonly operationGroup: "retention-defaults";
|
|
2324
|
+
readonly operationMethod: "show";
|
|
2325
|
+
readonly operationId: "retentionDefaults.show";
|
|
2326
|
+
readonly kind: "query";
|
|
2327
|
+
readonly domain: "retention-defaults";
|
|
2328
|
+
readonly messageName: "ShowRetentionDefaultQuery";
|
|
2329
|
+
readonly route: {
|
|
2330
|
+
readonly method: "GET";
|
|
2331
|
+
readonly path: "/retention-defaults/{category}";
|
|
2332
|
+
};
|
|
2333
|
+
readonly docsHref: "/docs/reference/errors-statuses/#operator-retention-defaults";
|
|
2334
|
+
readonly authPolicy: "product-session";
|
|
2335
|
+
readonly errorFamily: "structured-platform-error";
|
|
2336
|
+
readonly streaming: false;
|
|
2337
|
+
}, {
|
|
2338
|
+
readonly operationKey: "runtime-usage.inspect";
|
|
2339
|
+
readonly operationGroup: "runtime-usage";
|
|
2340
|
+
readonly operationMethod: "inspect";
|
|
2341
|
+
readonly operationId: "runtimeUsage.inspect";
|
|
2342
|
+
readonly kind: "query";
|
|
2343
|
+
readonly domain: "runtime-usage";
|
|
2344
|
+
readonly messageName: "InspectRuntimeUsageQuery";
|
|
2345
|
+
readonly route: {
|
|
2346
|
+
readonly method: "GET";
|
|
2347
|
+
readonly path: "/runtime-usage/inspect";
|
|
2348
|
+
};
|
|
2349
|
+
readonly docsHref: "/docs/observe/diagnostics/#runtime-usage-inspect";
|
|
2350
|
+
readonly authPolicy: "product-session";
|
|
2351
|
+
readonly errorFamily: "structured-platform-error";
|
|
2352
|
+
readonly streaming: false;
|
|
2353
|
+
}, {
|
|
2354
|
+
readonly operationKey: "scheduled-runtime-prune-policies.configure";
|
|
2355
|
+
readonly operationGroup: "scheduled-runtime-prune-policies";
|
|
2356
|
+
readonly operationMethod: "configure";
|
|
2357
|
+
readonly operationId: "servers.capacity.policy.configure";
|
|
2358
|
+
readonly kind: "command";
|
|
2359
|
+
readonly domain: "servers";
|
|
2360
|
+
readonly messageName: "ConfigureScheduledRuntimePrunePolicyCommand";
|
|
2361
|
+
readonly route: {
|
|
2362
|
+
readonly method: "POST";
|
|
2363
|
+
readonly path: "/servers/capacity/policies";
|
|
2364
|
+
};
|
|
2365
|
+
readonly docsHref: "/docs/observe/diagnostics/#scheduled-runtime-prune-policy";
|
|
2366
|
+
readonly authPolicy: "product-session";
|
|
2367
|
+
readonly errorFamily: "structured-platform-error";
|
|
2368
|
+
readonly streaming: false;
|
|
2369
|
+
}, {
|
|
2370
|
+
readonly operationKey: "scheduled-runtime-prune-policies.list";
|
|
2371
|
+
readonly operationGroup: "scheduled-runtime-prune-policies";
|
|
2372
|
+
readonly operationMethod: "list";
|
|
2373
|
+
readonly operationId: "servers.capacity.policy.list";
|
|
2374
|
+
readonly kind: "query";
|
|
2375
|
+
readonly domain: "servers";
|
|
2376
|
+
readonly messageName: "ListScheduledRuntimePrunePoliciesQuery";
|
|
2377
|
+
readonly route: {
|
|
2378
|
+
readonly method: "GET";
|
|
2379
|
+
readonly path: "/servers/capacity/policies";
|
|
2380
|
+
};
|
|
2381
|
+
readonly docsHref: "/docs/observe/diagnostics/#scheduled-runtime-prune-policy";
|
|
2382
|
+
readonly authPolicy: "product-session";
|
|
2383
|
+
readonly errorFamily: "structured-platform-error";
|
|
2384
|
+
readonly streaming: false;
|
|
2385
|
+
}, {
|
|
2386
|
+
readonly operationKey: "scheduled-runtime-prune-policies.show";
|
|
2387
|
+
readonly operationGroup: "scheduled-runtime-prune-policies";
|
|
2388
|
+
readonly operationMethod: "show";
|
|
2389
|
+
readonly operationId: "servers.capacity.policy.show";
|
|
2390
|
+
readonly kind: "query";
|
|
2391
|
+
readonly domain: "servers";
|
|
2392
|
+
readonly messageName: "ShowScheduledRuntimePrunePolicyQuery";
|
|
2393
|
+
readonly route: {
|
|
2394
|
+
readonly method: "GET";
|
|
2395
|
+
readonly path: "/servers/capacity/policies/{policyId}";
|
|
2396
|
+
};
|
|
2397
|
+
readonly docsHref: "/docs/observe/diagnostics/#scheduled-runtime-prune-policy";
|
|
2398
|
+
readonly authPolicy: "product-session";
|
|
2399
|
+
readonly errorFamily: "structured-platform-error";
|
|
2400
|
+
readonly streaming: false;
|
|
2401
|
+
}, {
|
|
2402
|
+
readonly operationKey: "scheduled-task-runs.list";
|
|
2403
|
+
readonly operationGroup: "scheduled-task-runs";
|
|
2404
|
+
readonly operationMethod: "list";
|
|
2405
|
+
readonly operationId: "scheduledTasks.runs.list";
|
|
2406
|
+
readonly kind: "query";
|
|
2407
|
+
readonly domain: "scheduled-task-runs";
|
|
2408
|
+
readonly messageName: "ListScheduledTaskRunsQuery";
|
|
2409
|
+
readonly route: {
|
|
2410
|
+
readonly method: "GET";
|
|
2411
|
+
readonly path: "/scheduled-task-runs";
|
|
2412
|
+
};
|
|
2413
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2414
|
+
readonly authPolicy: "product-session";
|
|
2415
|
+
readonly errorFamily: "structured-platform-error";
|
|
2416
|
+
readonly streaming: false;
|
|
2417
|
+
}, {
|
|
2418
|
+
readonly operationKey: "scheduled-task-runs.logs";
|
|
2419
|
+
readonly operationGroup: "scheduled-task-runs";
|
|
2420
|
+
readonly operationMethod: "logs";
|
|
2421
|
+
readonly operationId: "scheduledTasks.runs.logs";
|
|
2422
|
+
readonly kind: "query";
|
|
2423
|
+
readonly domain: "scheduled-task-runs";
|
|
2424
|
+
readonly messageName: "ScheduledTaskRunLogsQuery";
|
|
2425
|
+
readonly route: {
|
|
2426
|
+
readonly method: "GET";
|
|
2427
|
+
readonly path: "/scheduled-task-runs/{runId}/logs";
|
|
2428
|
+
};
|
|
2429
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2430
|
+
readonly authPolicy: "product-session";
|
|
2431
|
+
readonly errorFamily: "structured-platform-error";
|
|
2432
|
+
readonly streaming: false;
|
|
2433
|
+
}, {
|
|
2434
|
+
readonly operationKey: "scheduled-task-runs.show";
|
|
2435
|
+
readonly operationGroup: "scheduled-task-runs";
|
|
2436
|
+
readonly operationMethod: "show";
|
|
2437
|
+
readonly operationId: "scheduledTasks.runs.show";
|
|
2438
|
+
readonly kind: "query";
|
|
2439
|
+
readonly domain: "scheduled-task-runs";
|
|
2440
|
+
readonly messageName: "ShowScheduledTaskRunQuery";
|
|
2441
|
+
readonly route: {
|
|
2442
|
+
readonly method: "GET";
|
|
2443
|
+
readonly path: "/scheduled-task-runs/{runId}";
|
|
2444
|
+
};
|
|
2445
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2446
|
+
readonly authPolicy: "product-session";
|
|
2447
|
+
readonly errorFamily: "structured-platform-error";
|
|
2448
|
+
readonly streaming: false;
|
|
2449
|
+
}, {
|
|
2450
|
+
readonly operationKey: "scheduled-tasks.configure";
|
|
2451
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2452
|
+
readonly operationMethod: "configure";
|
|
2453
|
+
readonly operationId: "scheduledTasks.configure";
|
|
2454
|
+
readonly kind: "command";
|
|
2455
|
+
readonly domain: "scheduled-tasks";
|
|
2456
|
+
readonly messageName: "ConfigureScheduledTaskCommand";
|
|
2457
|
+
readonly route: {
|
|
2458
|
+
readonly method: "POST";
|
|
2459
|
+
readonly path: "/scheduled-tasks/{taskId}";
|
|
2460
|
+
};
|
|
2461
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2462
|
+
readonly authPolicy: "product-session";
|
|
2463
|
+
readonly errorFamily: "structured-platform-error";
|
|
2464
|
+
readonly streaming: false;
|
|
2465
|
+
}, {
|
|
2466
|
+
readonly operationKey: "scheduled-tasks.create";
|
|
2467
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2468
|
+
readonly operationMethod: "create";
|
|
2469
|
+
readonly operationId: "scheduledTasks.create";
|
|
2470
|
+
readonly kind: "command";
|
|
2471
|
+
readonly domain: "scheduled-tasks";
|
|
2472
|
+
readonly messageName: "CreateScheduledTaskCommand";
|
|
2473
|
+
readonly route: {
|
|
2474
|
+
readonly method: "POST";
|
|
2475
|
+
readonly path: "/scheduled-tasks";
|
|
2476
|
+
};
|
|
2477
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2478
|
+
readonly authPolicy: "product-session";
|
|
2479
|
+
readonly errorFamily: "structured-platform-error";
|
|
2480
|
+
readonly streaming: false;
|
|
2481
|
+
}, {
|
|
2482
|
+
readonly operationKey: "scheduled-tasks.delete";
|
|
2483
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2484
|
+
readonly operationMethod: "delete";
|
|
2485
|
+
readonly operationId: "scheduledTasks.delete";
|
|
2486
|
+
readonly kind: "command";
|
|
2487
|
+
readonly domain: "scheduled-tasks";
|
|
2488
|
+
readonly messageName: "DeleteScheduledTaskCommand";
|
|
2489
|
+
readonly route: {
|
|
2490
|
+
readonly method: "DELETE";
|
|
2491
|
+
readonly path: "/scheduled-tasks/{taskId}";
|
|
2492
|
+
};
|
|
2493
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2494
|
+
readonly authPolicy: "product-session";
|
|
2495
|
+
readonly errorFamily: "structured-platform-error";
|
|
2496
|
+
readonly streaming: false;
|
|
2497
|
+
}, {
|
|
2498
|
+
readonly operationKey: "scheduled-tasks.list";
|
|
2499
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2500
|
+
readonly operationMethod: "list";
|
|
2501
|
+
readonly operationId: "scheduledTasks.list";
|
|
2502
|
+
readonly kind: "query";
|
|
2503
|
+
readonly domain: "scheduled-tasks";
|
|
2504
|
+
readonly messageName: "ListScheduledTasksQuery";
|
|
2505
|
+
readonly route: {
|
|
2506
|
+
readonly method: "GET";
|
|
2507
|
+
readonly path: "/scheduled-tasks";
|
|
2508
|
+
};
|
|
2509
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2510
|
+
readonly authPolicy: "product-session";
|
|
2511
|
+
readonly errorFamily: "structured-platform-error";
|
|
2512
|
+
readonly streaming: false;
|
|
2513
|
+
}, {
|
|
2514
|
+
readonly operationKey: "scheduled-tasks.run-now";
|
|
2515
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2516
|
+
readonly operationMethod: "runNow";
|
|
2517
|
+
readonly operationId: "scheduledTasks.runNow";
|
|
2518
|
+
readonly kind: "command";
|
|
2519
|
+
readonly domain: "scheduled-tasks";
|
|
2520
|
+
readonly messageName: "RunScheduledTaskNowCommand";
|
|
2521
|
+
readonly route: {
|
|
2522
|
+
readonly method: "POST";
|
|
2523
|
+
readonly path: "/scheduled-tasks/{taskId}/runs";
|
|
2524
|
+
};
|
|
2525
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2526
|
+
readonly authPolicy: "product-session";
|
|
2527
|
+
readonly errorFamily: "structured-platform-error";
|
|
2528
|
+
readonly streaming: false;
|
|
2529
|
+
}, {
|
|
2530
|
+
readonly operationKey: "scheduled-tasks.show";
|
|
2531
|
+
readonly operationGroup: "scheduled-tasks";
|
|
2532
|
+
readonly operationMethod: "show";
|
|
2533
|
+
readonly operationId: "scheduledTasks.show";
|
|
2534
|
+
readonly kind: "query";
|
|
2535
|
+
readonly domain: "scheduled-tasks";
|
|
2536
|
+
readonly messageName: "ShowScheduledTaskQuery";
|
|
2537
|
+
readonly route: {
|
|
2538
|
+
readonly method: "GET";
|
|
2539
|
+
readonly path: "/scheduled-tasks/{taskId}";
|
|
2540
|
+
};
|
|
2541
|
+
readonly docsHref: "/docs/resources/scheduled-tasks/#scheduled-task-resource-lifecycle";
|
|
2542
|
+
readonly authPolicy: "product-session";
|
|
2543
|
+
readonly errorFamily: "structured-platform-error";
|
|
2544
|
+
readonly streaming: false;
|
|
2545
|
+
}, {
|
|
2546
|
+
readonly operationKey: "servers.bootstrap-proxy";
|
|
2547
|
+
readonly operationGroup: "servers";
|
|
2548
|
+
readonly operationMethod: "bootstrapProxy";
|
|
2549
|
+
readonly operationId: "servers.bootstrapProxy";
|
|
2550
|
+
readonly kind: "command";
|
|
2551
|
+
readonly domain: "servers";
|
|
2552
|
+
readonly messageName: "BootstrapServerProxyCommand";
|
|
2553
|
+
readonly route: {
|
|
2554
|
+
readonly method: "POST";
|
|
2555
|
+
readonly path: "/servers/{serverId}/edge-proxy/bootstrap";
|
|
2556
|
+
};
|
|
2557
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-proxy-readiness";
|
|
2558
|
+
readonly authPolicy: "product-session";
|
|
2559
|
+
readonly errorFamily: "structured-platform-error";
|
|
2560
|
+
readonly streaming: false;
|
|
2561
|
+
}, {
|
|
2562
|
+
readonly operationKey: "servers.capacity.inspect";
|
|
2563
|
+
readonly operationGroup: "servers";
|
|
2564
|
+
readonly operationMethod: "capacityInspect";
|
|
2565
|
+
readonly operationId: "servers.capacity.inspect";
|
|
2566
|
+
readonly kind: "query";
|
|
2567
|
+
readonly domain: "servers";
|
|
2568
|
+
readonly messageName: "InspectServerCapacityQuery";
|
|
2569
|
+
readonly route: {
|
|
2570
|
+
readonly method: "GET";
|
|
2571
|
+
readonly path: "/servers/{serverId}/capacity";
|
|
2572
|
+
};
|
|
2573
|
+
readonly docsHref: "/docs/observe/diagnostics/#runtime-target-capacity-inspect";
|
|
2574
|
+
readonly authPolicy: "product-session";
|
|
2575
|
+
readonly errorFamily: "structured-platform-error";
|
|
2576
|
+
readonly streaming: false;
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly operationKey: "servers.capacity.prune";
|
|
2579
|
+
readonly operationGroup: "servers";
|
|
2580
|
+
readonly operationMethod: "capacityPrune";
|
|
2581
|
+
readonly operationId: "servers.capacity.prune";
|
|
2582
|
+
readonly kind: "command";
|
|
2583
|
+
readonly domain: "servers";
|
|
2584
|
+
readonly messageName: "PruneServerCapacityCommand";
|
|
2585
|
+
readonly route: {
|
|
2586
|
+
readonly method: "POST";
|
|
2587
|
+
readonly path: "/servers/{serverId}/capacity/prune";
|
|
2588
|
+
};
|
|
2589
|
+
readonly docsHref: "/docs/observe/diagnostics/#runtime-target-capacity-inspect";
|
|
2590
|
+
readonly authPolicy: "product-session";
|
|
2591
|
+
readonly errorFamily: "structured-platform-error";
|
|
2592
|
+
readonly streaming: false;
|
|
2593
|
+
}, {
|
|
2594
|
+
readonly operationKey: "servers.configure-credential";
|
|
2595
|
+
readonly operationGroup: "servers";
|
|
2596
|
+
readonly operationMethod: "configureCredential";
|
|
2597
|
+
readonly operationId: "servers.configureCredential";
|
|
2598
|
+
readonly kind: "command";
|
|
2599
|
+
readonly domain: "servers";
|
|
2600
|
+
readonly messageName: "ConfigureServerCredentialCommand";
|
|
2601
|
+
readonly route: {
|
|
2602
|
+
readonly method: "POST";
|
|
2603
|
+
readonly path: "/servers/{serverId}/credentials";
|
|
2604
|
+
};
|
|
2605
|
+
readonly docsHref: "/docs/servers/credentials/ssh-keys/#server-ssh-credential-path";
|
|
2606
|
+
readonly authPolicy: "product-session";
|
|
2607
|
+
readonly errorFamily: "structured-platform-error";
|
|
2608
|
+
readonly streaming: false;
|
|
2609
|
+
}, {
|
|
2610
|
+
readonly operationKey: "servers.configure-edge-proxy";
|
|
2611
|
+
readonly operationGroup: "servers";
|
|
2612
|
+
readonly operationMethod: "configureEdgeProxy";
|
|
2613
|
+
readonly operationId: "servers.configureEdgeProxy";
|
|
2614
|
+
readonly kind: "command";
|
|
2615
|
+
readonly domain: "servers";
|
|
2616
|
+
readonly messageName: "ConfigureServerEdgeProxyCommand";
|
|
2617
|
+
readonly route: {
|
|
2618
|
+
readonly method: "POST";
|
|
2619
|
+
readonly path: "/servers/{serverId}/edge-proxy/configuration";
|
|
2620
|
+
};
|
|
2621
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-proxy-readiness";
|
|
2622
|
+
readonly authPolicy: "product-session";
|
|
2623
|
+
readonly errorFamily: "structured-platform-error";
|
|
2624
|
+
readonly streaming: false;
|
|
2625
|
+
}, {
|
|
2626
|
+
readonly operationKey: "servers.deactivate";
|
|
2627
|
+
readonly operationGroup: "servers";
|
|
2628
|
+
readonly operationMethod: "deactivate";
|
|
2629
|
+
readonly operationId: "servers.deactivate";
|
|
2630
|
+
readonly kind: "command";
|
|
2631
|
+
readonly domain: "servers";
|
|
2632
|
+
readonly messageName: "DeactivateServerCommand";
|
|
2633
|
+
readonly route: {
|
|
2634
|
+
readonly method: "POST";
|
|
2635
|
+
readonly path: "/servers/{serverId}/deactivate";
|
|
2636
|
+
};
|
|
2637
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2638
|
+
readonly authPolicy: "product-session";
|
|
2639
|
+
readonly errorFamily: "structured-platform-error";
|
|
2640
|
+
readonly streaming: false;
|
|
2641
|
+
}, {
|
|
2642
|
+
readonly operationKey: "servers.delete";
|
|
2643
|
+
readonly operationGroup: "servers";
|
|
2644
|
+
readonly operationMethod: "delete";
|
|
2645
|
+
readonly operationId: "servers.delete";
|
|
2646
|
+
readonly kind: "command";
|
|
2647
|
+
readonly domain: "servers";
|
|
2648
|
+
readonly messageName: "DeleteServerCommand";
|
|
2649
|
+
readonly route: {
|
|
2650
|
+
readonly method: "DELETE";
|
|
2651
|
+
readonly path: "/servers/{serverId}";
|
|
2652
|
+
};
|
|
2653
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2654
|
+
readonly authPolicy: "product-session";
|
|
2655
|
+
readonly errorFamily: "structured-platform-error";
|
|
2656
|
+
readonly streaming: false;
|
|
2657
|
+
}, {
|
|
2658
|
+
readonly operationKey: "servers.delete-check";
|
|
2659
|
+
readonly operationGroup: "servers";
|
|
2660
|
+
readonly operationMethod: "deleteCheck";
|
|
2661
|
+
readonly operationId: "servers.deleteCheck";
|
|
2662
|
+
readonly kind: "query";
|
|
2663
|
+
readonly domain: "servers";
|
|
2664
|
+
readonly messageName: "CheckServerDeleteSafetyQuery";
|
|
2665
|
+
readonly route: {
|
|
2666
|
+
readonly method: "GET";
|
|
2667
|
+
readonly path: "/servers/{serverId}/delete-check";
|
|
2668
|
+
};
|
|
2669
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2670
|
+
readonly authPolicy: "product-session";
|
|
2671
|
+
readonly errorFamily: "structured-platform-error";
|
|
2672
|
+
readonly streaming: false;
|
|
2673
|
+
}, {
|
|
2674
|
+
readonly operationKey: "servers.list";
|
|
2675
|
+
readonly operationGroup: "servers";
|
|
2676
|
+
readonly operationMethod: "list";
|
|
2677
|
+
readonly operationId: "servers.list";
|
|
2678
|
+
readonly kind: "query";
|
|
2679
|
+
readonly domain: "servers";
|
|
2680
|
+
readonly messageName: "ListServersQuery";
|
|
2681
|
+
readonly route: {
|
|
2682
|
+
readonly method: "GET";
|
|
2683
|
+
readonly path: "/servers";
|
|
2684
|
+
};
|
|
2685
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2686
|
+
readonly authPolicy: "product-session";
|
|
2687
|
+
readonly errorFamily: "structured-platform-error";
|
|
2688
|
+
readonly streaming: false;
|
|
2689
|
+
}, {
|
|
2690
|
+
readonly operationKey: "servers.register";
|
|
2691
|
+
readonly operationGroup: "servers";
|
|
2692
|
+
readonly operationMethod: "register";
|
|
2693
|
+
readonly operationId: "servers.create";
|
|
2694
|
+
readonly kind: "command";
|
|
2695
|
+
readonly domain: "servers";
|
|
2696
|
+
readonly messageName: "RegisterServerCommand";
|
|
2697
|
+
readonly route: {
|
|
2698
|
+
readonly method: "POST";
|
|
2699
|
+
readonly path: "/servers";
|
|
2700
|
+
};
|
|
2701
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2702
|
+
readonly authPolicy: "product-session";
|
|
2703
|
+
readonly errorFamily: "structured-platform-error";
|
|
2704
|
+
readonly streaming: false;
|
|
2705
|
+
}, {
|
|
2706
|
+
readonly operationKey: "servers.rename";
|
|
2707
|
+
readonly operationGroup: "servers";
|
|
2708
|
+
readonly operationMethod: "rename";
|
|
2709
|
+
readonly operationId: "servers.rename";
|
|
2710
|
+
readonly kind: "command";
|
|
2711
|
+
readonly domain: "servers";
|
|
2712
|
+
readonly messageName: "RenameServerCommand";
|
|
2713
|
+
readonly route: {
|
|
2714
|
+
readonly method: "POST";
|
|
2715
|
+
readonly path: "/servers/{serverId}/rename";
|
|
2716
|
+
};
|
|
2717
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2718
|
+
readonly authPolicy: "product-session";
|
|
2719
|
+
readonly errorFamily: "structured-platform-error";
|
|
2720
|
+
readonly streaming: false;
|
|
2721
|
+
}, {
|
|
2722
|
+
readonly operationKey: "servers.show";
|
|
2723
|
+
readonly operationGroup: "servers";
|
|
2724
|
+
readonly operationMethod: "show";
|
|
2725
|
+
readonly operationId: "servers.show";
|
|
2726
|
+
readonly kind: "query";
|
|
2727
|
+
readonly domain: "servers";
|
|
2728
|
+
readonly messageName: "ShowServerQuery";
|
|
2729
|
+
readonly route: {
|
|
2730
|
+
readonly method: "GET";
|
|
2731
|
+
readonly path: "/servers/{serverId}";
|
|
2732
|
+
};
|
|
2733
|
+
readonly docsHref: "/docs/servers/register-connect/#server-deployment-target";
|
|
2734
|
+
readonly authPolicy: "product-session";
|
|
2735
|
+
readonly errorFamily: "structured-platform-error";
|
|
2736
|
+
readonly streaming: false;
|
|
2737
|
+
}, {
|
|
2738
|
+
readonly operationKey: "servers.test-connectivity";
|
|
2739
|
+
readonly operationGroup: "servers";
|
|
2740
|
+
readonly operationMethod: "testConnectivity";
|
|
2741
|
+
readonly operationId: "servers.testConnectivity";
|
|
2742
|
+
readonly kind: "command";
|
|
2743
|
+
readonly domain: "servers";
|
|
2744
|
+
readonly messageName: "TestServerConnectivityCommand";
|
|
2745
|
+
readonly route: {
|
|
2746
|
+
readonly method: "POST";
|
|
2747
|
+
readonly path: "/servers/{serverId}/connectivity-tests";
|
|
2748
|
+
};
|
|
2749
|
+
readonly docsHref: "/docs/servers/register-connect/#server-connectivity-test";
|
|
2750
|
+
readonly authPolicy: "product-session";
|
|
2751
|
+
readonly errorFamily: "structured-platform-error";
|
|
2752
|
+
readonly streaming: false;
|
|
2753
|
+
}, {
|
|
2754
|
+
readonly operationKey: "servers.test-draft-connectivity";
|
|
2755
|
+
readonly operationGroup: "servers";
|
|
2756
|
+
readonly operationMethod: "testDraftConnectivity";
|
|
2757
|
+
readonly operationId: "servers.testDraftConnectivity";
|
|
2758
|
+
readonly kind: "command";
|
|
2759
|
+
readonly domain: "servers";
|
|
2760
|
+
readonly messageName: "TestServerConnectivityCommand";
|
|
2761
|
+
readonly route: {
|
|
2762
|
+
readonly method: "POST";
|
|
2763
|
+
readonly path: "/servers/connectivity-tests";
|
|
2764
|
+
};
|
|
2765
|
+
readonly docsHref: "/docs/servers/register-connect/#server-connectivity-test";
|
|
2766
|
+
readonly authPolicy: "product-session";
|
|
2767
|
+
readonly errorFamily: "structured-platform-error";
|
|
2768
|
+
readonly streaming: false;
|
|
2769
|
+
}, {
|
|
2770
|
+
readonly operationKey: "source-events.ingest";
|
|
2771
|
+
readonly operationGroup: "source-events";
|
|
2772
|
+
readonly operationMethod: "ingest";
|
|
2773
|
+
readonly operationId: "source-events.ingest";
|
|
2774
|
+
readonly kind: "command";
|
|
2775
|
+
readonly domain: "source-events";
|
|
2776
|
+
readonly messageName: "IngestSourceEventCommand";
|
|
2777
|
+
readonly route: {
|
|
2778
|
+
readonly method: "POST";
|
|
2779
|
+
readonly path: "/integrations/github/source-events";
|
|
2780
|
+
};
|
|
2781
|
+
readonly docsHref: "/docs/deploy/sources/#source-auto-deploy-signatures";
|
|
2782
|
+
readonly authPolicy: "webhook-signature";
|
|
2783
|
+
readonly errorFamily: "structured-platform-error";
|
|
2784
|
+
readonly streaming: false;
|
|
2785
|
+
}, {
|
|
2786
|
+
readonly operationKey: "source-events.ingest";
|
|
2787
|
+
readonly operationGroup: "source-events";
|
|
2788
|
+
readonly operationMethod: "ingest";
|
|
2789
|
+
readonly operationId: "source-events.ingest";
|
|
2790
|
+
readonly kind: "command";
|
|
2791
|
+
readonly domain: "source-events";
|
|
2792
|
+
readonly messageName: "IngestSourceEventCommand";
|
|
2793
|
+
readonly route: {
|
|
2794
|
+
readonly method: "POST";
|
|
2795
|
+
readonly path: "/resources/{resourceId}/source-events/generic-signed";
|
|
2796
|
+
};
|
|
2797
|
+
readonly docsHref: "/docs/deploy/sources/#source-auto-deploy-signatures";
|
|
2798
|
+
readonly authPolicy: "webhook-signature";
|
|
2799
|
+
readonly errorFamily: "structured-platform-error";
|
|
2800
|
+
readonly streaming: false;
|
|
2801
|
+
}, {
|
|
2802
|
+
readonly operationKey: "source-events.list";
|
|
2803
|
+
readonly operationGroup: "source-events";
|
|
2804
|
+
readonly operationMethod: "list";
|
|
2805
|
+
readonly operationId: "sourceEvents.list";
|
|
2806
|
+
readonly kind: "query";
|
|
2807
|
+
readonly domain: "source-events";
|
|
2808
|
+
readonly messageName: "ListSourceEventsQuery";
|
|
2809
|
+
readonly route: {
|
|
2810
|
+
readonly method: "GET";
|
|
2811
|
+
readonly path: "/source-events";
|
|
2812
|
+
};
|
|
2813
|
+
readonly docsHref: "/docs/deploy/sources/#source-auto-deploy-dedupe";
|
|
2814
|
+
readonly authPolicy: "product-session";
|
|
2815
|
+
readonly errorFamily: "structured-platform-error";
|
|
2816
|
+
readonly streaming: false;
|
|
2817
|
+
}, {
|
|
2818
|
+
readonly operationKey: "source-events.show";
|
|
2819
|
+
readonly operationGroup: "source-events";
|
|
2820
|
+
readonly operationMethod: "show";
|
|
2821
|
+
readonly operationId: "sourceEvents.show";
|
|
2822
|
+
readonly kind: "query";
|
|
2823
|
+
readonly domain: "source-events";
|
|
2824
|
+
readonly messageName: "ShowSourceEventQuery";
|
|
2825
|
+
readonly route: {
|
|
2826
|
+
readonly method: "GET";
|
|
2827
|
+
readonly path: "/source-events/{sourceEventId}";
|
|
2828
|
+
};
|
|
2829
|
+
readonly docsHref: "/docs/deploy/sources/#source-auto-deploy-ignored-events";
|
|
2830
|
+
readonly authPolicy: "product-session";
|
|
2831
|
+
readonly errorFamily: "structured-platform-error";
|
|
2832
|
+
readonly streaming: false;
|
|
2833
|
+
}, {
|
|
2834
|
+
readonly operationKey: "source-links.relink";
|
|
2835
|
+
readonly operationGroup: "source-links";
|
|
2836
|
+
readonly operationMethod: "relink";
|
|
2837
|
+
readonly operationId: "sourceLinks.relink";
|
|
2838
|
+
readonly kind: "command";
|
|
2839
|
+
readonly domain: "source-links";
|
|
2840
|
+
readonly messageName: "RelinkSourceLinkCommand";
|
|
2841
|
+
readonly route: {
|
|
2842
|
+
readonly method: "POST";
|
|
2843
|
+
readonly path: "/source-links/relink";
|
|
2844
|
+
};
|
|
2845
|
+
readonly docsHref: "/docs/deploy/recovery/#deployment-source-relink";
|
|
2846
|
+
readonly authPolicy: "product-session";
|
|
2847
|
+
readonly errorFamily: "structured-platform-error";
|
|
2848
|
+
readonly streaming: false;
|
|
2849
|
+
}, {
|
|
2850
|
+
readonly operationKey: "storage-volumes.create";
|
|
2851
|
+
readonly operationGroup: "storage-volumes";
|
|
2852
|
+
readonly operationMethod: "create";
|
|
2853
|
+
readonly operationId: "storageVolumes.create";
|
|
2854
|
+
readonly kind: "command";
|
|
2855
|
+
readonly domain: "storage-volumes";
|
|
2856
|
+
readonly messageName: "CreateStorageVolumeCommand";
|
|
2857
|
+
readonly route: {
|
|
2858
|
+
readonly method: "POST";
|
|
2859
|
+
readonly path: "/storage-volumes";
|
|
2860
|
+
};
|
|
2861
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
2862
|
+
readonly authPolicy: "product-session";
|
|
2863
|
+
readonly errorFamily: "structured-platform-error";
|
|
2864
|
+
readonly streaming: false;
|
|
2865
|
+
}, {
|
|
2866
|
+
readonly operationKey: "storage-volumes.delete";
|
|
2867
|
+
readonly operationGroup: "storage-volumes";
|
|
2868
|
+
readonly operationMethod: "delete";
|
|
2869
|
+
readonly operationId: "storageVolumes.delete";
|
|
2870
|
+
readonly kind: "command";
|
|
2871
|
+
readonly domain: "storage-volumes";
|
|
2872
|
+
readonly messageName: "DeleteStorageVolumeCommand";
|
|
2873
|
+
readonly route: {
|
|
2874
|
+
readonly method: "DELETE";
|
|
2875
|
+
readonly path: "/storage-volumes/{storageVolumeId}";
|
|
2876
|
+
};
|
|
2877
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
2878
|
+
readonly authPolicy: "product-session";
|
|
2879
|
+
readonly errorFamily: "structured-platform-error";
|
|
2880
|
+
readonly streaming: false;
|
|
2881
|
+
}, {
|
|
2882
|
+
readonly operationKey: "storage-volumes.list";
|
|
2883
|
+
readonly operationGroup: "storage-volumes";
|
|
2884
|
+
readonly operationMethod: "list";
|
|
2885
|
+
readonly operationId: "storageVolumes.list";
|
|
2886
|
+
readonly kind: "query";
|
|
2887
|
+
readonly domain: "storage-volumes";
|
|
2888
|
+
readonly messageName: "ListStorageVolumesQuery";
|
|
2889
|
+
readonly route: {
|
|
2890
|
+
readonly method: "GET";
|
|
2891
|
+
readonly path: "/storage-volumes";
|
|
2892
|
+
};
|
|
2893
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
2894
|
+
readonly authPolicy: "product-session";
|
|
2895
|
+
readonly errorFamily: "structured-platform-error";
|
|
2896
|
+
readonly streaming: false;
|
|
2897
|
+
}, {
|
|
2898
|
+
readonly operationKey: "storage-volumes.rename";
|
|
2899
|
+
readonly operationGroup: "storage-volumes";
|
|
2900
|
+
readonly operationMethod: "rename";
|
|
2901
|
+
readonly operationId: "storageVolumes.rename";
|
|
2902
|
+
readonly kind: "command";
|
|
2903
|
+
readonly domain: "storage-volumes";
|
|
2904
|
+
readonly messageName: "RenameStorageVolumeCommand";
|
|
2905
|
+
readonly route: {
|
|
2906
|
+
readonly method: "POST";
|
|
2907
|
+
readonly path: "/storage-volumes/{storageVolumeId}/rename";
|
|
2908
|
+
};
|
|
2909
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
2910
|
+
readonly authPolicy: "product-session";
|
|
2911
|
+
readonly errorFamily: "structured-platform-error";
|
|
2912
|
+
readonly streaming: false;
|
|
2913
|
+
}, {
|
|
2914
|
+
readonly operationKey: "storage-volumes.show";
|
|
2915
|
+
readonly operationGroup: "storage-volumes";
|
|
2916
|
+
readonly operationMethod: "show";
|
|
2917
|
+
readonly operationId: "storageVolumes.show";
|
|
2918
|
+
readonly kind: "query";
|
|
2919
|
+
readonly domain: "storage-volumes";
|
|
2920
|
+
readonly messageName: "ShowStorageVolumeQuery";
|
|
2921
|
+
readonly route: {
|
|
2922
|
+
readonly method: "GET";
|
|
2923
|
+
readonly path: "/storage-volumes/{storageVolumeId}";
|
|
2924
|
+
};
|
|
2925
|
+
readonly docsHref: "/docs/resources/storage-volumes/#storage-volume-lifecycle";
|
|
2926
|
+
readonly authPolicy: "product-session";
|
|
2927
|
+
readonly errorFamily: "structured-platform-error";
|
|
2928
|
+
readonly streaming: false;
|
|
2929
|
+
}, {
|
|
2930
|
+
readonly operationKey: "system.github-repositories.list";
|
|
2931
|
+
readonly operationGroup: "system";
|
|
2932
|
+
readonly operationMethod: "githubRepositoriesList";
|
|
2933
|
+
readonly operationId: "integrations.github.repositories.list";
|
|
2934
|
+
readonly kind: "query";
|
|
2935
|
+
readonly domain: "system";
|
|
2936
|
+
readonly messageName: "ListGitHubRepositoriesQuery";
|
|
2937
|
+
readonly route: {
|
|
2938
|
+
readonly method: "GET";
|
|
2939
|
+
readonly path: "/integrations/github/repositories";
|
|
2940
|
+
};
|
|
2941
|
+
readonly docsHref: "/docs/deploy/sources/#deployment-source";
|
|
2942
|
+
readonly authPolicy: "product-session";
|
|
2943
|
+
readonly errorFamily: "structured-platform-error";
|
|
2944
|
+
readonly streaming: false;
|
|
2945
|
+
}, {
|
|
2946
|
+
readonly operationKey: "system.plugins.list";
|
|
2947
|
+
readonly operationGroup: "system";
|
|
2948
|
+
readonly operationMethod: "pluginsList";
|
|
2949
|
+
readonly operationId: "plugins.list";
|
|
2950
|
+
readonly kind: "query";
|
|
2951
|
+
readonly domain: "system";
|
|
2952
|
+
readonly messageName: "ListPluginsQuery";
|
|
2953
|
+
readonly route: {
|
|
2954
|
+
readonly method: "GET";
|
|
2955
|
+
readonly path: "/plugins";
|
|
2956
|
+
};
|
|
2957
|
+
readonly docsHref: "/docs/integrations/plugins/#advanced-plugin-boundary";
|
|
2958
|
+
readonly authPolicy: "product-session";
|
|
2959
|
+
readonly errorFamily: "structured-platform-error";
|
|
2960
|
+
readonly streaming: false;
|
|
2961
|
+
}, {
|
|
2962
|
+
readonly operationKey: "system.providers.list";
|
|
2963
|
+
readonly operationGroup: "system";
|
|
2964
|
+
readonly operationMethod: "providersList";
|
|
2965
|
+
readonly operationId: "providers.list";
|
|
2966
|
+
readonly kind: "query";
|
|
2967
|
+
readonly domain: "system";
|
|
2968
|
+
readonly messageName: "ListProvidersQuery";
|
|
2969
|
+
readonly route: {
|
|
2970
|
+
readonly method: "GET";
|
|
2971
|
+
readonly path: "/providers";
|
|
2972
|
+
};
|
|
2973
|
+
readonly docsHref: "/docs/integrations/providers/#advanced-provider-boundary";
|
|
2974
|
+
readonly authPolicy: "product-session";
|
|
2975
|
+
readonly errorFamily: "structured-platform-error";
|
|
2976
|
+
readonly streaming: false;
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly operationKey: "terminal-sessions.close";
|
|
2979
|
+
readonly operationGroup: "terminal-sessions";
|
|
2980
|
+
readonly operationMethod: "close";
|
|
2981
|
+
readonly operationId: "terminalSessions.close";
|
|
2982
|
+
readonly kind: "command";
|
|
2983
|
+
readonly domain: "terminal-sessions";
|
|
2984
|
+
readonly messageName: "CloseTerminalSessionCommand";
|
|
2985
|
+
readonly route: {
|
|
2986
|
+
readonly method: "POST";
|
|
2987
|
+
readonly path: "/terminal-sessions/{sessionId}/close";
|
|
2988
|
+
};
|
|
2989
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-terminal-session";
|
|
2990
|
+
readonly authPolicy: "product-session";
|
|
2991
|
+
readonly errorFamily: "structured-platform-error";
|
|
2992
|
+
readonly streaming: false;
|
|
2993
|
+
}, {
|
|
2994
|
+
readonly operationKey: "terminal-sessions.expire";
|
|
2995
|
+
readonly operationGroup: "terminal-sessions";
|
|
2996
|
+
readonly operationMethod: "expire";
|
|
2997
|
+
readonly operationId: "terminalSessions.expire";
|
|
2998
|
+
readonly kind: "command";
|
|
2999
|
+
readonly domain: "terminal-sessions";
|
|
3000
|
+
readonly messageName: "ExpireTerminalSessionsCommand";
|
|
3001
|
+
readonly route: {
|
|
3002
|
+
readonly method: "POST";
|
|
3003
|
+
readonly path: "/terminal-sessions/expire";
|
|
3004
|
+
};
|
|
3005
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-terminal-session";
|
|
3006
|
+
readonly authPolicy: "product-session";
|
|
3007
|
+
readonly errorFamily: "structured-platform-error";
|
|
3008
|
+
readonly streaming: false;
|
|
3009
|
+
}, {
|
|
3010
|
+
readonly operationKey: "terminal-sessions.list";
|
|
3011
|
+
readonly operationGroup: "terminal-sessions";
|
|
3012
|
+
readonly operationMethod: "list";
|
|
3013
|
+
readonly operationId: "terminalSessions.list";
|
|
3014
|
+
readonly kind: "query";
|
|
3015
|
+
readonly domain: "terminal-sessions";
|
|
3016
|
+
readonly messageName: "ListTerminalSessionsQuery";
|
|
3017
|
+
readonly route: {
|
|
3018
|
+
readonly method: "GET";
|
|
3019
|
+
readonly path: "/terminal-sessions";
|
|
3020
|
+
};
|
|
3021
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-terminal-session";
|
|
3022
|
+
readonly authPolicy: "product-session";
|
|
3023
|
+
readonly errorFamily: "structured-platform-error";
|
|
3024
|
+
readonly streaming: false;
|
|
3025
|
+
}, {
|
|
3026
|
+
readonly operationKey: "terminal-sessions.open";
|
|
3027
|
+
readonly operationGroup: "terminal-sessions";
|
|
3028
|
+
readonly operationMethod: "open";
|
|
3029
|
+
readonly operationId: "terminalSessions.open";
|
|
3030
|
+
readonly kind: "command";
|
|
3031
|
+
readonly domain: "terminal-sessions";
|
|
3032
|
+
readonly messageName: "OpenTerminalSessionCommand";
|
|
3033
|
+
readonly route: {
|
|
3034
|
+
readonly method: "POST";
|
|
3035
|
+
readonly path: "/terminal-sessions";
|
|
3036
|
+
};
|
|
3037
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-terminal-session";
|
|
3038
|
+
readonly authPolicy: "product-session";
|
|
3039
|
+
readonly errorFamily: "structured-platform-error";
|
|
3040
|
+
readonly streaming: false;
|
|
3041
|
+
}, {
|
|
3042
|
+
readonly operationKey: "terminal-sessions.show";
|
|
3043
|
+
readonly operationGroup: "terminal-sessions";
|
|
3044
|
+
readonly operationMethod: "show";
|
|
3045
|
+
readonly operationId: "terminalSessions.show";
|
|
3046
|
+
readonly kind: "query";
|
|
3047
|
+
readonly domain: "terminal-sessions";
|
|
3048
|
+
readonly messageName: "ShowTerminalSessionQuery";
|
|
3049
|
+
readonly route: {
|
|
3050
|
+
readonly method: "GET";
|
|
3051
|
+
readonly path: "/terminal-sessions/{sessionId}";
|
|
3052
|
+
};
|
|
3053
|
+
readonly docsHref: "/docs/servers/operations/proxy-and-terminal/#server-terminal-session";
|
|
3054
|
+
readonly authPolicy: "product-session";
|
|
3055
|
+
readonly errorFamily: "structured-platform-error";
|
|
3056
|
+
readonly streaming: false;
|
|
3057
|
+
}];
|