@aws-sdk/client-qbusiness 3.952.0 → 3.953.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.
Files changed (103) hide show
  1. package/dist-cjs/index.js +1364 -901
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociatePermissionCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
  5. package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
  6. package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
  7. package/dist-es/commands/ChatCommand.js +2 -2
  8. package/dist-es/commands/ChatSyncCommand.js +2 -2
  9. package/dist-es/commands/CheckDocumentAccessCommand.js +2 -2
  10. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -2
  11. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  12. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateDataAccessorCommand.js +2 -2
  14. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  15. package/dist-es/commands/CreateIndexCommand.js +2 -2
  16. package/dist-es/commands/CreatePluginCommand.js +2 -2
  17. package/dist-es/commands/CreateRetrieverCommand.js +2 -2
  18. package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
  19. package/dist-es/commands/CreateUserCommand.js +2 -2
  20. package/dist-es/commands/CreateWebExperienceCommand.js +2 -2
  21. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  22. package/dist-es/commands/DeleteAttachmentCommand.js +2 -2
  23. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -2
  24. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DeleteConversationCommand.js +2 -2
  26. package/dist-es/commands/DeleteDataAccessorCommand.js +2 -2
  27. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  28. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  29. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  30. package/dist-es/commands/DeletePluginCommand.js +2 -2
  31. package/dist-es/commands/DeleteRetrieverCommand.js +2 -2
  32. package/dist-es/commands/DeleteUserCommand.js +2 -2
  33. package/dist-es/commands/DeleteWebExperienceCommand.js +2 -2
  34. package/dist-es/commands/DisassociatePermissionCommand.js +2 -2
  35. package/dist-es/commands/GetApplicationCommand.js +2 -2
  36. package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -2
  37. package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -2
  38. package/dist-es/commands/GetDataAccessorCommand.js +2 -2
  39. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  40. package/dist-es/commands/GetDocumentContentCommand.js +2 -2
  41. package/dist-es/commands/GetGroupCommand.js +2 -2
  42. package/dist-es/commands/GetIndexCommand.js +2 -2
  43. package/dist-es/commands/GetMediaCommand.js +2 -2
  44. package/dist-es/commands/GetPluginCommand.js +2 -2
  45. package/dist-es/commands/GetPolicyCommand.js +2 -2
  46. package/dist-es/commands/GetRetrieverCommand.js +2 -2
  47. package/dist-es/commands/GetUserCommand.js +2 -2
  48. package/dist-es/commands/GetWebExperienceCommand.js +2 -2
  49. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  50. package/dist-es/commands/ListAttachmentsCommand.js +2 -2
  51. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -2
  52. package/dist-es/commands/ListConversationsCommand.js +2 -2
  53. package/dist-es/commands/ListDataAccessorsCommand.js +2 -2
  54. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
  55. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  56. package/dist-es/commands/ListDocumentsCommand.js +2 -2
  57. package/dist-es/commands/ListGroupsCommand.js +2 -2
  58. package/dist-es/commands/ListIndicesCommand.js +2 -2
  59. package/dist-es/commands/ListMessagesCommand.js +2 -2
  60. package/dist-es/commands/ListPluginActionsCommand.js +2 -2
  61. package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -2
  62. package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -2
  63. package/dist-es/commands/ListPluginsCommand.js +2 -2
  64. package/dist-es/commands/ListRetrieversCommand.js +2 -2
  65. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  66. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  67. package/dist-es/commands/ListWebExperiencesCommand.js +2 -2
  68. package/dist-es/commands/PutFeedbackCommand.js +2 -2
  69. package/dist-es/commands/PutGroupCommand.js +2 -2
  70. package/dist-es/commands/SearchRelevantContentCommand.js +2 -2
  71. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
  72. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
  73. package/dist-es/commands/TagResourceCommand.js +2 -2
  74. package/dist-es/commands/UntagResourceCommand.js +2 -2
  75. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  76. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -2
  77. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -2
  78. package/dist-es/commands/UpdateDataAccessorCommand.js +2 -2
  79. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  80. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  81. package/dist-es/commands/UpdatePluginCommand.js +2 -2
  82. package/dist-es/commands/UpdateRetrieverCommand.js +2 -2
  83. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
  84. package/dist-es/commands/UpdateUserCommand.js +2 -2
  85. package/dist-es/commands/UpdateWebExperienceCommand.js +2 -2
  86. package/dist-es/index.js +1 -0
  87. package/dist-es/runtimeConfig.shared.js +6 -1
  88. package/dist-es/schemas/schemas_0.js +865 -813
  89. package/dist-types/QBusinessClient.d.ts +1 -10
  90. package/dist-types/index.d.ts +1 -0
  91. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  92. package/dist-types/runtimeConfig.d.ts +6 -2
  93. package/dist-types/runtimeConfig.native.d.ts +6 -2
  94. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  95. package/dist-types/schemas/schemas_0.d.ts +412 -485
  96. package/dist-types/ts3.4/QBusinessClient.d.ts +0 -4
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -487
  103. package/package.json +39 -39
@@ -853,24 +853,24 @@ const _wEI = "webExperienceId";
853
853
  const _wM = "welcomeMessage";
854
854
  const n0 = "com.amazonaws.qbusiness";
855
855
  import { TypeRegistry } from "@smithy/core/schema";
