@aws-sdk/client-qapps 3.1067.0 → 3.1069.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetQAppSessionInput$ = exports.GetQAppOutput$ = exports.GetQAppInput$ = exports.GetLibraryItemOutput$ = exports.GetLibraryItemInput$ = exports.FormInputCardMetadata$ = exports.FormInputCardInput$ = exports.FormInputCard$ = exports.FileUploadCardInput$ = exports.FileUploadCard$ = exports.ExportQAppSessionDataOutput$ = exports.ExportQAppSessionDataInput$ = exports.DocumentAttribute$ = exports.DisassociateQAppFromUserInput$ = exports.DisassociateLibraryItemReviewInput$ = exports.DescribeQAppPermissionsOutput$ = exports.DescribeQAppPermissionsInput$ = exports.DeleteQAppInput$ = exports.DeleteLibraryItemInput$ = exports.CreateQAppOutput$ = exports.CreateQAppInput$ = exports.CreatePresignedUrlOutput$ = exports.CreatePresignedUrlInput$ = exports.CreateLibraryItemOutput$ = exports.CreateLibraryItemInput$ = exports.ConversationMessage$ = exports.CategoryInput$ = exports.Category$ = exports.CardValue$ = exports.CardStatus$ = exports.BatchUpdateCategoryInput$ = exports.BatchDeleteCategoryInput$ = exports.BatchCreateCategoryInputCategory$ = exports.BatchCreateCategoryInput$ = exports.AttributeFilter$ = exports.AssociateQAppWithUserInput$ = exports.AssociateLibraryItemReviewInput$ = exports.AppDefinitionInput$ = exports.AppDefinition$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ContentTooLargeException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.QAppsServiceException$ = void 0;
4
- exports.UpdateQAppSessionOutput$ = exports.UpdateQAppSessionMetadataOutput$ = exports.UpdateQAppSessionMetadataInput$ = exports.UpdateQAppSessionInput$ = exports.UpdateQAppPermissionsOutput$ = exports.UpdateQAppPermissionsInput$ = exports.UpdateQAppOutput$ = exports.UpdateQAppInput$ = exports.UpdateLibraryItemOutput$ = exports.UpdateLibraryItemMetadataInput$ = exports.UpdateLibraryItemInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TextInputCardInput$ = exports.TextInputCard$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubmissionMutation$ = exports.Submission$ = exports.StopQAppSessionInput$ = exports.StartQAppSessionOutput$ = exports.StartQAppSessionInput$ = exports.SessionSharingConfiguration$ = exports.QQueryCardInput$ = exports.QQueryCard$ = exports.QPluginCardInput$ = exports.QPluginCard$ = exports.QAppSessionData$ = exports.PrincipalOutput$ = exports.PredictQAppOutput$ = exports.PredictQAppInput$ = exports.PredictAppDefinition$ = exports.PermissionOutput$ = exports.PermissionInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListQAppsOutput$ = exports.ListQAppsInput$ = exports.ListQAppSessionDataOutput$ = exports.ListQAppSessionDataInput$ = exports.ListLibraryItemsOutput$ = exports.ListLibraryItemsInput$ = exports.ListCategoriesOutput$ = exports.ListCategoriesInput$ = exports.LibraryItemMember$ = exports.ImportDocumentOutput$ = exports.ImportDocumentInput$ = exports.GetQAppSessionOutput$ = exports.GetQAppSessionMetadataOutput$ = exports.GetQAppSessionMetadataInput$ = void 0;
5
- exports.UpdateQAppSessionMetadata$ = exports.UpdateQAppSession$ = exports.UpdateQAppPermissions$ = exports.UpdateQApp$ = exports.UpdateLibraryItemMetadata$ = exports.UpdateLibraryItem$ = exports.UntagResource$ = exports.TagResource$ = exports.StopQAppSession$ = exports.StartQAppSession$ = exports.PredictQApp$ = exports.ListTagsForResource$ = exports.ListQAppSessionData$ = exports.ListQApps$ = exports.ListLibraryItems$ = exports.ListCategories$ = exports.ImportDocument$ = exports.GetQAppSessionMetadata$ = exports.GetQAppSession$ = exports.GetQApp$ = exports.GetLibraryItem$ = exports.ExportQAppSessionData$ = exports.DisassociateQAppFromUser$ = exports.DisassociateLibraryItemReview$ = exports.DescribeQAppPermissions$ = exports.DeleteQApp$ = exports.DeleteLibraryItem$ = exports.CreateQApp$ = exports.CreatePresignedUrl$ = exports.CreateLibraryItem$ = exports.BatchUpdateCategory$ = exports.BatchDeleteCategory$ = exports.BatchCreateCategory$ = exports.AssociateQAppWithUser$ = exports.AssociateLibraryItemReview$ = exports.PredictQAppInputOptions$ = exports.DocumentAttributeValue$ = exports.CardInput$ = exports.Card$ = exports.UserAppItem$ = exports.User$ = void 0;
6
1
  const _AD = "AppDefinition";
7
2
  const _ADE = "AccessDeniedException";
8
3
  const _ADI = "AppDefinitionInput";
@@ -293,707 +288,812 @@ const _uT = "userType";
293
288
  const _v = "value";
294
289
  const _va = "values";
295
290
  const n0 = "com.amazonaws.qapps";
