Skip to content

Commit f7e4449

Browse files
authored
Update Completion Models (#10113)
1 parent c1a3604 commit f7e4449

161 files changed

Lines changed: 51161 additions & 50 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 397 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,397 @@
1+
{
2+
"version": "1.0",
3+
"resources": {
4+
"Stage": {
5+
"operation": "ListStages",
6+
"resourceIdentifier": {
7+
"arn": "stages[].arn",
8+
"name": "stages[].name"
9+
}
10+
},
11+
"EncoderConfiguration": {
12+
"operation": "ListEncoderConfigurations",
13+
"resourceIdentifier": {
14+
"arn": "encoderConfigurations[].arn"
15+
}
16+
},
17+
"IngestConfiguration": {
18+
"operation": "ListIngestConfigurations",
19+
"resourceIdentifier": {
20+
"arn": "ingestConfigurations[].arn"
21+
}
22+
},
23+
"PublicKey": {
24+
"operation": "ListPublicKeys",
25+
"resourceIdentifier": {
26+
"arn": "publicKeys[].arn"
27+
}
28+
},
29+
"StorageConfiguration": {
30+
"operation": "ListStorageConfigurations",
31+
"resourceIdentifier": {
32+
"arn": "storageConfigurations[].arn"
33+
}
34+
},
35+
"Composition": {
36+
"operation": "ListCompositions",
37+
"resourceIdentifier": {
38+
"arn": "compositions[].arn"
39+
}
40+
}
41+
},
42+
"operations": {
43+
"CreateIngestConfiguration": {
44+
"stageArn": {
45+
"completions": [
46+
{
47+
"parameters": {},
48+
"resourceName": "Stage",
49+
"resourceIdentifier": "arn"
50+
}
51+
]
52+
}
53+
},
54+
"CreateParticipantToken": {
55+
"stageArn": {
56+
"completions": [
57+
{
58+
"parameters": {},
59+
"resourceName": "Stage",
60+
"resourceIdentifier": "arn"
61+
}
62+
]
63+
}
64+
},
65+
"DeleteEncoderConfiguration": {
66+
"arn": {
67+
"completions": [
68+
{
69+
"parameters": {},
70+
"resourceName": "EncoderConfiguration",
71+
"resourceIdentifier": "arn"
72+
}
73+
]
74+
}
75+
},
76+
"DeleteIngestConfiguration": {
77+
"arn": {
78+
"completions": [
79+
{
80+
"parameters": {},
81+
"resourceName": "IngestConfiguration",
82+
"resourceIdentifier": "arn"
83+
}
84+
]
85+
}
86+
},
87+
"DeletePublicKey": {
88+
"arn": {
89+
"completions": [
90+
{
91+
"parameters": {},
92+
"resourceName": "PublicKey",
93+
"resourceIdentifier": "arn"
94+
}
95+
]
96+
}
97+
},
98+
"DeleteStage": {
99+
"arn": {
100+
"completions": [
101+
{
102+
"parameters": {},
103+
"resourceName": "Stage",
104+
"resourceIdentifier": "arn"
105+
}
106+
]
107+
}
108+
},
109+
"DeleteStorageConfiguration": {
110+
"arn": {
111+
"completions": [
112+
{
113+
"parameters": {},
114+
"resourceName": "StorageConfiguration",
115+
"resourceIdentifier": "arn"
116+
}
117+
]
118+
}
119+
},
120+
"DisconnectParticipant": {
121+
"stageArn": {
122+
"completions": [
123+
{
124+
"parameters": {},
125+
"resourceName": "Stage",
126+
"resourceIdentifier": "arn"
127+
}
128+
]
129+
}
130+
},
131+
"GetComposition": {
132+
"arn": {
133+
"completions": [
134+
{
135+
"parameters": {},
136+
"resourceName": "Composition",
137+
"resourceIdentifier": "arn"
138+
}
139+
]
140+
}
141+
},
142+
"GetEncoderConfiguration": {
143+
"arn": {
144+
"completions": [
145+
{
146+
"parameters": {},
147+
"resourceName": "EncoderConfiguration",
148+
"resourceIdentifier": "arn"
149+
}
150+
]
151+
}
152+
},
153+
"GetIngestConfiguration": {
154+
"arn": {
155+
"completions": [
156+
{
157+
"parameters": {},
158+
"resourceName": "IngestConfiguration",
159+
"resourceIdentifier": "arn"
160+
}
161+
]
162+
}
163+
},
164+
"GetParticipant": {
165+
"stageArn": {
166+
"completions": [
167+
{
168+
"parameters": {},
169+
"resourceName": "Stage",
170+
"resourceIdentifier": "arn"
171+
}
172+
]
173+
}
174+
},
175+
"GetPublicKey": {
176+
"arn": {
177+
"completions": [
178+
{
179+
"parameters": {},
180+
"resourceName": "PublicKey",
181+
"resourceIdentifier": "arn"
182+
}
183+
]
184+
}
185+
},
186+
"GetStage": {
187+
"arn": {
188+
"completions": [
189+
{
190+
"parameters": {},
191+
"resourceName": "Stage",
192+
"resourceIdentifier": "arn"
193+
}
194+
]
195+
}
196+
},
197+
"GetStageSession": {
198+
"stageArn": {
199+
"completions": [
200+
{
201+
"parameters": {},
202+
"resourceName": "Stage",
203+
"resourceIdentifier": "arn"
204+
}
205+
]
206+
}
207+
},
208+
"GetStorageConfiguration": {
209+
"arn": {
210+
"completions": [
211+
{
212+
"parameters": {},
213+
"resourceName": "StorageConfiguration",
214+
"resourceIdentifier": "arn"
215+
}
216+
]
217+
}
218+
},
219+
"ListCompositions": {
220+
"filterByStageArn": {
221+
"completions": [
222+
{
223+
"parameters": {},
224+
"resourceName": "Stage",
225+
"resourceIdentifier": "arn"
226+
}
227+
]
228+
},
229+
"filterByEncoderConfigurationArn": {
230+
"completions": [
231+
{
232+
"parameters": {},
233+
"resourceName": "EncoderConfiguration",
234+
"resourceIdentifier": "arn"
235+
}
236+
]
237+
}
238+
},
239+
"ListIngestConfigurations": {
240+
"filterByStageArn": {
241+
"completions": [
242+
{
243+
"parameters": {},
244+
"resourceName": "Stage",
245+
"resourceIdentifier": "arn"
246+
}
247+
]
248+
}
249+
},
250+
"ListParticipantEvents": {
251+
"stageArn": {
252+
"completions": [
253+
{
254+
"parameters": {},
255+
"resourceName": "Stage",
256+
"resourceIdentifier": "arn"
257+
}
258+
]
259+
}
260+
},
261+
"ListParticipantReplicas": {
262+
"sourceStageArn": {
263+
"completions": [
264+
{
265+
"parameters": {},
266+
"resourceName": "Stage",
267+
"resourceIdentifier": "arn"
268+
}
269+
]
270+
}
271+
},
272+
"ListParticipants": {
273+
"stageArn": {
274+
"completions": [
275+
{
276+
"parameters": {},
277+
"resourceName": "Stage",
278+
"resourceIdentifier": "arn"
279+
}
280+
]
281+
}
282+
},
283+
"ListStageSessions": {
284+
"stageArn": {
285+
"completions": [
286+
{
287+
"parameters": {},
288+
"resourceName": "Stage",
289+
"resourceIdentifier": "arn"
290+
}
291+
]
292+
}
293+
},
294+
"StartComposition": {
295+
"stageArn": {
296+
"completions": [
297+
{
298+
"parameters": {},
299+
"resourceName": "Stage",
300+
"resourceIdentifier": "arn"
301+
}
302+
]
303+
}
304+
},
305+
"StartParticipantReplication": {
306+
"sourceStageArn": {
307+
"completions": [
308+
{
309+
"parameters": {},
310+
"resourceName": "Stage",
311+
"resourceIdentifier": "arn"
312+
}
313+
]
314+
},
315+
"destinationStageArn": {
316+
"completions": [
317+
{
318+
"parameters": {},
319+
"resourceName": "Stage",
320+
"resourceIdentifier": "arn"
321+
}
322+
]
323+
}
324+
},
325+
"StopComposition": {
326+
"arn": {
327+
"completions": [
328+
{
329+
"parameters": {},
330+
"resourceName": "Composition",
331+
"resourceIdentifier": "arn"
332+
}
333+
]
334+
}
335+
},
336+
"StopParticipantReplication": {
337+
"sourceStageArn": {
338+
"completions": [
339+
{
340+
"parameters": {},
341+
"resourceName": "Stage",
342+
"resourceIdentifier": "arn"
343+
}
344+
]
345+
},
346+
"destinationStageArn": {
347+
"completions": [
348+
{
349+
"parameters": {},
350+
"resourceName": "Stage",
351+
"resourceIdentifier": "arn"
352+
}
353+
]
354+
}
355+
},
356+
"UpdateIngestConfiguration": {
357+
"arn": {
358+
"completions": [
359+
{
360+
"parameters": {},
361+
"resourceName": "IngestConfiguration",
362+
"resourceIdentifier": "arn"
363+
}
364+
]
365+
},
366+
"stageArn": {
367+
"completions": [
368+
{
369+
"parameters": {},
370+
"resourceName": "Stage",
371+
"resourceIdentifier": "arn"
372+
}
373+
]
374+
}
375+
},
376+
"UpdateStage": {
377+
"arn": {
378+
"completions": [
379+
{
380+
"parameters": {},
381+
"resourceName": "Stage",
382+
"resourceIdentifier": "arn"
383+
}
384+
]
385+
},
386+
"name": {
387+
"completions": [
388+
{
389+
"parameters": {},
390+
"resourceName": "Stage",
391+
"resourceIdentifier": "name"
392+
}
393+
]
394+
}
395+
}
396+
}
397+
}

0 commit comments

Comments
 (0)