856
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ExternalResourceException as __ExternalResourceException, InternalServerException as __InternalServerException, LicenseNotFoundException as __LicenseNotFoundException, MediaTooLargeException as __MediaTooLargeException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
857
- import { QBusinessServiceException as __QBusinessServiceException } from "../models/QBusinessServiceException";
858
- export var DataAccessorName = [0, n0, _DAN, 8, 0];
859
- export var KmsKeyId = [0, n0, _KKI, 8, 0];
860
- export var Payload = [0, n0, _P, 8, 0];
861
- export var AccessConfiguration = [3, n0, _AC, 0, [_aC, _mR], [() => AccessControls, 0]];
862
- export var AccessControl = [3, n0, _ACc, 0, [_p, _mR], [() => Principals, 0]];
863
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
864
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
865
- export var ActionConfiguration = [
856
+ import { AccessDeniedException, ConflictException, ExternalResourceException, InternalServerException, LicenseNotFoundException, MediaTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
857
+ import { QBusinessServiceException } from "../models/QBusinessServiceException";
858
+ var DataAccessorName = [0, n0, _DAN, 8, 0];
859
+ var KmsKeyId = [0, n0, _KKI, 8, 0];
860
+ var Payload = [0, n0, _P, 8, 0];
861
+ export var AccessConfiguration$ = [3, n0, _AC, 0, [_aC, _mR], [() => AccessControls, 0]];
862
+ export var AccessControl$ = [3, n0, _ACc, 0, [_p, _mR], [() => Principals, 0]];
863
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
864
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
865
+ export var ActionConfiguration$ = [
866
866
  3,
867
867
  n0,
868
868
  _ACct,
869
869
  0,
870
870
  [_a, _fC],
871
- [0, () => ActionFilterConfiguration],
871
+ [0, () => ActionFilterConfiguration$],
872
872
  ];
873
- export var ActionExecution = [
873
+ export var ActionExecution$ = [
874
874
  3,
875
875
  n0,
876
876
  _AE,
@@ -878,7 +878,7 @@ export var ActionExecution = [
878
878
  [_pI, _pa, _pFNS],
879
879
  [0, () => ActionExecutionPayload, 0],
880
880
  ];
881
- export var ActionExecutionEvent = [
881
+ export var ActionExecutionEvent$ = [
882
882
  3,
883
883
  n0,
884
884
  _AEE,
@@ -886,9 +886,9 @@ export var ActionExecutionEvent = [
886
886
  [_pI, _pa, _pFNS],
887
887
  [0, () => ActionExecutionPayload, 0],
888
888
  ];
889
- export var ActionExecutionPayloadField = [3, n0, _AEPF, 0, [_v], [15]];
890
- export var ActionFilterConfiguration = [3, n0, _AFC, 0, [_dAF], [() => AttributeFilter]];
891
- export var ActionReview = [
889
+ export var ActionExecutionPayloadField$ = [3, n0, _AEPF, 0, [_v], [15]];
890
+ export var ActionFilterConfiguration$ = [3, n0, _AFC, 0, [_dAF], [() => AttributeFilter$]];
891
+ export var ActionReview$ = [
892
892
  3,
893
893
  n0,
894
894
  _AR,
@@ -896,7 +896,7 @@ export var ActionReview = [
896
896
  [_pI, _pT, _pa, _pFNS],
897
897
  [0, 0, () => ActionReviewPayload, 0],
898
898
  ];
899
- export var ActionReviewEvent = [
899
+ export var ActionReviewEvent$ = [
900
900
  3,
901
901
  n0,
902
902
  _ARE,
@@ -904,7 +904,7 @@ export var ActionReviewEvent = [
904
904
  [_cI, _uMI, _sMI, _pI, _pT, _pa, _pFNS],
905
905
  [0, 0, 0, 0, 0, () => ActionReviewPayload, 0],
906
906
  ];
907
- export var ActionReviewPayloadField = [
907
+ export var ActionReviewPayloadField$ = [
908
908
  3,
909
909
  n0,
910
910
  _ARPF,
@@ -912,22 +912,22 @@ export var ActionReviewPayloadField = [
912
912
  [_dN, _dO, _dD, _t, _v, _aV, _aF, _aIJS, _r],
913
913
  [0, 1, 0, 0, 15, () => ActionReviewPayloadFieldAllowedValues, 0, 15, 2],
914
914
  ];
915
- export var ActionReviewPayloadFieldAllowedValue = [3, n0, _ARPFAV, 0, [_v, _dV], [15, 15]];
916
- export var ActionSummary = [3, n0, _AS, 0, [_aI, _dN, _iE, _d], [0, 0, 0, 0]];
917
- export var Application = [
915
+ export var ActionReviewPayloadFieldAllowedValue$ = [3, n0, _ARPFAV, 0, [_v, _dV], [15, 15]];
916
+ export var ActionSummary$ = [3, n0, _AS, 0, [_aI, _dN, _iE, _d], [0, 0, 0, 0]];
917
+ export var Application$ = [
918
918
  3,
919
919
  n0,
920
920
  _A,
921
921
  0,
922
922
  [_dN, _aIp, _cA, _uA, _s, _iT, _qSC],
923
- [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration],
923
+ [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration$],
924
924
  ];
925
- export var AppliedAttachmentsConfiguration = [3, n0, _AAC, 0, [_aCM], [0]];
926
- export var AppliedCreatorModeConfiguration = [3, n0, _ACMC, 0, [_cMC], [0]];
927
- export var AppliedOrchestrationConfiguration = [3, n0, _AOC, 0, [_co], [0]];
928
- export var AssociatedGroup = [3, n0, _AG, 0, [_n, _t], [0, 0]];
929
- export var AssociatedUser = [3, n0, _AU, 0, [_i, _t], [0, 0]];
930
- export var AssociatePermissionRequest = [
925
+ export var AppliedAttachmentsConfiguration$ = [3, n0, _AAC, 0, [_aCM], [0]];
926
+ export var AppliedCreatorModeConfiguration$ = [3, n0, _ACMC, 0, [_cMC], [0]];
927
+ export var AppliedOrchestrationConfiguration$ = [3, n0, _AOC, 0, [_co], [0]];
928
+ export var AssociatedGroup$ = [3, n0, _AG, 0, [_n, _t], [0, 0]];
929
+ export var AssociatedUser$ = [3, n0, _AU, 0, [_i, _t], [0, 0]];
930
+ export var AssociatePermissionRequest$ = [
931
931
  3,
932
932
  n0,
933
933
  _APR,
@@ -935,27 +935,27 @@ export var AssociatePermissionRequest = [
935
935
  [_aIp, _sI, _ac, _con, _pr],
936
936
  [[0, 1], 0, 64 | 0, () => PermissionConditions, 0],
937
937
  ];
938
- export var AssociatePermissionResponse = [3, n0, _APRs, 0, [_st], [0]];
939
- export var Attachment = [
938
+ export var AssociatePermissionResponse$ = [3, n0, _APRs, 0, [_st], [0]];
939
+ export var Attachment$ = [
940
940
  3,
941
941
  n0,
942
942
  _At,
943
943
  0,
944
944
  [_aIt, _cI, _n, _cF, _fT, _fS, _md, _cA, _s, _e],
945
- [0, 0, 0, () => CopyFromSource, 0, 1, 0, 4, 0, () => ErrorDetail],
945
+ [0, 0, 0, () => CopyFromSource$, 0, 1, 0, 4, 0, () => ErrorDetail$],
946
946
  ];
947
- export var AttachmentInput = [3, n0, _AI, 0, [_da, _n, _cF], [21, 0, () => CopyFromSource]];
948
- export var AttachmentInputEvent = [3, n0, _AIE, 0, [_at], [() => AttachmentInput]];
949
- export var AttachmentOutput = [
947
+ export var AttachmentInput$ = [3, n0, _AI, 0, [_da, _n, _cF], [21, 0, () => CopyFromSource$]];
948
+ export var AttachmentInputEvent$ = [3, n0, _AIE, 0, [_at], [() => AttachmentInput$]];
949
+ export var AttachmentOutput$ = [
950
950
  3,
951
951
  n0,
952
952
  _AO,
953
953
  0,
954
954
  [_n, _s, _e, _aIt, _cI],
955
- [0, 0, () => ErrorDetail, 0, 0],
955
+ [0, 0, () => ErrorDetail$, 0, 0],
956
956
  ];
957
- export var AttachmentsConfiguration = [3, n0, _ACt, 0, [_aCM], [0]];
958
- export var AttributeFilter = [
957
+ export var AttachmentsConfiguration$ = [3, n0, _ACt, 0, [_aCM], [0]];
958
+ export var AttributeFilter$ = [
959
959
  3,
960
960
  n0,
961
961
  _AF,
@@ -964,25 +964,32 @@ export var AttributeFilter = [
964
964
  [
965
965
  () => AttributeFilters,
966
966
  () => AttributeFilters,
967
- () => AttributeFilter,
968
- () => DocumentAttribute,
969
- () => DocumentAttribute,
970
- () => DocumentAttribute,
971
- () => DocumentAttribute,
972
- () => DocumentAttribute,
973
- () => DocumentAttribute,
974
- () => DocumentAttribute,
975
- ],
976
- ];
977
- export var AudioExtractionConfiguration = [3, n0, _AEC, 0, [_aES], [0]];
978
- export var AudioSourceDetails = [3, n0, _ASD, 0, [_mI, _mMT, _sTM, _eTM, _aET], [0, 0, 1, 1, 0]];
979
- export var AuthChallengeRequest = [3, n0, _ACR, 0, [_aU], [0]];
980
- export var AuthChallengeRequestEvent = [3, n0, _ACRE, 0, [_aU], [0]];
981
- export var AuthChallengeResponse = [3, n0, _ACRu, 0, [_rM], [128 | 0]];
982
- export var AuthChallengeResponseEvent = [3, n0, _ACREu, 0, [_rM], [128 | 0]];
983
- export var AutoSubscriptionConfiguration = [3, n0, _ASC, 0, [_aS, _dST], [0, 0]];
984
- export var BasicAuthConfiguration = [3, n0, _BAC, 0, [_sA, _rA], [0, 0]];
985
- export var BatchDeleteDocumentRequest = [
967
+ () => AttributeFilter$,
968
+ () => DocumentAttribute$,
969
+ () => DocumentAttribute$,
970
+ () => DocumentAttribute$,
971
+ () => DocumentAttribute$,
972
+ () => DocumentAttribute$,
973
+ () => DocumentAttribute$,
974
+ () => DocumentAttribute$,
975
+ ],
976
+ ];
977
+ export var AudioExtractionConfiguration$ = [3, n0, _AEC, 0, [_aES], [0]];
978
+ export var AudioSourceDetails$ = [
979
+ 3,
980
+ n0,
981
+ _ASD,
982
+ 0,
983
+ [_mI, _mMT, _sTM, _eTM, _aET],
984
+ [0, 0, 1, 1, 0],
985
+ ];
986
+ export var AuthChallengeRequest$ = [3, n0, _ACR, 0, [_aU], [0]];
987
+ export var AuthChallengeRequestEvent$ = [3, n0, _ACRE, 0, [_aU], [0]];
988
+ export var AuthChallengeResponse$ = [3, n0, _ACRu, 0, [_rM], [128 | 0]];
989
+ export var AuthChallengeResponseEvent$ = [3, n0, _ACREu, 0, [_rM], [128 | 0]];
990
+ export var AutoSubscriptionConfiguration$ = [3, n0, _ASC, 0, [_aS, _dST], [0, 0]];
991
+ export var BasicAuthConfiguration$ = [3, n0, _BAC, 0, [_sA, _rA], [0, 0]];
992
+ export var BatchDeleteDocumentRequest$ = [
986
993
  3,
987
994
  n0,
988
995
  _BDDR,
@@ -990,8 +997,8 @@ export var BatchDeleteDocumentRequest = [
990
997
  [_aIp, _iI, _do, _dSSI],
991
998
  [[0, 1], [0, 1], () => DeleteDocuments, 0],
992
999
  ];
993
- export var BatchDeleteDocumentResponse = [3, n0, _BDDRa, 0, [_fD], [() => FailedDocuments]];
994
- export var BatchPutDocumentRequest = [
1000
+ export var BatchDeleteDocumentResponse$ = [3, n0, _BDDRa, 0, [_fD], [() => FailedDocuments]];
1001
+ export var BatchPutDocumentRequest$ = [
995
1002
  3,
996
1003
  n0,
997
1004
  _BPDR,
@@ -999,9 +1006,9 @@ export var BatchPutDocumentRequest = [
999
1006
  [_aIp, _iI, _do, _rA, _dSSI],
1000
1007
  [[0, 1], [0, 1], () => Documents, 0, 0],
1001
1008
  ];
1002
- export var BatchPutDocumentResponse = [3, n0, _BPDRa, 0, [_fD], [() => FailedDocuments]];
1003
- export var BlockedPhrasesConfiguration = [3, n0, _BPC, 0, [_bP, _sMO], [64 | 0, 0]];
1004
- export var BlockedPhrasesConfigurationUpdate = [
1009
+ export var BatchPutDocumentResponse$ = [3, n0, _BPDRa, 0, [_fD], [() => FailedDocuments]];
1010
+ export var BlockedPhrasesConfiguration$ = [3, n0, _BPC, 0, [_bP, _sMO], [64 | 0, 0]];
1011
+ export var BlockedPhrasesConfigurationUpdate$ = [
1005
1012
  3,
1006
1013
  n0,
1007
1014
  _BPCU,
@@ -1009,8 +1016,8 @@ export var BlockedPhrasesConfigurationUpdate = [
1009
1016
  [_bPTCOU, _bPTD, _sMO],
1010
1017
  [64 | 0, 64 | 0, 0],
1011
1018
  ];
1012
- export var BrowserExtensionConfiguration = [3, n0, _BEC, 0, [_eBE], [64 | 0]];
1013
- export var CancelSubscriptionRequest = [
1019
+ export var BrowserExtensionConfiguration$ = [3, n0, _BEC, 0, [_eBE], [64 | 0]];
1020
+ export var CancelSubscriptionRequest$ = [
1014
1021
  3,
1015
1022
  n0,
1016
1023
  _CSR,
@@ -1021,15 +1028,15 @@ export var CancelSubscriptionRequest = [
1021
1028
  [0, 1],
1022
1029
  ],
1023
1030
  ];
1024
- export var CancelSubscriptionResponse = [
1031
+ export var CancelSubscriptionResponse$ = [
1025
1032
  3,
1026
1033
  n0,
1027
1034
  _CSRa,
1028
1035
  0,
1029
1036
  [_sAu, _cS, _nS],
1030
- [0, () => SubscriptionDetails, () => SubscriptionDetails],
1037
+ [0, () => SubscriptionDetails$, () => SubscriptionDetails$],
1031
1038
  ];
1032
- export var ChatInput = [
1039
+ export var ChatInput$ = [
1033
1040
  3,
1034
1041
  n0,
1035
1042
  _CI,
@@ -1042,11 +1049,11 @@ export var ChatInput = [
1042
1049
  [0, { [_hQ]: _cI }],
1043
1050
  [0, { [_hQ]: _pMI }],
1044
1051
  [0, { [_iTd]: 1, [_hQ]: _cT }],
1045
- [() => ChatInputStream, 16],
1052
+ [() => ChatInputStream$, 16],
1046
1053
  ],
1047
1054
  ];
1048
- export var ChatOutput = [3, n0, _CO, 0, [_oS], [[() => ChatOutputStream, 16]]];
1049
- export var ChatResponseConfiguration = [
1055
+ export var ChatOutput$ = [3, n0, _CO, 0, [_oS], [[() => ChatOutputStream$, 16]]];
1056
+ export var ChatResponseConfiguration$ = [
1050
1057
  3,
1051
1058
  n0,
1052
1059
  _CRC,
@@ -1054,15 +1061,15 @@ export var ChatResponseConfiguration = [
1054
1061
  [_cRCI, _cRCA, _dN, _rCS, _s, _cA, _uA],
1055
1062
  [0, 0, 0, 0, 0, 4, 4],
1056
1063
  ];
1057
- export var ChatResponseConfigurationDetail = [
1064
+ export var ChatResponseConfigurationDetail$ = [
1058
1065
  3,
1059
1066
  n0,
1060
1067
  _CRCD,
1061
1068
  0,
1062
1069
  [_rC, _rCS, _s, _e, _uA],
1063
- [() => ResponseConfigurations, 0, 0, () => ErrorDetail, 4],
1070
+ [() => ResponseConfigurations, 0, 0, () => ErrorDetail$, 4],
1064
1071
  ];
1065
- export var ChatSyncInput = [
1072
+ export var ChatSyncInput$ = [
1066
1073
  3,
1067
1074
  n0,
1068
1075
  _CSI,
@@ -1074,25 +1081,34 @@ export var ChatSyncInput = [
1074
1081
  [64 | 0, { [_hQ]: _uG }],
1075
1082
  0,
1076
1083
  () => AttachmentsInput,
1077
- () => ActionExecution,
1078
- () => AuthChallengeResponse,
1084
+ () => ActionExecution$,
1085
+ () => AuthChallengeResponse$,
1079
1086
  0,
1080
1087
  0,
1081
- () => AttributeFilter,
1088
+ () => AttributeFilter$,
1082
1089
  0,
1083
- () => ChatModeConfiguration,
1090
+ () => ChatModeConfiguration$,
1084
1091
  [0, 4],
1085
1092
  ],
1086
1093
  ];
1087
- export var ChatSyncOutput = [
1094
+ export var ChatSyncOutput$ = [
1088
1095
  3,
1089
1096
  n0,
1090
1097
  _CSO,
1091
1098
  0,
1092
1099
  [_cI, _sM, _sMI, _uMI, _aR, _aCRu, _sAo, _fA],
1093
- [0, 0, 0, 0, () => ActionReview, () => AuthChallengeRequest, [() => SourceAttributions, 0], () => AttachmentsOutput],
1100
+ [
1101
+ 0,
1102
+ 0,
1103
+ 0,
1104
+ 0,
1105
+ () => ActionReview$,
1106
+ () => AuthChallengeRequest$,
1107
+ [() => SourceAttributions, 0],
1108
+ () => AttachmentsOutput,
1109
+ ],
1094
1110
  ];
1095
- export var CheckDocumentAccessRequest = [
1111
+ export var CheckDocumentAccessRequest$ = [
1096
1112
  3,
1097
1113
  n0,
1098
1114
  _CDAR,
@@ -1106,29 +1122,29 @@ export var CheckDocumentAccessRequest = [
1106
1122
  [0, { [_hQ]: _dSI }],
1107
1123
  ],
1108
1124
  ];
1109
- export var CheckDocumentAccessResponse = [
1125
+ export var CheckDocumentAccessResponse$ = [
1110
1126
  3,
1111
1127
  n0,
1112
1128
  _CDARh,
1113
1129
  0,
1114
1130
  [_uG, _uAs, _hA, _dA],
1115
- [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl],
1131
+ [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl$],
1116
1132
  ];
1117
- export var ConfigurationEvent = [
1133
+ export var ConfigurationEvent$ = [
1118
1134
  3,
1119
1135
  n0,
1120
1136
  _CE,
1121
1137
  0,
1122
1138
  [_cM, _cMCh, _aFt],
1123
- [0, () => ChatModeConfiguration, () => AttributeFilter],
1139
+ [0, () => ChatModeConfiguration$, () => AttributeFilter$],
1124
1140
  ];
1125
- export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
1126
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1127
- export var ContentBlockerRule = [3, n0, _CBR, 0, [_sMO], [0]];
1128
- export var ContentRetrievalRule = [3, n0, _CRR, 0, [_eDS], [() => EligibleDataSources]];
1129
- export var Conversation = [3, n0, _C, 0, [_cI, _ti, _sT], [0, 0, 4]];
1130
- export var ConversationSource = [3, n0, _CS, 0, [_cI, _aIt], [0, 0]];
1131
- export var CreateAnonymousWebExperienceUrlRequest = [
1141
+ export var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
1142
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1143
+ export var ContentBlockerRule$ = [3, n0, _CBR, 0, [_sMO], [0]];
1144
+ export var ContentRetrievalRule$ = [3, n0, _CRR, 0, [_eDS], [() => EligibleDataSources]];
1145
+ export var Conversation$ = [3, n0, _C, 0, [_cI, _ti, _sT], [0, 0, 4]];
1146
+ export var ConversationSource$ = [3, n0, _CS, 0, [_cI, _aIt], [0, 0]];
1147
+ export var CreateAnonymousWebExperienceUrlRequest$ = [
1132
1148
  3,
1133
1149
  n0,
1134
1150
  _CAWEUR,
@@ -1136,8 +1152,8 @@ export var CreateAnonymousWebExperienceUrlRequest = [
1136
1152
  [_aIp, _wEI, _sDIM],
1137
1153
  [[0, 1], [0, 1], 1],
1138
1154
  ];
1139
- export var CreateAnonymousWebExperienceUrlResponse = [3, n0, _CAWEURr, 0, [_aUn], [0]];
1140
- export var CreateApplicationRequest = [
1155
+ export var CreateAnonymousWebExperienceUrlResponse$ = [3, n0, _CAWEURr, 0, [_aUn], [0]];
1156
+ export var CreateApplicationRequest$ = [
1141
1157
  3,
1142
1158
  n0,
1143
1159
  _CAR,
@@ -1151,17 +1167,17 @@ export var CreateApplicationRequest = [
1151
1167
  0,
1152
1168
  64 | 0,
1153
1169
  0,
1154
- [() => EncryptionConfiguration, 0],
1170
+ [() => EncryptionConfiguration$, 0],
1155
1171
  () => Tags,
1156
1172
  [0, 4],
1157
- () => AttachmentsConfiguration,
1158
- () => QAppsConfiguration,
1159
- () => PersonalizationConfiguration,
1160
- () => QuickSightConfiguration,
1173
+ () => AttachmentsConfiguration$,
1174
+ () => QAppsConfiguration$,
1175
+ () => PersonalizationConfiguration$,
1176
+ () => QuickSightConfiguration$,
1161
1177
  ],
1162
1178
  ];
1163
- export var CreateApplicationResponse = [3, n0, _CARr, 0, [_aIp, _aA], [0, 0]];
1164
- export var CreateChatResponseConfigurationRequest = [
1179
+ export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aIp, _aA], [0, 0]];
1180
+ export var CreateChatResponseConfigurationRequest$ = [
1165
1181
  3,
1166
1182
  n0,
1167
1183
  _CCRCR,
@@ -1169,8 +1185,15 @@ export var CreateChatResponseConfigurationRequest = [
1169
1185
  [_aIp, _dN, _cT, _rC, _ta],
1170
1186
  [[0, 1], 0, [0, 4], () => ResponseConfigurations, () => Tags],
1171
1187
  ];
1172
- export var CreateChatResponseConfigurationResponse = [3, n0, _CCRCRr, 0, [_cRCI, _cRCA], [0, 0]];
1173
- export var CreateDataAccessorRequest = [
1188
+ export var CreateChatResponseConfigurationResponse$ = [
1189
+ 3,
1190
+ n0,
1191
+ _CCRCRr,
1192
+ 0,
1193
+ [_cRCI, _cRCA],
1194
+ [0, 0],
1195
+ ];
1196
+ export var CreateDataAccessorRequest$ = [
1174
1197
  3,
1175
1198
  n0,
1176
1199
  _CDARr,
@@ -1182,12 +1205,12 @@ export var CreateDataAccessorRequest = [
1182
1205
  () => ActionConfigurationList,
1183
1206
  [0, 4],
1184
1207
  [() => DataAccessorName, 0],
1185
- () => DataAccessorAuthenticationDetail,
1208
+ () => DataAccessorAuthenticationDetail$,
1186
1209
  () => Tags,
1187
1210
  ],
1188
1211
  ];
1189
- export var CreateDataAccessorResponse = [3, n0, _CDARre, 0, [_dAI, _iAA, _dAA], [0, 0, 0]];
1190
- export var CreateDataSourceRequest = [
1212
+ export var CreateDataAccessorResponse$ = [3, n0, _CDARre, 0, [_dAI, _iAA, _dAA], [0, 0, 0]];
1213
+ export var CreateDataSourceRequest$ = [
1191
1214
  3,
1192
1215
  n0,
1193
1216
  _CDSR,
@@ -1198,61 +1221,61 @@ export var CreateDataSourceRequest = [
1198
1221
  [0, 1],
1199
1222
  0,
1200
1223
  15,
1201
- () => DataSourceVpcConfiguration,
1224
+ () => DataSourceVpcConfiguration$,
1202
1225
  0,
1203
1226
  () => Tags,
1204
1227
  0,
1205
1228
  0,
1206
1229
  [0, 4],
1207
- () => DocumentEnrichmentConfiguration,
1208
- () => MediaExtractionConfiguration,
1230
+ () => DocumentEnrichmentConfiguration$,
1231
+ () => MediaExtractionConfiguration$,
1209
1232
  ],
1210
1233
  ];
1211
- export var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_dSI, _dSA], [0, 0]];
1212
- export var CreateIndexRequest = [
1234
+ export var CreateDataSourceResponse$ = [3, n0, _CDSRr, 0, [_dSI, _dSA], [0, 0]];
1235
+ export var CreateIndexRequest$ = [
1213
1236
  3,
1214
1237
  n0,
1215
1238
  _CIR,
1216
1239
  0,
1217
1240
  [_aIp, _dN, _d, _t, _ta, _cC, _cT],
1218
- [[0, 1], 0, 0, 0, () => Tags, () => IndexCapacityConfiguration, [0, 4]],
1241
+ [[0, 1], 0, 0, 0, () => Tags, () => IndexCapacityConfiguration$, [0, 4]],
1219
1242
  ];
1220
- export var CreateIndexResponse = [3, n0, _CIRr, 0, [_iI, _iA], [0, 0]];
1221
- export var CreatePluginRequest = [
1243
+ export var CreateIndexResponse$ = [3, n0, _CIRr, 0, [_iI, _iA], [0, 0]];
1244
+ export var CreatePluginRequest$ = [
1222
1245
  3,
1223
1246
  n0,
1224
1247
  _CPR,
1225
1248
  0,
1226
1249
  [_aIp, _dN, _t, _aCu, _sU, _cPC, _ta, _cT],
1227
- [[0, 1], 0, 0, () => PluginAuthConfiguration, 0, [() => CustomPluginConfiguration, 0], () => Tags, [0, 4]],
1250
+ [[0, 1], 0, 0, () => PluginAuthConfiguration$, 0, [() => CustomPluginConfiguration$, 0], () => Tags, [0, 4]],
1228
1251
  ];
1229
- export var CreatePluginResponse = [3, n0, _CPRr, 0, [_pI, _pA, _bS], [0, 0, 0]];
1230
- export var CreateRetrieverRequest = [
1252
+ export var CreatePluginResponse$ = [3, n0, _CPRr, 0, [_pI, _pA, _bS], [0, 0, 0]];
1253
+ export var CreateRetrieverRequest$ = [
1231
1254
  3,
1232
1255
  n0,
1233
1256
  _CRRr,
1234
1257
  0,
1235
1258
  [_aIp, _t, _dN, _conf, _rA, _cT, _ta],
1236
- [[0, 1], 0, 0, () => RetrieverConfiguration, 0, [0, 4], () => Tags],
1259
+ [[0, 1], 0, 0, () => RetrieverConfiguration$, 0, [0, 4], () => Tags],
1237
1260
  ];
1238
- export var CreateRetrieverResponse = [3, n0, _CRRre, 0, [_rIe, _rAe], [0, 0]];
1239
- export var CreateSubscriptionRequest = [
1261
+ export var CreateRetrieverResponse$ = [3, n0, _CRRre, 0, [_rIe, _rAe], [0, 0]];
1262
+ export var CreateSubscriptionRequest$ = [
1240
1263
  3,
1241
1264
  n0,
1242
1265
  _CSRr,
1243
1266
  0,
1244
1267
  [_aIp, _pr, _t, _cT],
1245
- [[0, 1], () => SubscriptionPrincipal, 0, [0, 4]],
1268
+ [[0, 1], () => SubscriptionPrincipal$, 0, [0, 4]],
1246
1269
  ];
1247
- export var CreateSubscriptionResponse = [
1270
+ export var CreateSubscriptionResponse$ = [
1248
1271
  3,
1249
1272
  n0,
1250
1273
  _CSRre,
1251
1274
  0,
1252
1275
  [_sIu, _sAu, _cS, _nS],
1253
- [0, 0, () => SubscriptionDetails, () => SubscriptionDetails],
1276
+ [0, 0, () => SubscriptionDetails$, () => SubscriptionDetails$],
1254
1277
  ];
1255
- export var CreateUserRequest = [
1278
+ export var CreateUserRequest$ = [
1256
1279
  3,
1257
1280
  n0,
1258
1281
  _CUR,
@@ -1260,8 +1283,8 @@ export var CreateUserRequest = [
1260
1283
  [_aIp, _uI, _uAs, _cT],
1261
1284
  [[0, 1], 0, () => UserAliases, [0, 4]],
1262
1285
  ];
1263
- export var CreateUserResponse = [3, n0, _CURr, 0, [], []];
1264
- export var CreateWebExperienceRequest = [
1286
+ export var CreateUserResponse$ = [3, n0, _CURr, 0, [], []];
1287
+ export var CreateWebExperienceRequest$ = [
1265
1288
  3,
1266
1289
  n0,
1267
1290
  _CWER,
@@ -1277,49 +1300,49 @@ export var CreateWebExperienceRequest = [
1277
1300
  0,
1278
1301
  () => Tags,
1279
1302
  [0, 4],
1280
- () => IdentityProviderConfiguration,
1281
- () => BrowserExtensionConfiguration,
1282
- () => CustomizationConfiguration,
1303
+ () => IdentityProviderConfiguration$,
1304
+ () => BrowserExtensionConfiguration$,
1305
+ () => CustomizationConfiguration$,
1283
1306
  ],
1284
1307
  ];
1285
- export var CreateWebExperienceResponse = [3, n0, _CWERr, 0, [_wEI, _wEA], [0, 0]];
1286
- export var CreatorModeConfiguration = [3, n0, _CMC, 0, [_cMC], [0]];
1287
- export var CustomizationConfiguration = [3, n0, _CC, 0, [_cCSSU, _lU, _fU, _fUa], [0, 0, 0, 0]];
1288
- export var CustomPluginConfiguration = [
1308
+ export var CreateWebExperienceResponse$ = [3, n0, _CWERr, 0, [_wEI, _wEA], [0, 0]];
1309
+ export var CreatorModeConfiguration$ = [3, n0, _CMC, 0, [_cMC], [0]];
1310
+ export var CustomizationConfiguration$ = [3, n0, _CC, 0, [_cCSSU, _lU, _fU, _fUa], [0, 0, 0, 0]];
1311
+ export var CustomPluginConfiguration$ = [
1289
1312
  3,
1290
1313
  n0,
1291
1314
  _CPC,
1292
1315
  0,
1293
1316
  [_d, _aST, _aSp],
1294
- [0, 0, [() => APISchema, 0]],
1317
+ [0, 0, [() => APISchema$, 0]],
1295
1318
  ];
1296
- export var DataAccessor = [
1319
+ export var DataAccessor$ = [
1297
1320
  3,
1298
1321
  n0,
1299
1322
  _DA,
1300
1323
  0,
1301
1324
  [_dN, _dAI, _dAA, _iAA, _pr, _aD, _cA, _uA],
1302
- [[() => DataAccessorName, 0], 0, 0, 0, 0, () => DataAccessorAuthenticationDetail, 4, 4],
1325
+ [[() => DataAccessorName, 0], 0, 0, 0, 0, () => DataAccessorAuthenticationDetail$, 4, 4],
1303
1326
  ];
1304
- export var DataAccessorAuthenticationDetail = [
1327
+ export var DataAccessorAuthenticationDetail$ = [
1305
1328
  3,
1306
1329
  n0,
1307
1330
  _DAAD,
1308
1331
  0,
1309
1332
  [_aT, _aCut, _eI],
1310
- [0, () => DataAccessorAuthenticationConfiguration, 64 | 0],
1333
+ [0, () => DataAccessorAuthenticationConfiguration$, 64 | 0],
1311
1334
  ];
1312
- export var DataAccessorIdcTrustedTokenIssuerConfiguration = [3, n0, _DAITTIC, 0, [_iTTIA], [0]];
1313
- export var DataSource = [3, n0, _DS, 0, [_dN, _dSI, _t, _cA, _uA, _s], [0, 0, 0, 4, 4, 0]];
1314
- export var DataSourceSyncJob = [
1335
+ export var DataAccessorIdcTrustedTokenIssuerConfiguration$ = [3, n0, _DAITTIC, 0, [_iTTIA], [0]];
1336
+ export var DataSource$ = [3, n0, _DS, 0, [_dN, _dSI, _t, _cA, _uA, _s], [0, 0, 0, 4, 4, 0]];
1337
+ export var DataSourceSyncJob$ = [
1315
1338
  3,
1316
1339
  n0,
1317
1340
  _DSSJ,
1318
1341
  0,
1319
1342
  [_eIx, _sT, _eTn, _s, _e, _dSEC, _me],
1320
- [0, 4, 4, 0, () => ErrorDetail, 0, () => DataSourceSyncJobMetrics],
1343
+ [0, 4, 4, 0, () => ErrorDetail$, 0, () => DataSourceSyncJobMetrics$],
1321
1344
  ];
1322
- export var DataSourceSyncJobMetrics = [
1345
+ export var DataSourceSyncJobMetrics$ = [
1323
1346
  3,
1324
1347
  n0,
1325
1348
  _DSSJM,
@@ -1327,11 +1350,11 @@ export var DataSourceSyncJobMetrics = [
1327
1350
  [_dAo, _dM, _dDo, _dF, _dS],
1328
1351
  [0, 0, 0, 0, 0],
1329
1352
  ];
1330
- export var DataSourceVpcConfiguration = [3, n0, _DSVC, 0, [_sIub, _sGI], [64 | 0, 64 | 0]];
1331
- export var DateAttributeBoostingConfiguration = [3, n0, _DABC, 0, [_bL, _bDIS], [0, 1]];
1332
- export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_aIp], [[0, 1]]];
1333
- export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
1334
- export var DeleteAttachmentRequest = [
1353
+ export var DataSourceVpcConfiguration$ = [3, n0, _DSVC, 0, [_sIub, _sGI], [64 | 0, 64 | 0]];
1354
+ export var DateAttributeBoostingConfiguration$ = [3, n0, _DABC, 0, [_bL, _bDIS], [0, 1]];
1355
+ export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_aIp], [[0, 1]]];
1356
+ export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
1357
+ export var DeleteAttachmentRequest$ = [
1335
1358
  3,
1336
1359
  n0,
1337
1360
  _DARel,
@@ -1344,10 +1367,10 @@ export var DeleteAttachmentRequest = [
1344
1367
  [0, { [_hQ]: _uI }],
1345
1368
  ],
1346
1369
  ];
1347
- export var DeleteAttachmentResponse = [3, n0, _DARele, 0, [], []];
1348
- export var DeleteChatControlsConfigurationRequest = [3, n0, _DCCCR, 0, [_aIp], [[0, 1]]];
1349
- export var DeleteChatControlsConfigurationResponse = [3, n0, _DCCCRe, 0, [], []];
1350
- export var DeleteChatResponseConfigurationRequest = [
1370
+ export var DeleteAttachmentResponse$ = [3, n0, _DARele, 0, [], []];
1371
+ export var DeleteChatControlsConfigurationRequest$ = [3, n0, _DCCCR, 0, [_aIp], [[0, 1]]];
1372
+ export var DeleteChatControlsConfigurationResponse$ = [3, n0, _DCCCRe, 0, [], []];
1373
+ export var DeleteChatResponseConfigurationRequest$ = [
1351
1374
  3,
1352
1375
  n0,
1353
1376
  _DCRCR,
@@ -1358,8 +1381,8 @@ export var DeleteChatResponseConfigurationRequest = [
1358
1381
  [0, 1],
1359
1382
  ],
1360
1383
  ];
1361
- export var DeleteChatResponseConfigurationResponse = [3, n0, _DCRCRe, 0, [], []];
1362
- export var DeleteConversationRequest = [
1384
+ export var DeleteChatResponseConfigurationResponse$ = [3, n0, _DCRCRe, 0, [], []];
1385
+ export var DeleteConversationRequest$ = [
1363
1386
  3,
1364
1387
  n0,
1365
1388
  _DCR,
@@ -1371,8 +1394,8 @@ export var DeleteConversationRequest = [
1371
1394
  [0, { [_hQ]: _uI }],
1372
1395
  ],
1373
1396
  ];
1374
- export var DeleteConversationResponse = [3, n0, _DCRe, 0, [], []];
1375
- export var DeleteDataAccessorRequest = [
1397
+ export var DeleteConversationResponse$ = [3, n0, _DCRe, 0, [], []];
1398
+ export var DeleteDataAccessorRequest$ = [
1376
1399
  3,
1377
1400
  n0,
1378
1401
  _DDAR,
@@ -1383,8 +1406,8 @@ export var DeleteDataAccessorRequest = [
1383
1406
  [0, 1],
1384
1407
  ],
1385
1408
  ];
1386
- export var DeleteDataAccessorResponse = [3, n0, _DDARe, 0, [], []];
1387
- export var DeleteDataSourceRequest = [
1409
+ export var DeleteDataAccessorResponse$ = [3, n0, _DDARe, 0, [], []];
1410
+ export var DeleteDataSourceRequest$ = [
1388
1411
  3,
1389
1412
  n0,
1390
1413
  _DDSR,
@@ -1396,9 +1419,9 @@ export var DeleteDataSourceRequest = [
1396
1419
  [0, 1],
1397
1420
  ],
1398
1421
  ];
1399
- export var DeleteDataSourceResponse = [3, n0, _DDSRe, 0, [], []];
1400
- export var DeleteDocument = [3, n0, _DD, 0, [_dI], [0]];
1401
- export var DeleteGroupRequest = [
1422
+ export var DeleteDataSourceResponse$ = [3, n0, _DDSRe, 0, [], []];
1423
+ export var DeleteDocument$ = [3, n0, _DD, 0, [_dI], [0]];
1424
+ export var DeleteGroupRequest$ = [
1402
1425
  3,
1403
1426
  n0,
1404
1427
  _DGR,
@@ -1411,8 +1434,8 @@ export var DeleteGroupRequest = [
1411
1434
  [0, { [_hQ]: _dSI }],
1412
1435
  ],
1413
1436
  ];
1414
- export var DeleteGroupResponse = [3, n0, _DGRe, 0, [], []];
1415
- export var DeleteIndexRequest = [
1437
+ export var DeleteGroupResponse$ = [3, n0, _DGRe, 0, [], []];
1438
+ export var DeleteIndexRequest$ = [
1416
1439
  3,
1417
1440
  n0,
1418
1441
  _DIR,
@@ -1423,8 +1446,8 @@ export var DeleteIndexRequest = [
1423
1446
  [0, 1],
1424
1447
  ],
1425
1448
  ];
1426
- export var DeleteIndexResponse = [3, n0, _DIRe, 0, [], []];
1427
- export var DeletePluginRequest = [
1449
+ export var DeleteIndexResponse$ = [3, n0, _DIRe, 0, [], []];
1450
+ export var DeletePluginRequest$ = [
1428
1451
  3,
1429
1452
  n0,
1430
1453
  _DPR,
@@ -1435,8 +1458,8 @@ export var DeletePluginRequest = [
1435
1458
  [0, 1],
1436
1459
  ],
1437
1460
  ];
1438
- export var DeletePluginResponse = [3, n0, _DPRe, 0, [], []];
1439
- export var DeleteRetrieverRequest = [
1461
+ export var DeletePluginResponse$ = [3, n0, _DPRe, 0, [], []];
1462
+ export var DeleteRetrieverRequest$ = [
1440
1463
  3,
1441
1464
  n0,
1442
1465
  _DRR,
@@ -1447,8 +1470,8 @@ export var DeleteRetrieverRequest = [
1447
1470
  [0, 1],
1448
1471
  ],
1449
1472
  ];
1450
- export var DeleteRetrieverResponse = [3, n0, _DRRe, 0, [], []];
1451
- export var DeleteUserRequest = [
1473
+ export var DeleteRetrieverResponse$ = [3, n0, _DRRe, 0, [], []];
1474
+ export var DeleteUserRequest$ = [
1452
1475
  3,
1453
1476
  n0,
1454
1477
  _DUR,
@@ -1459,8 +1482,8 @@ export var DeleteUserRequest = [
1459
1482
  [0, 1],
1460
1483
  ],
1461
1484
  ];
1462
- export var DeleteUserResponse = [3, n0, _DURe, 0, [], []];
1463
- export var DeleteWebExperienceRequest = [
1485
+ export var DeleteUserResponse$ = [3, n0, _DURe, 0, [], []];
1486
+ export var DeleteWebExperienceRequest$ = [
1464
1487
  3,
1465
1488
  n0,
1466
1489
  _DWER,
@@ -1471,8 +1494,8 @@ export var DeleteWebExperienceRequest = [
1471
1494
  [0, 1],
1472
1495
  ],
1473
1496
  ];
1474
- export var DeleteWebExperienceResponse = [3, n0, _DWERe, 0, [], []];
1475
- export var DisassociatePermissionRequest = [
1497
+ export var DeleteWebExperienceResponse$ = [3, n0, _DWERe, 0, [], []];
1498
+ export var DisassociatePermissionRequest$ = [
1476
1499
  3,
1477
1500
  n0,
1478
1501
  _DPRi,
@@ -1483,8 +1506,8 @@ export var DisassociatePermissionRequest = [
1483
1506
  [0, 1],
1484
1507
  ],
1485
1508
  ];
1486
- export var DisassociatePermissionResponse = [3, n0, _DPRis, 0, [], []];
1487
- export var Document = [
1509
+ export var DisassociatePermissionResponse$ = [3, n0, _DPRis, 0, [], []];
1510
+ export var Document$ = [
1488
1511
  3,
1489
1512
  n0,
1490
1513
  _D,
@@ -1493,23 +1516,23 @@ export var Document = [
1493
1516
  [
1494
1517
  0,
1495
1518
  () => DocumentAttributes,
1496
- () => DocumentContent,
1519
+ () => DocumentContent$,
1497
1520
  0,
1498
1521
  0,
1499
- () => AccessConfiguration,
1500
- () => DocumentEnrichmentConfiguration,
1501
- () => MediaExtractionConfiguration,
1522
+ () => AccessConfiguration$,
1523
+ () => DocumentEnrichmentConfiguration$,
1524
+ () => MediaExtractionConfiguration$,
1502
1525
  ],
1503
1526
  ];
1504
- export var DocumentAcl = [
1527
+ export var DocumentAcl$ = [
1505
1528
  3,
1506
1529
  n0,
1507
1530
  _DAo,
1508
1531
  0,
1509
1532
  [_al, _dL],
1510
- [() => DocumentAclMembership, () => DocumentAclMembership],
1533
+ [() => DocumentAclMembership$, () => DocumentAclMembership$],
1511
1534
  ];
1512
- export var DocumentAclCondition = [
1535
+ export var DocumentAclCondition$ = [
1513
1536
  3,
1514
1537
  n0,
1515
1538
  _DAC,
@@ -1517,8 +1540,8 @@ export var DocumentAclCondition = [
1517
1540
  [_mR, _u, _g],
1518
1541
  [0, () => DocumentAclUsers, () => DocumentAclGroups],
1519
1542
  ];
1520
- export var DocumentAclGroup = [3, n0, _DAG, 0, [_n, _t], [0, 0]];
1521
- export var DocumentAclMembership = [
1543
+ export var DocumentAclGroup$ = [3, n0, _DAG, 0, [_n, _t], [0, 0]];
1544
+ export var DocumentAclMembership$ = [
1522
1545
  3,
1523
1546
  n0,
1524
1547
  _DAM,
@@ -1526,58 +1549,58 @@ export var DocumentAclMembership = [
1526
1549
  [_mR, _con],
1527
1550
  [0, () => DocumentAclConditions],
1528
1551
  ];
1529
- export var DocumentAclUser = [3, n0, _DAU, 0, [_i, _t], [0, 0]];
1530
- export var DocumentAttribute = [3, n0, _DAoc, 0, [_n, _v], [0, () => DocumentAttributeValue]];
1531
- export var DocumentAttributeCondition = [
1552
+ export var DocumentAclUser$ = [3, n0, _DAU, 0, [_i, _t], [0, 0]];
1553
+ export var DocumentAttribute$ = [3, n0, _DAoc, 0, [_n, _v], [0, () => DocumentAttributeValue$]];
1554
+ export var DocumentAttributeCondition$ = [
1532
1555
  3,
1533
1556
  n0,
1534
1557
  _DACo,
1535
1558
  0,
1536
1559
  [_k, _op, _v],
1537
- [0, 0, () => DocumentAttributeValue],
1560
+ [0, 0, () => DocumentAttributeValue$],
1538
1561
  ];
1539
- export var DocumentAttributeConfiguration = [3, n0, _DACoc, 0, [_n, _t, _se], [0, 0, 0]];
1540
- export var DocumentAttributeTarget = [
1562
+ export var DocumentAttributeConfiguration$ = [3, n0, _DACoc, 0, [_n, _t, _se], [0, 0, 0]];
1563
+ export var DocumentAttributeTarget$ = [
1541
1564
  3,
1542
1565
  n0,
1543
1566
  _DAT,
1544
1567
  0,
1545
1568
  [_k, _v, _aVO],
1546
- [0, () => DocumentAttributeValue, 0],
1569
+ [0, () => DocumentAttributeValue$, 0],
1547
1570
  ];
1548
- export var DocumentDetails = [
1571
+ export var DocumentDetails$ = [
1549
1572
  3,
1550
1573
  n0,
1551
1574
  _DDo,
1552
1575
  0,
1553
1576
  [_dI, _s, _e, _cA, _uA],
1554
- [0, 0, () => ErrorDetail, 4, 4],
1577
+ [0, 0, () => ErrorDetail$, 4, 4],
1555
1578
  ];
1556
- export var DocumentEnrichmentConfiguration = [
1579
+ export var DocumentEnrichmentConfiguration$ = [
1557
1580
  3,
1558
1581
  n0,
1559
1582
  _DEC,
1560
1583
  0,
1561
1584
  [_iC, _pEHC, _pEHCo],
1562
- [() => InlineDocumentEnrichmentConfigurations, () => HookConfiguration, () => HookConfiguration],
1585
+ [() => InlineDocumentEnrichmentConfigurations, () => HookConfiguration$, () => HookConfiguration$],
1563
1586
  ];
1564
- export var EligibleDataSource = [3, n0, _EDS, 0, [_iI, _dSI], [0, 0]];
1565
- export var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI], [[() => KmsKeyId, 0]]];
1566
- export var EndOfInputEvent = [3, n0, _EOIE, 0, [], []];
1567
- export var ErrorDetail = [3, n0, _ED, 0, [_eM, _eCr], [0, 0]];
1568
- export var ExternalResourceException = [-3, n0, _ERE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1569
- TypeRegistry.for(n0).registerError(ExternalResourceException, __ExternalResourceException);
1570
- export var FailedAttachmentEvent = [
1587
+ export var EligibleDataSource$ = [3, n0, _EDS, 0, [_iI, _dSI], [0, 0]];
1588
+ export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI], [[() => KmsKeyId, 0]]];
1589
+ export var EndOfInputEvent$ = [3, n0, _EOIE, 0, [], []];
1590
+ export var ErrorDetail$ = [3, n0, _ED, 0, [_eM, _eCr], [0, 0]];
1591
+ export var ExternalResourceException$ = [-3, n0, _ERE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1592
+ TypeRegistry.for(n0).registerError(ExternalResourceException$, ExternalResourceException);
1593
+ export var FailedAttachmentEvent$ = [
1571
1594
  3,
1572
1595
  n0,
1573
1596
  _FAE,
1574
1597
  0,
1575
1598
  [_cI, _uMI, _sMI, _at],
1576
- [0, 0, 0, () => AttachmentOutput],
1599
+ [0, 0, 0, () => AttachmentOutput$],
1577
1600
  ];
1578
- export var FailedDocument = [3, n0, _FD, 0, [_i, _e, _dSI], [0, () => ErrorDetail, 0]];
1579
- export var GetApplicationRequest = [3, n0, _GAR, 0, [_aIp], [[0, 1]]];
1580
- export var GetApplicationResponse = [
1601
+ export var FailedDocument$ = [3, n0, _FD, 0, [_i, _e, _dSI], [0, () => ErrorDetail$, 0]];
1602
+ export var GetApplicationRequest$ = [3, n0, _GAR, 0, [_aIp], [[0, 1]]];
1603
+ export var GetApplicationResponse$ = [
1581
1604
  3,
1582
1605
  n0,
1583
1606
  _GARe,
@@ -1593,19 +1616,19 @@ export var GetApplicationResponse = [
1593
1616
  0,
1594
1617
  0,
1595
1618
  0,
1596
- [() => EncryptionConfiguration, 0],
1619
+ [() => EncryptionConfiguration$, 0],
1597
1620
  4,
1598
1621
  4,
1599
- () => ErrorDetail,
1600
- () => AppliedAttachmentsConfiguration,
1601
- () => QAppsConfiguration,
1602
- () => PersonalizationConfiguration,
1603
- () => AutoSubscriptionConfiguration,
1622
+ () => ErrorDetail$,
1623
+ () => AppliedAttachmentsConfiguration$,
1624
+ () => QAppsConfiguration$,
1625
+ () => PersonalizationConfiguration$,
1626
+ () => AutoSubscriptionConfiguration$,
1604
1627
  64 | 0,
1605
- () => QuickSightConfiguration,
1628
+ () => QuickSightConfiguration$,
1606
1629
  ],
1607
1630
  ];
1608
- export var GetChatControlsConfigurationRequest = [
1631
+ export var GetChatControlsConfigurationRequest$ = [
1609
1632
  3,
1610
1633
  n0,
1611
1634
  _GCCCR,
@@ -1617,7 +1640,7 @@ export var GetChatControlsConfigurationRequest = [
1617
1640
  [0, { [_hQ]: _nT }],
1618
1641
  ],
1619
1642
  ];
1620
- export var GetChatControlsConfigurationResponse = [
1643
+ export var GetChatControlsConfigurationResponse$ = [
1621
1644
  3,
1622
1645
  n0,
1623
1646
  _GCCCRe,
@@ -1625,15 +1648,15 @@ export var GetChatControlsConfigurationResponse = [
1625
1648
  [_rS, _oC, _bP, _tC, _cMCr, _nT, _hRC],
1626
1649
  [
1627
1650
  0,
1628
- () => AppliedOrchestrationConfiguration,
1629
- () => BlockedPhrasesConfiguration,
1651
+ () => AppliedOrchestrationConfiguration$,
1652
+ () => BlockedPhrasesConfiguration$,
1630
1653
  () => TopicConfigurations,
1631
- () => AppliedCreatorModeConfiguration,
1654
+ () => AppliedCreatorModeConfiguration$,
1632
1655
  0,
1633
- () => HallucinationReductionConfiguration,
1656
+ () => HallucinationReductionConfiguration$,
1634
1657
  ],
1635
1658
  ];
1636
- export var GetChatResponseConfigurationRequest = [
1659
+ export var GetChatResponseConfigurationRequest$ = [
1637
1660
  3,
1638
1661
  n0,
1639
1662
  _GCRCR,
@@ -1644,15 +1667,15 @@ export var GetChatResponseConfigurationRequest = [
1644
1667
  [0, 1],
1645
1668
  ],
1646
1669
  ];
1647
- export var GetChatResponseConfigurationResponse = [
1670
+ export var GetChatResponseConfigurationResponse$ = [
1648
1671
  3,
1649
1672
  n0,
1650
1673
  _GCRCRe,
1651
1674
  0,
1652
1675
  [_cRCI, _cRCA, _dN, _cA, _iUC, _lUC],
1653
- [0, 0, 0, 4, () => ChatResponseConfigurationDetail, () => ChatResponseConfigurationDetail],
1676
+ [0, 0, 0, 4, () => ChatResponseConfigurationDetail$, () => ChatResponseConfigurationDetail$],
1654
1677
  ];
1655
- export var GetDataAccessorRequest = [
1678
+ export var GetDataAccessorRequest$ = [
1656
1679
  3,
1657
1680
  n0,
1658
1681
  _GDAR,
@@ -1663,7 +1686,7 @@ export var GetDataAccessorRequest = [
1663
1686
  [0, 1],
1664
1687
  ],
1665
1688
  ];
1666
- export var GetDataAccessorResponse = [
1689
+ export var GetDataAccessorResponse$ = [
1667
1690
  3,
1668
1691
  n0,
1669
1692
  _GDARe,
@@ -1677,12 +1700,12 @@ export var GetDataAccessorResponse = [
1677
1700
  0,
1678
1701
  0,
1679
1702
  () => ActionConfigurationList,
1680
- () => DataAccessorAuthenticationDetail,
1703
+ () => DataAccessorAuthenticationDetail$,
1681
1704
  4,
1682
1705
  4,
1683
1706
  ],
1684
1707
  ];
1685
- export var GetDataSourceRequest = [
1708
+ export var GetDataSourceRequest$ = [
1686
1709
  3,
1687
1710
  n0,
1688
1711
  _GDSR,
@@ -1694,7 +1717,7 @@ export var GetDataSourceRequest = [
1694
1717
  [0, 1],
1695
1718
  ],
1696
1719
  ];
1697
- export var GetDataSourceResponse = [
1720
+ export var GetDataSourceResponse$ = [
1698
1721
  3,
1699
1722
  n0,
1700
1723
  _GDSRe,
@@ -1708,19 +1731,19 @@ export var GetDataSourceResponse = [
1708
1731
  0,
1709
1732
  0,
1710
1733
  15,
1711
- () => DataSourceVpcConfiguration,
1734
+ () => DataSourceVpcConfiguration$,
1712
1735
  4,
1713
1736
  4,
1714
1737
  0,
1715
1738
  0,
1716
1739
  0,
1717
1740
  0,
1718
- () => ErrorDetail,
1719
- () => DocumentEnrichmentConfiguration,
1720
- () => MediaExtractionConfiguration,
1741
+ () => ErrorDetail$,
1742
+ () => DocumentEnrichmentConfiguration$,
1743
+ () => MediaExtractionConfiguration$,
1721
1744
  ],
1722
1745
  ];
1723
- export var GetDocumentContentRequest = [
1746
+ export var GetDocumentContentRequest$ = [
1724
1747
  3,
1725
1748
  n0,
1726
1749
  _GDCR,
@@ -1734,8 +1757,8 @@ export var GetDocumentContentRequest = [
1734
1757
  [0, { [_hQ]: _oF }],
1735
1758
  ],
1736
1759
  ];
1737
- export var GetDocumentContentResponse = [3, n0, _GDCRe, 0, [_pU, _mT], [0, 0]];
1738
- export var GetGroupRequest = [
1760
+ export var GetDocumentContentResponse$ = [3, n0, _GDCRe, 0, [_pU, _mT], [0, 0]];
1761
+ export var GetGroupRequest$ = [
1739
1762
  3,
1740
1763
  n0,
1741
1764
  _GGR,
@@ -1748,15 +1771,15 @@ export var GetGroupRequest = [
1748
1771
  [0, { [_hQ]: _dSI }],
1749
1772
  ],
1750
1773
  ];
1751
- export var GetGroupResponse = [
1774
+ export var GetGroupResponse$ = [
1752
1775
  3,
1753
1776
  n0,
1754
1777
  _GGRe,
1755
1778
  0,
1756
1779
  [_s, _sH],
1757
- [() => GroupStatusDetail, () => GroupStatusDetails],
1780
+ [() => GroupStatusDetail$, () => GroupStatusDetails],
1758
1781
  ];
1759
- export var GetIndexRequest = [
1782
+ export var GetIndexRequest$ = [
1760
1783
  3,
1761
1784
  n0,
1762
1785
  _GIR,
@@ -1767,7 +1790,7 @@ export var GetIndexRequest = [
1767
1790
  [0, 1],
1768
1791
  ],
1769
1792
  ];
1770
- export var GetIndexResponse = [
1793
+ export var GetIndexResponse$ = [
1771
1794
  3,
1772
1795
  n0,
1773
1796
  _GIRe,
@@ -1783,13 +1806,13 @@ export var GetIndexResponse = [
1783
1806
  0,
1784
1807
  4,
1785
1808
  4,
1786
- () => IndexCapacityConfiguration,
1809
+ () => IndexCapacityConfiguration$,
1787
1810
  () => DocumentAttributeConfigurations,
1788
- () => ErrorDetail,
1789
- () => IndexStatistics,
1811
+ () => ErrorDetail$,
1812
+ () => IndexStatistics$,
1790
1813
  ],
1791
1814
  ];
1792
- export var GetMediaRequest = [
1815
+ export var GetMediaRequest$ = [
1793
1816
  3,
1794
1817
  n0,
1795
1818
  _GMR,
@@ -1802,8 +1825,8 @@ export var GetMediaRequest = [
1802
1825
  [0, 1],
1803
1826
  ],
1804
1827
  ];
1805
- export var GetMediaResponse = [3, n0, _GMRe, 0, [_mB, _mMT], [21, 0]];
1806
- export var GetPluginRequest = [
1828
+ export var GetMediaResponse$ = [3, n0, _GMRe, 0, [_mB, _mMT], [21, 0]];
1829
+ export var GetPluginRequest$ = [
1807
1830
  3,
1808
1831
  n0,
1809
1832
  _GPR,
@@ -1814,17 +1837,17 @@ export var GetPluginRequest = [
1814
1837
  [0, 1],
1815
1838
  ],
1816
1839
  ];
1817
- export var GetPluginResponse = [
1840
+ export var GetPluginResponse$ = [
1818
1841
  3,
1819
1842
  n0,
1820
1843
  _GPRe,
1821
1844
  0,
1822
1845
  [_aIp, _pI, _dN, _t, _sU, _aCu, _cPC, _bS, _pA, _sta, _cA, _uA],
1823
- [0, 0, 0, 0, 0, () => PluginAuthConfiguration, [() => CustomPluginConfiguration, 0], 0, 0, 0, 4, 4],
1846
+ [0, 0, 0, 0, 0, () => PluginAuthConfiguration$, [() => CustomPluginConfiguration$, 0], 0, 0, 0, 4, 4],
1824
1847
  ];
1825
- export var GetPolicyRequest = [3, n0, _GPRet, 0, [_aIp], [[0, 1]]];
1826
- export var GetPolicyResponse = [3, n0, _GPReto, 0, [_po], [0]];
1827
- export var GetRetrieverRequest = [
1848
+ export var GetPolicyRequest$ = [3, n0, _GPRet, 0, [_aIp], [[0, 1]]];
1849
+ export var GetPolicyResponse$ = [3, n0, _GPReto, 0, [_po], [0]];
1850
+ export var GetRetrieverRequest$ = [
1828
1851
  3,
1829
1852
  n0,
1830
1853
  _GRR,
@@ -1835,15 +1858,15 @@ export var GetRetrieverRequest = [
1835
1858
  [0, 1],
1836
1859
  ],
1837
1860
  ];
1838
- export var GetRetrieverResponse = [
1861
+ export var GetRetrieverResponse$ = [
1839
1862
  3,
1840
1863
  n0,
1841
1864
  _GRRe,
1842
1865
  0,
1843
1866
  [_aIp, _rIe, _rAe, _t, _s, _dN, _conf, _rA, _cA, _uA],
1844
- [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration, 0, 4, 4],
1867
+ [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration$, 0, 4, 4],
1845
1868
  ];
1846
- export var GetUserRequest = [
1869
+ export var GetUserRequest$ = [
1847
1870
  3,
1848
1871
  n0,
1849
1872
  _GUR,
@@ -1854,8 +1877,8 @@ export var GetUserRequest = [
1854
1877
  [0, 1],
1855
1878
  ],
1856
1879
  ];
1857
- export var GetUserResponse = [3, n0, _GURe, 0, [_uAs], [() => UserAliases]];
1858
- export var GetWebExperienceRequest = [
1880
+ export var GetUserResponse$ = [3, n0, _GURe, 0, [_uAs], [() => UserAliases]];
1881
+ export var GetWebExperienceRequest$ = [
1859
1882
  3,
1860
1883
  n0,
1861
1884
  _GWER,
@@ -1866,7 +1889,7 @@ export var GetWebExperienceRequest = [
1866
1889
  [0, 1],
1867
1890
  ],
1868
1891
  ];
1869
- export var GetWebExperienceResponse = [
1892
+ export var GetWebExperienceResponse$ = [
1870
1893
  3,
1871
1894
  n0,
1872
1895
  _GWERe,
@@ -1886,47 +1909,47 @@ export var GetWebExperienceResponse = [
1886
1909
  0,
1887
1910
  64 | 0,
1888
1911
  0,
1889
- () => IdentityProviderConfiguration,
1890
- () => WebExperienceAuthConfiguration,
1891
- () => ErrorDetail,
1892
- () => BrowserExtensionConfiguration,
1893
- () => CustomizationConfiguration,
1912
+ () => IdentityProviderConfiguration$,
1913
+ () => WebExperienceAuthConfiguration$,
1914
+ () => ErrorDetail$,
1915
+ () => BrowserExtensionConfiguration$,
1916
+ () => CustomizationConfiguration$,
1894
1917
  ],
1895
1918
  ];
1896
- export var GroupMembers = [
1919
+ export var GroupMembers$ = [
1897
1920
  3,
1898
1921
  n0,
1899
1922
  _GM,
1900
1923
  0,
1901
1924
  [_mG, _mU, _sPFGM],
1902
- [() => MemberGroups, () => MemberUsers, () => S3],
1925
+ [() => MemberGroups, () => MemberUsers, () => S3$],
1903
1926
  ];
1904
- export var GroupStatusDetail = [3, n0, _GSD, 0, [_s, _lUA, _eD], [0, 4, () => ErrorDetail]];
1905
- export var GroupSummary = [3, n0, _GS, 0, [_gN], [0]];
1906
- export var HallucinationReductionConfiguration = [3, n0, _HRC, 0, [_hRCa], [0]];
1907
- export var HookConfiguration = [
1927
+ export var GroupStatusDetail$ = [3, n0, _GSD, 0, [_s, _lUA, _eD], [0, 4, () => ErrorDetail$]];
1928
+ export var GroupSummary$ = [3, n0, _GS, 0, [_gN], [0]];
1929
+ export var HallucinationReductionConfiguration$ = [3, n0, _HRC, 0, [_hRCa], [0]];
1930
+ export var HookConfiguration$ = [
1908
1931
  3,
1909
1932
  n0,
1910
1933
  _HC,
1911
1934
  0,
1912
1935
  [_iCn, _lA, _sBN, _rA],
1913
- [() => DocumentAttributeCondition, 0, 0, 0],
1936
+ [() => DocumentAttributeCondition$, 0, 0, 0],
1914
1937
  ];
1915
- export var IdcAuthConfiguration = [3, n0, _IAC, 0, [_iAA, _rA], [0, 0]];
1916
- export var ImageExtractionConfiguration = [3, n0, _IEC, 0, [_iES], [0]];
1917
- export var ImageSourceDetails = [3, n0, _ISD, 0, [_mI, _mMT], [0, 0]];
1918
- export var Index = [3, n0, _I, 0, [_dN, _iI, _cA, _uA, _s], [0, 0, 4, 4, 0]];
1919
- export var IndexCapacityConfiguration = [3, n0, _ICC, 0, [_un], [1]];
1920
- export var IndexStatistics = [3, n0, _IS, 0, [_tDS], [() => TextDocumentStatistics]];
1921
- export var InlineDocumentEnrichmentConfiguration = [
1938
+ export var IdcAuthConfiguration$ = [3, n0, _IAC, 0, [_iAA, _rA], [0, 0]];
1939
+ export var ImageExtractionConfiguration$ = [3, n0, _IEC, 0, [_iES], [0]];
1940
+ export var ImageSourceDetails$ = [3, n0, _ISD, 0, [_mI, _mMT], [0, 0]];
1941
+ export var Index$ = [3, n0, _I, 0, [_dN, _iI, _cA, _uA, _s], [0, 0, 4, 4, 0]];
1942
+ export var IndexCapacityConfiguration$ = [3, n0, _ICC, 0, [_un], [1]];
1943
+ export var IndexStatistics$ = [3, n0, _IS, 0, [_tDS], [() => TextDocumentStatistics$]];
1944
+ export var InlineDocumentEnrichmentConfiguration$ = [
1922
1945
  3,
1923
1946
  n0,
1924
1947
  _IDEC,
1925
1948
  0,
1926
1949
  [_cond, _tar, _dCO],
1927
- [() => DocumentAttributeCondition, () => DocumentAttributeTarget, 0],
1950
+ [() => DocumentAttributeCondition$, () => DocumentAttributeTarget$, 0],
1928
1951
  ];
1929
- export var InstructionCollection = [
1952
+ export var InstructionCollection$ = [
1930
1953
  3,
1931
1954
  n0,
1932
1955
  _IC,
@@ -1934,12 +1957,12 @@ export var InstructionCollection = [
1934
1957
  [_rL, _tA, _pe, _oSu, _id, _to, _cIu, _ex],
1935
1958
  [0, 0, 0, 0, 0, 0, 0, 0],
1936
1959
  ];
1937
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
1938
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1939
- export var KendraIndexConfiguration = [3, n0, _KIC, 0, [_iI], [0]];
1940
- export var LicenseNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1941
- TypeRegistry.for(n0).registerError(LicenseNotFoundException, __LicenseNotFoundException);
1942
- export var ListApplicationsRequest = [
1960
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
1961
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1962
+ export var KendraIndexConfiguration$ = [3, n0, _KIC, 0, [_iI], [0]];
1963
+ export var LicenseNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1964
+ TypeRegistry.for(n0).registerError(LicenseNotFoundException$, LicenseNotFoundException);
1965
+ export var ListApplicationsRequest$ = [
1943
1966
  3,
1944
1967
  n0,
1945
1968
  _LAR,
@@ -1950,8 +1973,8 @@ export var ListApplicationsRequest = [
1950
1973
  [1, { [_hQ]: _mRa }],
1951
1974
  ],
1952
1975
  ];
1953
- export var ListApplicationsResponse = [3, n0, _LARi, 0, [_nT, _ap], [0, () => Applications]];
1954
- export var ListAttachmentsRequest = [
1976
+ export var ListApplicationsResponse$ = [3, n0, _LARi, 0, [_nT, _ap], [0, () => Applications]];
1977
+ export var ListAttachmentsRequest$ = [
1955
1978
  3,
1956
1979
  n0,
1957
1980
  _LARis,
@@ -1965,8 +1988,15 @@ export var ListAttachmentsRequest = [
1965
1988
  [1, { [_hQ]: _mRa }],
1966
1989
  ],
1967
1990
  ];
1968
- export var ListAttachmentsResponse = [3, n0, _LARist, 0, [_att, _nT], [() => AttachmentList, 0]];
1969
- export var ListChatResponseConfigurationsRequest = [
1991
+ export var ListAttachmentsResponse$ = [
1992
+ 3,
1993
+ n0,
1994
+ _LARist,
1995
+ 0,
1996
+ [_att, _nT],
1997
+ [() => AttachmentList, 0],
1998
+ ];
1999
+ export var ListChatResponseConfigurationsRequest$ = [
1970
2000
  3,
1971
2001
  n0,
1972
2002
  _LCRCR,
@@ -1978,7 +2008,7 @@ export var ListChatResponseConfigurationsRequest = [
1978
2008
  [0, { [_hQ]: _nT }],
1979
2009
  ],
1980
2010
  ];
1981
- export var ListChatResponseConfigurationsResponse = [
2011
+ export var ListChatResponseConfigurationsResponse$ = [
1982
2012
  3,
1983
2013
  n0,
1984
2014
  _LCRCRi,
@@ -1986,7 +2016,7 @@ export var ListChatResponseConfigurationsResponse = [
1986
2016
  [_cRC, _nT],
1987
2017
  [() => ChatResponseConfigurations, 0],
1988
2018
  ];
1989
- export var ListConversationsRequest = [
2019
+ export var ListConversationsRequest$ = [
1990
2020
  3,
1991
2021
  n0,
1992
2022
  _LCR,
@@ -1999,8 +2029,15 @@ export var ListConversationsRequest = [
1999
2029
  [1, { [_hQ]: _mRa }],
2000
2030
  ],
2001
2031
  ];
2002
- export var ListConversationsResponse = [3, n0, _LCRi, 0, [_nT, _conv], [0, () => Conversations]];
2003
- export var ListDataAccessorsRequest = [
2032
+ export var ListConversationsResponse$ = [
2033
+ 3,
2034
+ n0,
2035
+ _LCRi,
2036
+ 0,
2037
+ [_nT, _conv],
2038
+ [0, () => Conversations],
2039
+ ];
2040
+ export var ListDataAccessorsRequest$ = [
2004
2041
  3,
2005
2042
  n0,
2006
2043
  _LDAR,
@@ -2012,7 +2049,7 @@ export var ListDataAccessorsRequest = [
2012
2049
  [1, { [_hQ]: _mRa }],
2013
2050
  ],
2014
2051
  ];
2015
- export var ListDataAccessorsResponse = [
2052
+ export var ListDataAccessorsResponse$ = [
2016
2053
  3,
2017
2054
  n0,
2018
2055
  _LDARi,
@@ -2020,7 +2057,7 @@ export var ListDataAccessorsResponse = [
2020
2057
  [_dAa, _nT],
2021
2058
  [[() => DataAccessors, 0], 0],
2022
2059
  ];
2023
- export var ListDataSourcesRequest = [
2060
+ export var ListDataSourcesRequest$ = [
2024
2061
  3,
2025
2062
  n0,
2026
2063
  _LDSR,
@@ -2033,8 +2070,8 @@ export var ListDataSourcesRequest = [
2033
2070
  [1, { [_hQ]: _mRa }],
2034
2071
  ],
2035
2072
  ];
2036
- export var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
2037
- export var ListDataSourceSyncJobsRequest = [
2073
+ export var ListDataSourcesResponse$ = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
2074
+ export var ListDataSourceSyncJobsRequest$ = [
2038
2075
  3,
2039
2076
  n0,
2040
2077
  _LDSSJR,
@@ -2051,7 +2088,7 @@ export var ListDataSourceSyncJobsRequest = [
2051
2088
  [0, { [_hQ]: _sSy }],
2052
2089
  ],
2053
2090
  ];
2054
- export var ListDataSourceSyncJobsResponse = [
2091
+ export var ListDataSourceSyncJobsResponse$ = [
2055
2092
  3,
2056
2093
  n0,
2057
2094
  _LDSSJRi,
@@ -2059,7 +2096,7 @@ export var ListDataSourceSyncJobsResponse = [
2059
2096
  [_h, _nT],
2060
2097
  [() => DataSourceSyncJobs, 0],
2061
2098
  ];
2062
- export var ListDocumentsRequest = [
2099
+ export var ListDocumentsRequest$ = [
2063
2100
  3,
2064
2101
  n0,
2065
2102
  _LDR,
@@ -2073,8 +2110,15 @@ export var ListDocumentsRequest = [
2073
2110
  [1, { [_hQ]: _mRa }],
2074
2111
  ],
2075
2112
  ];
2076
- export var ListDocumentsResponse = [3, n0, _LDRi, 0, [_dDL, _nT], [() => DocumentDetailList, 0]];
2077
- export var ListGroupsRequest = [
2113
+ export var ListDocumentsResponse$ = [
2114
+ 3,
2115
+ n0,
2116
+ _LDRi,
2117
+ 0,
2118
+ [_dDL, _nT],
2119
+ [() => DocumentDetailList, 0],
2120
+ ];
2121
+ export var ListGroupsRequest$ = [
2078
2122
  3,
2079
2123
  n0,
2080
2124
  _LGR,
@@ -2089,8 +2133,8 @@ export var ListGroupsRequest = [
2089
2133
  [1, { [_hQ]: _mRa }],
2090
2134
  ],
2091
2135
  ];
2092
- export var ListGroupsResponse = [3, n0, _LGRi, 0, [_nT, _it], [0, () => GroupSummaryList]];
2093
- export var ListIndicesRequest = [
2136
+ export var ListGroupsResponse$ = [3, n0, _LGRi, 0, [_nT, _it], [0, () => GroupSummaryList]];
2137
+ export var ListIndicesRequest$ = [
2094
2138
  3,
2095
2139
  n0,
2096
2140
  _LIR,
@@ -2102,8 +2146,8 @@ export var ListIndicesRequest = [
2102
2146
  [1, { [_hQ]: _mRa }],
2103
2147
  ],
2104
2148
  ];
2105
- export var ListIndicesResponse = [3, n0, _LIRi, 0, [_nT, _in], [0, () => Indices]];
2106
- export var ListMessagesRequest = [
2149
+ export var ListIndicesResponse$ = [3, n0, _LIRi, 0, [_nT, _in], [0, () => Indices]];
2150
+ export var ListMessagesRequest$ = [
2107
2151
  3,
2108
2152
  n0,
2109
2153
  _LMR,
@@ -2117,8 +2161,8 @@ export var ListMessagesRequest = [
2117
2161
  [1, { [_hQ]: _mRa }],
2118
2162
  ],
2119
2163
  ];
2120
- export var ListMessagesResponse = [3, n0, _LMRi, 0, [_mes, _nT], [[() => Messages, 0], 0]];
2121
- export var ListPluginActionsRequest = [
2164
+ export var ListMessagesResponse$ = [3, n0, _LMRi, 0, [_mes, _nT], [[() => Messages, 0], 0]];
2165
+ export var ListPluginActionsRequest$ = [
2122
2166
  3,
2123
2167
  n0,
2124
2168
  _LPAR,
@@ -2131,8 +2175,8 @@ export var ListPluginActionsRequest = [
2131
2175
  [1, { [_hQ]: _mRa }],
2132
2176
  ],
2133
2177
  ];
2134
- export var ListPluginActionsResponse = [3, n0, _LPARi, 0, [_nT, _it], [0, () => Actions]];
2135
- export var ListPluginsRequest = [
2178
+ export var ListPluginActionsResponse$ = [3, n0, _LPARi, 0, [_nT, _it], [0, () => Actions]];
2179
+ export var ListPluginsRequest$ = [
2136
2180
  3,
2137
2181
  n0,
2138
2182
  _LPR,
@@ -2144,8 +2188,8 @@ export var ListPluginsRequest = [
2144
2188
  [1, { [_hQ]: _mRa }],
2145
2189
  ],
2146
2190
  ];
2147
- export var ListPluginsResponse = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => Plugins]];
2148
- export var ListPluginTypeActionsRequest = [
2191
+ export var ListPluginsResponse$ = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => Plugins]];
2192
+ export var ListPluginTypeActionsRequest$ = [
2149
2193
  3,
2150
2194
  n0,
2151
2195
  _LPTAR,
@@ -2157,8 +2201,8 @@ export var ListPluginTypeActionsRequest = [
2157
2201
  [1, { [_hQ]: _mRa }],
2158
2202
  ],
2159
2203
  ];
2160
- export var ListPluginTypeActionsResponse = [3, n0, _LPTARi, 0, [_nT, _it], [0, () => Actions]];
2161
- export var ListPluginTypeMetadataRequest = [
2204
+ export var ListPluginTypeActionsResponse$ = [3, n0, _LPTARi, 0, [_nT, _it], [0, () => Actions]];
2205
+ export var ListPluginTypeMetadataRequest$ = [
2162
2206
  3,
2163
2207
  n0,
2164
2208
  _LPTMR,
@@ -2169,7 +2213,7 @@ export var ListPluginTypeMetadataRequest = [
2169
2213
  [1, { [_hQ]: _mRa }],
2170
2214
  ],
2171
2215
  ];
2172
- export var ListPluginTypeMetadataResponse = [
2216
+ export var ListPluginTypeMetadataResponse$ = [
2173
2217
  3,
2174
2218
  n0,
2175
2219
  _LPTMRi,
@@ -2177,7 +2221,7 @@ export var ListPluginTypeMetadataResponse = [
2177
2221
  [_nT, _it],
2178
2222
  [0, () => ListPluginTypeMetadataSummaries],
2179
2223
  ];
2180
- export var ListRetrieversRequest = [
2224
+ export var ListRetrieversRequest$ = [
2181
2225
  3,
2182
2226
  n0,
2183
2227
  _LRR,
@@ -2189,8 +2233,8 @@ export var ListRetrieversRequest = [
2189
2233
  [1, { [_hQ]: _mRa }],
2190
2234
  ],
2191
2235
  ];
2192
- export var ListRetrieversResponse = [3, n0, _LRRi, 0, [_re, _nT], [() => Retrievers, 0]];
2193
- export var ListSubscriptionsRequest = [
2236
+ export var ListRetrieversResponse$ = [3, n0, _LRRi, 0, [_re, _nT], [() => Retrievers, 0]];
2237
+ export var ListSubscriptionsRequest$ = [
2194
2238
  3,
2195
2239
  n0,
2196
2240
  _LSR,
@@ -2202,10 +2246,10 @@ export var ListSubscriptionsRequest = [
2202
2246
  [1, { [_hQ]: _mRa }],
2203
2247
  ],
2204
2248
  ];
2205
- export var ListSubscriptionsResponse = [3, n0, _LSRi, 0, [_nT, _sub], [0, () => Subscriptions]];
2206
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [[0, 1]]];
2207
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
2208
- export var ListWebExperiencesRequest = [
2249
+ export var ListSubscriptionsResponse$ = [3, n0, _LSRi, 0, [_nT, _sub], [0, () => Subscriptions]];
2250
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [[0, 1]]];
2251
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
2252
+ export var ListWebExperiencesRequest$ = [
2209
2253
  3,
2210
2254
  n0,
2211
2255
  _LWER,
@@ -2217,7 +2261,7 @@ export var ListWebExperiencesRequest = [
2217
2261
  [1, { [_hQ]: _mRa }],
2218
2262
  ],
2219
2263
  ];
2220
- export var ListWebExperiencesResponse = [
2264
+ export var ListWebExperiencesResponse$ = [
2221
2265
  3,
2222
2266
  n0,
2223
2267
  _LWERi,
@@ -2225,28 +2269,28 @@ export var ListWebExperiencesResponse = [
2225
2269
  [_wE, _nT],
2226
2270
  [() => WebExperiences, 0],
2227
2271
  ];
2228
- export var MediaExtractionConfiguration = [
2272
+ export var MediaExtractionConfiguration$ = [
2229
2273
  3,
2230
2274
  n0,
2231
2275
  _MEC,
2232
2276
  0,
2233
2277
  [_iEC, _aEC, _vEC],
2234
- [() => ImageExtractionConfiguration, () => AudioExtractionConfiguration, () => VideoExtractionConfiguration],
2278
+ [() => ImageExtractionConfiguration$, () => AudioExtractionConfiguration$, () => VideoExtractionConfiguration$],
2235
2279
  ];
2236
- export var MediaTooLargeException = [-3, n0, _MTLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2237
- TypeRegistry.for(n0).registerError(MediaTooLargeException, __MediaTooLargeException);
2238
- export var MemberGroup = [3, n0, _MG, 0, [_gN, _t], [0, 0]];
2239
- export var MemberUser = [3, n0, _MU, 0, [_uI, _t], [0, 0]];
2240
- export var Message = [
2280
+ export var MediaTooLargeException$ = [-3, n0, _MTLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2281
+ TypeRegistry.for(n0).registerError(MediaTooLargeException$, MediaTooLargeException);
2282
+ export var MemberGroup$ = [3, n0, _MG, 0, [_gN, _t], [0, 0]];
2283
+ export var MemberUser$ = [3, n0, _MU, 0, [_uI, _t], [0, 0]];
2284
+ export var Message$ = [
2241
2285
  3,
2242
2286
  n0,
2243
2287
  _M,
2244
2288
  0,
2245
2289
  [_mIe, _b, _tim, _t, _att, _sAou, _aR, _aE],
2246
- [0, 0, 4, 0, () => AttachmentsOutput, [() => SourceAttributions, 0], () => ActionReview, () => ActionExecution],
2290
+ [0, 0, 4, 0, () => AttachmentsOutput, [() => SourceAttributions, 0], () => ActionReview$, () => ActionExecution$],
2247
2291
  ];
2248
- export var MessageUsefulnessFeedback = [3, n0, _MUF, 0, [_us, _rea, _com, _sAub], [0, 0, 0, 4]];
2249
- export var MetadataEvent = [
2292
+ export var MessageUsefulnessFeedback$ = [3, n0, _MUF, 0, [_us, _rea, _com, _sAub], [0, 0, 0, 4]];
2293
+ export var MetadataEvent$ = [
2250
2294
  3,
2251
2295
  n0,
2252
2296
  _ME,
@@ -2254,7 +2298,7 @@ export var MetadataEvent = [
2254
2298
  [_cI, _uMI, _sMI, _sAo, _fTM],
2255
2299
  [0, 0, 0, [() => SourceAttributions, 0], 0],
2256
2300
  ];
2257
- export var NativeIndexConfiguration = [
2301
+ export var NativeIndexConfiguration$ = [
2258
2302
  3,
2259
2303
  n0,
2260
2304
  _NIC,
@@ -2262,9 +2306,9 @@ export var NativeIndexConfiguration = [
2262
2306
  [_iI, _ve, _bO],
2263
2307
  [0, 1, () => DocumentAttributeBoostingOverrideMap],
2264
2308
  ];
2265
- export var NoAuthConfiguration = [3, n0, _NAC, 0, [], []];
2266
- export var NumberAttributeBoostingConfiguration = [3, n0, _NABC, 0, [_bL, _bT], [0, 0]];
2267
- export var OAuth2ClientCredentialConfiguration = [
2309
+ export var NoAuthConfiguration$ = [3, n0, _NAC, 0, [], []];
2310
+ export var NumberAttributeBoostingConfiguration$ = [3, n0, _NABC, 0, [_bL, _bT], [0, 0]];
2311
+ export var OAuth2ClientCredentialConfiguration$ = [
2268
2312
  3,
2269
2313
  n0,
2270
2314
  _OACCC,
@@ -2272,11 +2316,11 @@ export var OAuth2ClientCredentialConfiguration = [
2272
2316
  [_sA, _rA, _aU, _tU],
2273
2317
  [0, 0, 0, 0],
2274
2318
  ];
2275
- export var OpenIDConnectProviderConfiguration = [3, n0, _OIDCPC, 0, [_sAe, _sR], [0, 0]];
2276
- export var OrchestrationConfiguration = [3, n0, _OC, 0, [_co], [0]];
2277
- export var PermissionCondition = [3, n0, _PC, 0, [_cO, _cK, _cV], [0, 0, 64 | 0]];
2278
- export var PersonalizationConfiguration = [3, n0, _PCe, 0, [_pCM], [0]];
2279
- export var Plugin = [
2319
+ export var OpenIDConnectProviderConfiguration$ = [3, n0, _OIDCPC, 0, [_sAe, _sR], [0, 0]];
2320
+ export var OrchestrationConfiguration$ = [3, n0, _OC, 0, [_co], [0]];
2321
+ export var PermissionCondition$ = [3, n0, _PC, 0, [_cO, _cK, _cV], [0, 0, 64 | 0]];
2322
+ export var PersonalizationConfiguration$ = [3, n0, _PCe, 0, [_pCM], [0]];
2323
+ export var Plugin$ = [
2280
2324
  3,
2281
2325
  n0,
2282
2326
  _Pl,
@@ -2284,38 +2328,38 @@ export var Plugin = [
2284
2328
  [_pI, _dN, _t, _sU, _sta, _bS, _cA, _uA],
2285
2329
  [0, 0, 0, 0, 0, 0, 4, 4],
2286
2330
  ];
2287
- export var PluginConfiguration = [3, n0, _PCl, 0, [_pI], [0]];
2288
- export var PluginTypeMetadataSummary = [3, n0, _PTMS, 0, [_t, _ca, _d], [0, 0, 0]];
2289
- export var PrincipalGroup = [3, n0, _PG, 0, [_n, _acc, _mTe], [0, 0, 0]];
2290
- export var PrincipalUser = [3, n0, _PU, 0, [_i, _acc, _mTe], [0, 0, 0]];
2291
- export var PutFeedbackRequest = [
2331
+ export var PluginConfiguration$ = [3, n0, _PCl, 0, [_pI], [0]];
2332
+ export var PluginTypeMetadataSummary$ = [3, n0, _PTMS, 0, [_t, _ca, _d], [0, 0, 0]];
2333
+ export var PrincipalGroup$ = [3, n0, _PG, 0, [_n, _acc, _mTe], [0, 0, 0]];
2334
+ export var PrincipalUser$ = [3, n0, _PU, 0, [_i, _acc, _mTe], [0, 0, 0]];
2335
+ export var PutFeedbackRequest$ = [
2292
2336
  3,
2293
2337
  n0,
2294
2338
  _PFR,
2295
2339
  0,
2296
2340
  [_aIp, _uI, _cI, _mIe, _mCA, _mUe],
2297
- [[0, 1], [0, { [_hQ]: _uI }], [0, 1], [0, 1], 4, () => MessageUsefulnessFeedback],
2341
+ [[0, 1], [0, { [_hQ]: _uI }], [0, 1], [0, 1], 4, () => MessageUsefulnessFeedback$],
2298
2342
  ];
2299
- export var PutGroupRequest = [
2343
+ export var PutGroupRequest$ = [
2300
2344
  3,
2301
2345
  n0,
2302
2346
  _PGR,
2303
2347
  0,
2304
2348
  [_aIp, _iI, _gN, _dSI, _t, _gM, _rA],
2305
- [[0, 1], [0, 1], 0, 0, 0, () => GroupMembers, 0],
2349
+ [[0, 1], [0, 1], 0, 0, 0, () => GroupMembers$, 0],
2306
2350
  ];
2307
- export var PutGroupResponse = [3, n0, _PGRu, 0, [], []];
2308
- export var QAppsConfiguration = [3, n0, _QAC, 0, [_qACM], [0]];
2309
- export var QuickSightConfiguration = [3, n0, _QSC, 0, [_cN], [0]];
2310
- export var RelevantContent = [
2351
+ export var PutGroupResponse$ = [3, n0, _PGRu, 0, [], []];
2352
+ export var QAppsConfiguration$ = [3, n0, _QAC, 0, [_qACM], [0]];
2353
+ export var QuickSightConfiguration$ = [3, n0, _QSC, 0, [_cN], [0]];
2354
+ export var RelevantContent$ = [
2311
2355
  3,
2312
2356
  n0,
2313
2357
  _RC,
2314
2358
  0,
2315
2359
  [_cont, _dI, _dT, _dU, _dAoc, _sAc],
2316
- [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes],
2360
+ [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes$],
2317
2361
  ];
2318
- export var ResourceNotFoundException = [
2362
+ export var ResourceNotFoundException$ = [
2319
2363
  -3,
2320
2364
  n0,
2321
2365
  _RNFE,
@@ -2323,31 +2367,31 @@ export var ResourceNotFoundException = [
2323
2367
  [_m, _rI, _rT],
2324
2368
  [0, 0, 0],
2325
2369
  ];
2326
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2327
- export var ResponseConfiguration = [3, n0, _RCe, 0, [_iCns], [() => InstructionCollection]];
2328
- export var Retriever = [3, n0, _R, 0, [_aIp, _rIe, _t, _s, _dN], [0, 0, 0, 0, 0]];
2329
- export var RetrieverContentSource = [3, n0, _RCS, 0, [_rIe], [0]];
2330
- export var Rule = [
2370
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2371
+ export var ResponseConfiguration$ = [3, n0, _RCe, 0, [_iCns], [() => InstructionCollection$]];
2372
+ export var Retriever$ = [3, n0, _R, 0, [_aIp, _rIe, _t, _s, _dN], [0, 0, 0, 0, 0]];
2373
+ export var RetrieverContentSource$ = [3, n0, _RCS, 0, [_rIe], [0]];
2374
+ export var Rule$ = [
2331
2375
  3,
2332
2376
  n0,
2333
2377
  _Ru,
2334
2378
  0,
2335
2379
  [_iUAG, _eUAG, _rTu, _rCu],
2336
- [() => UsersAndGroups, () => UsersAndGroups, 0, () => RuleConfiguration],
2380
+ [() => UsersAndGroups$, () => UsersAndGroups$, 0, () => RuleConfiguration$],
2337
2381
  ];
2338
- export var S3 = [3, n0, _S, 0, [_bu, _k], [0, 0]];
2339
- export var SamlConfiguration = [3, n0, _SC, 0, [_mXML, _rA, _uIA, _uGA], [0, 0, 0, 0]];
2340
- export var SamlProviderConfiguration = [3, n0, _SPC, 0, [_aUu], [0]];
2341
- export var ScoreAttributes = [3, n0, _SA, 0, [_sC], [0]];
2342
- export var SearchRelevantContentRequest = [
2382
+ export var S3$ = [3, n0, _S, 0, [_bu, _k], [0, 0]];
2383
+ export var SamlConfiguration$ = [3, n0, _SC, 0, [_mXML, _rA, _uIA, _uGA], [0, 0, 0, 0]];
2384
+ export var SamlProviderConfiguration$ = [3, n0, _SPC, 0, [_aUu], [0]];
2385
+ export var ScoreAttributes$ = [3, n0, _SA, 0, [_sC], [0]];
2386
+ export var SearchRelevantContentRequest$ = [
2343
2387
  3,
2344
2388
  n0,
2345
2389
  _SRCR,
2346
2390
  0,
2347
2391
  [_aIp, _qT, _cSo, _aFt, _mRa, _nT],
2348
- [[0, 1], 0, () => ContentSource, () => AttributeFilter, 1, 0],
2392
+ [[0, 1], 0, () => ContentSource$, () => AttributeFilter$, 1, 0],
2349
2393
  ];
2350
- export var SearchRelevantContentResponse = [
2394
+ export var SearchRelevantContentResponse$ = [
2351
2395
  3,
2352
2396
  n0,
2353
2397
  _SRCRe,
@@ -2355,7 +2399,7 @@ export var SearchRelevantContentResponse = [
2355
2399
  [_rCe, _nT],
2356
2400
  [() => RelevantContentList, 0],
2357
2401
  ];
2358
- export var ServiceQuotaExceededException = [
2402
+ export var ServiceQuotaExceededException$ = [
2359
2403
  -3,
2360
2404
  n0,
2361
2405
  _SQEE,
@@ -2363,9 +2407,9 @@ export var ServiceQuotaExceededException = [
2363
2407
  [_m, _rI, _rT],
2364
2408
  [0, 0, 0],
2365
2409
  ];
2366
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2367
- export var SnippetExcerpt = [3, n0, _SE, 0, [_te], [0]];
2368
- export var SourceAttribution = [
2410
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2411
+ export var SnippetExcerpt$ = [3, n0, _SE, 0, [_te], [0]];
2412
+ export var SourceAttribution$ = [
2369
2413
  3,
2370
2414
  n0,
2371
2415
  _SAo,
@@ -2373,7 +2417,7 @@ export var SourceAttribution = [
2373
2417
  [_ti, _sn, _ur, _cNi, _uA, _tMS, _dI, _iI, _dIa],
2374
2418
  [0, 0, 0, 1, 4, () => TextSegmentList, 0, 0, 0],
2375
2419
  ];
2376
- export var StartDataSourceSyncJobRequest = [
2420
+ export var StartDataSourceSyncJobRequest$ = [
2377
2421
  3,
2378
2422
  n0,
2379
2423
  _SDSSJR,
@@ -2385,8 +2429,8 @@ export var StartDataSourceSyncJobRequest = [
2385
2429
  [0, 1],
2386
2430
  ],
2387
2431
  ];
2388
- export var StartDataSourceSyncJobResponse = [3, n0, _SDSSJRt, 0, [_eIx], [0]];
2389
- export var StopDataSourceSyncJobRequest = [
2432
+ export var StartDataSourceSyncJobResponse$ = [3, n0, _SDSSJRt, 0, [_eIx], [0]];
2433
+ export var StopDataSourceSyncJobRequest$ = [
2390
2434
  3,
2391
2435
  n0,
2392
2436
  _SDSSJRto,
@@ -2398,35 +2442,35 @@ export var StopDataSourceSyncJobRequest = [
2398
2442
  [0, 1],
2399
2443
  ],
2400
2444
  ];
2401
- export var StopDataSourceSyncJobResponse = [3, n0, _SDSSJRtop, 0, [], []];
2402
- export var StringAttributeBoostingConfiguration = [3, n0, _SABC, 0, [_bL, _aVB], [0, 128 | 0]];
2403
- export var StringListAttributeBoostingConfiguration = [3, n0, _SLABC, 0, [_bL], [0]];
2404
- export var Subscription = [
2445
+ export var StopDataSourceSyncJobResponse$ = [3, n0, _SDSSJRtop, 0, [], []];
2446
+ export var StringAttributeBoostingConfiguration$ = [3, n0, _SABC, 0, [_bL, _aVB], [0, 128 | 0]];
2447
+ export var StringListAttributeBoostingConfiguration$ = [3, n0, _SLABC, 0, [_bL], [0]];
2448
+ export var Subscription$ = [
2405
2449
  3,
2406
2450
  n0,
2407
2451
  _Su,
2408
2452
  0,
2409
2453
  [_sIu, _sAu, _pr, _cS, _nS],
2410
- [0, 0, () => SubscriptionPrincipal, () => SubscriptionDetails, () => SubscriptionDetails],
2454
+ [0, 0, () => SubscriptionPrincipal$, () => SubscriptionDetails$, () => SubscriptionDetails$],
2411
2455
  ];
2412
- export var SubscriptionDetails = [3, n0, _SD, 0, [_t], [0]];
2413
- export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
2414
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [[0, 1], () => Tags]];
2415
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2416
- export var TextDocumentStatistics = [3, n0, _TDS, 0, [_iTB, _iTDC], [1, 1]];
2417
- export var TextInputEvent = [3, n0, _TIE, 0, [_uM], [0]];
2418
- export var TextOutputEvent = [3, n0, _TOE, 0, [_sMT, _cI, _uMI, _sMI, _sM], [0, 0, 0, 0, 0]];
2419
- export var TextSegment = [
2456
+ export var SubscriptionDetails$ = [3, n0, _SD, 0, [_t], [0]];
2457
+ export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
2458
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _ta], [[0, 1], () => Tags]];
2459
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2460
+ export var TextDocumentStatistics$ = [3, n0, _TDS, 0, [_iTB, _iTDC], [1, 1]];
2461
+ export var TextInputEvent$ = [3, n0, _TIE, 0, [_uM], [0]];
2462
+ export var TextOutputEvent$ = [3, n0, _TOE, 0, [_sMT, _cI, _uMI, _sMI, _sM], [0, 0, 0, 0, 0]];
2463
+ export var TextSegment$ = [
2420
2464
  3,
2421
2465
  n0,
2422
2466
  _TS,
2423
2467
  0,
2424
2468
  [_bOe, _eO, _sE, _mI, _mMT, _sD],
2425
- [1, 1, () => SnippetExcerpt, 0, 0, () => SourceDetails],
2469
+ [1, 1, () => SnippetExcerpt$, 0, 0, () => SourceDetails$],
2426
2470
  ];
2427
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2428
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2429
- export var TopicConfiguration = [
2471
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2472
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2473
+ export var TopicConfiguration$ = [
2430
2474
  3,
2431
2475
  n0,
2432
2476
  _TC,
@@ -2434,7 +2478,7 @@ export var TopicConfiguration = [
2434
2478
  [_n, _d, _eCM, _ru],
2435
2479
  [0, 0, 64 | 0, () => Rules],
2436
2480
  ];
2437
- export var UntagResourceRequest = [
2481
+ export var UntagResourceRequest$ = [
2438
2482
  3,
2439
2483
  n0,
2440
2484
  _URR,
@@ -2445,8 +2489,8 @@ export var UntagResourceRequest = [
2445
2489
  [64 | 0, { [_hQ]: _tK }],
2446
2490
  ],
2447
2491
  ];
2448
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2449
- export var UpdateApplicationRequest = [
2492
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2493
+ export var UpdateApplicationRequest$ = [
2450
2494
  3,
2451
2495
  n0,
2452
2496
  _UAR,
@@ -2458,14 +2502,14 @@ export var UpdateApplicationRequest = [
2458
2502
  0,
2459
2503
  0,
2460
2504
  0,
2461
- () => AttachmentsConfiguration,
2462
- () => QAppsConfiguration,
2463
- () => PersonalizationConfiguration,
2464
- () => AutoSubscriptionConfiguration,
2505
+ () => AttachmentsConfiguration$,
2506
+ () => QAppsConfiguration$,
2507
+ () => PersonalizationConfiguration$,
2508
+ () => AutoSubscriptionConfiguration$,
2465
2509
  ],
2466
2510
  ];
2467
- export var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
2468
- export var UpdateChatControlsConfigurationRequest = [
2511
+ export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
2512
+ export var UpdateChatControlsConfigurationRequest$ = [
2469
2513
  3,
2470
2514
  n0,
2471
2515
  _UCCCR,
@@ -2475,16 +2519,16 @@ export var UpdateChatControlsConfigurationRequest = [
2475
2519
  [0, 1],
2476
2520
  [0, 4],
2477
2521
  0,
2478
- () => OrchestrationConfiguration,
2479
- () => BlockedPhrasesConfigurationUpdate,
2522
+ () => OrchestrationConfiguration$,
2523
+ () => BlockedPhrasesConfigurationUpdate$,
2480
2524
  () => TopicConfigurations,
2481
2525
  () => TopicConfigurations,
2482
- () => CreatorModeConfiguration,
2483
- () => HallucinationReductionConfiguration,
2526
+ () => CreatorModeConfiguration$,
2527
+ () => HallucinationReductionConfiguration$,
2484
2528
  ],
2485
2529
  ];
2486
- export var UpdateChatControlsConfigurationResponse = [3, n0, _UCCCRp, 0, [], []];
2487
- export var UpdateChatResponseConfigurationRequest = [
2530
+ export var UpdateChatControlsConfigurationResponse$ = [3, n0, _UCCCRp, 0, [], []];
2531
+ export var UpdateChatResponseConfigurationRequest$ = [
2488
2532
  3,
2489
2533
  n0,
2490
2534
  _UCRCR,
@@ -2492,17 +2536,17 @@ export var UpdateChatResponseConfigurationRequest = [
2492
2536
  [_aIp, _cRCI, _dN, _rC, _cT],
2493
2537
  [[0, 1], [0, 1], 0, () => ResponseConfigurations, [0, 4]],
2494
2538
  ];
2495
- export var UpdateChatResponseConfigurationResponse = [3, n0, _UCRCRp, 0, [], []];
2496
- export var UpdateDataAccessorRequest = [
2539
+ export var UpdateChatResponseConfigurationResponse$ = [3, n0, _UCRCRp, 0, [], []];
2540
+ export var UpdateDataAccessorRequest$ = [
2497
2541
  3,
2498
2542
  n0,
2499
2543
  _UDAR,
2500
2544
  0,
2501
2545
  [_aIp, _dAI, _aCc, _aD, _dN],
2502
- [[0, 1], [0, 1], () => ActionConfigurationList, () => DataAccessorAuthenticationDetail, [() => DataAccessorName, 0]],
2546
+ [[0, 1], [0, 1], () => ActionConfigurationList, () => DataAccessorAuthenticationDetail$, [() => DataAccessorName, 0]],
2503
2547
  ];
2504
- export var UpdateDataAccessorResponse = [3, n0, _UDARp, 0, [], []];
2505
- export var UpdateDataSourceRequest = [
2548
+ export var UpdateDataAccessorResponse$ = [3, n0, _UDARp, 0, [], []];
2549
+ export var UpdateDataSourceRequest$ = [
2506
2550
  3,
2507
2551
  n0,
2508
2552
  _UDSR,
@@ -2514,52 +2558,52 @@ export var UpdateDataSourceRequest = [
2514
2558
  [0, 1],
2515
2559
  0,
2516
2560
  15,
2517
- () => DataSourceVpcConfiguration,
2561
+ () => DataSourceVpcConfiguration$,
2518
2562
  0,
2519
2563
  0,
2520
2564
  0,
2521
- () => DocumentEnrichmentConfiguration,
2522
- () => MediaExtractionConfiguration,
2565
+ () => DocumentEnrichmentConfiguration$,
2566
+ () => MediaExtractionConfiguration$,
2523
2567
  ],
2524
2568
  ];
2525
- export var UpdateDataSourceResponse = [3, n0, _UDSRp, 0, [], []];
2526
- export var UpdateIndexRequest = [
2569
+ export var UpdateDataSourceResponse$ = [3, n0, _UDSRp, 0, [], []];
2570
+ export var UpdateIndexRequest$ = [
2527
2571
  3,
2528
2572
  n0,
2529
2573
  _UIR,
2530
2574
  0,
2531
2575
  [_aIp, _iI, _dN, _d, _cC, _dAC],
2532
- [[0, 1], [0, 1], 0, 0, () => IndexCapacityConfiguration, () => DocumentAttributeConfigurations],
2576
+ [[0, 1], [0, 1], 0, 0, () => IndexCapacityConfiguration$, () => DocumentAttributeConfigurations],
2533
2577
  ];
2534
- export var UpdateIndexResponse = [3, n0, _UIRp, 0, [], []];
2535
- export var UpdatePluginRequest = [
2578
+ export var UpdateIndexResponse$ = [3, n0, _UIRp, 0, [], []];
2579
+ export var UpdatePluginRequest$ = [
2536
2580
  3,
2537
2581
  n0,
2538
2582
  _UPR,
2539
2583
  0,
2540
2584
  [_aIp, _pI, _dN, _sta, _sU, _cPC, _aCu],
2541
- [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration, 0], () => PluginAuthConfiguration],
2585
+ [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration$, 0], () => PluginAuthConfiguration$],
2542
2586
  ];
2543
- export var UpdatePluginResponse = [3, n0, _UPRp, 0, [], []];
2544
- export var UpdateRetrieverRequest = [
2587
+ export var UpdatePluginResponse$ = [3, n0, _UPRp, 0, [], []];
2588
+ export var UpdateRetrieverRequest$ = [
2545
2589
  3,
2546
2590
  n0,
2547
2591
  _URRp,
2548
2592
  0,
2549
2593
  [_aIp, _rIe, _conf, _dN, _rA],
2550
- [[0, 1], [0, 1], () => RetrieverConfiguration, 0, 0],
2594
+ [[0, 1], [0, 1], () => RetrieverConfiguration$, 0, 0],
2551
2595
  ];
2552
- export var UpdateRetrieverResponse = [3, n0, _URRpd, 0, [], []];
2553
- export var UpdateSubscriptionRequest = [3, n0, _USR, 0, [_aIp, _sIu, _t], [[0, 1], [0, 1], 0]];
2554
- export var UpdateSubscriptionResponse = [
2596
+ export var UpdateRetrieverResponse$ = [3, n0, _URRpd, 0, [], []];
2597
+ export var UpdateSubscriptionRequest$ = [3, n0, _USR, 0, [_aIp, _sIu, _t], [[0, 1], [0, 1], 0]];
2598
+ export var UpdateSubscriptionResponse$ = [
2555
2599
  3,
2556
2600
  n0,
2557
2601
  _USRp,
2558
2602
  0,
2559
2603
  [_sAu, _cS, _nS],
2560
- [0, () => SubscriptionDetails, () => SubscriptionDetails],
2604
+ [0, () => SubscriptionDetails$, () => SubscriptionDetails$],
2561
2605
  ];
2562
- export var UpdateUserRequest = [
2606
+ export var UpdateUserRequest$ = [
2563
2607
  3,
2564
2608
  n0,
2565
2609
  _UUR,
@@ -2567,7 +2611,7 @@ export var UpdateUserRequest = [
2567
2611
  [_aIp, _uI, _uATU, _uATD],
2568
2612
  [[0, 1], [0, 1], () => UserAliases, () => UserAliases],
2569
2613
  ];
2570
- export var UpdateUserResponse = [
2614
+ export var UpdateUserResponse$ = [
2571
2615
  3,
2572
2616
  n0,
2573
2617
  _UURp,
@@ -2575,7 +2619,7 @@ export var UpdateUserResponse = [
2575
2619
  [_uAA, _uAU, _uAD],
2576
2620
  [() => UserAliases, () => UserAliases, () => UserAliases],
2577
2621
  ];
2578
- export var UpdateWebExperienceRequest = [
2622
+ export var UpdateWebExperienceRequest$ = [
2579
2623
  3,
2580
2624
  n0,
2581
2625
  _UWER,
@@ -2585,21 +2629,21 @@ export var UpdateWebExperienceRequest = [
2585
2629
  [0, 1],
2586
2630
  [0, 1],
2587
2631
  0,
2588
- () => WebExperienceAuthConfiguration,
2632
+ () => WebExperienceAuthConfiguration$,
2589
2633
  0,
2590
2634
  0,
2591
2635
  0,
2592
2636
  0,
2593
- () => IdentityProviderConfiguration,
2637
+ () => IdentityProviderConfiguration$,
2594
2638
  64 | 0,
2595
- () => BrowserExtensionConfiguration,
2596
- () => CustomizationConfiguration,
2639
+ () => BrowserExtensionConfiguration$,
2640
+ () => CustomizationConfiguration$,
2597
2641
  ],
2598
2642
  ];
2599
- export var UpdateWebExperienceResponse = [3, n0, _UWERp, 0, [], []];
2600
- export var UserAlias = [3, n0, _UA, 0, [_iI, _dSI, _uI], [0, 0, 0]];
2601
- export var UsersAndGroups = [3, n0, _UAG, 0, [_uIs, _uG], [64 | 0, 64 | 0]];
2602
- export var ValidationException = [
2643
+ export var UpdateWebExperienceResponse$ = [3, n0, _UWERp, 0, [], []];
2644
+ export var UserAlias$ = [3, n0, _UA, 0, [_iI, _dSI, _uI], [0, 0, 0]];
2645
+ export var UsersAndGroups$ = [3, n0, _UAG, 0, [_uIs, _uG], [64 | 0, 64 | 0]];
2646
+ export var ValidationException$ = [
2603
2647
  -3,
2604
2648
  n0,
2605
2649
  _VE,
@@ -2607,268 +2651,276 @@ export var ValidationException = [
2607
2651
  [_m, _rea, _f],
2608
2652
  [0, 0, () => ValidationExceptionFields],
2609
2653
  ];
2610
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
2611
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
2612
- export var VideoExtractionConfiguration = [3, n0, _VEC, 0, [_vES], [0]];
2613
- export var VideoSourceDetails = [3, n0, _VSD, 0, [_mI, _mMT, _sTM, _eTM, _vET], [0, 0, 1, 1, 0]];
2614
- export var WebExperience = [3, n0, _WE, 0, [_wEI, _cA, _uA, _dE, _s], [0, 4, 4, 0, 0]];
2615
- export var __Unit = "unit";
2616
- export var QBusinessServiceException = [-3, _sm, "QBusinessServiceException", 0, [], []];
2617
- TypeRegistry.for(_sm).registerError(QBusinessServiceException, __QBusinessServiceException);
2618
- export var AccessControls = [1, n0, _ACcc, 0, () => AccessControl];
2619
- export var ActionConfigurationList = [1, n0, _ACL, 0, () => ActionConfiguration];
2620
- export var ActionReviewPayloadFieldAllowedValues = [
2621
- 1,
2654
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2655
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
2656
+ export var VideoExtractionConfiguration$ = [3, n0, _VEC, 0, [_vES], [0]];
2657
+ export var VideoSourceDetails$ = [
2658
+ 3,
2622
2659
  n0,
2623
- _ARPFAVc,
2660
+ _VSD,
2624
2661
  0,
2625
- () => ActionReviewPayloadFieldAllowedValue,
2626
- ];
2627
- export var Actions = [1, n0, _Ac, 0, () => ActionSummary];
2628
- export var Applications = [1, n0, _Ap, 0, () => Application];
2629
- export var AssociatedGroups = [1, n0, _AGs, 0, () => AssociatedGroup];
2630
- export var AssociatedUsers = [1, n0, _AUs, 0, () => AssociatedUser];
2631
- export var AttachmentList = [1, n0, _AL, 0, () => Attachment];
2632
- export var AttachmentsInput = [1, n0, _AIt, 0, () => AttachmentInput];
2633
- export var AttachmentsOutput = [1, n0, _AOt, 0, () => AttachmentOutput];
2634
- export var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter];
2635
- export var BlockedPhrases = 64 | 0;
2636
- export var BrowserExtensionList = 64 | 0;
2637
- export var ChatResponseConfigurations = [1, n0, _CRCh, 0, () => ChatResponseConfiguration];
2638
- export var ClientIdsForOIDC = 64 | 0;
2639
- export var Conversations = [1, n0, _Co, 0, () => Conversation];
2640
- export var DataAccessorExternalIds = 64 | 0;
2641
- export var DataAccessors = [1, n0, _DAa, 0, [() => DataAccessor, 0]];
2642
- export var DataSourceIds = 64 | 0;
2643
- export var DataSources = [1, n0, _DSa, 0, () => DataSource];
2644
- export var DataSourceSyncJobs = [1, n0, _DSSJa, 0, () => DataSourceSyncJob];
2645
- export var DeleteDocuments = [1, n0, _DDe, 0, () => DeleteDocument];
2646
- export var DocumentAclConditions = [1, n0, _DACocu, 0, () => DocumentAclCondition];
2647
- export var DocumentAclGroups = [1, n0, _DAGo, 0, () => DocumentAclGroup];
2648
- export var DocumentAclUsers = [1, n0, _DAUo, 0, () => DocumentAclUser];
2649
- export var DocumentAttributeConfigurations = [
2662
+ [_mI, _mMT, _sTM, _eTM, _vET],
2663
+ [0, 0, 1, 1, 0],
2664
+ ];
2665
+ export var WebExperience$ = [3, n0, _WE, 0, [_wEI, _cA, _uA, _dE, _s], [0, 4, 4, 0, 0]];
2666
+ var __Unit = "unit";
2667
+ export var QBusinessServiceException$ = [-3, _sm, "QBusinessServiceException", 0, [], []];
2668
+ TypeRegistry.for(_sm).registerError(QBusinessServiceException$, QBusinessServiceException);
2669
+ var AccessControls = [1, n0, _ACcc, 0, () => AccessControl$];
2670
+ var ActionConfigurationList = [1, n0, _ACL, 0, () => ActionConfiguration$];
2671
+ var ActionReviewPayloadFieldAllowedValues = [
2650
2672
  1,
2651
2673
  n0,
2652
- _DACocum,
2653
- 0,
2654
- () => DocumentAttributeConfiguration,
2655
- ];
2656
- export var DocumentAttributes = [1, n0, _DAocu, 0, () => DocumentAttribute];
2657
- export var DocumentAttributeStringListValue = 64 | 0;
2658
- export var DocumentDetailList = [1, n0, _DDL, 0, () => DocumentDetails];
2659
- export var Documents = [1, n0, _Do, 0, () => Document];
2660
- export var EligibleDataSources = [1, n0, _EDSl, 0, () => EligibleDataSource];
2661
- export var ExampleChatMessages = 64 | 0;
2662
- export var FailedDocuments = [1, n0, _FDa, 0, () => FailedDocument];
2663
- export var GroupStatusDetails = [1, n0, _GSDr, 0, () => GroupStatusDetail];
2664
- export var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary];
2665
- export var Indices = [1, n0, _In, 0, () => Index];
2666
- export var InlineDocumentEnrichmentConfigurations = [
2674
+ _ARPFAVc,
2675
+ 0,
2676
+ () => ActionReviewPayloadFieldAllowedValue$,
2677
+ ];
2678
+ var Actions = [1, n0, _Ac, 0, () => ActionSummary$];
2679
+ var Applications = [1, n0, _Ap, 0, () => Application$];
2680
+ var AssociatedGroups = [1, n0, _AGs, 0, () => AssociatedGroup$];
2681
+ var AssociatedUsers = [1, n0, _AUs, 0, () => AssociatedUser$];
2682
+ var AttachmentList = [1, n0, _AL, 0, () => Attachment$];
2683
+ var AttachmentsInput = [1, n0, _AIt, 0, () => AttachmentInput$];
2684
+ var AttachmentsOutput = [1, n0, _AOt, 0, () => AttachmentOutput$];
2685
+ var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter$];
2686
+ var BlockedPhrases = 64 | 0;
2687
+ var BrowserExtensionList = 64 | 0;
2688
+ var ChatResponseConfigurations = [1, n0, _CRCh, 0, () => ChatResponseConfiguration$];
2689
+ var ClientIdsForOIDC = 64 | 0;
2690
+ var Conversations = [1, n0, _Co, 0, () => Conversation$];
2691
+ var DataAccessorExternalIds = 64 | 0;
2692
+ var DataAccessors = [1, n0, _DAa, 0, [() => DataAccessor$, 0]];
2693
+ var DataSourceIds = 64 | 0;
2694
+ var DataSources = [1, n0, _DSa, 0, () => DataSource$];
2695
+ var DataSourceSyncJobs = [1, n0, _DSSJa, 0, () => DataSourceSyncJob$];
2696
+ var DeleteDocuments = [1, n0, _DDe, 0, () => DeleteDocument$];
2697
+ var DocumentAclConditions = [1, n0, _DACocu, 0, () => DocumentAclCondition$];
2698
+ var DocumentAclGroups = [1, n0, _DAGo, 0, () => DocumentAclGroup$];
2699
+ var DocumentAclUsers = [1, n0, _DAUo, 0, () => DocumentAclUser$];
2700
+ var DocumentAttributeConfigurations = [1, n0, _DACocum, 0, () => DocumentAttributeConfiguration$];
2701
+ var DocumentAttributes = [1, n0, _DAocu, 0, () => DocumentAttribute$];
2702
+ var DocumentAttributeStringListValue = 64 | 0;
2703
+ var DocumentDetailList = [1, n0, _DDL, 0, () => DocumentDetails$];
2704
+ var Documents = [1, n0, _Do, 0, () => Document$];
2705
+ var EligibleDataSources = [1, n0, _EDSl, 0, () => EligibleDataSource$];
2706
+ var ExampleChatMessages = 64 | 0;
2707
+ var FailedDocuments = [1, n0, _FDa, 0, () => FailedDocument$];
2708
+ var GroupStatusDetails = [1, n0, _GSDr, 0, () => GroupStatusDetail$];
2709
+ var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary$];
2710
+ var Indices = [1, n0, _In, 0, () => Index$];
2711
+ var InlineDocumentEnrichmentConfigurations = [
2667
2712
  1,
2668
2713
  n0,
2669
2714
  _IDECn,
2670
2715
  0,
2671
- () => InlineDocumentEnrichmentConfiguration,
2672
- ];
2673
- export var ListPluginTypeMetadataSummaries = [1, n0, _LPTMS, 0, () => PluginTypeMetadataSummary];
2674
- export var MemberGroups = [1, n0, _MGe, 0, () => MemberGroup];
2675
- export var MemberUsers = [1, n0, _MUe, 0, () => MemberUser];
2676
- export var Messages = [1, n0, _Me, 0, [() => Message, 0]];
2677
- export var PermissionConditions = [1, n0, _PCer, 0, () => PermissionCondition];
2678
- export var PermissionConditionValues = 64 | 0;
2679
- export var Plugins = [1, n0, _Plu, 0, () => Plugin];
2680
- export var Principals = [1, n0, _Pr, 0, () => Principal];
2681
- export var QIamActions = 64 | 0;
2682
- export var RelevantContentList = [1, n0, _RCL, 0, () => RelevantContent];
2683
- export var Retrievers = [1, n0, _Re, 0, () => Retriever];
2684
- export var Rules = [1, n0, _Rul, 0, () => Rule];
2685
- export var SecurityGroupIds = 64 | 0;
2686
- export var SourceAttributions = [1, n0, _SAou, { [_sp]: 1 }, () => SourceAttribution];
2687
- export var SubnetIds = 64 | 0;
2688
- export var Subscriptions = [1, n0, _Sub, 0, () => Subscription];
2689
- export var TagKeys = 64 | 0;
2690
- export var Tags = [1, n0, _Ta, 0, () => Tag];
2691
- export var TextSegmentList = [1, n0, _TSL, 0, () => TextSegment];
2692
- export var TopicConfigurations = [1, n0, _TCo, 0, () => TopicConfiguration];
2693
- export var UserAliases = [1, n0, _UAs, 0, () => UserAlias];
2694
- export var UserGroups = 64 | 0;
2695
- export var UserIds = 64 | 0;
2696
- export var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField];
2697
- export var WebExperienceOrigins = 64 | 0;
2698
- export var WebExperiences = [1, n0, _WEe, 0, () => WebExperience];
2699
- export var ActionExecutionPayload = [2, n0, _AEP, 0, 0, () => ActionExecutionPayloadField];
2700
- export var ActionReviewPayload = [2, n0, _ARP, 0, 0, () => ActionReviewPayloadField];
2701
- export var AuthorizationResponseMap = 128 | 0;
2702
- export var DocumentAttributeBoostingOverrideMap = [
2716
+ () => InlineDocumentEnrichmentConfiguration$,
2717
+ ];
2718
+ var ListPluginTypeMetadataSummaries = [1, n0, _LPTMS, 0, () => PluginTypeMetadataSummary$];
2719
+ var MemberGroups = [1, n0, _MGe, 0, () => MemberGroup$];
2720
+ var MemberUsers = [1, n0, _MUe, 0, () => MemberUser$];
2721
+ var Messages = [1, n0, _Me, 0, [() => Message$, 0]];
2722
+ var PermissionConditions = [1, n0, _PCer, 0, () => PermissionCondition$];
2723
+ var PermissionConditionValues = 64 | 0;
2724
+ var Plugins = [1, n0, _Plu, 0, () => Plugin$];
2725
+ var Principals = [1, n0, _Pr, 0, () => Principal$];
2726
+ var QIamActions = 64 | 0;
2727
+ var RelevantContentList = [1, n0, _RCL, 0, () => RelevantContent$];
2728
+ var Retrievers = [1, n0, _Re, 0, () => Retriever$];
2729
+ var Rules = [1, n0, _Rul, 0, () => Rule$];
2730
+ var SecurityGroupIds = 64 | 0;
2731
+ var SourceAttributions = [1, n0, _SAou, { [_sp]: 1 }, () => SourceAttribution$];
2732
+ var SubnetIds = 64 | 0;
2733
+ var Subscriptions = [1, n0, _Sub, 0, () => Subscription$];
2734
+ var TagKeys = 64 | 0;
2735
+ var Tags = [1, n0, _Ta, 0, () => Tag$];
2736
+ var TextSegmentList = [1, n0, _TSL, 0, () => TextSegment$];
2737
+ var TopicConfigurations = [1, n0, _TCo, 0, () => TopicConfiguration$];
2738
+ var UserAliases = [1, n0, _UAs, 0, () => UserAlias$];
2739
+ var UserGroups = 64 | 0;
2740
+ var UserIds = 64 | 0;
2741
+ var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField$];
2742
+ var WebExperienceOrigins = 64 | 0;
2743
+ var WebExperiences = [1, n0, _WEe, 0, () => WebExperience$];
2744
+ var ActionExecutionPayload = [2, n0, _AEP, 0, 0, () => ActionExecutionPayloadField$];
2745
+ var ActionReviewPayload = [2, n0, _ARP, 0, 0, () => ActionReviewPayloadField$];
2746
+ var AuthorizationResponseMap = 128 | 0;
2747
+ var DocumentAttributeBoostingOverrideMap = [
2703
2748
  2,
2704
2749
  n0,
2705
2750
  _DABOM,
2706
2751
  0,
2707
2752
  0,
2708
- () => DocumentAttributeBoostingConfiguration,
2753
+ () => DocumentAttributeBoostingConfiguration$,
2709
2754
  ];
2710
- export var ResponseConfigurations = [2, n0, _RCes, 0, 0, () => ResponseConfiguration];
2711
- export var StringAttributeValueBoosting = 128 | 0;
2712
- export var APISchema = [3, n0, _APIS, 0, [_pa, _s_], [[() => Payload, 0], () => S3]];
2713
- export var ChatInputStream = [
2755
+ var ResponseConfigurations = [2, n0, _RCes, 0, 0, () => ResponseConfiguration$];
2756
+ var StringAttributeValueBoosting = 128 | 0;
2757
+ export var APISchema$ = [3, n0, _APIS, 0, [_pa, _s_], [[() => Payload, 0], () => S3$]];
2758
+ export var ChatInputStream$ = [
2714
2759
  3,
2715
2760
  n0,
2716
2761
  _CIS,
2717
2762
  { [_str]: 1 },
2718
2763
  [_cE, _tE, _aEt, _aEE, _eOIE, _aCRE],
2719
2764
  [
2720
- () => ConfigurationEvent,
2721
- () => TextInputEvent,
2722
- () => AttachmentInputEvent,
2723
- () => ActionExecutionEvent,
2724
- () => EndOfInputEvent,
2725
- () => AuthChallengeResponseEvent,
2765
+ () => ConfigurationEvent$,
2766
+ () => TextInputEvent$,
2767
+ () => AttachmentInputEvent$,
2768
+ () => ActionExecutionEvent$,
2769
+ () => EndOfInputEvent$,
2770
+ () => AuthChallengeResponseEvent$,
2726
2771
  ],
2727
2772
  ];
2728
- export var ChatModeConfiguration = [3, n0, _CMCh, 0, [_pCl], [() => PluginConfiguration]];
2729
- export var ChatOutputStream = [
2773
+ export var ChatModeConfiguration$ = [3, n0, _CMCh, 0, [_pCl], [() => PluginConfiguration$]];
2774
+ export var ChatOutputStream$ = [
2730
2775
  3,
2731
2776
  n0,
2732
2777
  _COS,
2733
2778
  { [_str]: 1 },
2734
2779
  [_tE, _mE, _aRE, _fAE, _aCREu],
2735
2780
  [
2736
- () => TextOutputEvent,
2737
- [() => MetadataEvent, 0],
2738
- () => ActionReviewEvent,
2739
- () => FailedAttachmentEvent,
2740
- () => AuthChallengeRequestEvent,
2781
+ () => TextOutputEvent$,
2782
+ [() => MetadataEvent$, 0],
2783
+ () => ActionReviewEvent$,
2784
+ () => FailedAttachmentEvent$,
2785
+ () => AuthChallengeRequestEvent$,
2741
2786
  ],
2742
2787
  ];
2743
- export var ContentSource = [3, n0, _CSo, 0, [_ret], [() => RetrieverContentSource]];
2744
- export var CopyFromSource = [3, n0, _CFS, 0, [_conve], [() => ConversationSource]];
2745
- export var DataAccessorAuthenticationConfiguration = [
2788
+ export var ContentSource$ = [3, n0, _CSo, 0, [_ret], [() => RetrieverContentSource$]];
2789
+ export var CopyFromSource$ = [3, n0, _CFS, 0, [_conve], [() => ConversationSource$]];
2790
+ export var DataAccessorAuthenticationConfiguration$ = [
2746
2791
  3,
2747
2792
  n0,
2748
2793
  _DAAC,
2749
2794
  0,
2750
2795
  [_iTTIC],
2751
- [() => DataAccessorIdcTrustedTokenIssuerConfiguration],
2796
+ [() => DataAccessorIdcTrustedTokenIssuerConfiguration$],
2752
2797
  ];
2753
- export var DocumentAttributeBoostingConfiguration = [
2798
+ export var DocumentAttributeBoostingConfiguration$ = [
2754
2799
  3,
2755
2800
  n0,
2756
2801
  _DABCo,
2757
2802
  0,
2758
2803
  [_nC, _sCt, _dC, _sLC],
2759
2804
  [
2760
- () => NumberAttributeBoostingConfiguration,
2761
- () => StringAttributeBoostingConfiguration,
2762
- () => DateAttributeBoostingConfiguration,
2763
- () => StringListAttributeBoostingConfiguration,
2805
+ () => NumberAttributeBoostingConfiguration$,
2806
+ () => StringAttributeBoostingConfiguration$,
2807
+ () => DateAttributeBoostingConfiguration$,
2808
+ () => StringListAttributeBoostingConfiguration$,
2764
2809
  ],
2765
2810
  ];
2766
- export var DocumentAttributeValue = [3, n0, _DAV, 0, [_sV, _sLV, _lV, _dVa], [0, 64 | 0, 1, 4]];
2767
- export var DocumentContent = [3, n0, _DC, 0, [_bl, _s_], [21, () => S3]];
2768
- export var IdentityProviderConfiguration = [
2811
+ export var DocumentAttributeValue$ = [3, n0, _DAV, 0, [_sV, _sLV, _lV, _dVa], [0, 64 | 0, 1, 4]];
2812
+ export var DocumentContent$ = [3, n0, _DC, 0, [_bl, _s_], [21, () => S3$]];
2813
+ export var IdentityProviderConfiguration$ = [
2769
2814
  3,
2770
2815
  n0,
2771
2816
  _IPC,
2772
2817
  0,
2773
2818
  [_sCa, _oIDCC],
2774
- [() => SamlProviderConfiguration, () => OpenIDConnectProviderConfiguration],
2819
+ [() => SamlProviderConfiguration$, () => OpenIDConnectProviderConfiguration$],
2775
2820
  ];
2776
- export var PluginAuthConfiguration = [
2821
+ export var PluginAuthConfiguration$ = [
2777
2822
  3,
2778
2823
  n0,
2779
2824
  _PAC,
2780
2825
  0,
2781
2826
  [_bAC, _oACCC, _nAC, _iAC],
2782
2827
  [
2783
- () => BasicAuthConfiguration,
2784
- () => OAuth2ClientCredentialConfiguration,
2785
- () => NoAuthConfiguration,
2786
- () => IdcAuthConfiguration,
2828
+ () => BasicAuthConfiguration$,
2829
+ () => OAuth2ClientCredentialConfiguration$,
2830
+ () => NoAuthConfiguration$,
2831
+ () => IdcAuthConfiguration$,
2787
2832
  ],
2788
2833
  ];
2789
- export var Principal = [
2834
+ export var Principal$ = [
2790
2835
  3,
2791
2836
  n0,
2792
2837
  _Pri,
2793
2838
  0,
2794
2839
  [_use, _gr],
2795
- [() => PrincipalUser, () => PrincipalGroup],
2840
+ [() => PrincipalUser$, () => PrincipalGroup$],
2796
2841
  ];
2797
- export var RetrieverConfiguration = [
2842
+ export var RetrieverConfiguration$ = [
2798
2843
  3,
2799
2844
  n0,
2800
2845
  _RCet,
2801
2846
  0,
2802
2847
  [_nIC, _kIC],
2803
- [() => NativeIndexConfiguration, () => KendraIndexConfiguration],
2848
+ [() => NativeIndexConfiguration$, () => KendraIndexConfiguration$],
2804
2849
  ];
2805
- export var RuleConfiguration = [
2850
+ export var RuleConfiguration$ = [
2806
2851
  3,
2807
2852
  n0,
2808
2853
  _RCu,
2809
2854
  0,
2810
2855
  [_cBR, _cRR],
2811
- [() => ContentBlockerRule, () => ContentRetrievalRule],
2856
+ [() => ContentBlockerRule$, () => ContentRetrievalRule$],
2812
2857
  ];
2813
- export var SourceDetails = [
2858
+ export var SourceDetails$ = [
2814
2859
  3,
2815
2860
  n0,
2816
2861
  _SDo,
2817
2862
  0,
2818
2863
  [_iSD, _aSD, _vSD],
2819
- [() => ImageSourceDetails, () => AudioSourceDetails, () => VideoSourceDetails],
2864
+ [() => ImageSourceDetails$, () => AudioSourceDetails$, () => VideoSourceDetails$],
2865
+ ];
2866
+ export var SubscriptionPrincipal$ = [3, n0, _SP, 0, [_use, _gr], [0, 0]];
2867
+ export var WebExperienceAuthConfiguration$ = [
2868
+ 3,
2869
+ n0,
2870
+ _WEAC,
2871
+ 0,
2872
+ [_sCa],
2873
+ [() => SamlConfiguration$],
2820
2874
  ];
2821
- export var SubscriptionPrincipal = [3, n0, _SP, 0, [_use, _gr], [0, 0]];
2822
- export var WebExperienceAuthConfiguration = [3, n0, _WEAC, 0, [_sCa], [() => SamlConfiguration]];
2823
- export var AssociatePermission = [
2875
+ export var AssociatePermission$ = [
2824
2876
  9,
2825
2877
  n0,
2826
2878
  _AP,
2827
2879
  { [_ht]: ["POST", "/applications/{applicationId}/policy", 200] },
2828
- () => AssociatePermissionRequest,
2829
- () => AssociatePermissionResponse,
2880
+ () => AssociatePermissionRequest$,
2881
+ () => AssociatePermissionResponse$,
2830
2882
  ];
2831
- export var BatchDeleteDocument = [
2883
+ export var BatchDeleteDocument$ = [
2832
2884
  9,
2833
2885
  n0,
2834
2886
  _BDD,
2835
2887
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents/delete", 200] },
2836
- () => BatchDeleteDocumentRequest,
2837
- () => BatchDeleteDocumentResponse,
2888
+ () => BatchDeleteDocumentRequest$,
2889
+ () => BatchDeleteDocumentResponse$,
2838
2890
  ];
2839
- export var BatchPutDocument = [
2891
+ export var BatchPutDocument$ = [
2840
2892
  9,
2841
2893
  n0,
2842
2894
  _BPD,
2843
2895
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents", 200] },
2844
- () => BatchPutDocumentRequest,
2845
- () => BatchPutDocumentResponse,
2896
+ () => BatchPutDocumentRequest$,
2897
+ () => BatchPutDocumentResponse$,
2846
2898
  ];
2847
- export var CancelSubscription = [
2899
+ export var CancelSubscription$ = [
2848
2900
  9,
2849
2901
  n0,
2850
2902
  _CSa,
2851
2903
  { [_ht]: ["DELETE", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
2852
- () => CancelSubscriptionRequest,
2853
- () => CancelSubscriptionResponse,
2904
+ () => CancelSubscriptionRequest$,
2905
+ () => CancelSubscriptionResponse$,
2854
2906
  ];
2855
- export var Chat = [
2907
+ export var Chat$ = [
2856
2908
  9,
2857
2909
  n0,
2858
2910
  _Ch,
2859
2911
  { [_ht]: ["POST", "/applications/{applicationId}/conversations", 200] },
2860
- () => ChatInput,
2861
- () => ChatOutput,
2912
+ () => ChatInput$,
2913
+ () => ChatOutput$,
2862
2914
  ];
2863
- export var ChatSync = [
2915
+ export var ChatSync$ = [
2864
2916
  9,
2865
2917
  n0,
2866
2918
  _CSh,
2867
2919
  { [_ht]: ["POST", "/applications/{applicationId}/conversations?sync", 200] },
2868
- () => ChatSyncInput,
2869
- () => ChatSyncOutput,
2920
+ () => ChatSyncInput$,
2921
+ () => ChatSyncOutput$,
2870
2922
  ];
2871
- export var CheckDocumentAccess = [
2923
+ export var CheckDocumentAccess$ = [
2872
2924
  9,
2873
2925
  n0,
2874
2926
  _CDA,
@@ -2879,274 +2931,274 @@ export var CheckDocumentAccess = [
2879
2931
  200,
2880
2932
  ],
2881
2933
  },
2882
- () => CheckDocumentAccessRequest,
2883
- () => CheckDocumentAccessResponse,
2934
+ () => CheckDocumentAccessRequest$,
2935
+ () => CheckDocumentAccessResponse$,
2884
2936
  ];
2885
- export var CreateAnonymousWebExperienceUrl = [
2937
+ export var CreateAnonymousWebExperienceUrl$ = [
2886
2938
  9,
2887
2939
  n0,
2888
2940
  _CAWEU,
2889
2941
  { [_ht]: ["POST", "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url", 200] },
2890
- () => CreateAnonymousWebExperienceUrlRequest,
2891
- () => CreateAnonymousWebExperienceUrlResponse,
2942
+ () => CreateAnonymousWebExperienceUrlRequest$,
2943
+ () => CreateAnonymousWebExperienceUrlResponse$,
2892
2944
  ];
2893
- export var CreateApplication = [
2945
+ export var CreateApplication$ = [
2894
2946
  9,
2895
2947
  n0,
2896
2948
  _CA,
2897
2949
  { [_ht]: ["POST", "/applications", 200] },
2898
- () => CreateApplicationRequest,
2899
- () => CreateApplicationResponse,
2950
+ () => CreateApplicationRequest$,
2951
+ () => CreateApplicationResponse$,
2900
2952
  ];
2901
- export var CreateChatResponseConfiguration = [
2953
+ export var CreateChatResponseConfiguration$ = [
2902
2954
  9,
2903
2955
  n0,
2904
2956
  _CCRC,
2905
2957
  { [_ht]: ["POST", "/applications/{applicationId}/chatresponseconfigurations", 200] },
2906
- () => CreateChatResponseConfigurationRequest,
2907
- () => CreateChatResponseConfigurationResponse,
2958
+ () => CreateChatResponseConfigurationRequest$,
2959
+ () => CreateChatResponseConfigurationResponse$,
2908
2960
  ];
2909
- export var CreateDataAccessor = [
2961
+ export var CreateDataAccessor$ = [
2910
2962
  9,
2911
2963
  n0,
2912
2964
  _CDAr,
2913
2965
  { [_ht]: ["POST", "/applications/{applicationId}/dataaccessors", 200] },
2914
- () => CreateDataAccessorRequest,
2915
- () => CreateDataAccessorResponse,
2966
+ () => CreateDataAccessorRequest$,
2967
+ () => CreateDataAccessorResponse$,
2916
2968
  ];
2917
- export var CreateDataSource = [
2969
+ export var CreateDataSource$ = [
2918
2970
  9,
2919
2971
  n0,
2920
2972
  _CDS,
2921
2973
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
2922
- () => CreateDataSourceRequest,
2923
- () => CreateDataSourceResponse,
2974
+ () => CreateDataSourceRequest$,
2975
+ () => CreateDataSourceResponse$,
2924
2976
  ];
2925
- export var CreateIndex = [
2977
+ export var CreateIndex$ = [
2926
2978
  9,
2927
2979
  n0,
2928
2980
  _CIr,
2929
2981
  { [_ht]: ["POST", "/applications/{applicationId}/indices", 200] },
2930
- () => CreateIndexRequest,
2931
- () => CreateIndexResponse,
2982
+ () => CreateIndexRequest$,
2983
+ () => CreateIndexResponse$,
2932
2984
  ];
2933
- export var CreatePlugin = [
2985
+ export var CreatePlugin$ = [
2934
2986
  9,
2935
2987
  n0,
2936
2988
  _CP,
2937
2989
  { [_ht]: ["POST", "/applications/{applicationId}/plugins", 200] },
2938
- () => CreatePluginRequest,
2939
- () => CreatePluginResponse,
2990
+ () => CreatePluginRequest$,
2991
+ () => CreatePluginResponse$,
2940
2992
  ];
2941
- export var CreateRetriever = [
2993
+ export var CreateRetriever$ = [
2942
2994
  9,
2943
2995
  n0,
2944
2996
  _CR,
2945
2997
  { [_ht]: ["POST", "/applications/{applicationId}/retrievers", 200] },
2946
- () => CreateRetrieverRequest,
2947
- () => CreateRetrieverResponse,
2998
+ () => CreateRetrieverRequest$,
2999
+ () => CreateRetrieverResponse$,
2948
3000
  ];
2949
- export var CreateSubscription = [
3001
+ export var CreateSubscription$ = [
2950
3002
  9,
2951
3003
  n0,
2952
3004
  _CSr,
2953
3005
  { [_ht]: ["POST", "/applications/{applicationId}/subscriptions", 200] },
2954
- () => CreateSubscriptionRequest,
2955
- () => CreateSubscriptionResponse,
3006
+ () => CreateSubscriptionRequest$,
3007
+ () => CreateSubscriptionResponse$,
2956
3008
  ];
2957
- export var CreateUser = [
3009
+ export var CreateUser$ = [
2958
3010
  9,
2959
3011
  n0,
2960
3012
  _CU,
2961
3013
  { [_ht]: ["POST", "/applications/{applicationId}/users", 200] },
2962
- () => CreateUserRequest,
2963
- () => CreateUserResponse,
3014
+ () => CreateUserRequest$,
3015
+ () => CreateUserResponse$,
2964
3016
  ];
2965
- export var CreateWebExperience = [
3017
+ export var CreateWebExperience$ = [
2966
3018
  9,
2967
3019
  n0,
2968
3020
  _CWE,
2969
3021
  { [_ht]: ["POST", "/applications/{applicationId}/experiences", 200] },
2970
- () => CreateWebExperienceRequest,
2971
- () => CreateWebExperienceResponse,
3022
+ () => CreateWebExperienceRequest$,
3023
+ () => CreateWebExperienceResponse$,
2972
3024
  ];
2973
- export var DeleteApplication = [
3025
+ export var DeleteApplication$ = [
2974
3026
  9,
2975
3027
  n0,
2976
3028
  _DAe,
2977
3029
  { [_ht]: ["DELETE", "/applications/{applicationId}", 200] },
2978
- () => DeleteApplicationRequest,
2979
- () => DeleteApplicationResponse,
3030
+ () => DeleteApplicationRequest$,
3031
+ () => DeleteApplicationResponse$,
2980
3032
  ];
2981
- export var DeleteAttachment = [
3033
+ export var DeleteAttachment$ = [
2982
3034
  9,
2983
3035
  n0,
2984
3036
  _DAel,
2985
3037
  { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}", 200] },
2986
- () => DeleteAttachmentRequest,
2987
- () => DeleteAttachmentResponse,
3038
+ () => DeleteAttachmentRequest$,
3039
+ () => DeleteAttachmentResponse$,
2988
3040
  ];
2989
- export var DeleteChatControlsConfiguration = [
3041
+ export var DeleteChatControlsConfiguration$ = [
2990
3042
  9,
2991
3043
  n0,
2992
3044
  _DCCC,
2993
3045
  { [_ht]: ["DELETE", "/applications/{applicationId}/chatcontrols", 200] },
2994
- () => DeleteChatControlsConfigurationRequest,
2995
- () => DeleteChatControlsConfigurationResponse,
3046
+ () => DeleteChatControlsConfigurationRequest$,
3047
+ () => DeleteChatControlsConfigurationResponse$,
2996
3048
  ];
2997
- export var DeleteChatResponseConfiguration = [
3049
+ export var DeleteChatResponseConfiguration$ = [
2998
3050
  9,
2999
3051
  n0,
3000
3052
  _DCRC,
3001
3053
  { [_ht]: ["DELETE", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3002
- () => DeleteChatResponseConfigurationRequest,
3003
- () => DeleteChatResponseConfigurationResponse,
3054
+ () => DeleteChatResponseConfigurationRequest$,
3055
+ () => DeleteChatResponseConfigurationResponse$,
3004
3056
  ];
3005
- export var DeleteConversation = [
3057
+ export var DeleteConversation$ = [
3006
3058
  9,
3007
3059
  n0,
3008
3060
  _DCe,
3009
3061
  { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}", 200] },
3010
- () => DeleteConversationRequest,
3011
- () => DeleteConversationResponse,
3062
+ () => DeleteConversationRequest$,
3063
+ () => DeleteConversationResponse$,
3012
3064
  ];
3013
- export var DeleteDataAccessor = [
3065
+ export var DeleteDataAccessor$ = [
3014
3066
  9,
3015
3067
  n0,
3016
3068
  _DDA,
3017
3069
  { [_ht]: ["DELETE", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3018
- () => DeleteDataAccessorRequest,
3019
- () => DeleteDataAccessorResponse,
3070
+ () => DeleteDataAccessorRequest$,
3071
+ () => DeleteDataAccessorResponse$,
3020
3072
  ];
3021
- export var DeleteDataSource = [
3073
+ export var DeleteDataSource$ = [
3022
3074
  9,
3023
3075
  n0,
3024
3076
  _DDS,
3025
3077
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3026
- () => DeleteDataSourceRequest,
3027
- () => DeleteDataSourceResponse,
3078
+ () => DeleteDataSourceRequest$,
3079
+ () => DeleteDataSourceResponse$,
3028
3080
  ];
3029
- export var DeleteGroup = [
3081
+ export var DeleteGroup$ = [
3030
3082
  9,
3031
3083
  n0,
3032
3084
  _DG,
3033
3085
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
3034
- () => DeleteGroupRequest,
3035
- () => DeleteGroupResponse,
3086
+ () => DeleteGroupRequest$,
3087
+ () => DeleteGroupResponse$,
3036
3088
  ];
3037
- export var DeleteIndex = [
3089
+ export var DeleteIndex$ = [
3038
3090
  9,
3039
3091
  n0,
3040
3092
  _DI,
3041
3093
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}", 200] },
3042
- () => DeleteIndexRequest,
3043
- () => DeleteIndexResponse,
3094
+ () => DeleteIndexRequest$,
3095
+ () => DeleteIndexResponse$,
3044
3096
  ];
3045
- export var DeletePlugin = [
3097
+ export var DeletePlugin$ = [
3046
3098
  9,
3047
3099
  n0,
3048
3100
  _DP,
3049
3101
  { [_ht]: ["DELETE", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3050
- () => DeletePluginRequest,
3051
- () => DeletePluginResponse,
3102
+ () => DeletePluginRequest$,
3103
+ () => DeletePluginResponse$,
3052
3104
  ];
3053
- export var DeleteRetriever = [
3105
+ export var DeleteRetriever$ = [
3054
3106
  9,
3055
3107
  n0,
3056
3108
  _DR,
3057
3109
  { [_ht]: ["DELETE", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3058
- () => DeleteRetrieverRequest,
3059
- () => DeleteRetrieverResponse,
3110
+ () => DeleteRetrieverRequest$,
3111
+ () => DeleteRetrieverResponse$,
3060
3112
  ];
3061
- export var DeleteUser = [
3113
+ export var DeleteUser$ = [
3062
3114
  9,
3063
3115
  n0,
3064
3116
  _DU,
3065
3117
  { [_ht]: ["DELETE", "/applications/{applicationId}/users/{userId}", 200] },
3066
- () => DeleteUserRequest,
3067
- () => DeleteUserResponse,
3118
+ () => DeleteUserRequest$,
3119
+ () => DeleteUserResponse$,
3068
3120
  ];
3069
- export var DeleteWebExperience = [
3121
+ export var DeleteWebExperience$ = [
3070
3122
  9,
3071
3123
  n0,
3072
3124
  _DWE,
3073
3125
  { [_ht]: ["DELETE", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3074
- () => DeleteWebExperienceRequest,
3075
- () => DeleteWebExperienceResponse,
3126
+ () => DeleteWebExperienceRequest$,
3127
+ () => DeleteWebExperienceResponse$,
3076
3128
  ];
3077
- export var DisassociatePermission = [
3129
+ export var DisassociatePermission$ = [
3078
3130
  9,
3079
3131
  n0,
3080
3132
  _DPi,
3081
3133
  { [_ht]: ["DELETE", "/applications/{applicationId}/policy/{statementId}", 200] },
3082
- () => DisassociatePermissionRequest,
3083
- () => DisassociatePermissionResponse,
3134
+ () => DisassociatePermissionRequest$,
3135
+ () => DisassociatePermissionResponse$,
3084
3136
  ];
3085
- export var GetApplication = [
3137
+ export var GetApplication$ = [
3086
3138
  9,
3087
3139
  n0,
3088
3140
  _GA,
3089
3141
  { [_ht]: ["GET", "/applications/{applicationId}", 200] },
3090
- () => GetApplicationRequest,
3091
- () => GetApplicationResponse,
3142
+ () => GetApplicationRequest$,
3143
+ () => GetApplicationResponse$,
3092
3144
  ];
3093
- export var GetChatControlsConfiguration = [
3145
+ export var GetChatControlsConfiguration$ = [
3094
3146
  9,
3095
3147
  n0,
3096
3148
  _GCCC,
3097
3149
  { [_ht]: ["GET", "/applications/{applicationId}/chatcontrols", 200] },
3098
- () => GetChatControlsConfigurationRequest,
3099
- () => GetChatControlsConfigurationResponse,
3150
+ () => GetChatControlsConfigurationRequest$,
3151
+ () => GetChatControlsConfigurationResponse$,
3100
3152
  ];
3101
- export var GetChatResponseConfiguration = [
3153
+ export var GetChatResponseConfiguration$ = [
3102
3154
  9,
3103
3155
  n0,
3104
3156
  _GCRC,
3105
3157
  { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3106
- () => GetChatResponseConfigurationRequest,
3107
- () => GetChatResponseConfigurationResponse,
3158
+ () => GetChatResponseConfigurationRequest$,
3159
+ () => GetChatResponseConfigurationResponse$,
3108
3160
  ];
3109
- export var GetDataAccessor = [
3161
+ export var GetDataAccessor$ = [
3110
3162
  9,
3111
3163
  n0,
3112
3164
  _GDA,
3113
3165
  { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3114
- () => GetDataAccessorRequest,
3115
- () => GetDataAccessorResponse,
3166
+ () => GetDataAccessorRequest$,
3167
+ () => GetDataAccessorResponse$,
3116
3168
  ];
3117
- export var GetDataSource = [
3169
+ export var GetDataSource$ = [
3118
3170
  9,
3119
3171
  n0,
3120
3172
  _GDS,
3121
3173
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3122
- () => GetDataSourceRequest,
3123
- () => GetDataSourceResponse,
3174
+ () => GetDataSourceRequest$,
3175
+ () => GetDataSourceResponse$,
3124
3176
  ];
3125
- export var GetDocumentContent = [
3177
+ export var GetDocumentContent$ = [
3126
3178
  9,
3127
3179
  n0,
3128
3180
  _GDC,
3129
3181
  { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents/{documentId}/content", 200] },
3130
- () => GetDocumentContentRequest,
3131
- () => GetDocumentContentResponse,
3182
+ () => GetDocumentContentRequest$,
3183
+ () => GetDocumentContentResponse$,
3132
3184
  ];
3133
- export var GetGroup = [
3185
+ export var GetGroup$ = [
3134
3186
  9,
3135
3187
  n0,
3136
3188
  _GG,
3137
3189
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
3138
- () => GetGroupRequest,
3139
- () => GetGroupResponse,
3190
+ () => GetGroupRequest$,
3191
+ () => GetGroupResponse$,
3140
3192
  ];
3141
- export var GetIndex = [
3193
+ export var GetIndex$ = [
3142
3194
  9,
3143
3195
  n0,
3144
3196
  _GI,
3145
3197
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}", 200] },
3146
- () => GetIndexRequest,
3147
- () => GetIndexResponse,
3198
+ () => GetIndexRequest$,
3199
+ () => GetIndexResponse$,
3148
3200
  ];
3149
- export var GetMedia = [
3201
+ export var GetMedia$ = [
3150
3202
  9,
3151
3203
  n0,
3152
3204
  _GMe,
@@ -3157,344 +3209,344 @@ export var GetMedia = [
3157
3209
  200,
3158
3210
  ],
3159
3211
  },
3160
- () => GetMediaRequest,
3161
- () => GetMediaResponse,
3212
+ () => GetMediaRequest$,
3213
+ () => GetMediaResponse$,
3162
3214
  ];
3163
- export var GetPlugin = [
3215
+ export var GetPlugin$ = [
3164
3216
  9,
3165
3217
  n0,
3166
3218
  _GP,
3167
3219
  { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3168
- () => GetPluginRequest,
3169
- () => GetPluginResponse,
3220
+ () => GetPluginRequest$,
3221
+ () => GetPluginResponse$,
3170
3222
  ];
3171
- export var GetPolicy = [
3223
+ export var GetPolicy$ = [
3172
3224
  9,
3173
3225
  n0,
3174
3226
  _GPe,
3175
3227
  { [_ht]: ["GET", "/applications/{applicationId}/policy", 200] },
3176
- () => GetPolicyRequest,
3177
- () => GetPolicyResponse,
3228
+ () => GetPolicyRequest$,
3229
+ () => GetPolicyResponse$,
3178
3230
  ];
3179
- export var GetRetriever = [
3231
+ export var GetRetriever$ = [
3180
3232
  9,
3181
3233
  n0,
3182
3234
  _GR,
3183
3235
  { [_ht]: ["GET", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3184
- () => GetRetrieverRequest,
3185
- () => GetRetrieverResponse,
3236
+ () => GetRetrieverRequest$,
3237
+ () => GetRetrieverResponse$,
3186
3238
  ];
3187
- export var GetUser = [
3239
+ export var GetUser$ = [
3188
3240
  9,
3189
3241
  n0,
3190
3242
  _GU,
3191
3243
  { [_ht]: ["GET", "/applications/{applicationId}/users/{userId}", 200] },
3192
- () => GetUserRequest,
3193
- () => GetUserResponse,
3244
+ () => GetUserRequest$,
3245
+ () => GetUserResponse$,
3194
3246
  ];
3195
- export var GetWebExperience = [
3247
+ export var GetWebExperience$ = [
3196
3248
  9,
3197
3249
  n0,
3198
3250
  _GWE,
3199
3251
  { [_ht]: ["GET", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3200
- () => GetWebExperienceRequest,
3201
- () => GetWebExperienceResponse,
3252
+ () => GetWebExperienceRequest$,
3253
+ () => GetWebExperienceResponse$,
3202
3254
  ];
3203
- export var ListApplications = [
3255
+ export var ListApplications$ = [
3204
3256
  9,
3205
3257
  n0,
3206
3258
  _LA,
3207
3259
  { [_ht]: ["GET", "/applications", 200] },
3208
- () => ListApplicationsRequest,
3209
- () => ListApplicationsResponse,
3260
+ () => ListApplicationsRequest$,
3261
+ () => ListApplicationsResponse$,
3210
3262
  ];
3211
- export var ListAttachments = [
3263
+ export var ListAttachments$ = [
3212
3264
  9,
3213
3265
  n0,
3214
3266
  _LAi,
3215
3267
  { [_ht]: ["GET", "/applications/{applicationId}/attachments", 200] },
3216
- () => ListAttachmentsRequest,
3217
- () => ListAttachmentsResponse,
3268
+ () => ListAttachmentsRequest$,
3269
+ () => ListAttachmentsResponse$,
3218
3270
  ];
3219
- export var ListChatResponseConfigurations = [
3271
+ export var ListChatResponseConfigurations$ = [
3220
3272
  9,
3221
3273
  n0,
3222
3274
  _LCRC,
3223
3275
  { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations", 200] },
3224
- () => ListChatResponseConfigurationsRequest,
3225
- () => ListChatResponseConfigurationsResponse,
3276
+ () => ListChatResponseConfigurationsRequest$,
3277
+ () => ListChatResponseConfigurationsResponse$,
3226
3278
  ];
3227
- export var ListConversations = [
3279
+ export var ListConversations$ = [
3228
3280
  9,
3229
3281
  n0,
3230
3282
  _LC,
3231
3283
  { [_ht]: ["GET", "/applications/{applicationId}/conversations", 200] },
3232
- () => ListConversationsRequest,
3233
- () => ListConversationsResponse,
3284
+ () => ListConversationsRequest$,
3285
+ () => ListConversationsResponse$,
3234
3286
  ];
3235
- export var ListDataAccessors = [
3287
+ export var ListDataAccessors$ = [
3236
3288
  9,
3237
3289
  n0,
3238
3290
  _LDA,
3239
3291
  { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors", 200] },
3240
- () => ListDataAccessorsRequest,
3241
- () => ListDataAccessorsResponse,
3292
+ () => ListDataAccessorsRequest$,
3293
+ () => ListDataAccessorsResponse$,
3242
3294
  ];
3243
- export var ListDataSources = [
3295
+ export var ListDataSources$ = [
3244
3296
  9,
3245
3297
  n0,
3246
3298
  _LDS,
3247
3299
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
3248
- () => ListDataSourcesRequest,
3249
- () => ListDataSourcesResponse,
3300
+ () => ListDataSourcesRequest$,
3301
+ () => ListDataSourcesResponse$,
3250
3302
  ];
3251
- export var ListDataSourceSyncJobs = [
3303
+ export var ListDataSourceSyncJobs$ = [
3252
3304
  9,
3253
3305
  n0,
3254
3306
  _LDSSJ,
3255
3307
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", 200] },
3256
- () => ListDataSourceSyncJobsRequest,
3257
- () => ListDataSourceSyncJobsResponse,
3308
+ () => ListDataSourceSyncJobsRequest$,
3309
+ () => ListDataSourceSyncJobsResponse$,
3258
3310
  ];
3259
- export var ListDocuments = [
3311
+ export var ListDocuments$ = [
3260
3312
  9,
3261
3313
  n0,
3262
3314
  _LD,
3263
3315
  { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents", 200] },
3264
- () => ListDocumentsRequest,
3265
- () => ListDocumentsResponse,
3316
+ () => ListDocumentsRequest$,
3317
+ () => ListDocumentsResponse$,
3266
3318
  ];
3267
- export var ListGroups = [
3319
+ export var ListGroups$ = [
3268
3320
  9,
3269
3321
  n0,
3270
3322
  _LG,
3271
3323
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
3272
- () => ListGroupsRequest,
3273
- () => ListGroupsResponse,
3324
+ () => ListGroupsRequest$,
3325
+ () => ListGroupsResponse$,
3274
3326
  ];
3275
- export var ListIndices = [
3327
+ export var ListIndices$ = [
3276
3328
  9,
3277
3329
  n0,
3278
3330
  _LI,
3279
3331
  { [_ht]: ["GET", "/applications/{applicationId}/indices", 200] },
3280
- () => ListIndicesRequest,
3281
- () => ListIndicesResponse,
3332
+ () => ListIndicesRequest$,
3333
+ () => ListIndicesResponse$,
3282
3334
  ];
3283
- export var ListMessages = [
3335
+ export var ListMessages$ = [
3284
3336
  9,
3285
3337
  n0,
3286
3338
  _LM,
3287
3339
  { [_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}", 200] },
3288
- () => ListMessagesRequest,
3289
- () => ListMessagesResponse,
3340
+ () => ListMessagesRequest$,
3341
+ () => ListMessagesResponse$,
3290
3342
  ];
3291
- export var ListPluginActions = [
3343
+ export var ListPluginActions$ = [
3292
3344
  9,
3293
3345
  n0,
3294
3346
  _LPA,
3295
3347
  { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}/actions", 200] },
3296
- () => ListPluginActionsRequest,
3297
- () => ListPluginActionsResponse,
3348
+ () => ListPluginActionsRequest$,
3349
+ () => ListPluginActionsResponse$,
3298
3350
  ];
3299
- export var ListPlugins = [
3351
+ export var ListPlugins$ = [
3300
3352
  9,
3301
3353
  n0,
3302
3354
  _LP,
3303
3355
  { [_ht]: ["GET", "/applications/{applicationId}/plugins", 200] },
3304
- () => ListPluginsRequest,
3305
- () => ListPluginsResponse,
3356
+ () => ListPluginsRequest$,
3357
+ () => ListPluginsResponse$,
3306
3358
  ];
3307
- export var ListPluginTypeActions = [
3359
+ export var ListPluginTypeActions$ = [
3308
3360
  9,
3309
3361
  n0,
3310
3362
  _LPTA,
3311
3363
  { [_ht]: ["GET", "/pluginTypes/{pluginType}/actions", 200] },
3312
- () => ListPluginTypeActionsRequest,
3313
- () => ListPluginTypeActionsResponse,
3364
+ () => ListPluginTypeActionsRequest$,
3365
+ () => ListPluginTypeActionsResponse$,
3314
3366
  ];
3315
- export var ListPluginTypeMetadata = [
3367
+ export var ListPluginTypeMetadata$ = [
3316
3368
  9,
3317
3369
  n0,
3318
3370
  _LPTM,
3319
3371
  { [_ht]: ["GET", "/pluginTypeMetadata", 200] },
3320
- () => ListPluginTypeMetadataRequest,
3321
- () => ListPluginTypeMetadataResponse,
3372
+ () => ListPluginTypeMetadataRequest$,
3373
+ () => ListPluginTypeMetadataResponse$,
3322
3374
  ];
3323
- export var ListRetrievers = [
3375
+ export var ListRetrievers$ = [
3324
3376
  9,
3325
3377
  n0,
3326
3378
  _LR,
3327
3379
  { [_ht]: ["GET", "/applications/{applicationId}/retrievers", 200] },
3328
- () => ListRetrieversRequest,
3329
- () => ListRetrieversResponse,
3380
+ () => ListRetrieversRequest$,
3381
+ () => ListRetrieversResponse$,
3330
3382
  ];
3331
- export var ListSubscriptions = [
3383
+ export var ListSubscriptions$ = [
3332
3384
  9,
3333
3385
  n0,
3334
3386
  _LS,
3335
3387
  { [_ht]: ["GET", "/applications/{applicationId}/subscriptions", 200] },
3336
- () => ListSubscriptionsRequest,
3337
- () => ListSubscriptionsResponse,
3388
+ () => ListSubscriptionsRequest$,
3389
+ () => ListSubscriptionsResponse$,
3338
3390
  ];
3339
- export var ListTagsForResource = [
3391
+ export var ListTagsForResource$ = [
3340
3392
  9,
3341
3393
  n0,
3342
3394
  _LTFR,
3343
3395
  { [_ht]: ["GET", "/v1/tags/{resourceARN}", 200] },
3344
- () => ListTagsForResourceRequest,
3345
- () => ListTagsForResourceResponse,
3396
+ () => ListTagsForResourceRequest$,
3397
+ () => ListTagsForResourceResponse$,
3346
3398
  ];
3347
- export var ListWebExperiences = [
3399
+ export var ListWebExperiences$ = [
3348
3400
  9,
3349
3401
  n0,
3350
3402
  _LWE,
3351
3403
  { [_ht]: ["GET", "/applications/{applicationId}/experiences", 200] },
3352
- () => ListWebExperiencesRequest,
3353
- () => ListWebExperiencesResponse,
3404
+ () => ListWebExperiencesRequest$,
3405
+ () => ListWebExperiencesResponse$,
3354
3406
  ];
3355
- export var PutFeedback = [
3407
+ export var PutFeedback$ = [
3356
3408
  9,
3357
3409
  n0,
3358
3410
  _PF,
3359
3411
  {
3360
3412
  [_ht]: ["POST", "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback", 200],
3361
3413
  },
3362
- () => PutFeedbackRequest,
3414
+ () => PutFeedbackRequest$,
3363
3415
  () => __Unit,
3364
3416
  ];
3365
- export var PutGroup = [
3417
+ export var PutGroup$ = [
3366
3418
  9,
3367
3419
  n0,
3368
3420
  _PGu,
3369
3421
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
3370
- () => PutGroupRequest,
3371
- () => PutGroupResponse,
3422
+ () => PutGroupRequest$,
3423
+ () => PutGroupResponse$,
3372
3424
  ];
3373
- export var SearchRelevantContent = [
3425
+ export var SearchRelevantContent$ = [
3374
3426
  9,
3375
3427
  n0,
3376
3428
  _SRC,
3377
3429
  { [_ht]: ["POST", "/applications/{applicationId}/relevant-content", 200] },
3378
- () => SearchRelevantContentRequest,
3379
- () => SearchRelevantContentResponse,
3430
+ () => SearchRelevantContentRequest$,
3431
+ () => SearchRelevantContentResponse$,
3380
3432
  ];
3381
- export var StartDataSourceSyncJob = [
3433
+ export var StartDataSourceSyncJob$ = [
3382
3434
  9,
3383
3435
  n0,
3384
3436
  _SDSSJ,
3385
3437
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", 200] },
3386
- () => StartDataSourceSyncJobRequest,
3387
- () => StartDataSourceSyncJobResponse,
3438
+ () => StartDataSourceSyncJobRequest$,
3439
+ () => StartDataSourceSyncJobResponse$,
3388
3440
  ];
3389
- export var StopDataSourceSyncJob = [
3441
+ export var StopDataSourceSyncJob$ = [
3390
3442
  9,
3391
3443
  n0,
3392
3444
  _SDSSJt,
3393
3445
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", 200] },
3394
- () => StopDataSourceSyncJobRequest,
3395
- () => StopDataSourceSyncJobResponse,
3446
+ () => StopDataSourceSyncJobRequest$,
3447
+ () => StopDataSourceSyncJobResponse$,
3396
3448
  ];
3397
- export var TagResource = [
3449
+ export var TagResource$ = [
3398
3450
  9,
3399
3451
  n0,
3400
3452
  _TR,
3401
3453
  { [_ht]: ["POST", "/v1/tags/{resourceARN}", 200] },
3402
- () => TagResourceRequest,
3403
- () => TagResourceResponse,
3454
+ () => TagResourceRequest$,
3455
+ () => TagResourceResponse$,
3404
3456
  ];
3405
- export var UntagResource = [
3457
+ export var UntagResource$ = [
3406
3458
  9,
3407
3459
  n0,
3408
3460
  _UR,
3409
3461
  { [_ht]: ["DELETE", "/v1/tags/{resourceARN}", 200] },
3410
- () => UntagResourceRequest,
3411
- () => UntagResourceResponse,
3462
+ () => UntagResourceRequest$,
3463
+ () => UntagResourceResponse$,
3412
3464
  ];
3413
- export var UpdateApplication = [
3465
+ export var UpdateApplication$ = [
3414
3466
  9,
3415
3467
  n0,
3416
3468
  _UAp,
3417
3469
  { [_ht]: ["PUT", "/applications/{applicationId}", 200] },
3418
- () => UpdateApplicationRequest,
3419
- () => UpdateApplicationResponse,
3470
+ () => UpdateApplicationRequest$,
3471
+ () => UpdateApplicationResponse$,
3420
3472
  ];
3421
- export var UpdateChatControlsConfiguration = [
3473
+ export var UpdateChatControlsConfiguration$ = [
3422
3474
  9,
3423
3475
  n0,
3424
3476
  _UCCC,
3425
3477
  { [_ht]: ["PATCH", "/applications/{applicationId}/chatcontrols", 200] },
3426
- () => UpdateChatControlsConfigurationRequest,
3427
- () => UpdateChatControlsConfigurationResponse,
3478
+ () => UpdateChatControlsConfigurationRequest$,
3479
+ () => UpdateChatControlsConfigurationResponse$,
3428
3480
  ];
3429
- export var UpdateChatResponseConfiguration = [
3481
+ export var UpdateChatResponseConfiguration$ = [
3430
3482
  9,
3431
3483
  n0,
3432
3484
  _UCRC,
3433
3485
  { [_ht]: ["PUT", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3434
- () => UpdateChatResponseConfigurationRequest,
3435
- () => UpdateChatResponseConfigurationResponse,
3486
+ () => UpdateChatResponseConfigurationRequest$,
3487
+ () => UpdateChatResponseConfigurationResponse$,
3436
3488
  ];
3437
- export var UpdateDataAccessor = [
3489
+ export var UpdateDataAccessor$ = [
3438
3490
  9,
3439
3491
  n0,
3440
3492
  _UDA,
3441
3493
  { [_ht]: ["PUT", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3442
- () => UpdateDataAccessorRequest,
3443
- () => UpdateDataAccessorResponse,
3494
+ () => UpdateDataAccessorRequest$,
3495
+ () => UpdateDataAccessorResponse$,
3444
3496
  ];
3445
- export var UpdateDataSource = [
3497
+ export var UpdateDataSource$ = [
3446
3498
  9,
3447
3499
  n0,
3448
3500
  _UDS,
3449
3501
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3450
- () => UpdateDataSourceRequest,
3451
- () => UpdateDataSourceResponse,
3502
+ () => UpdateDataSourceRequest$,
3503
+ () => UpdateDataSourceResponse$,
3452
3504
  ];
3453
- export var UpdateIndex = [
3505
+ export var UpdateIndex$ = [
3454
3506
  9,
3455
3507
  n0,
3456
3508
  _UI,
3457
3509
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}", 200] },
3458
- () => UpdateIndexRequest,
3459
- () => UpdateIndexResponse,
3510
+ () => UpdateIndexRequest$,
3511
+ () => UpdateIndexResponse$,
3460
3512
  ];
3461
- export var UpdatePlugin = [
3513
+ export var UpdatePlugin$ = [
3462
3514
  9,
3463
3515
  n0,
3464
3516
  _UP,
3465
3517
  { [_ht]: ["PUT", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3466
- () => UpdatePluginRequest,
3467
- () => UpdatePluginResponse,
3518
+ () => UpdatePluginRequest$,
3519
+ () => UpdatePluginResponse$,
3468
3520
  ];
3469
- export var UpdateRetriever = [
3521
+ export var UpdateRetriever$ = [
3470
3522
  9,
3471
3523
  n0,
3472
3524
  _URp,
3473
3525
  { [_ht]: ["PUT", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3474
- () => UpdateRetrieverRequest,
3475
- () => UpdateRetrieverResponse,
3526
+ () => UpdateRetrieverRequest$,
3527
+ () => UpdateRetrieverResponse$,
3476
3528
  ];
3477
- export var UpdateSubscription = [
3529
+ export var UpdateSubscription$ = [
3478
3530
  9,
3479
3531
  n0,
3480
3532
  _US,
3481
3533
  { [_ht]: ["PUT", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
3482
- () => UpdateSubscriptionRequest,
3483
- () => UpdateSubscriptionResponse,
3534
+ () => UpdateSubscriptionRequest$,
3535
+ () => UpdateSubscriptionResponse$,
3484
3536
  ];
3485
- export var UpdateUser = [
3537
+ export var UpdateUser$ = [
3486
3538
  9,
3487
3539
  n0,
3488
3540
  _UU,
3489
3541
  { [_ht]: ["PUT", "/applications/{applicationId}/users/{userId}", 200] },
3490
- () => UpdateUserRequest,
3491
- () => UpdateUserResponse,
3542
+ () => UpdateUserRequest$,
3543
+ () => UpdateUserResponse$,
3492
3544
  ];
3493
- export var UpdateWebExperience = [
3545
+ export var UpdateWebExperience$ = [
3494
3546
  9,
3495
3547
  n0,
3496
3548
  _UWE,
3497
3549
  { [_ht]: ["PUT", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3498
- () => UpdateWebExperienceRequest,
3499
- () => UpdateWebExperienceResponse,
3550
+ () => UpdateWebExperienceRequest$,
3551
+ () => UpdateWebExperienceResponse$,
3500
3552
  ];