296
- const schema_1 = require("@smithy/core/schema");
297
- const errors_1 = require("../models/errors");
298
- const QAppsServiceException_1 = require("../models/QAppsServiceException");
299
- const _s_registry = schema_1.TypeRegistry.for(_s);
300
- exports.QAppsServiceException$ = [-3, _s, "QAppsServiceException", 0, [], []];
301
- _s_registry.registerError(exports.QAppsServiceException$, QAppsServiceException_1.QAppsServiceException);
302
- const n0_registry = schema_1.TypeRegistry.for(n0);
303
- exports.AccessDeniedException$ = [-3, n0, _ADE,
291
+ const { TypeRegistry } = require("@smithy/core/schema");
292
+ const { AccessDeniedException, ConflictException, ContentTooLargeException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, ValidationException } = require("../models/errors");
293
+ const { QAppsServiceException } = require("../models/QAppsServiceException");
294
+ const _s_registry = TypeRegistry.for(_s);
295
+ const QAppsServiceException$ = [-3, _s, "QAppsServiceException", 0, [], []];
296
+ exports.QAppsServiceException$ = QAppsServiceException$;
297
+ _s_registry.registerError(QAppsServiceException$, QAppsServiceException);
298
+ const n0_registry = TypeRegistry.for(n0);
299
+ const AccessDeniedException$ = [-3, n0, _ADE,
304
300
  { [_e]: _c, [_hE]: 403 },
305
301
  [_m],
306
302
  [0], 1
307
303
  ];
308
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
309
- exports.ConflictException$ = [-3, n0, _CE,
304
+ exports.AccessDeniedException$ = AccessDeniedException$;
305
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
306
+ const ConflictException$ = [-3, n0, _CE,
310
307
  { [_e]: _c, [_hE]: 409 },
311
308
  [_m, _rI, _rT],
312
309
  [0, 0, 0], 3
313
310
  ];
314
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
315
- exports.ContentTooLargeException$ = [-3, n0, _CTLE,
311
+ exports.ConflictException$ = ConflictException$;
312
+ n0_registry.registerError(ConflictException$, ConflictException);
313
+ const ContentTooLargeException$ = [-3, n0, _CTLE,
316
314
  { [_e]: _c, [_hE]: 413 },
317
315
  [_m, _rI, _rT],
318
316
  [0, 0, 0], 3
319
317
  ];
320
- n0_registry.registerError(exports.ContentTooLargeException$, errors_1.ContentTooLargeException);
321
- exports.InternalServerException$ = [-3, n0, _ISE,
318
+ exports.ContentTooLargeException$ = ContentTooLargeException$;
319
+ n0_registry.registerError(ContentTooLargeException$, ContentTooLargeException);
320
+ const InternalServerException$ = [-3, n0, _ISE,
322
321
  { [_e]: _se, [_hE]: 500 },
323
322
  [_m, _rAS],
324
323
  [0, [1, { [_hH]: _RA }]], 1
325
324
  ];
326
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
327
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
325
+ exports.InternalServerException$ = InternalServerException$;
326
+ n0_registry.registerError(InternalServerException$, InternalServerException);
327
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
328
328
  { [_e]: _c, [_hE]: 404 },
329
329
  [_m, _rI, _rT],
330
330
  [0, 0, 0], 3
331
331
  ];
332
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
333
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
332
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
333
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
334
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
334
335
  { [_e]: _c, [_hE]: 402 },
335
336
  [_m, _rI, _rT, _sC, _qC],
336
337
  [0, 0, 0, 0, 0], 5
337
338
  ];
338
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
339
- exports.ThrottlingException$ = [-3, n0, _TE,
339
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
340
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
341
+ const ThrottlingException$ = [-3, n0, _TE,
340
342
  { [_e]: _c, [_hE]: 429 },
341
343
  [_m, _sC, _qC, _rAS],
342
344
  [0, 0, 0, [1, { [_hH]: _RA }]], 3
343
345
  ];
344
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
345
- exports.UnauthorizedException$ = [-3, n0, _UE,
346
+ exports.ThrottlingException$ = ThrottlingException$;
347
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
348
+ const UnauthorizedException$ = [-3, n0, _UE,
346
349
  { [_e]: _c, [_hE]: 401 },
347
350
  [_m],
348
351
  [0], 1
349
352
  ];
350
- n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
351
- exports.ValidationException$ = [-3, n0, _VE,
353
+ exports.UnauthorizedException$ = UnauthorizedException$;
354
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
355
+ const ValidationException$ = [-3, n0, _VE,
352
356
  { [_e]: _c, [_hE]: 400 },
353
357
  [_m],
354
358
  [0], 1
355
359
  ];
356
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
360
+ exports.ValidationException$ = ValidationException$;
361
+ n0_registry.registerError(ValidationException$, ValidationException);
357
362
  exports.errorTypeRegistries = [
358
363
  _s_registry,
359
364
  n0_registry,
360
365
  ];
361
- exports.AppDefinition$ = [3, n0, _AD,
366
+ const AppDefinition$ = [3, n0, _AD,
362
367
  0,
363
368
  [_aDV, _ca, _cE],
364
369
  [0, () => CardModelList, 2], 2
365
370
  ];
366
- exports.AppDefinitionInput$ = [3, n0, _ADI,
371
+ exports.AppDefinition$ = AppDefinition$;
372
+ const AppDefinitionInput$ = [3, n0, _ADI,
367
373
  0,
368
374
  [_ca, _iP],
369
375
  [() => CardList, 0], 1
370
376
  ];
371
- exports.AssociateLibraryItemReviewInput$ = [3, n0, _ALIRI,
377
+ exports.AppDefinitionInput$ = AppDefinitionInput$;
378
+ const AssociateLibraryItemReviewInput$ = [3, n0, _ALIRI,
372
379
  0,
373
380
  [_iI, _lII],
374
381
  [[0, { [_hH]: _ii }], 0], 2
375
382
  ];
376
- exports.AssociateQAppWithUserInput$ = [3, n0, _AQAWUI,
383
+ exports.AssociateLibraryItemReviewInput$ = AssociateLibraryItemReviewInput$;
384
+ const AssociateQAppWithUserInput$ = [3, n0, _AQAWUI,
377
385
  0,
378
386
  [_iI, _aI],
379
387
  [[0, { [_hH]: _ii }], 0], 2
380
388
  ];
381
- exports.AttributeFilter$ = [3, n0, _AF,
389
+ exports.AssociateQAppWithUserInput$ = AssociateQAppWithUserInput$;
390
+ const AttributeFilter$ = [3, n0, _AF,
382
391
  0,
383
392
  [_aAF, _oAF, _nF, _eT, _cA, _cAo, _gT, _gTOE, _lT, _lTOE],
384
- [() => AttributeFilters, () => AttributeFilters, () => exports.AttributeFilter$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$, () => exports.DocumentAttribute$]
393
+ [() => AttributeFilters, () => AttributeFilters, () => AttributeFilter$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$]
385
394
  ];
386
- exports.BatchCreateCategoryInput$ = [3, n0, _BCCI,
395
+ exports.AttributeFilter$ = AttributeFilter$;
396
+ const BatchCreateCategoryInput$ = [3, n0, _BCCI,
387
397
  0,
388
398
  [_iI, _cat],
389
399
  [[0, { [_hH]: _ii }], () => BatchCreateCategoryInputCategoryList], 2
390
400
  ];
391
- exports.BatchCreateCategoryInputCategory$ = [3, n0, _BCCIC,
401
+ exports.BatchCreateCategoryInput$ = BatchCreateCategoryInput$;
402
+ const BatchCreateCategoryInputCategory$ = [3, n0, _BCCIC,
392
403
  0,
393
404
  [_t, _i, _co],
394
405
  [0, 0, 0], 1
395
406
  ];
396
- exports.BatchDeleteCategoryInput$ = [3, n0, _BDCI,
407
+ exports.BatchCreateCategoryInputCategory$ = BatchCreateCategoryInputCategory$;
408
+ const BatchDeleteCategoryInput$ = [3, n0, _BDCI,
397
409
  0,
398
410
  [_iI, _cat],
399
411
  [[0, { [_hH]: _ii }], 64 | 0], 2
400
412
  ];
401
- exports.BatchUpdateCategoryInput$ = [3, n0, _BUCI,
413
+ exports.BatchDeleteCategoryInput$ = BatchDeleteCategoryInput$;
414
+ const BatchUpdateCategoryInput$ = [3, n0, _BUCI,
402
415
  0,
403
416
  [_iI, _cat],
404
417
  [[0, { [_hH]: _ii }], () => CategoryListInput], 2
405
418
  ];
406
- exports.CardStatus$ = [3, n0, _CS,
419
+ exports.BatchUpdateCategoryInput$ = BatchUpdateCategoryInput$;
420
+ const CardStatus$ = [3, n0, _CS,
407
421
  0,
408
422
  [_cS, _cV, _su],
409
423
  [0, 0, () => SubmissionList], 2
410
424
  ];
411
- exports.CardValue$ = [3, n0, _CV,
425
+ exports.CardStatus$ = CardStatus$;
426
+ const CardValue$ = [3, n0, _CV,
412
427
  0,
413
428
  [_cI, _v, _sM],
414
- [0, 0, () => exports.SubmissionMutation$], 2
429
+ [0, 0, () => SubmissionMutation$], 2
415
430
  ];
416
- exports.Category$ = [3, n0, _C,
431
+ exports.CardValue$ = CardValue$;
432
+ const Category$ = [3, n0, _C,
417
433
  0,
418
434
  [_i, _t, _co, _aC],
419
435
  [0, 0, 0, 1], 2
420
436
  ];
421
- exports.CategoryInput$ = [3, n0, _CI,
437
+ exports.Category$ = Category$;
438
+ const CategoryInput$ = [3, n0, _CI,
422
439
  0,
423
440
  [_i, _t, _co],
424
441
  [0, 0, 0], 2
425
442
  ];
426
- exports.ConversationMessage$ = [3, n0, _CM,
443
+ exports.CategoryInput$ = CategoryInput$;
444
+ const ConversationMessage$ = [3, n0, _CM,
427
445
  0,
428
446
  [_b, _ty],
429
447
  [0, 0], 2
430
448
  ];
431
- exports.CreateLibraryItemInput$ = [3, n0, _CLII,
449
+ exports.ConversationMessage$ = ConversationMessage$;
450
+ const CreateLibraryItemInput$ = [3, n0, _CLII,
432
451
  0,
433
452
  [_iI, _aI, _aV, _cat],
434
453
  [[0, { [_hH]: _ii }], 0, 1, 64 | 0], 4
435
454
  ];
436
- exports.CreateLibraryItemOutput$ = [3, n0, _CLIO,
455
+ exports.CreateLibraryItemInput$ = CreateLibraryItemInput$;
456
+ const CreateLibraryItemOutput$ = [3, n0, _CLIO,
437
457
  0,
438
458
  [_lII, _st, _cAr, _cB, _rC, _uA, _uB, _iV],
439
459
  [0, 0, 5, 0, 1, 5, 0, 2], 5
440
460
  ];
441
- exports.CreatePresignedUrlInput$ = [3, n0, _CPUI,
461
+ exports.CreateLibraryItemOutput$ = CreateLibraryItemOutput$;
462
+ const CreatePresignedUrlInput$ = [3, n0, _CPUI,
442
463
  0,
443
464
  [_iI, _cI, _aI, _fCS, _fN, _sc, _sI],
444
465
  [[0, { [_hH]: _ii }], 0, 0, 0, 0, 0, 0], 6
445
466
  ];
446
- exports.CreatePresignedUrlOutput$ = [3, n0, _CPUO,
467
+ exports.CreatePresignedUrlInput$ = CreatePresignedUrlInput$;
468
+ const CreatePresignedUrlOutput$ = [3, n0, _CPUO,
447
469
  0,
448
470
  [_fI, _pU, _pUF, _pUE],
449
471
  [0, 0, 128 | 0, 5], 4
450
472
  ];
451
- exports.CreateQAppInput$ = [3, n0, _CQAI,
473
+ exports.CreatePresignedUrlOutput$ = CreatePresignedUrlOutput$;
474
+ const CreateQAppInput$ = [3, n0, _CQAI,
452
475
  0,
453
476
  [_iI, _t, _aD, _d, _ta],
454
- [[0, { [_hH]: _ii }], 0, () => exports.AppDefinitionInput$, 0, 128 | 0], 3
477
+ [[0, { [_hH]: _ii }], 0, () => AppDefinitionInput$, 0, 128 | 0], 3
455
478
  ];
456
- exports.CreateQAppOutput$ = [3, n0, _CQAO,
479
+ exports.CreateQAppInput$ = CreateQAppInput$;
480
+ const CreateQAppOutput$ = [3, n0, _CQAO,
457
481
  0,
458
482
  [_aI, _aA, _t, _aV, _st, _cAr, _cB, _uA, _uB, _d, _iP, _rCe],
459
483
  [0, 0, 0, 1, 0, 5, 0, 5, 0, 0, 0, 64 | 0], 9
460
484
  ];
461
- exports.DeleteLibraryItemInput$ = [3, n0, _DLII,
485
+ exports.CreateQAppOutput$ = CreateQAppOutput$;
486
+ const DeleteLibraryItemInput$ = [3, n0, _DLII,
462
487
  0,
463
488
  [_iI, _lII],
464
489
  [[0, { [_hH]: _ii }], 0], 2
465
490
  ];
466
- exports.DeleteQAppInput$ = [3, n0, _DQAI,
491
+ exports.DeleteLibraryItemInput$ = DeleteLibraryItemInput$;
492
+ const DeleteQAppInput$ = [3, n0, _DQAI,
467
493
  0,
468
494
  [_iI, _aI],
469
495
  [[0, { [_hH]: _ii }], 0], 2
470
496
  ];
471
- exports.DescribeQAppPermissionsInput$ = [3, n0, _DQAPI,
497
+ exports.DeleteQAppInput$ = DeleteQAppInput$;
498
+ const DescribeQAppPermissionsInput$ = [3, n0, _DQAPI,
472
499
  0,
473
500
  [_iI, _aI],
474
501
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _aI }]], 2
475
502
  ];
476
- exports.DescribeQAppPermissionsOutput$ = [3, n0, _DQAPO,
503
+ exports.DescribeQAppPermissionsInput$ = DescribeQAppPermissionsInput$;
504
+ const DescribeQAppPermissionsOutput$ = [3, n0, _DQAPO,
477
505
  0,
478
506
  [_rA, _aI, _p],
479
507
  [0, 0, () => PermissionsOutputList]
480
508
  ];
481
- exports.DisassociateLibraryItemReviewInput$ = [3, n0, _DLIRI,
509
+ exports.DescribeQAppPermissionsOutput$ = DescribeQAppPermissionsOutput$;
510
+ const DisassociateLibraryItemReviewInput$ = [3, n0, _DLIRI,
482
511
  0,
483
512
  [_iI, _lII],
484
513
  [[0, { [_hH]: _ii }], 0], 2
485
514
  ];
486
- exports.DisassociateQAppFromUserInput$ = [3, n0, _DQAFUI,
515
+ exports.DisassociateLibraryItemReviewInput$ = DisassociateLibraryItemReviewInput$;
516
+ const DisassociateQAppFromUserInput$ = [3, n0, _DQAFUI,
487
517
  0,
488
518
  [_iI, _aI],
489
519
  [[0, { [_hH]: _ii }], 0], 2
490
520
  ];
491
- exports.DocumentAttribute$ = [3, n0, _DA,
521
+ exports.DisassociateQAppFromUserInput$ = DisassociateQAppFromUserInput$;
522
+ const DocumentAttribute$ = [3, n0, _DA,
492
523
  0,
493
524
  [_n, _v],
494
- [0, () => exports.DocumentAttributeValue$], 2
525
+ [0, () => DocumentAttributeValue$], 2
495
526
  ];
496
- exports.ExportQAppSessionDataInput$ = [3, n0, _EQASDI,
527
+ exports.DocumentAttribute$ = DocumentAttribute$;
528
+ const ExportQAppSessionDataInput$ = [3, n0, _EQASDI,
497
529
  0,
498
530
  [_iI, _sI],
499
531
  [[0, { [_hH]: _ii }], 0], 2
500
532
  ];
501
- exports.ExportQAppSessionDataOutput$ = [3, n0, _EQASDO,
533
+ exports.ExportQAppSessionDataInput$ = ExportQAppSessionDataInput$;
534
+ const ExportQAppSessionDataOutput$ = [3, n0, _EQASDO,
502
535
  0,
503
536
  [_cFL, _eA, _sA],
504
537
  [0, 5, 0], 3
505
538
  ];
506
- exports.FileUploadCard$ = [3, n0, _FUC,
539
+ exports.ExportQAppSessionDataOutput$ = ExportQAppSessionDataOutput$;
540
+ const FileUploadCard$ = [3, n0, _FUC,
507
541
  0,
508
542
  [_i, _t, _de, _ty, _f, _fI, _aO],
509
543
  [0, 0, 64 | 0, 0, 0, 0, 2], 4
510
544
  ];
511
- exports.FileUploadCardInput$ = [3, n0, _FUCI,
545
+ exports.FileUploadCard$ = FileUploadCard$;
546
+ const FileUploadCardInput$ = [3, n0, _FUCI,
512
547
  0,
513
548
  [_t, _i, _ty, _f, _fI, _aO],
514
549
  [0, 0, 0, 0, 0, 2], 3
515
550
  ];
516
- exports.FormInputCard$ = [3, n0, _FIC,
551
+ exports.FileUploadCardInput$ = FileUploadCardInput$;
552
+ const FormInputCard$ = [3, n0, _FIC,
517
553
  0,
518
554
  [_i, _t, _de, _ty, _me, _cM],
519
- [0, 0, 64 | 0, 0, () => exports.FormInputCardMetadata$, 0], 5
555
+ [0, 0, 64 | 0, 0, () => FormInputCardMetadata$, 0], 5
520
556
  ];
521
- exports.FormInputCardInput$ = [3, n0, _FICI,
557
+ exports.FormInputCard$ = FormInputCard$;
558
+ const FormInputCardInput$ = [3, n0, _FICI,
522
559
  0,
523
560
  [_t, _i, _ty, _me, _cM],
524
- [0, 0, 0, () => exports.FormInputCardMetadata$, 0], 4
561
+ [0, 0, 0, () => FormInputCardMetadata$, 0], 4
525
562
  ];
526
- exports.FormInputCardMetadata$ = [3, n0, _FICM,
563
+ exports.FormInputCardInput$ = FormInputCardInput$;
564
+ const FormInputCardMetadata$ = [3, n0, _FICM,
527
565
  0,
528
566
  [_sch],
529
567
  [15], 1
530
568
  ];
531
- exports.GetLibraryItemInput$ = [3, n0, _GLII,
569
+ exports.FormInputCardMetadata$ = FormInputCardMetadata$;
570
+ const GetLibraryItemInput$ = [3, n0, _GLII,
532
571
  0,
533
572
  [_iI, _lII, _aI],
534
573
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _lII }], [0, { [_hQ]: _aI }]], 2
535
574
  ];
536
- exports.GetLibraryItemOutput$ = [3, n0, _GLIO,
575
+ exports.GetLibraryItemInput$ = GetLibraryItemInput$;
576
+ const GetLibraryItemOutput$ = [3, n0, _GLIO,
537
577
  0,
538
578
  [_lII, _aI, _aV, _cat, _st, _cAr, _cB, _rC, _uA, _uB, _iRBU, _uC, _iV],
539
579
  [0, 0, 1, () => CategoryList, 0, 5, 0, 1, 5, 0, 2, 1, 2], 8
540
580
  ];
541
- exports.GetQAppInput$ = [3, n0, _GQAI,
581
+ exports.GetLibraryItemOutput$ = GetLibraryItemOutput$;
582
+ const GetQAppInput$ = [3, n0, _GQAI,
542
583
  0,
543
584
  [_iI, _aI, _aV],
544
585
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _aI }], [1, { [_hQ]: _aV }]], 2
545
586
  ];
546
- exports.GetQAppOutput$ = [3, n0, _GQAO,
587
+ exports.GetQAppInput$ = GetQAppInput$;
588
+ const GetQAppOutput$ = [3, n0, _GQAO,
547
589
  0,
548
590
  [_aI, _aA, _t, _aV, _st, _cAr, _cB, _uA, _uB, _aD, _d, _iP, _rCe],
549
- [0, 0, 0, 1, 0, 5, 0, 5, 0, () => exports.AppDefinition$, 0, 0, 64 | 0], 10
591
+ [0, 0, 0, 1, 0, 5, 0, 5, 0, () => AppDefinition$, 0, 0, 64 | 0], 10
550
592
  ];
551
- exports.GetQAppSessionInput$ = [3, n0, _GQASI,
593
+ exports.GetQAppOutput$ = GetQAppOutput$;
594
+ const GetQAppSessionInput$ = [3, n0, _GQASI,
552
595
  0,
553
596
  [_iI, _sI],
554
597
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _sI }]], 2
555
598
  ];
556
- exports.GetQAppSessionMetadataInput$ = [3, n0, _GQASMI,
599
+ exports.GetQAppSessionInput$ = GetQAppSessionInput$;
600
+ const GetQAppSessionMetadataInput$ = [3, n0, _GQASMI,
557
601
  0,
558
602
  [_iI, _sI],
559
603
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _sI }]], 2
560
604
  ];
561
- exports.GetQAppSessionMetadataOutput$ = [3, n0, _GQASMO,
605
+ exports.GetQAppSessionMetadataInput$ = GetQAppSessionMetadataInput$;
606
+ const GetQAppSessionMetadataOutput$ = [3, n0, _GQASMO,
562
607
  0,
563
608
  [_sI, _sA, _sCh, _sN, _sO],
564
- [0, 0, () => exports.SessionSharingConfiguration$, 0, 2], 3
609
+ [0, 0, () => SessionSharingConfiguration$, 0, 2], 3
565
610
  ];
566
- exports.GetQAppSessionOutput$ = [3, n0, _GQASO,
611
+ exports.GetQAppSessionMetadataOutput$ = GetQAppSessionMetadataOutput$;
612
+ const GetQAppSessionOutput$ = [3, n0, _GQASO,
567
613
  0,
568
614
  [_sI, _sA, _st, _cSa, _sN, _aV, _lPAV, _uIH],
569
615
  [0, 0, 0, () => CardStatusMap, 0, 1, 1, 2], 4
570
616
  ];
571
- exports.ImportDocumentInput$ = [3, n0, _IDI,
617
+ exports.GetQAppSessionOutput$ = GetQAppSessionOutput$;
618
+ const ImportDocumentInput$ = [3, n0, _IDI,
572
619
  0,
573
620
  [_iI, _cI, _aI, _fCB, _fN, _sc, _sI],
574
621
  [[0, { [_hH]: _ii }], 0, 0, 0, 0, 0, 0], 6
575
622
  ];
576
- exports.ImportDocumentOutput$ = [3, n0, _IDO,
623
+ exports.ImportDocumentInput$ = ImportDocumentInput$;
624
+ const ImportDocumentOutput$ = [3, n0, _IDO,
577
625
  0,
578
626
  [_fI],
579
627
  [0]
580
628
  ];
581
- exports.LibraryItemMember$ = [3, n0, _LIM,
629
+ exports.ImportDocumentOutput$ = ImportDocumentOutput$;
630
+ const LibraryItemMember$ = [3, n0, _LIM,
582
631
  0,
583
632
  [_lII, _aI, _aV, _cat, _st, _cAr, _cB, _rC, _uA, _uB, _iRBU, _uC, _iV],
584
633
  [0, 0, 1, () => CategoryList, 0, 5, 0, 1, 5, 0, 2, 1, 2], 8
585
634
  ];
586
- exports.ListCategoriesInput$ = [3, n0, _LCI,
635
+ exports.LibraryItemMember$ = LibraryItemMember$;
636
+ const ListCategoriesInput$ = [3, n0, _LCI,
587
637
  0,
588
638
  [_iI],
589
639
  [[0, { [_hH]: _ii }]], 1
590
640
  ];
591
- exports.ListCategoriesOutput$ = [3, n0, _LCO,
641
+ exports.ListCategoriesInput$ = ListCategoriesInput$;
642
+ const ListCategoriesOutput$ = [3, n0, _LCO,
592
643
  0,
593
644
  [_cat],
594
645
  [() => CategoriesList]
595
646
  ];
596
- exports.ListLibraryItemsInput$ = [3, n0, _LLII,
647
+ exports.ListCategoriesOutput$ = ListCategoriesOutput$;
648
+ const ListLibraryItemsInput$ = [3, n0, _LLII,
597
649
  0,
598
650
  [_iI, _l, _nT, _cIa],
599
651
  [[0, { [_hH]: _ii }], [1, { [_hQ]: _l }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _cIa }]], 1
600
652
  ];
601
- exports.ListLibraryItemsOutput$ = [3, n0, _LLIO,
653
+ exports.ListLibraryItemsInput$ = ListLibraryItemsInput$;
654
+ const ListLibraryItemsOutput$ = [3, n0, _LLIO,
602
655
  0,
603
656
  [_lI, _nT],
604
657
  [() => LibraryItemList, 0]
605
658
  ];
606
- exports.ListQAppSessionDataInput$ = [3, n0, _LQASDI,
659
+ exports.ListLibraryItemsOutput$ = ListLibraryItemsOutput$;
660
+ const ListQAppSessionDataInput$ = [3, n0, _LQASDI,
607
661
  0,
608
662
  [_iI, _sI],
609
663
  [[0, { [_hH]: _ii }], [0, { [_hQ]: _sI }]], 2
610
664
  ];
611
- exports.ListQAppSessionDataOutput$ = [3, n0, _LQASDO,
665
+ exports.ListQAppSessionDataInput$ = ListQAppSessionDataInput$;
666
+ const ListQAppSessionDataOutput$ = [3, n0, _LQASDO,
612
667
  0,
613
668
  [_sI, _sA, _sD, _nT],
614
669
  [0, 0, () => QAppSessionDataList, 0], 2
615
670
  ];
616
- exports.ListQAppsInput$ = [3, n0, _LQAI,
671
+ exports.ListQAppSessionDataOutput$ = ListQAppSessionDataOutput$;
672
+ const ListQAppsInput$ = [3, n0, _LQAI,
617
673
  0,
618
674
  [_iI, _l, _nT],
619
675
  [[0, { [_hH]: _ii }], [1, { [_hQ]: _l }], [0, { [_hQ]: _nT }]], 1
620
676
  ];
621
- exports.ListQAppsOutput$ = [3, n0, _LQAO,
677
+ exports.ListQAppsInput$ = ListQAppsInput$;
678
+ const ListQAppsOutput$ = [3, n0, _LQAO,
622
679
  0,
623
680
  [_a, _nT],
624
681
  [() => UserAppsList, 0], 1
625
682
  ];
626
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
683
+ exports.ListQAppsOutput$ = ListQAppsOutput$;
684
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
627
685
  0,
628
686
  [_rARN],
629
687
  [[0, 1]], 1
630
688
  ];
631
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
689
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
690
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
632
691
  0,
633
692
  [_ta],
634
693
  [128 | 0]
635
694
  ];
636
- exports.PermissionInput$ = [3, n0, _PI,
695
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
696
+ const PermissionInput$ = [3, n0, _PI,
637
697
  0,
638
698
  [_ac, _pr],
639
699
  [0, 0], 2
640
700
  ];
641
- exports.PermissionOutput$ = [3, n0, _PO,
701
+ exports.PermissionInput$ = PermissionInput$;
702
+ const PermissionOutput$ = [3, n0, _PO,
642
703
  0,
643
704
  [_ac, _pr],
644
- [0, () => exports.PrincipalOutput$], 2
705
+ [0, () => PrincipalOutput$], 2
645
706
  ];
646
- exports.PredictAppDefinition$ = [3, n0, _PAD,
707
+ exports.PermissionOutput$ = PermissionOutput$;
708
+ const PredictAppDefinition$ = [3, n0, _PAD,
647
709
  0,
648
710
  [_t, _aD, _d],
649
- [0, () => exports.AppDefinitionInput$, 0], 2
711
+ [0, () => AppDefinitionInput$, 0], 2
650
712
  ];
651
- exports.PredictQAppInput$ = [3, n0, _PQAI,
713
+ exports.PredictAppDefinition$ = PredictAppDefinition$;
714
+ const PredictQAppInput$ = [3, n0, _PQAI,
652
715
  0,
653
716
  [_iI, _o],
654
- [[0, { [_hH]: _ii }], () => exports.PredictQAppInputOptions$], 1
717
+ [[0, { [_hH]: _ii }], () => PredictQAppInputOptions$], 1
655
718
  ];
656
- exports.PredictQAppOutput$ = [3, n0, _PQAO,
719
+ exports.PredictQAppInput$ = PredictQAppInput$;
720
+ const PredictQAppOutput$ = [3, n0, _PQAO,
657
721
  0,
658
722
  [_ap, _pS],
659
- [() => exports.PredictAppDefinition$, 0], 2
723
+ [() => PredictAppDefinition$, 0], 2
660
724
  ];
661
- exports.PrincipalOutput$ = [3, n0, _POr,
725
+ exports.PredictQAppOutput$ = PredictQAppOutput$;
726
+ const PrincipalOutput$ = [3, n0, _POr,
662
727
  0,
663
728
  [_uI, _uT, _em],
664
729
  [0, 0, 0]
665
730
  ];
666
- exports.QAppSessionData$ = [3, n0, _QASD,
731
+ exports.PrincipalOutput$ = PrincipalOutput$;
732
+ const QAppSessionData$ = [3, n0, _QASD,
667
733
  0,
668
734
  [_cI, _u, _v, _sIu, _ti],
669
- [0, () => exports.User$, 15, 0, 5], 2
735
+ [0, () => User$, 15, 0, 5], 2
670
736
  ];
671
- exports.QPluginCard$ = [3, n0, _QPC,
737
+ exports.QAppSessionData$ = QAppSessionData$;
738
+ const QPluginCard$ = [3, n0, _QPC,
672
739
  0,
673
740
  [_i, _t, _de, _ty, _pro, _pT, _pI, _aIc],
674
741
  [0, 0, 64 | 0, 0, 0, 0, 0, 0], 7
675
742
  ];
676
- exports.QPluginCardInput$ = [3, n0, _QPCI,
743
+ exports.QPluginCard$ = QPluginCard$;
744
+ const QPluginCardInput$ = [3, n0, _QPCI,
677
745
  0,
678
746
  [_t, _i, _ty, _pro, _pI, _aIc],
679
747
  [0, 0, 0, 0, 0, 0], 5
680
748
  ];
681
- exports.QQueryCard$ = [3, n0, _QQC,
749
+ exports.QPluginCardInput$ = QPluginCardInput$;
750
+ const QQueryCard$ = [3, n0, _QQC,
682
751
  0,
683
752
  [_i, _t, _de, _ty, _pro, _oS, _aF, _mR],
684
- [0, 0, 64 | 0, 0, 0, 0, () => exports.AttributeFilter$, 64 | 0], 6
753
+ [0, 0, 64 | 0, 0, 0, 0, () => AttributeFilter$, 64 | 0], 6
685
754
  ];
686
- exports.QQueryCardInput$ = [3, n0, _QQCI,
755
+ exports.QQueryCard$ = QQueryCard$;
756
+ const QQueryCardInput$ = [3, n0, _QQCI,
687
757
  0,
688
758
  [_t, _i, _ty, _pro, _oS, _aF],
689
- [0, 0, 0, 0, 0, () => exports.AttributeFilter$], 4
759
+ [0, 0, 0, 0, 0, () => AttributeFilter$], 4
690
760
  ];
691
- exports.SessionSharingConfiguration$ = [3, n0, _SSC,
761
+ exports.QQueryCardInput$ = QQueryCardInput$;
762
+ const SessionSharingConfiguration$ = [3, n0, _SSC,
692
763
  0,
693
764
  [_en, _aR, _rCev],
694
765
  [2, 2, 2], 1
695
766
  ];
696
- exports.StartQAppSessionInput$ = [3, n0, _SQASI,
767
+ exports.SessionSharingConfiguration$ = SessionSharingConfiguration$;
768
+ const StartQAppSessionInput$ = [3, n0, _SQASI,
697
769
  0,
698
770
  [_iI, _aI, _aV, _iVn, _sI, _ta],
699
771
  [[0, { [_hH]: _ii }], 0, 1, () => CardValueList, 0, 128 | 0], 3
700
772
  ];
701
- exports.StartQAppSessionOutput$ = [3, n0, _SQASO,
773
+ exports.StartQAppSessionInput$ = StartQAppSessionInput$;
774
+ const StartQAppSessionOutput$ = [3, n0, _SQASO,
702
775
  0,
703
776
  [_sI, _sA],
704
777
  [0, 0], 2
705
778
  ];
706
- exports.StopQAppSessionInput$ = [3, n0, _SQASIt,
779
+ exports.StartQAppSessionOutput$ = StartQAppSessionOutput$;
780
+ const StopQAppSessionInput$ = [3, n0, _SQASIt,
707
781
  0,
708
782
  [_iI, _sI],
709
783
  [[0, { [_hH]: _ii }], 0], 2
710
784
  ];
711
- exports.Submission$ = [3, n0, _S,
785
+ exports.StopQAppSessionInput$ = StopQAppSessionInput$;
786
+ const Submission$ = [3, n0, _S,
712
787
  0,
713
788
  [_v, _sIu, _ti],
714
789
  [15, 0, 5]
715
790
  ];
716
- exports.SubmissionMutation$ = [3, n0, _SM,
791
+ exports.Submission$ = Submission$;
792
+ const SubmissionMutation$ = [3, n0, _SM,
717
793
  0,
718
794
  [_sIu, _mT],
719
795
  [0, 0], 2
720
796
  ];
721
- exports.TagResourceRequest$ = [3, n0, _TRR,
797
+ exports.SubmissionMutation$ = SubmissionMutation$;
798
+ const TagResourceRequest$ = [3, n0, _TRR,
722
799
  0,
723
800
  [_rARN, _ta],
724
801
  [[0, 1], 128 | 0], 2
725
802
  ];
726
- exports.TagResourceResponse$ = [3, n0, _TRRa,
803
+ exports.TagResourceRequest$ = TagResourceRequest$;
804
+ const TagResourceResponse$ = [3, n0, _TRRa,
727
805
  0,
728
806
  [],
729
807
  []
730
808
  ];
731
- exports.TextInputCard$ = [3, n0, _TIC,
809
+ exports.TagResourceResponse$ = TagResourceResponse$;
810
+ const TextInputCard$ = [3, n0, _TIC,
732
811
  0,
733
812
  [_i, _t, _de, _ty, _pl, _dV],
734
813
  [0, 0, 64 | 0, 0, 0, 0], 4
735
814
  ];
736
- exports.TextInputCardInput$ = [3, n0, _TICI,
815
+ exports.TextInputCard$ = TextInputCard$;
816
+ const TextInputCardInput$ = [3, n0, _TICI,
737
817
  0,
738
818
  [_t, _i, _ty, _pl, _dV],
739
819
  [0, 0, 0, 0, 0], 3
740
820
  ];
741
- exports.UntagResourceRequest$ = [3, n0, _URR,
821
+ exports.TextInputCardInput$ = TextInputCardInput$;
822
+ const UntagResourceRequest$ = [3, n0, _URR,
742
823
  0,
743
824
  [_rARN, _tK],
744
825
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
745
826
  ];
746
- exports.UntagResourceResponse$ = [3, n0, _URRn,
827
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
828
+ const UntagResourceResponse$ = [3, n0, _URRn,
747
829
  0,
748
830
  [],
749
831
  []
750
832
  ];
751
- exports.UpdateLibraryItemInput$ = [3, n0, _ULII,
833
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
834
+ const UpdateLibraryItemInput$ = [3, n0, _ULII,
752
835
  0,
753
836
  [_iI, _lII, _st, _cat],
754
837
  [[0, { [_hH]: _ii }], 0, 0, 64 | 0], 2
755
838
  ];
756
- exports.UpdateLibraryItemMetadataInput$ = [3, n0, _ULIMI,
839
+ exports.UpdateLibraryItemInput$ = UpdateLibraryItemInput$;
840
+ const UpdateLibraryItemMetadataInput$ = [3, n0, _ULIMI,
757
841
  0,
758
842
  [_iI, _lII, _iV],
759
843
  [[0, { [_hH]: _ii }], 0, 2], 2
760
844
  ];
761
- exports.UpdateLibraryItemOutput$ = [3, n0, _ULIO,
845
+ exports.UpdateLibraryItemMetadataInput$ = UpdateLibraryItemMetadataInput$;
846
+ const UpdateLibraryItemOutput$ = [3, n0, _ULIO,
762
847
  0,
763
848
  [_lII, _aI, _aV, _cat, _st, _cAr, _cB, _rC, _uA, _uB, _iRBU, _uC, _iV],
764
849
  [0, 0, 1, () => CategoryList, 0, 5, 0, 1, 5, 0, 2, 1, 2], 8
765
850
  ];
766
- exports.UpdateQAppInput$ = [3, n0, _UQAI,
851
+ exports.UpdateLibraryItemOutput$ = UpdateLibraryItemOutput$;
852
+ const UpdateQAppInput$ = [3, n0, _UQAI,
767
853
  0,
768
854
  [_iI, _aI, _t, _d, _aD],
769
- [[0, { [_hH]: _ii }], 0, 0, 0, () => exports.AppDefinitionInput$], 2
855
+ [[0, { [_hH]: _ii }], 0, 0, 0, () => AppDefinitionInput$], 2
770
856
  ];
771
- exports.UpdateQAppOutput$ = [3, n0, _UQAO,
857
+ exports.UpdateQAppInput$ = UpdateQAppInput$;
858
+ const UpdateQAppOutput$ = [3, n0, _UQAO,
772
859
  0,
773
860
  [_aI, _aA, _t, _aV, _st, _cAr, _cB, _uA, _uB, _d, _iP, _rCe],
774
861
  [0, 0, 0, 1, 0, 5, 0, 5, 0, 0, 0, 64 | 0], 9
775
862
  ];
776
- exports.UpdateQAppPermissionsInput$ = [3, n0, _UQAPI,
863
+ exports.UpdateQAppOutput$ = UpdateQAppOutput$;
864
+ const UpdateQAppPermissionsInput$ = [3, n0, _UQAPI,
777
865
  0,
778
866
  [_iI, _aI, _gP, _rP],
779
867
  [[0, { [_hH]: _ii }], 0, () => PermissionsInputList, () => PermissionsInputList], 2
780
868
  ];
781
- exports.UpdateQAppPermissionsOutput$ = [3, n0, _UQAPO,
869
+ exports.UpdateQAppPermissionsInput$ = UpdateQAppPermissionsInput$;
870
+ const UpdateQAppPermissionsOutput$ = [3, n0, _UQAPO,
782
871
  0,
783
872
  [_rA, _aI, _p],
784
873
  [0, 0, () => PermissionsOutputList]
785
874
  ];
786
- exports.UpdateQAppSessionInput$ = [3, n0, _UQASI,
875
+ exports.UpdateQAppPermissionsOutput$ = UpdateQAppPermissionsOutput$;
876
+ const UpdateQAppSessionInput$ = [3, n0, _UQASI,
787
877
  0,
788
878
  [_iI, _sI, _va],
789
879
  [[0, { [_hH]: _ii }], 0, () => CardValueList], 2
790
880
  ];
791
- exports.UpdateQAppSessionMetadataInput$ = [3, n0, _UQASMI,
881
+ exports.UpdateQAppSessionInput$ = UpdateQAppSessionInput$;
882
+ const UpdateQAppSessionMetadataInput$ = [3, n0, _UQASMI,
792
883
  0,
793
884
  [_iI, _sI, _sCh, _sN],
794
- [[0, { [_hH]: _ii }], 0, () => exports.SessionSharingConfiguration$, 0], 3
885
+ [[0, { [_hH]: _ii }], 0, () => SessionSharingConfiguration$, 0], 3
795
886
  ];
796
- exports.UpdateQAppSessionMetadataOutput$ = [3, n0, _UQASMO,
887
+ exports.UpdateQAppSessionMetadataInput$ = UpdateQAppSessionMetadataInput$;
888
+ const UpdateQAppSessionMetadataOutput$ = [3, n0, _UQASMO,
797
889
  0,
798
890
  [_sI, _sA, _sCh, _sN],
799
- [0, 0, () => exports.SessionSharingConfiguration$, 0], 3
891
+ [0, 0, () => SessionSharingConfiguration$, 0], 3
800
892
  ];
801
- exports.UpdateQAppSessionOutput$ = [3, n0, _UQASO,
893
+ exports.UpdateQAppSessionMetadataOutput$ = UpdateQAppSessionMetadataOutput$;
894
+ const UpdateQAppSessionOutput$ = [3, n0, _UQASO,
802
895
  0,
803
896
  [_sI, _sA],
804
897
  [0, 0], 2
805
898
  ];
806
- exports.User$ = [3, n0, _U,
899
+ exports.UpdateQAppSessionOutput$ = UpdateQAppSessionOutput$;
900
+ const User$ = [3, n0, _U,
807
901
  0,
808
902
  [_uI],
809
903
  [0]
810
904
  ];
811
- exports.UserAppItem$ = [3, n0, _UAI,
905
+ exports.User$ = User$;
906
+ const UserAppItem$ = [3, n0, _UAI,
812
907
  0,
813
908
  [_aI, _aA, _t, _cAr, _d, _cE, _st, _iV],
814
909
  [0, 0, 0, 5, 0, 2, 0, 2], 4
815
910
  ];
911
+ exports.UserAppItem$ = UserAppItem$;
816
912
  var __Unit = "unit";
817
913
  var AppRequiredCapabilities = 64 | 0;
818
914
  var AttributeFilters = [1, n0, _AFt,
819
- 0, () => exports.AttributeFilter$
915
+ 0, () => AttributeFilter$
820
916
  ];
821
917
  var BatchCreateCategoryInputCategoryList = [1, n0, _BCCICL,
822
- 0, () => exports.BatchCreateCategoryInputCategory$
918
+ 0, () => BatchCreateCategoryInputCategory$
823
919
  ];
824
920
  var CardList = [1, n0, _CL,
825
- 0, () => exports.CardInput$
921
+ 0, () => CardInput$
826
922
  ];
827
923
  var CardModelList = [1, n0, _CML,
828
- 0, () => exports.Card$
924
+ 0, () => Card$
829
925
  ];
830
926
  var CardValueList = [1, n0, _CVL,
831
- 0, () => exports.CardValue$
927
+ 0, () => CardValue$
832
928
  ];
833
929
  var CategoriesList = [1, n0, _CLa,
834
- 0, () => exports.Category$
930
+ 0, () => Category$
835
931
  ];
836
932
  var CategoryIdList = 64 | 0;
837
933
  var CategoryList = [1, n0, _CLat,
838
- 0, () => exports.Category$
934
+ 0, () => Category$
839
935
  ];
840
936
  var CategoryListInput = [1, n0, _CLI,
841
- 0, () => exports.CategoryInput$
937
+ 0, () => CategoryInput$
842
938
  ];
843
939
  var DeleteCategoryInputList = 64 | 0;
844
940
  var DependencyList = 64 | 0;
845
941
  var DocumentAttributeStringListValue = 64 | 0;
846
942
  var LibraryItemList = [1, n0, _LIL,
847
- 0, () => exports.LibraryItemMember$
943
+ 0, () => LibraryItemMember$
848
944
  ];
849
945
  var MemoryReferenceList = 64 | 0;
850
946
  var MessageList = [1, n0, _ML,
851
- 0, () => exports.ConversationMessage$
947
+ 0, () => ConversationMessage$
852
948
  ];
853
949
  var PermissionsInputList = [1, n0, _PIL,
854
- 0, () => exports.PermissionInput$
950
+ 0, () => PermissionInput$
855
951
  ];
856
952
  var PermissionsOutputList = [1, n0, _POL,
857
- 0, () => exports.PermissionOutput$
953
+ 0, () => PermissionOutput$
858
954
  ];
859
955
  var QAppSessionDataList = [1, n0, _QASDL,
860
- 0, () => exports.QAppSessionData$
956
+ 0, () => QAppSessionData$
861
957
  ];
862
958
  var SubmissionList = [1, n0, _SL,
863
- 0, () => exports.Submission$
959
+ 0, () => Submission$
864
960
  ];
865
961
  var TagKeys = 64 | 0;
866
962
  var UserAppsList = [1, n0, _UAL,
867
- 0, () => exports.UserAppItem$
963
+ 0, () => UserAppItem$
868
964
  ];
869
965
  var CardStatusMap = [2, n0, _CSM,
870
- 0, 0, () => exports.CardStatus$
966
+ 0, 0, () => CardStatus$
871
967
  ];
872
968
  var PresignedUrlFields = 128 | 0;
873
969
  var TagMap = 128 | 0;
874
970
  var Tags = 128 | 0;
875
- exports.Card$ = [4, n0, _Ca,
971
+ const Card$ = [4, n0, _Ca,
876
972
  0,
877
973
  [_tI, _qQ, _qP, _fU, _fIo],
878
- [() => exports.TextInputCard$, () => exports.QQueryCard$, () => exports.QPluginCard$, () => exports.FileUploadCard$, () => exports.FormInputCard$]
974
+ [() => TextInputCard$, () => QQueryCard$, () => QPluginCard$, () => FileUploadCard$, () => FormInputCard$]
879
975
  ];
880
- exports.CardInput$ = [4, n0, _CIa,
976
+ exports.Card$ = Card$;
977
+ const CardInput$ = [4, n0, _CIa,
881
978
  0,
882
979
  [_tI, _qQ, _qP, _fU, _fIo],
883
- [() => exports.TextInputCardInput$, () => exports.QQueryCardInput$, () => exports.QPluginCardInput$, () => exports.FileUploadCardInput$, () => exports.FormInputCardInput$]
980
+ [() => TextInputCardInput$, () => QQueryCardInput$, () => QPluginCardInput$, () => FileUploadCardInput$, () => FormInputCardInput$]
884
981
  ];
885
- exports.DocumentAttributeValue$ = [4, n0, _DAV,
982
+ exports.CardInput$ = CardInput$;
983
+ const DocumentAttributeValue$ = [4, n0, _DAV,
886
984
  0,
887
985
  [_sV, _sLV, _lV, _dVa],
888
986
  [0, 64 | 0, 1, 4]
889
987
  ];
890
- exports.PredictQAppInputOptions$ = [4, n0, _PQAIO,
988
+ exports.DocumentAttributeValue$ = DocumentAttributeValue$;
989
+ const PredictQAppInputOptions$ = [4, n0, _PQAIO,
891
990
  0,
892
991
  [_con, _pS],
893
992
  [() => MessageList, 0]
894
993
  ];
994
+ exports.PredictQAppInputOptions$ = PredictQAppInputOptions$;
895
995
  exports.AssociateLibraryItemReview$ = [9, n0, _ALIR,
896
- { [_h]: ["POST", "/catalog.associateItemRating", 200] }, () => exports.AssociateLibraryItemReviewInput$, () => __Unit
996
+ { [_h]: ["POST", "/catalog.associateItemRating", 200] }, () => AssociateLibraryItemReviewInput$, () => __Unit
897
997
  ];
898
998
  exports.AssociateQAppWithUser$ = [9, n0, _AQAWU,
899
- { [_h]: ["POST", "/apps.install", 200] }, () => exports.AssociateQAppWithUserInput$, () => __Unit
999
+ { [_h]: ["POST", "/apps.install", 200] }, () => AssociateQAppWithUserInput$, () => __Unit
900
1000
  ];
901
1001
  exports.BatchCreateCategory$ = [9, n0, _BCC,
902
- { [_h]: ["POST", "/catalog.createCategories", 200] }, () => exports.BatchCreateCategoryInput$, () => __Unit
1002
+ { [_h]: ["POST", "/catalog.createCategories", 200] }, () => BatchCreateCategoryInput$, () => __Unit
903
1003
  ];
904
1004
  exports.BatchDeleteCategory$ = [9, n0, _BDC,
905
- { [_h]: ["POST", "/catalog.deleteCategories", 200] }, () => exports.BatchDeleteCategoryInput$, () => __Unit
1005
+ { [_h]: ["POST", "/catalog.deleteCategories", 200] }, () => BatchDeleteCategoryInput$, () => __Unit
906
1006
  ];
907
1007
  exports.BatchUpdateCategory$ = [9, n0, _BUC,
908
- { [_h]: ["POST", "/catalog.updateCategories", 200] }, () => exports.BatchUpdateCategoryInput$, () => __Unit
1008
+ { [_h]: ["POST", "/catalog.updateCategories", 200] }, () => BatchUpdateCategoryInput$, () => __Unit
909
1009
  ];
910
1010
  exports.CreateLibraryItem$ = [9, n0, _CLIr,
911
- { [_h]: ["POST", "/catalog.createItem", 200] }, () => exports.CreateLibraryItemInput$, () => exports.CreateLibraryItemOutput$
1011
+ { [_h]: ["POST", "/catalog.createItem", 200] }, () => CreateLibraryItemInput$, () => CreateLibraryItemOutput$
912
1012
  ];
913
1013
  exports.CreatePresignedUrl$ = [9, n0, _CPU,
914
- { [_h]: ["POST", "/apps.createPresignedUrl", 200] }, () => exports.CreatePresignedUrlInput$, () => exports.CreatePresignedUrlOutput$
1014
+ { [_h]: ["POST", "/apps.createPresignedUrl", 200] }, () => CreatePresignedUrlInput$, () => CreatePresignedUrlOutput$
915
1015
  ];
916
1016
  exports.CreateQApp$ = [9, n0, _CQA,
917
- { [_h]: ["POST", "/apps.create", 200] }, () => exports.CreateQAppInput$, () => exports.CreateQAppOutput$
1017
+ { [_h]: ["POST", "/apps.create", 200] }, () => CreateQAppInput$, () => CreateQAppOutput$
918
1018
  ];
919
1019
  exports.DeleteLibraryItem$ = [9, n0, _DLI,
920
- { [_h]: ["POST", "/catalog.deleteItem", 200] }, () => exports.DeleteLibraryItemInput$, () => __Unit
1020
+ { [_h]: ["POST", "/catalog.deleteItem", 200] }, () => DeleteLibraryItemInput$, () => __Unit
921
1021
  ];
922
1022
  exports.DeleteQApp$ = [9, n0, _DQA,
923
- { [_h]: ["POST", "/apps.delete", 200] }, () => exports.DeleteQAppInput$, () => __Unit
1023
+ { [_h]: ["POST", "/apps.delete", 200] }, () => DeleteQAppInput$, () => __Unit
924
1024
  ];
925
1025
  exports.DescribeQAppPermissions$ = [9, n0, _DQAP,
926
- { [_h]: ["GET", "/apps.describeQAppPermissions", 200] }, () => exports.DescribeQAppPermissionsInput$, () => exports.DescribeQAppPermissionsOutput$
1026
+ { [_h]: ["GET", "/apps.describeQAppPermissions", 200] }, () => DescribeQAppPermissionsInput$, () => DescribeQAppPermissionsOutput$
927
1027
  ];
928
1028
  exports.DisassociateLibraryItemReview$ = [9, n0, _DLIR,
929
- { [_h]: ["POST", "/catalog.disassociateItemRating", 200] }, () => exports.DisassociateLibraryItemReviewInput$, () => __Unit
1029
+ { [_h]: ["POST", "/catalog.disassociateItemRating", 200] }, () => DisassociateLibraryItemReviewInput$, () => __Unit
930
1030
  ];
931
1031
  exports.DisassociateQAppFromUser$ = [9, n0, _DQAFU,
932
- { [_h]: ["POST", "/apps.uninstall", 200] }, () => exports.DisassociateQAppFromUserInput$, () => __Unit
1032
+ { [_h]: ["POST", "/apps.uninstall", 200] }, () => DisassociateQAppFromUserInput$, () => __Unit
933
1033
  ];
934
1034
  exports.ExportQAppSessionData$ = [9, n0, _EQASD,
935
- { [_h]: ["POST", "/runtime.exportQAppSessionData", 200] }, () => exports.ExportQAppSessionDataInput$, () => exports.ExportQAppSessionDataOutput$
1035
+ { [_h]: ["POST", "/runtime.exportQAppSessionData", 200] }, () => ExportQAppSessionDataInput$, () => ExportQAppSessionDataOutput$
936
1036
  ];
937
1037
  exports.GetLibraryItem$ = [9, n0, _GLI,
938
- { [_h]: ["GET", "/catalog.getItem", 200] }, () => exports.GetLibraryItemInput$, () => exports.GetLibraryItemOutput$
1038
+ { [_h]: ["GET", "/catalog.getItem", 200] }, () => GetLibraryItemInput$, () => GetLibraryItemOutput$
939
1039
  ];
940
1040
  exports.GetQApp$ = [9, n0, _GQA,
941
- { [_h]: ["GET", "/apps.get", 200] }, () => exports.GetQAppInput$, () => exports.GetQAppOutput$
1041
+ { [_h]: ["GET", "/apps.get", 200] }, () => GetQAppInput$, () => GetQAppOutput$
942
1042
  ];
943
1043
  exports.GetQAppSession$ = [9, n0, _GQAS,
944
- { [_h]: ["GET", "/runtime.getQAppSession", 200] }, () => exports.GetQAppSessionInput$, () => exports.GetQAppSessionOutput$
1044
+ { [_h]: ["GET", "/runtime.getQAppSession", 200] }, () => GetQAppSessionInput$, () => GetQAppSessionOutput$
945
1045
  ];
946
1046
  exports.GetQAppSessionMetadata$ = [9, n0, _GQASM,
947
- { [_h]: ["GET", "/runtime.getQAppSessionMetadata", 200] }, () => exports.GetQAppSessionMetadataInput$, () => exports.GetQAppSessionMetadataOutput$
1047
+ { [_h]: ["GET", "/runtime.getQAppSessionMetadata", 200] }, () => GetQAppSessionMetadataInput$, () => GetQAppSessionMetadataOutput$
948
1048
  ];
949
1049
  exports.ImportDocument$ = [9, n0, _ID,
950
- { [_h]: ["POST", "/apps.importDocument", 200] }, () => exports.ImportDocumentInput$, () => exports.ImportDocumentOutput$
1050
+ { [_h]: ["POST", "/apps.importDocument", 200] }, () => ImportDocumentInput$, () => ImportDocumentOutput$
951
1051
  ];
952
1052
  exports.ListCategories$ = [9, n0, _LC,
953
- { [_h]: ["GET", "/catalog.listCategories", 200] }, () => exports.ListCategoriesInput$, () => exports.ListCategoriesOutput$
1053
+ { [_h]: ["GET", "/catalog.listCategories", 200] }, () => ListCategoriesInput$, () => ListCategoriesOutput$
954
1054
  ];
955
1055
  exports.ListLibraryItems$ = [9, n0, _LLI,
956
- { [_h]: ["GET", "/catalog.list", 200] }, () => exports.ListLibraryItemsInput$, () => exports.ListLibraryItemsOutput$
1056
+ { [_h]: ["GET", "/catalog.list", 200] }, () => ListLibraryItemsInput$, () => ListLibraryItemsOutput$
957
1057
  ];
958
1058
  exports.ListQApps$ = [9, n0, _LQA,
959
- { [_h]: ["GET", "/apps.list", 200] }, () => exports.ListQAppsInput$, () => exports.ListQAppsOutput$
1059
+ { [_h]: ["GET", "/apps.list", 200] }, () => ListQAppsInput$, () => ListQAppsOutput$
960
1060
  ];
961
1061
  exports.ListQAppSessionData$ = [9, n0, _LQASD,
962
- { [_h]: ["GET", "/runtime.listQAppSessionData", 200] }, () => exports.ListQAppSessionDataInput$, () => exports.ListQAppSessionDataOutput$
1062
+ { [_h]: ["GET", "/runtime.listQAppSessionData", 200] }, () => ListQAppSessionDataInput$, () => ListQAppSessionDataOutput$
963
1063
  ];
964
1064
  exports.ListTagsForResource$ = [9, n0, _LTFR,
965
- { [_h]: ["GET", "/tags/{resourceARN}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1065
+ { [_h]: ["GET", "/tags/{resourceARN}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
966
1066
  ];
967
1067
  exports.PredictQApp$ = [9, n0, _PQA,
968
- { [_h]: ["POST", "/apps.predictQApp", 200] }, () => exports.PredictQAppInput$, () => exports.PredictQAppOutput$
1068
+ { [_h]: ["POST", "/apps.predictQApp", 200] }, () => PredictQAppInput$, () => PredictQAppOutput$
969
1069
  ];
970
1070
  exports.StartQAppSession$ = [9, n0, _SQAS,
971
- { [_h]: ["POST", "/runtime.startQAppSession", 200] }, () => exports.StartQAppSessionInput$, () => exports.StartQAppSessionOutput$
1071
+ { [_h]: ["POST", "/runtime.startQAppSession", 200] }, () => StartQAppSessionInput$, () => StartQAppSessionOutput$
972
1072
  ];
973
1073
  exports.StopQAppSession$ = [9, n0, _SQASt,
974
- { [_h]: ["POST", "/runtime.deleteMiniAppRun", 200] }, () => exports.StopQAppSessionInput$, () => __Unit
1074
+ { [_h]: ["POST", "/runtime.deleteMiniAppRun", 200] }, () => StopQAppSessionInput$, () => __Unit
975
1075
  ];
976
1076
  exports.TagResource$ = [9, n0, _TR,
977
- { [_h]: ["POST", "/tags/{resourceARN}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1077
+ { [_h]: ["POST", "/tags/{resourceARN}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
978
1078
  ];
979
1079
  exports.UntagResource$ = [9, n0, _UR,
980
- { [_h]: ["DELETE", "/tags/{resourceARN}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1080
+ { [_h]: ["DELETE", "/tags/{resourceARN}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
981
1081
  ];
982
1082
  exports.UpdateLibraryItem$ = [9, n0, _ULI,
983
- { [_h]: ["POST", "/catalog.updateItem", 200] }, () => exports.UpdateLibraryItemInput$, () => exports.UpdateLibraryItemOutput$
1083
+ { [_h]: ["POST", "/catalog.updateItem", 200] }, () => UpdateLibraryItemInput$, () => UpdateLibraryItemOutput$
984
1084
  ];
985
1085
  exports.UpdateLibraryItemMetadata$ = [9, n0, _ULIM,
986
- { [_h]: ["POST", "/catalog.updateItemMetadata", 200] }, () => exports.UpdateLibraryItemMetadataInput$, () => __Unit
1086
+ { [_h]: ["POST", "/catalog.updateItemMetadata", 200] }, () => UpdateLibraryItemMetadataInput$, () => __Unit
987
1087
  ];
988
1088
  exports.UpdateQApp$ = [9, n0, _UQA,
989
- { [_h]: ["POST", "/apps.update", 200] }, () => exports.UpdateQAppInput$, () => exports.UpdateQAppOutput$
1089
+ { [_h]: ["POST", "/apps.update", 200] }, () => UpdateQAppInput$, () => UpdateQAppOutput$
990
1090
  ];
991
1091
  exports.UpdateQAppPermissions$ = [9, n0, _UQAP,
992
- { [_h]: ["POST", "/apps.updateQAppPermissions", 200] }, () => exports.UpdateQAppPermissionsInput$, () => exports.UpdateQAppPermissionsOutput$
1092
+ { [_h]: ["POST", "/apps.updateQAppPermissions", 200] }, () => UpdateQAppPermissionsInput$, () => UpdateQAppPermissionsOutput$
993
1093
  ];
994
1094
  exports.UpdateQAppSession$ = [9, n0, _UQAS,
995
- { [_h]: ["POST", "/runtime.updateQAppSession", 200] }, () => exports.UpdateQAppSessionInput$, () => exports.UpdateQAppSessionOutput$
1095
+ { [_h]: ["POST", "/runtime.updateQAppSession", 200] }, () => UpdateQAppSessionInput$, () => UpdateQAppSessionOutput$
996
1096
  ];
997
1097
  exports.UpdateQAppSessionMetadata$ = [9, n0, _UQASM,
998
- { [_h]: ["POST", "/runtime.updateQAppSessionMetadata", 200] }, () => exports.UpdateQAppSessionMetadataInput$, () => exports.UpdateQAppSessionMetadataOutput$
1098
+ { [_h]: ["POST", "/runtime.updateQAppSessionMetadata", 200] }, () => UpdateQAppSessionMetadataInput$, () => UpdateQAppSessionMetadataOutput$
999
1099
  ];