aws-sdk 2.1655.0 → 2.1656.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,583 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ "AssociateLibraryItemReview": [
5
+ {
6
+ "input": {
7
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
8
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316"
9
+ },
10
+ "id": "example-1",
11
+ "title": "Increase the rating counter by 1 for the related app for this user"
12
+ }
13
+ ],
14
+ "AssociateQAppWithUser": [
15
+ {
16
+ "input": {
17
+ "appId": "393e77fb-0a30-4f47-ad30-75d71aeaed8a",
18
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
19
+ },
20
+ "id": "example-1",
21
+ "title": "Links an Amazon Q App to the invoker's list of apps"
22
+ }
23
+ ],
24
+ "CreateLibraryItem": [
25
+ {
26
+ "input": {
27
+ "appId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
28
+ "appVersion": 6,
29
+ "categories": [
30
+ "9c871ed4-1c41-4065-aefe-321cd4b61cf8"
31
+ ],
32
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
33
+ },
34
+ "output": {
35
+ "createdAt": "2024-05-21T23:17:27.350Z",
36
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
37
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
38
+ "ratingCount": 0,
39
+ "status": "PUBLISHED",
40
+ "updatedAt": "2024-05-21T23:17:27.350Z",
41
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
42
+ },
43
+ "id": "example-1",
44
+ "title": "Create a Library Item"
45
+ }
46
+ ],
47
+ "CreateQApp": [
48
+ {
49
+ "input": {
50
+ "appDefinition": {
51
+ "cards": [
52
+ {
53
+ "textInput": {
54
+ "type": "text-input",
55
+ "id": "4cf94d96-8819-45c2-98cc-58c56b35c72f",
56
+ "title": "Color Base"
57
+ }
58
+ },
59
+ {
60
+ "qQuery": {
61
+ "type": "q-query",
62
+ "id": "18870b94-1e63-40e0-8c12-669c90ac5acc",
63
+ "prompt": "Recommend me a list of colors that go well with @4cf94d96-8819-45c2-98cc-58c56b35c72f",
64
+ "title": "Recommended Palette"
65
+ }
66
+ }
67
+ ],
68
+ "initialPrompt": "Create an app that recommend a list of colors based on input."
69
+ },
70
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
71
+ "title": "Color Palette Generator"
72
+ },
73
+ "output": {
74
+ "appArn": "arn:aws:qapps:us-west-2:123456789012:app/7212ff04-de7b-4831-bd80-45d6975ba1b0",
75
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
76
+ "appVersion": 1,
77
+ "createdAt": "2024-05-14T00:11:54.232Z",
78
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
79
+ "initialPrompt": "Create an app that recommend a list of colors based on input.",
80
+ "requiredCapabilities": [
81
+ "CreatorMode"
82
+ ],
83
+ "status": "DRAFT",
84
+ "title": "Color Palette Generator",
85
+ "updatedAt": "2024-05-14T00:13:26.168Z",
86
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
87
+ },
88
+ "id": "example-1",
89
+ "title": "A basic application with 1 text input card and 1 output card"
90
+ }
91
+ ],
92
+ "DeleteLibraryItem": [
93
+ {
94
+ "input": {
95
+ "instanceId": "3642ba81-344c-42fd-a480-9119a5a5f26b",
96
+ "libraryItemId": "72088fd4-78b6-43da-bfb8-8621323c3cfb"
97
+ },
98
+ "id": "example-1",
99
+ "title": "Delete a library item"
100
+ }
101
+ ],
102
+ "DeleteQApp": [
103
+ {
104
+ "input": {
105
+ "appId": "393e77fb-0a30-4f47-ad30-75d71aeaed8a",
106
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
107
+ },
108
+ "id": "example-1",
109
+ "title": "Delete an Amazon Q App"
110
+ }
111
+ ],
112
+ "DisassociateLibraryItemReview": [
113
+ {
114
+ "input": {
115
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
116
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316"
117
+ },
118
+ "id": "example-1",
119
+ "title": "Decrease the rating counter by 1 for the related app for this user"
120
+ }
121
+ ],
122
+ "DisassociateQAppFromUser": [
123
+ {
124
+ "input": {
125
+ "appId": "393e77fb-0a30-4f47-ad30-75d71aeaed8a",
126
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
127
+ },
128
+ "id": "example-1",
129
+ "title": "Unlinks an Amazon Q App from the invoker's list of apps"
130
+ }
131
+ ],
132
+ "GetLibraryItem": [
133
+ {
134
+ "input": {
135
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
136
+ "libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f"
137
+ },
138
+ "output": {
139
+ "appId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
140
+ "appVersion": 1,
141
+ "categories": [
142
+ {
143
+ "id": "9c871ed4-1c41-4065-aefe-321cd4b61cf8",
144
+ "title": "HR"
145
+ },
146
+ {
147
+ "id": "fdc4b483-c4e2-44c9-b4b2-6c850bbdb579",
148
+ "title": "General"
149
+ },
150
+ {
151
+ "id": "c1c4e374-118c-446f-81fb-cba6225d88da",
152
+ "title": "IT"
153
+ }
154
+ ],
155
+ "createdAt": "2024-05-08T16:09:56.080Z",
156
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
157
+ "isRatedByUser": false,
158
+ "libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f",
159
+ "ratingCount": 0,
160
+ "status": "PUBLISHED",
161
+ "updatedAt": "2024-05-08T16:09:56.080Z",
162
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
163
+ "userCount": 1
164
+ },
165
+ "id": "example-1",
166
+ "title": "Retrieve a library item"
167
+ }
168
+ ],
169
+ "GetQApp": [
170
+ {
171
+ "input": {
172
+ "appId": "3d110749-efc3-427c-87e8-15e966e5c168",
173
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
174
+ },
175
+ "output": {
176
+ "appArn": "arn:aws:qapps:us-west-2:123456789012:app/7212ff04-de7b-4831-bd80-45d6975ba1b0",
177
+ "appDefinition": {
178
+ "appDefinitionVersion": "1",
179
+ "cards": [
180
+ {
181
+ "textInput": {
182
+ "type": "text-input",
183
+ "dependencies": [
184
+
185
+ ],
186
+ "id": "4cf94d96-8819-45c2-98cc-58c56b35c72f",
187
+ "title": "Color Base"
188
+ }
189
+ },
190
+ {
191
+ "qQuery": {
192
+ "type": "q-query",
193
+ "dependencies": [
194
+ "91e4513d-6981-454a-9329-329c9302eef4"
195
+ ],
196
+ "id": "18870b94-1e63-40e0-8c12-669c90ac5acc",
197
+ "outputSource": "llm",
198
+ "prompt": "Recommend me a list of colors that go well with @91e4513d-6981-454a-9329-329c9302eef4 ",
199
+ "title": "Recommended Palette"
200
+ }
201
+ }
202
+ ]
203
+ },
204
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
205
+ "appVersion": 1,
206
+ "createdAt": "2024-05-14T00:11:54.232Z",
207
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
208
+ "status": "DRAFT",
209
+ "title": "Color Palette Generator",
210
+ "updatedAt": "2024-05-14T00:13:26.168Z",
211
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
212
+ },
213
+ "id": "example-1",
214
+ "title": "A basic application with 1 text input card and 1 output card"
215
+ }
216
+ ],
217
+ "GetQAppSession": [
218
+ {
219
+ "input": {
220
+ "instanceId": "288ae830-1df2-4871-b6c0-4314d74dadef",
221
+ "sessionId": "1fca878e-64c5-4dc4-b1d9-c93effed4e82"
222
+ },
223
+ "output": {
224
+ "cardStatus": {
225
+ "1e6caeac-b481-45ff-a082-8b9a4a0b72e8": {
226
+ "currentState": "COMPLETED",
227
+ "currentValue": "Earth's circumference is 24,901 miles"
228
+ },
229
+ "6fb5b404-3b7b-48a4-8a8b-56406922a606": {
230
+ "currentState": "COMPLETED",
231
+ "currentValue": "What is the circumference of Earth?"
232
+ }
233
+ },
234
+ "sessionArn": "arn:aws:qapps:us-west-2:0123456789012:application/a929ecd6-5765-4ec7-bd3e-2ca90098b18e/qapp/65e7dce7-226a-47f9-b689-22850becef89/session/1fca878e-64c5-4dc4-b1d9-c93effed4e82",
235
+ "sessionId": "1fca878e-64c5-4dc4-b1d9-c93effed4e82",
236
+ "status": "COMPLETED"
237
+ },
238
+ "id": "example-1",
239
+ "title": "Retrieves an existing session for an Amazon Q App"
240
+ }
241
+ ],
242
+ "ImportDocument": [
243
+ {
244
+ "input": {
245
+ "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
246
+ "cardId": "82f69028-22a9-4bea-8727-0eabf58e9fed",
247
+ "fileContentsBase64": "data:text/plain;base64,SomeFileEncodedInBase64",
248
+ "fileName": "myFile.txt",
249
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
250
+ "scope": "SESSION",
251
+ "sessionId": "4f0e5b87-9d38-41cd-9eb4-ebce2f2917cc"
252
+ },
253
+ "output": {
254
+ "fileId": "412aa1b4-341c-45af-936d-da52f8a1a3b4"
255
+ },
256
+ "id": "example-1",
257
+ "title": "Upload a file to a specific session"
258
+ },
259
+ {
260
+ "input": {
261
+ "appId": "4263767c-d889-4cb2-a8f6-8b649bc66af0",
262
+ "cardId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
263
+ "fileContentsBase64": "data:text/plain;base64,SomeFileEncodedInBase64",
264
+ "fileName": "anApplicationFile.txt",
265
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
266
+ "scope": "APPLICATION"
267
+ },
268
+ "output": {
269
+ "fileId": "bc1a0cc9-076a-4e82-9a6c-f4d2d8a22489"
270
+ },
271
+ "id": "example-2",
272
+ "title": "Upload a file into a application"
273
+ }
274
+ ],
275
+ "ListLibraryItems": [
276
+ {
277
+ "input": {
278
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
279
+ "limit": 3
280
+ },
281
+ "output": {
282
+ "libraryItems": [
283
+ {
284
+ "appId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
285
+ "appVersion": 6,
286
+ "categories": [
287
+ {
288
+ "id": "9c871ed4-1c41-4065-aefe-321cd4b61cf8",
289
+ "title": "HR"
290
+ },
291
+ {
292
+ "id": "c1c4e374-118c-446f-81fb-cba6225d88da",
293
+ "title": "IT"
294
+ }
295
+ ],
296
+ "createdAt": "2024-05-21T23:17:27.350Z",
297
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
298
+ "isRatedByUser": true,
299
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
300
+ "ratingCount": 3,
301
+ "status": "PUBLISHED",
302
+ "updatedAt": "2024-05-21T23:17:27.350Z",
303
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
304
+ "userCount": 5
305
+ },
306
+ {
307
+ "appId": "201272ac-d474-4a97-991c-5520dae04026",
308
+ "appVersion": 1,
309
+ "categories": [
310
+ {
311
+ "id": "fdc4b483-c4e2-44c9-b4b2-6c850bbdb579",
312
+ "title": "General"
313
+ }
314
+ ],
315
+ "createdAt": "2024-05-08T16:09:56.080Z",
316
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
317
+ "isRatedByUser": false,
318
+ "libraryItemId": "18cbebaa-196a-4aa5-a840-88d548e07f8f",
319
+ "ratingCount": 5,
320
+ "status": "PUBLISHED",
321
+ "updatedAt": "2024-05-08T16:09:56.080Z",
322
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
323
+ "userCount": 8
324
+ },
325
+ {
326
+ "appId": "1802f57f-079a-4b5b-839a-79bbe2e21b3c",
327
+ "appVersion": 1,
328
+ "categories": [
329
+ {
330
+ "id": "fdc4b483-c4e2-44c9-b4b2-6c850bbdb579",
331
+ "title": "General"
332
+ }
333
+ ],
334
+ "createdAt": "2024-05-07T22:57:59.327Z",
335
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
336
+ "isRatedByUser": false,
337
+ "libraryItemId": "549abfe0-f5c4-45a2-bb9b-c05987a49c6d",
338
+ "ratingCount": 8,
339
+ "status": "PUBLISHED",
340
+ "updatedAt": "2024-05-07T22:57:59.327Z",
341
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
342
+ "userCount": 12
343
+ }
344
+ ],
345
+ "nextToken": "YW5vdGhlclRva2VuIQ=="
346
+ },
347
+ "id": "example-1",
348
+ "title": "List at most 3 library items for this instance"
349
+ }
350
+ ],
351
+ "ListQApps": [
352
+ {
353
+ "input": {
354
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
355
+ "limit": 3
356
+ },
357
+ "output": {
358
+ "apps": [
359
+ {
360
+ "appArn": "arn:aws:qapps:us-west-2:..../7b9fe303-18bb-4643-952c-bfcf9f4c427f",
361
+ "appId": "7b9fe303-18bb-4643-952c-bfcf9f4c427f",
362
+ "createdAt": "2024-05-21T04:09:10.401Z",
363
+ "description": "Description 1",
364
+ "status": "DRAFT",
365
+ "title": "App 1"
366
+ },
367
+ {
368
+ "appArn": "arn:aws:qapps:us-west-2:..../dd178fd6-ad3d-49b3-a32d-e915cf423e37",
369
+ "appId": "dd178fd6-ad3d-49b3-a32d-e915cf423e37",
370
+ "createdAt": "2024-05-21T04:09:10.401Z",
371
+ "description": "Description 2",
372
+ "status": "PUBLISHED",
373
+ "title": "App 2"
374
+ },
375
+ {
376
+ "appArn": "arn:aws:qapps:us-west-2:..../3274b744-1a13-4aad-953f-eda2e4149e6e",
377
+ "appId": "3274b744-1a13-4aad-953f-eda2e4149e6e",
378
+ "createdAt": "2024-05-21T04:09:10.401Z",
379
+ "description": "Description 3",
380
+ "status": "DRAFT",
381
+ "title": "App 3"
382
+ }
383
+ ],
384
+ "nextToken": "bXlzdGVyaW91c1BhZ2luYXRpb25Ub2tlbg=="
385
+ },
386
+ "id": "example-1",
387
+ "title": "List at most 3 Amazon Q Apps in an Q Business application"
388
+ },
389
+ {
390
+ "input": {
391
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
392
+ "limit": 3,
393
+ "nextToken": "bXlzdGVyaW91c1BhZ2luYXRpb25Ub2tlbg=="
394
+ },
395
+ "output": {
396
+ "apps": [
397
+ {
398
+ "appArn": "arn:aws:qapps:us-west-2:..../bec8ee64-2635-41e8-aace-e1e418f4f295",
399
+ "appId": "bec8ee64-2635-41e8-aace-e1e418f4f295",
400
+ "createdAt": "2024-05-21T04:09:10.401Z",
401
+ "description": "Description 4",
402
+ "status": "PUBLISHED",
403
+ "title": "App 4"
404
+ },
405
+ {
406
+ "appArn": "arn:aws:qapps:us-west-2:..../c380a45d-bd77-45b0-a0e5-8a266c1d8bc4",
407
+ "appId": "c380a45d-bd77-45b0-a0e5-8a266c1d8bc4",
408
+ "createdAt": "2024-05-21T04:09:10.401Z",
409
+ "description": "Description 5",
410
+ "status": "PUBLISHED",
411
+ "title": "App 5"
412
+ },
413
+ {
414
+ "appArn": "arn:aws:qapps:us-west-2:..../afc4ee80-9722-4396-85a6-7aeaff52c177",
415
+ "appId": "afc4ee80-9722-4396-85a6-7aeaff52c177",
416
+ "createdAt": "2024-05-21T04:09:10.401Z",
417
+ "description": "Description 6",
418
+ "status": "PUBLISHED",
419
+ "title": "App 6"
420
+ }
421
+ ],
422
+ "nextToken": "YW5vdGhlclRva2VuIQ=="
423
+ },
424
+ "id": "example-2",
425
+ "title": "Retrieve the next page of Amazon Q Apps"
426
+ }
427
+ ],
428
+ "ListTagsForResource": [
429
+ {
430
+ "input": {
431
+ "resourceARN": "arn:aws:qapps:us-west-2:123456789012:application/3642ba81-344c-42fd-a480-9119a5a5f26b/qapp/7212ff04-de7b-4831-bd80-45d6975ba1b0"
432
+ },
433
+ "output": {
434
+ "tags": {
435
+ "department": "HR"
436
+ }
437
+ },
438
+ "id": "example-1",
439
+ "title": "A call to list tags for a resource"
440
+ }
441
+ ],
442
+ "StartQAppSession": [
443
+ {
444
+ "input": {
445
+ "appId": "65e7dce7-226a-47f9-b689-22850becef89",
446
+ "appVersion": 1,
447
+ "initialValues": [
448
+ {
449
+ "value": "What is the circumference of Earth?",
450
+ "cardId": "6fb5b404-3b7b-48a4-8a8b-56406922a606"
451
+ }
452
+ ],
453
+ "instanceId": "4cc5e4c2-d2a2-4188-a114-9ca125b4aedc"
454
+ },
455
+ "output": {
456
+ "sessionArn": "arn:aws:qapps:us-west-2:0123456789012:application/a929ecd6-5765-4ec7-bd3e-2ca90098b18e/qapp/65e7dce7-226a-47f9-b689-22850becef89/session/1fca878e-64c5-4dc4-b1d9-c93effed4e82",
457
+ "sessionId": "1fca878e-64c5-4dc4-b1d9-c93effed4e82"
458
+ },
459
+ "id": "example-1",
460
+ "title": "Start a session for an Amazon Q App using version 1, passing in initial values for one card"
461
+ }
462
+ ],
463
+ "TagResource": [
464
+ {
465
+ "input": {
466
+ "resourceARN": "arn:aws:qapps:us-west-2:123456789012:application/3642ba81-344c-42fd-a480-9119a5a5f26b/qapp/7212ff04-de7b-4831-bd80-45d6975ba1b0",
467
+ "tags": {
468
+ "department": "HR"
469
+ }
470
+ },
471
+ "id": "example-1",
472
+ "title": "A call to tag a resource"
473
+ }
474
+ ],
475
+ "UntagResource": [
476
+ {
477
+ "input": {
478
+ "resourceARN": "arn:aws:qapps:us-west-2:123456789012:application/3642ba81-344c-42fd-a480-9119a5a5f26b/qapp/7212ff04-de7b-4831-bd80-45d6975ba1b0",
479
+ "tagKeys": [
480
+ "department"
481
+ ]
482
+ },
483
+ "id": "example-1",
484
+ "title": "A call to untag a resource"
485
+ }
486
+ ],
487
+ "UpdateLibraryItem": [
488
+ {
489
+ "input": {
490
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
491
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
492
+ "status": "DISABLED"
493
+ },
494
+ "output": {
495
+ "appId": "7a11f34b-42d4-4bc8-b668-ae4a788dae1e",
496
+ "appVersion": 6,
497
+ "categories": [
498
+ {
499
+ "id": "9c871ed4-1c41-4065-aefe-321cd4b61cf8",
500
+ "title": "HR"
501
+ },
502
+ {
503
+ "id": "fdc4b483-c4e2-44c9-b4b2-6c850bbdb579",
504
+ "title": "General"
505
+ },
506
+ {
507
+ "id": "c1c4e374-118c-446f-81fb-cba6225d88da",
508
+ "title": "IT"
509
+ }
510
+ ],
511
+ "createdAt": "2024-05-21T23:17:27.350Z",
512
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
513
+ "libraryItemId": "cb9ecf72-8563-450d-9db9-994f98297316",
514
+ "ratingCount": 24,
515
+ "status": "DISABLED",
516
+ "updatedAt": "2024-05-28T19:43:48.577Z",
517
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
518
+ },
519
+ "id": "example-1",
520
+ "title": "Sets the status of a library item to DISABLED"
521
+ }
522
+ ],
523
+ "UpdateQApp": [
524
+ {
525
+ "input": {
526
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
527
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f",
528
+ "title": "This is the new title"
529
+ },
530
+ "output": {
531
+ "appArn": "arn:aws:qapps:us-west-2:123456789012:app/7212ff04-de7b-4831-bd80-45d6975ba1b0",
532
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
533
+ "appVersion": 2,
534
+ "createdAt": "2024-05-14T00:11:54.232Z",
535
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
536
+ "requiredCapabilities": [
537
+ "CreatorMode"
538
+ ],
539
+ "status": "DRAFT",
540
+ "title": "This is the new title",
541
+ "updatedAt": "2024-05-17T23:15:08.571Z",
542
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
543
+ },
544
+ "id": "example-1",
545
+ "title": "Updating the title of an app"
546
+ },
547
+ {
548
+ "input": {
549
+ "appDefinition": {
550
+ "cards": [
551
+ {
552
+ "qQuery": {
553
+ "type": "q-query",
554
+ "id": "18870b94-1e63-40e0-8c12-669c90ac5acc",
555
+ "prompt": "Recommend me an itinerary for a trip",
556
+ "title": "Trip Ideas"
557
+ }
558
+ }
559
+ ]
560
+ },
561
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
562
+ "instanceId": "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
563
+ },
564
+ "output": {
565
+ "appArn": "arn:aws:qapps:us-west-2:123456789012:app/7212ff04-de7b-4831-bd80-45d6975ba1b0",
566
+ "appId": "7212ff04-de7b-4831-bd80-45d6975ba1b0",
567
+ "appVersion": 99,
568
+ "createdAt": "2024-05-14T00:11:54.232Z",
569
+ "createdBy": "a841e300-40c1-7062-fa34-5b46dadbbaac",
570
+ "requiredCapabilities": [
571
+ "CreatorMode"
572
+ ],
573
+ "status": "DRAFT",
574
+ "title": "Previous Title Stays the Same",
575
+ "updatedAt": "2024-05-17T23:15:08.571Z",
576
+ "updatedBy": "a841e300-40c1-7062-fa34-5b46dadbbaac"
577
+ },
578
+ "id": "example-2",
579
+ "title": "Updating the app so it has a single q-query card"
580
+ }
581
+ ]
582
+ }
583
+ }