@aws-sdk/client-qbusiness 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -17,6 +17,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
17
17
  var runtimeConfig = require('./runtimeConfig');
18
18
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
19
19
  var protocolHttp = require('@smithy/protocol-http');
20
+ var schemas_0 = require('./schemas/schemas_0');
21
+ var errors = require('./models/errors');
22
+ var QBusinessServiceException = require('./models/QBusinessServiceException');
20
23
 
21
24
  const resolveClientEndpointParameters = (options) => {
22
25
  return Object.assign(options, {
@@ -112,3063 +115,6 @@ class QBusinessClient extends smithyClient.Client {
112
115
  }
113
116
  }
114
117
 
115
- class QBusinessServiceException extends smithyClient.ServiceException {
116
- constructor(options) {
117
- super(options);
118
- Object.setPrototypeOf(this, QBusinessServiceException.prototype);
119
- }
120
- }
121
-
122
- class AccessDeniedException extends QBusinessServiceException {
123
- name = "AccessDeniedException";
124
- $fault = "client";
125
- constructor(opts) {
126
- super({
127
- name: "AccessDeniedException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
- }
133
- }
134
- class ConflictException extends QBusinessServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- resourceId;
138
- resourceType;
139
- constructor(opts) {
140
- super({
141
- name: "ConflictException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, ConflictException.prototype);
146
- this.resourceId = opts.resourceId;
147
- this.resourceType = opts.resourceType;
148
- }
149
- }
150
- class InternalServerException extends QBusinessServiceException {
151
- name = "InternalServerException";
152
- $fault = "server";
153
- constructor(opts) {
154
- super({
155
- name: "InternalServerException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalServerException.prototype);
160
- }
161
- }
162
- class ResourceNotFoundException extends QBusinessServiceException {
163
- name = "ResourceNotFoundException";
164
- $fault = "client";
165
- resourceId;
166
- resourceType;
167
- constructor(opts) {
168
- super({
169
- name: "ResourceNotFoundException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
174
- this.resourceId = opts.resourceId;
175
- this.resourceType = opts.resourceType;
176
- }
177
- }
178
- class ServiceQuotaExceededException extends QBusinessServiceException {
179
- name = "ServiceQuotaExceededException";
180
- $fault = "client";
181
- resourceId;
182
- resourceType;
183
- constructor(opts) {
184
- super({
185
- name: "ServiceQuotaExceededException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
190
- this.resourceId = opts.resourceId;
191
- this.resourceType = opts.resourceType;
192
- }
193
- }
194
- class ThrottlingException extends QBusinessServiceException {
195
- name = "ThrottlingException";
196
- $fault = "client";
197
- constructor(opts) {
198
- super({
199
- name: "ThrottlingException",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- Object.setPrototypeOf(this, ThrottlingException.prototype);
204
- }
205
- }
206
- class ValidationException extends QBusinessServiceException {
207
- name = "ValidationException";
208
- $fault = "client";
209
- reason;
210
- fields;
211
- constructor(opts) {
212
- super({
213
- name: "ValidationException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- Object.setPrototypeOf(this, ValidationException.prototype);
218
- this.reason = opts.reason;
219
- this.fields = opts.fields;
220
- }
221
- }
222
- class ExternalResourceException extends QBusinessServiceException {
223
- name = "ExternalResourceException";
224
- $fault = "client";
225
- constructor(opts) {
226
- super({
227
- name: "ExternalResourceException",
228
- $fault: "client",
229
- ...opts,
230
- });
231
- Object.setPrototypeOf(this, ExternalResourceException.prototype);
232
- }
233
- }
234
- class LicenseNotFoundException extends QBusinessServiceException {
235
- name = "LicenseNotFoundException";
236
- $fault = "client";
237
- constructor(opts) {
238
- super({
239
- name: "LicenseNotFoundException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- Object.setPrototypeOf(this, LicenseNotFoundException.prototype);
244
- }
245
- }
246
- class MediaTooLargeException extends QBusinessServiceException {
247
- name = "MediaTooLargeException";
248
- $fault = "client";
249
- constructor(opts) {
250
- super({
251
- name: "MediaTooLargeException",
252
- $fault: "client",
253
- ...opts,
254
- });
255
- Object.setPrototypeOf(this, MediaTooLargeException.prototype);
256
- }
257
- }
258
-
259
- const _A = "Application";
260
- const _AAC = "AppliedAttachmentsConfiguration";
261
- const _AC = "AccessConfiguration";
262
- const _ACL = "ActionConfigurationList";
263
- const _ACMC = "AppliedCreatorModeConfiguration";
264
- const _ACR = "AuthChallengeRequest";
265
- const _ACRE = "AuthChallengeRequestEvent";
266
- const _ACREu = "AuthChallengeResponseEvent";
267
- const _ACRu = "AuthChallengeResponse";
268
- const _ACc = "AccessControl";
269
- const _ACcc = "AccessControls";
270
- const _ACct = "ActionConfiguration";
271
- const _ACt = "AttachmentsConfiguration";
272
- const _ADE = "AccessDeniedException";
273
- const _AE = "ActionExecution";
274
- const _AEC = "AudioExtractionConfiguration";
275
- const _AEE = "ActionExecutionEvent";
276
- const _AEP = "ActionExecutionPayload";
277
- const _AEPF = "ActionExecutionPayloadField";
278
- const _AF = "AttributeFilter";
279
- const _AFC = "ActionFilterConfiguration";
280
- const _AFt = "AttributeFilters";
281
- const _AG = "AssociatedGroup";
282
- const _AGs = "AssociatedGroups";
283
- const _AI = "AttachmentInput";
284
- const _AIE = "AttachmentInputEvent";
285
- const _AIt = "AttachmentsInput";
286
- const _AL = "AttachmentList";
287
- const _AO = "AttachmentOutput";
288
- const _AOC = "AppliedOrchestrationConfiguration";
289
- const _AOt = "AttachmentsOutput";
290
- const _AP = "AssociatePermission";
291
- const _APIS = "APISchema";
292
- const _APR = "AssociatePermissionRequest";
293
- const _APRs = "AssociatePermissionResponse";
294
- const _AR = "ActionReview";
295
- const _ARE = "ActionReviewEvent";
296
- const _ARP = "ActionReviewPayload";
297
- const _ARPF = "ActionReviewPayloadField";
298
- const _ARPFAV = "ActionReviewPayloadFieldAllowedValue";
299
- const _ARPFAVc = "ActionReviewPayloadFieldAllowedValues";
300
- const _AS = "ActionSummary";
301
- const _ASC = "AutoSubscriptionConfiguration";
302
- const _ASD = "AudioSourceDetails";
303
- const _AU = "AssociatedUser";
304
- const _AUs = "AssociatedUsers";
305
- const _Ac = "Actions";
306
- const _Ap = "Applications";
307
- const _At = "Attachment";
308
- const _BAC = "BasicAuthConfiguration";
309
- const _BDD = "BatchDeleteDocument";
310
- const _BDDR = "BatchDeleteDocumentRequest";
311
- const _BDDRa = "BatchDeleteDocumentResponse";
312
- const _BEC = "BrowserExtensionConfiguration";
313
- const _BPC = "BlockedPhrasesConfiguration";
314
- const _BPCU = "BlockedPhrasesConfigurationUpdate";
315
- const _BPD = "BatchPutDocument";
316
- const _BPDR = "BatchPutDocumentRequest";
317
- const _BPDRa = "BatchPutDocumentResponse";
318
- const _C = "Conversation";
319
- const _CA = "CreateApplication";
320
- const _CAR = "CreateApplicationRequest";
321
- const _CARr = "CreateApplicationResponse";
322
- const _CAWEU = "CreateAnonymousWebExperienceUrl";
323
- const _CAWEUR = "CreateAnonymousWebExperienceUrlRequest";
324
- const _CAWEURr = "CreateAnonymousWebExperienceUrlResponse";
325
- const _CBR = "ContentBlockerRule";
326
- const _CC = "CustomizationConfiguration";
327
- const _CCRC = "CreateChatResponseConfiguration";
328
- const _CCRCR = "CreateChatResponseConfigurationRequest";
329
- const _CCRCRr = "CreateChatResponseConfigurationResponse";
330
- const _CDA = "CheckDocumentAccess";
331
- const _CDAR = "CheckDocumentAccessRequest";
332
- const _CDARh = "CheckDocumentAccessResponse";
333
- const _CDARr = "CreateDataAccessorRequest";
334
- const _CDARre = "CreateDataAccessorResponse";
335
- const _CDAr = "CreateDataAccessor";
336
- const _CDS = "CreateDataSource";
337
- const _CDSR = "CreateDataSourceRequest";
338
- const _CDSRr = "CreateDataSourceResponse";
339
- const _CE = "ConfigurationEvent";
340
- const _CEo = "ConflictException";
341
- const _CFS = "CopyFromSource";
342
- const _CI = "ChatInput";
343
- const _CIR = "CreateIndexRequest";
344
- const _CIRr = "CreateIndexResponse";
345
- const _CIS = "ChatInputStream";
346
- const _CIr = "CreateIndex";
347
- const _CMC = "CreatorModeConfiguration";
348
- const _CMCh = "ChatModeConfiguration";
349
- const _CO = "ChatOutput";
350
- const _COS = "ChatOutputStream";
351
- const _CP = "CreatePlugin";
352
- const _CPC = "CustomPluginConfiguration";
353
- const _CPR = "CreatePluginRequest";
354
- const _CPRr = "CreatePluginResponse";
355
- const _CR = "CreateRetriever";
356
- const _CRC = "ChatResponseConfiguration";
357
- const _CRCD = "ChatResponseConfigurationDetail";
358
- const _CRCh = "ChatResponseConfigurations";
359
- const _CRR = "ContentRetrievalRule";
360
- const _CRRr = "CreateRetrieverRequest";
361
- const _CRRre = "CreateRetrieverResponse";
362
- const _CS = "ConversationSource";
363
- const _CSI = "ChatSyncInput";
364
- const _CSO = "ChatSyncOutput";
365
- const _CSR = "CancelSubscriptionRequest";
366
- const _CSRa = "CancelSubscriptionResponse";
367
- const _CSRr = "CreateSubscriptionRequest";
368
- const _CSRre = "CreateSubscriptionResponse";
369
- const _CSa = "CancelSubscription";
370
- const _CSh = "ChatSync";
371
- const _CSo = "ContentSource";
372
- const _CSr = "CreateSubscription";
373
- const _CU = "CreateUser";
374
- const _CUR = "CreateUserRequest";
375
- const _CURr = "CreateUserResponse";
376
- const _CWE = "CreateWebExperience";
377
- const _CWER = "CreateWebExperienceRequest";
378
- const _CWERr = "CreateWebExperienceResponse";
379
- const _Ch = "Chat";
380
- const _Co = "Conversations";
381
- const _D = "Document";
382
- const _DA = "DataAccessor";
383
- const _DAAC = "DataAccessorAuthenticationConfiguration";
384
- const _DAAD = "DataAccessorAuthenticationDetail";
385
- const _DABC = "DateAttributeBoostingConfiguration";
386
- const _DABCo = "DocumentAttributeBoostingConfiguration";
387
- const _DABOM = "DocumentAttributeBoostingOverrideMap";
388
- const _DAC = "DocumentAclCondition";
389
- const _DACo = "DocumentAttributeCondition";
390
- const _DACoc = "DocumentAttributeConfiguration";
391
- const _DACocu = "DocumentAclConditions";
392
- const _DACocum = "DocumentAttributeConfigurations";
393
- const _DAG = "DocumentAclGroup";
394
- const _DAGo = "DocumentAclGroups";
395
- const _DAITTIC = "DataAccessorIdcTrustedTokenIssuerConfiguration";
396
- const _DAM = "DocumentAclMembership";
397
- const _DAN = "DataAccessorName";
398
- const _DAR = "DeleteApplicationRequest";
399
- const _DARe = "DeleteApplicationResponse";
400
- const _DARel = "DeleteAttachmentRequest";
401
- const _DARele = "DeleteAttachmentResponse";
402
- const _DAT = "DocumentAttributeTarget";
403
- const _DAU = "DocumentAclUser";
404
- const _DAUo = "DocumentAclUsers";
405
- const _DAV = "DocumentAttributeValue";
406
- const _DAa = "DataAccessors";
407
- const _DAe = "DeleteApplication";
408
- const _DAel = "DeleteAttachment";
409
- const _DAo = "DocumentAcl";
410
- const _DAoc = "DocumentAttribute";
411
- const _DAocu = "DocumentAttributes";
412
- const _DC = "DocumentContent";
413
- const _DCCC = "DeleteChatControlsConfiguration";
414
- const _DCCCR = "DeleteChatControlsConfigurationRequest";
415
- const _DCCCRe = "DeleteChatControlsConfigurationResponse";
416
- const _DCR = "DeleteConversationRequest";
417
- const _DCRC = "DeleteChatResponseConfiguration";
418
- const _DCRCR = "DeleteChatResponseConfigurationRequest";
419
- const _DCRCRe = "DeleteChatResponseConfigurationResponse";
420
- const _DCRe = "DeleteConversationResponse";
421
- const _DCe = "DeleteConversation";
422
- const _DD = "DeleteDocument";
423
- const _DDA = "DeleteDataAccessor";
424
- const _DDAR = "DeleteDataAccessorRequest";
425
- const _DDARe = "DeleteDataAccessorResponse";
426
- const _DDL = "DocumentDetailList";
427
- const _DDS = "DeleteDataSource";
428
- const _DDSR = "DeleteDataSourceRequest";
429
- const _DDSRe = "DeleteDataSourceResponse";
430
- const _DDe = "DeleteDocuments";
431
- const _DDo = "DocumentDetails";
432
- const _DEC = "DocumentEnrichmentConfiguration";
433
- const _DG = "DeleteGroup";
434
- const _DGR = "DeleteGroupRequest";
435
- const _DGRe = "DeleteGroupResponse";
436
- const _DI = "DeleteIndex";
437
- const _DIR = "DeleteIndexRequest";
438
- const _DIRe = "DeleteIndexResponse";
439
- const _DP = "DeletePlugin";
440
- const _DPR = "DeletePluginRequest";
441
- const _DPRe = "DeletePluginResponse";
442
- const _DPRi = "DisassociatePermissionRequest";
443
- const _DPRis = "DisassociatePermissionResponse";
444
- const _DPi = "DisassociatePermission";
445
- const _DR = "DeleteRetriever";
446
- const _DRR = "DeleteRetrieverRequest";
447
- const _DRRe = "DeleteRetrieverResponse";
448
- const _DS = "DataSource";
449
- const _DSSJ = "DataSourceSyncJob";
450
- const _DSSJM = "DataSourceSyncJobMetrics";
451
- const _DSSJa = "DataSourceSyncJobs";
452
- const _DSVC = "DataSourceVpcConfiguration";
453
- const _DSa = "DataSources";
454
- const _DU = "DeleteUser";
455
- const _DUR = "DeleteUserRequest";
456
- const _DURe = "DeleteUserResponse";
457
- const _DWE = "DeleteWebExperience";
458
- const _DWER = "DeleteWebExperienceRequest";
459
- const _DWERe = "DeleteWebExperienceResponse";
460
- const _Do = "Documents";
461
- const _EC = "EncryptionConfiguration";
462
- const _ED = "ErrorDetail";
463
- const _EDS = "EligibleDataSource";
464
- const _EDSl = "EligibleDataSources";
465
- const _EOIE = "EndOfInputEvent";
466
- const _ERE = "ExternalResourceException";
467
- const _FAE = "FailedAttachmentEvent";
468
- const _FD = "FailedDocument";
469
- const _FDa = "FailedDocuments";
470
- const _GA = "GetApplication";
471
- const _GAR = "GetApplicationRequest";
472
- const _GARe = "GetApplicationResponse";
473
- const _GCCC = "GetChatControlsConfiguration";
474
- const _GCCCR = "GetChatControlsConfigurationRequest";
475
- const _GCCCRe = "GetChatControlsConfigurationResponse";
476
- const _GCRC = "GetChatResponseConfiguration";
477
- const _GCRCR = "GetChatResponseConfigurationRequest";
478
- const _GCRCRe = "GetChatResponseConfigurationResponse";
479
- const _GDA = "GetDataAccessor";
480
- const _GDAR = "GetDataAccessorRequest";
481
- const _GDARe = "GetDataAccessorResponse";
482
- const _GDC = "GetDocumentContent";
483
- const _GDCR = "GetDocumentContentRequest";
484
- const _GDCRe = "GetDocumentContentResponse";
485
- const _GDS = "GetDataSource";
486
- const _GDSR = "GetDataSourceRequest";
487
- const _GDSRe = "GetDataSourceResponse";
488
- const _GG = "GetGroup";
489
- const _GGR = "GetGroupRequest";
490
- const _GGRe = "GetGroupResponse";
491
- const _GI = "GetIndex";
492
- const _GIR = "GetIndexRequest";
493
- const _GIRe = "GetIndexResponse";
494
- const _GM = "GroupMembers";
495
- const _GMR = "GetMediaRequest";
496
- const _GMRe = "GetMediaResponse";
497
- const _GMe = "GetMedia";
498
- const _GP = "GetPlugin";
499
- const _GPR = "GetPluginRequest";
500
- const _GPRe = "GetPluginResponse";
501
- const _GPRet = "GetPolicyRequest";
502
- const _GPReto = "GetPolicyResponse";
503
- const _GPe = "GetPolicy";
504
- const _GR = "GetRetriever";
505
- const _GRR = "GetRetrieverRequest";
506
- const _GRRe = "GetRetrieverResponse";
507
- const _GS = "GroupSummary";
508
- const _GSD = "GroupStatusDetail";
509
- const _GSDr = "GroupStatusDetails";
510
- const _GSL = "GroupSummaryList";
511
- const _GU = "GetUser";
512
- const _GUR = "GetUserRequest";
513
- const _GURe = "GetUserResponse";
514
- const _GWE = "GetWebExperience";
515
- const _GWER = "GetWebExperienceRequest";
516
- const _GWERe = "GetWebExperienceResponse";
517
- const _HC = "HookConfiguration";
518
- const _HRC = "HallucinationReductionConfiguration";
519
- const _I = "Index";
520
- const _IAC = "IdcAuthConfiguration";
521
- const _IC = "InstructionCollection";
522
- const _ICC = "IndexCapacityConfiguration";
523
- const _IDEC = "InlineDocumentEnrichmentConfiguration";
524
- const _IDECn = "InlineDocumentEnrichmentConfigurations";
525
- const _IEC = "ImageExtractionConfiguration";
526
- const _IPC = "IdentityProviderConfiguration";
527
- const _IS = "IndexStatistics";
528
- const _ISD = "ImageSourceDetails";
529
- const _ISE = "InternalServerException";
530
- const _In = "Indices";
531
- const _KIC = "KendraIndexConfiguration";
532
- const _KKI = "KmsKeyId";
533
- const _LA = "ListApplications";
534
- const _LAR = "ListApplicationsRequest";
535
- const _LARi = "ListApplicationsResponse";
536
- const _LARis = "ListAttachmentsRequest";
537
- const _LARist = "ListAttachmentsResponse";
538
- const _LAi = "ListAttachments";
539
- const _LC = "ListConversations";
540
- const _LCR = "ListConversationsRequest";
541
- const _LCRC = "ListChatResponseConfigurations";
542
- const _LCRCR = "ListChatResponseConfigurationsRequest";
543
- const _LCRCRi = "ListChatResponseConfigurationsResponse";
544
- const _LCRi = "ListConversationsResponse";
545
- const _LD = "ListDocuments";
546
- const _LDA = "ListDataAccessors";
547
- const _LDAR = "ListDataAccessorsRequest";
548
- const _LDARi = "ListDataAccessorsResponse";
549
- const _LDR = "ListDocumentsRequest";
550
- const _LDRi = "ListDocumentsResponse";
551
- const _LDS = "ListDataSources";
552
- const _LDSR = "ListDataSourcesRequest";
553
- const _LDSRi = "ListDataSourcesResponse";
554
- const _LDSSJ = "ListDataSourceSyncJobs";
555
- const _LDSSJR = "ListDataSourceSyncJobsRequest";
556
- const _LDSSJRi = "ListDataSourceSyncJobsResponse";
557
- const _LG = "ListGroups";
558
- const _LGR = "ListGroupsRequest";
559
- const _LGRi = "ListGroupsResponse";
560
- const _LI = "ListIndices";
561
- const _LIR = "ListIndicesRequest";
562
- const _LIRi = "ListIndicesResponse";
563
- const _LM = "ListMessages";
564
- const _LMR = "ListMessagesRequest";
565
- const _LMRi = "ListMessagesResponse";
566
- const _LNFE = "LicenseNotFoundException";
567
- const _LP = "ListPlugins";
568
- const _LPA = "ListPluginActions";
569
- const _LPAR = "ListPluginActionsRequest";
570
- const _LPARi = "ListPluginActionsResponse";
571
- const _LPR = "ListPluginsRequest";
572
- const _LPRi = "ListPluginsResponse";
573
- const _LPTA = "ListPluginTypeActions";
574
- const _LPTAR = "ListPluginTypeActionsRequest";
575
- const _LPTARi = "ListPluginTypeActionsResponse";
576
- const _LPTM = "ListPluginTypeMetadata";
577
- const _LPTMR = "ListPluginTypeMetadataRequest";
578
- const _LPTMRi = "ListPluginTypeMetadataResponse";
579
- const _LPTMS = "ListPluginTypeMetadataSummaries";
580
- const _LR = "ListRetrievers";
581
- const _LRR = "ListRetrieversRequest";
582
- const _LRRi = "ListRetrieversResponse";
583
- const _LS = "ListSubscriptions";
584
- const _LSR = "ListSubscriptionsRequest";
585
- const _LSRi = "ListSubscriptionsResponse";
586
- const _LTFR = "ListTagsForResource";
587
- const _LTFRR = "ListTagsForResourceRequest";
588
- const _LTFRRi = "ListTagsForResourceResponse";
589
- const _LWE = "ListWebExperiences";
590
- const _LWER = "ListWebExperiencesRequest";
591
- const _LWERi = "ListWebExperiencesResponse";
592
- const _M = "Message";
593
- const _ME = "MetadataEvent";
594
- const _MEC = "MediaExtractionConfiguration";
595
- const _MG = "MemberGroup";
596
- const _MGe = "MemberGroups";
597
- const _MTLE = "MediaTooLargeException";
598
- const _MU = "MemberUser";
599
- const _MUF = "MessageUsefulnessFeedback";
600
- const _MUe = "MemberUsers";
601
- const _Me = "Messages";
602
- const _NABC = "NumberAttributeBoostingConfiguration";
603
- const _NAC = "NoAuthConfiguration";
604
- const _NIC = "NativeIndexConfiguration";
605
- const _OACCC = "OAuth2ClientCredentialConfiguration";
606
- const _OC = "OrchestrationConfiguration";
607
- const _OIDCPC = "OpenIDConnectProviderConfiguration";
608
- const _P = "Payload";
609
- const _PAC = "PluginAuthConfiguration";
610
- const _PC = "PermissionCondition";
611
- const _PCe = "PersonalizationConfiguration";
612
- const _PCer = "PermissionConditions";
613
- const _PCl = "PluginConfiguration";
614
- const _PF = "PutFeedback";
615
- const _PFR = "PutFeedbackRequest";
616
- const _PG = "PrincipalGroup";
617
- const _PGR = "PutGroupRequest";
618
- const _PGRu = "PutGroupResponse";
619
- const _PGu = "PutGroup";
620
- const _PTMS = "PluginTypeMetadataSummary";
621
- const _PU = "PrincipalUser";
622
- const _Pl = "Plugin";
623
- const _Plu = "Plugins";
624
- const _Pr = "Principals";
625
- const _Pri = "Principal";
626
- const _QAC = "QAppsConfiguration";
627
- const _QSC = "QuickSightConfiguration";
628
- const _R = "Retriever";
629
- const _RC = "RelevantContent";
630
- const _RCL = "RelevantContentList";
631
- const _RCS = "RetrieverContentSource";
632
- const _RCe = "ResponseConfiguration";
633
- const _RCes = "ResponseConfigurations";
634
- const _RCet = "RetrieverConfiguration";
635
- const _RCu = "RuleConfiguration";
636
- const _RNFE = "ResourceNotFoundException";
637
- const _Re = "Retrievers";
638
- const _Ru = "Rule";
639
- const _Rul = "Rules";
640
- const _S = "S3";
641
- const _SA = "ScoreAttributes";
642
- const _SABC = "StringAttributeBoostingConfiguration";
643
- const _SAo = "SourceAttribution";
644
- const _SAou = "SourceAttributions";
645
- const _SC = "SamlConfiguration";
646
- const _SD = "SubscriptionDetails";
647
- const _SDSSJ = "StartDataSourceSyncJob";
648
- const _SDSSJR = "StartDataSourceSyncJobRequest";
649
- const _SDSSJRt = "StartDataSourceSyncJobResponse";
650
- const _SDSSJRto = "StopDataSourceSyncJobRequest";
651
- const _SDSSJRtop = "StopDataSourceSyncJobResponse";
652
- const _SDSSJt = "StopDataSourceSyncJob";
653
- const _SDo = "SourceDetails";
654
- const _SE = "SnippetExcerpt";
655
- const _SLABC = "StringListAttributeBoostingConfiguration";
656
- const _SP = "SubscriptionPrincipal";
657
- const _SPC = "SamlProviderConfiguration";
658
- const _SQEE = "ServiceQuotaExceededException";
659
- const _SRC = "SearchRelevantContent";
660
- const _SRCR = "SearchRelevantContentRequest";
661
- const _SRCRe = "SearchRelevantContentResponse";
662
- const _Su = "Subscription";
663
- const _Sub = "Subscriptions";
664
- const _T = "Tag";
665
- const _TC = "TopicConfiguration";
666
- const _TCo = "TopicConfigurations";
667
- const _TDS = "TextDocumentStatistics";
668
- const _TE = "ThrottlingException";
669
- const _TIE = "TextInputEvent";
670
- const _TOE = "TextOutputEvent";
671
- const _TR = "TagResource";
672
- const _TRR = "TagResourceRequest";
673
- const _TRRa = "TagResourceResponse";
674
- const _TS = "TextSegment";
675
- const _TSL = "TextSegmentList";
676
- const _Ta = "Tags";
677
- const _UA = "UserAlias";
678
- const _UAG = "UsersAndGroups";
679
- const _UAR = "UpdateApplicationRequest";
680
- const _UARp = "UpdateApplicationResponse";
681
- const _UAp = "UpdateApplication";
682
- const _UAs = "UserAliases";
683
- const _UCCC = "UpdateChatControlsConfiguration";
684
- const _UCCCR = "UpdateChatControlsConfigurationRequest";
685
- const _UCCCRp = "UpdateChatControlsConfigurationResponse";
686
- const _UCRC = "UpdateChatResponseConfiguration";
687
- const _UCRCR = "UpdateChatResponseConfigurationRequest";
688
- const _UCRCRp = "UpdateChatResponseConfigurationResponse";
689
- const _UDA = "UpdateDataAccessor";
690
- const _UDAR = "UpdateDataAccessorRequest";
691
- const _UDARp = "UpdateDataAccessorResponse";
692
- const _UDS = "UpdateDataSource";
693
- const _UDSR = "UpdateDataSourceRequest";
694
- const _UDSRp = "UpdateDataSourceResponse";
695
- const _UI = "UpdateIndex";
696
- const _UIR = "UpdateIndexRequest";
697
- const _UIRp = "UpdateIndexResponse";
698
- const _UP = "UpdatePlugin";
699
- const _UPR = "UpdatePluginRequest";
700
- const _UPRp = "UpdatePluginResponse";
701
- const _UR = "UntagResource";
702
- const _URR = "UntagResourceRequest";
703
- const _URRn = "UntagResourceResponse";
704
- const _URRp = "UpdateRetrieverRequest";
705
- const _URRpd = "UpdateRetrieverResponse";
706
- const _URp = "UpdateRetriever";
707
- const _US = "UpdateSubscription";
708
- const _USR = "UpdateSubscriptionRequest";
709
- const _USRp = "UpdateSubscriptionResponse";
710
- const _UU = "UpdateUser";
711
- const _UUR = "UpdateUserRequest";
712
- const _UURp = "UpdateUserResponse";
713
- const _UWE = "UpdateWebExperience";
714
- const _UWER = "UpdateWebExperienceRequest";
715
- const _UWERp = "UpdateWebExperienceResponse";
716
- const _VE = "ValidationException";
717
- const _VEC = "VideoExtractionConfiguration";
718
- const _VEF = "ValidationExceptionField";
719
- const _VEFa = "ValidationExceptionFields";
720
- const _VSD = "VideoSourceDetails";
721
- const _WE = "WebExperience";
722
- const _WEAC = "WebExperienceAuthConfiguration";
723
- const _WEe = "WebExperiences";
724
- const _a = "action";
725
- const _aA = "applicationArn";
726
- const _aAF = "andAllFilters";
727
- const _aC = "accessControls";
728
- const _aCM = "attachmentsControlMode";
729
- const _aCR = "authChallengeResponse";
730
- const _aCRE = "authChallengeResponseEvent";
731
- const _aCREu = "authChallengeRequestEvent";
732
- const _aCRu = "authChallengeRequest";
733
- const _aCc = "actionConfigurations";
734
- const _aCcc = "accessConfiguration";
735
- const _aCt = "attachmentsConfiguration";
736
- const _aCu = "authConfiguration";
737
- const _aCut = "authenticationConfiguration";
738
- const _aD = "authenticationDetail";
739
- const _aE = "actionExecution";
740
- const _aEC = "audioExtractionConfiguration";
741
- const _aEE = "actionExecutionEvent";
742
- const _aES = "audioExtractionStatus";
743
- const _aET = "audioExtractionType";
744
- const _aEt = "attachmentEvent";
745
- const _aF = "allowedFormat";
746
- const _aFt = "attributeFilter";
747
- const _aI = "actionIdentifier";
748
- const _aIJS = "arrayItemJsonSchema";
749
- const _aIp = "applicationId";
750
- const _aIt = "attachmentId";
751
- const _aR = "actionReview";
752
- const _aRE = "actionReviewEvent";
753
- const _aS = "autoSubscribe";
754
- const _aSC = "autoSubscriptionConfiguration";
755
- const _aSD = "audioSourceDetails";
756
- const _aST = "apiSchemaType";
757
- const _aSp = "apiSchema";
758
- const _aT = "authenticationType";
759
- const _aU = "authorizationUrl";
760
- const _aUn = "anonymousUrl";
761
- const _aUu = "authenticationUrl";
762
- const _aV = "allowedValues";
763
- const _aVB = "attributeValueBoosting";
764
- const _aVO = "attributeValueOperator";
765
- const _ac = "actions";
766
- const _acc = "access";
767
- const _al = "allowlist";
768
- const _ap = "applications";
769
- const _at = "attachment";
770
- const _att = "attachments";
771
- const _attr = "attributes";
772
- const _b = "body";
773
- const _bAC = "basicAuthConfiguration";
774
- const _bDIS = "boostingDurationInSeconds";
775
- const _bEC = "browserExtensionConfiguration";
776
- const _bL = "boostingLevel";
777
- const _bO = "boostingOverride";
778
- const _bOe = "beginOffset";
779
- const _bP = "blockedPhrases";
780
- const _bPCU = "blockedPhrasesConfigurationUpdate";
781
- const _bPTCOU = "blockedPhrasesToCreateOrUpdate";
782
- const _bPTD = "blockedPhrasesToDelete";
783
- const _bS = "buildStatus";
784
- const _bT = "boostingType";
785
- const _bl = "blob";
786
- const _bu = "bucket";
787
- const _c = "client";
788
- const _cA = "createdAt";
789
- const _cAo = "containsAll";
790
- const _cAon = "containsAny";
791
- const _cBR = "contentBlockerRule";
792
- const _cC = "capacityConfiguration";
793
- const _cCSSU = "customCSSUrl";
794
- const _cCu = "customizationConfiguration";
795
- const _cE = "configurationEvent";
796
- const _cF = "copyFrom";
797
- const _cI = "conversationId";
798
- const _cIFOIDC = "clientIdsForOIDC";
799
- const _cIu = "customInstructions";
800
- const _cK = "conditionKey";
801
- const _cM = "chatMode";
802
- const _cMC = "creatorModeControl";
803
- const _cMCh = "chatModeConfiguration";
804
- const _cMCr = "creatorModeConfiguration";
805
- const _cN = "clientNamespace";
806
- const _cNi = "citationNumber";
807
- const _cO = "conditionOperator";
808
- const _cPC = "customPluginConfiguration";
809
- const _cRC = "chatResponseConfigurations";
810
- const _cRCA = "chatResponseConfigurationArn";
811
- const _cRCI = "chatResponseConfigurationId";
812
- const _cRR = "contentRetrievalRule";
813
- const _cS = "currentSubscription";
814
- const _cSo = "contentSource";
815
- const _cT = "clientToken";
816
- const _cTo = "contentType";
817
- const _cV = "conditionValues";
818
- const _ca = "category";
819
- const _co = "control";
820
- const _com = "comment";
821
- const _con = "conditions";
822
- const _cond = "condition";
823
- const _conf = "configuration";
824
- const _cont = "content";
825
- const _conv = "conversations";
826
- const _conve = "conversation";
827
- const _d = "description";
828
- const _dA = "documentAcl";
829
- const _dAA = "dataAccessorArn";
830
- const _dAC = "documentAttributeConfigurations";
831
- const _dAF = "documentAttributeFilter";
832
- const _dAI = "dataAccessorId";
833
- const _dAa = "dataAccessors";
834
- const _dAo = "documentsAdded";
835
- const _dAoc = "documentAttributes";
836
- const _dC = "dateConfiguration";
837
- const _dCO = "documentContentOperator";
838
- const _dD = "displayDescription";
839
- const _dDL = "documentDetailList";
840
- const _dDo = "documentsDeleted";
841
- const _dE = "defaultEndpoint";
842
- const _dEC = "documentEnrichmentConfiguration";
843
- const _dF = "documentsFailed";
844
- const _dI = "documentId";
845
- const _dIa = "datasourceId";
846
- const _dL = "denyList";
847
- const _dM = "documentsModified";
848
- const _dN = "displayName";
849
- const _dO = "displayOrder";
850
- const _dS = "documentsScanned";
851
- const _dSA = "dataSourceArn";
852
- const _dSEC = "dataSourceErrorCode";
853
- const _dSI = "dataSourceId";
854
- const _dSIa = "dataSourceIds";
855
- const _dSSI = "dataSourceSyncId";
856
- const _dST = "defaultSubscriptionType";
857
- const _dSa = "dataSources";
858
- const _dT = "documentTitle";
859
- const _dU = "documentUri";
860
- const _dV = "displayValue";
861
- const _dVa = "dateValue";
862
- const _da = "data";
863
- const _do = "documents";
864
- const _e = "error";
865
- const _eBE = "enabledBrowserExtensions";
866
- const _eC = "encryptionConfiguration";
867
- const _eCM = "exampleChatMessages";
868
- const _eCr = "errorCode";
869
- const _eD = "errorDetail";
870
- const _eDS = "eligibleDataSources";
871
- const _eI = "externalIds";
872
- const _eIx = "executionId";
873
- const _eM = "errorMessage";
874
- const _eO = "endOffset";
875
- const _eOIE = "endOfInputEvent";
876
- const _eT = "equalsTo";
877
- const _eTM = "endTimeMilliseconds";
878
- const _eTn = "endTime";
879
- const _eUAG = "excludedUsersAndGroups";
880
- const _ex = "examples";
881
- const _f = "fields";
882
- const _fA = "failedAttachments";
883
- const _fAE = "failedAttachmentEvent";
884
- const _fC = "filterConfiguration";
885
- const _fD = "failedDocuments";
886
- const _fS = "fileSize";
887
- const _fT = "fileType";
888
- const _fTM = "finalTextMessage";
889
- const _fU = "fontUrl";
890
- const _fUa = "faviconUrl";
891
- const _g = "groups";
892
- const _gM = "groupMembers";
893
- const _gN = "groupName";
894
- const _gT = "greaterThan";
895
- const _gTOE = "greaterThanOrEquals";
896
- const _gr = "group";
897
- const _h = "history";
898
- const _hA = "hasAccess";
899
- const _hE = "httpError";
900
- const _hQ = "httpQuery";
901
- const _hRC = "hallucinationReductionConfiguration";
902
- const _hRCa = "hallucinationReductionControl";
903
- const _ht = "http";
904
- const _i = "id";
905
- const _iA = "indexArn";
906
- const _iAA = "idcApplicationArn";
907
- const _iAC = "idcAuthConfiguration";
908
- const _iC = "inlineConfigurations";
909
- const _iCAA = "identityCenterApplicationArn";
910
- const _iCIA = "identityCenterInstanceArn";
911
- const _iCn = "invocationCondition";
912
- const _iCns = "instructionCollection";
913
- const _iE = "instructionExample";
914
- const _iEC = "imageExtractionConfiguration";
915
- const _iES = "imageExtractionStatus";
916
- const _iI = "indexId";
917
- const _iIPA = "iamIdentityProviderArn";
918
- const _iPC = "identityProviderConfiguration";
919
- const _iS = "inputStream";
920
- const _iSD = "imageSourceDetails";
921
- const _iSn = "indexStatistics";
922
- const _iT = "identityType";
923
- const _iTB = "indexedTextBytes";
924
- const _iTDC = "indexedTextDocumentCount";
925
- const _iTTIA = "idcTrustedTokenIssuerArn";
926
- const _iTTIC = "idcTrustedTokenIssuerConfiguration";
927
- const _iTd = "idempotencyToken";
928
- const _iUAG = "includedUsersAndGroups";
929
- const _iUC = "inUseConfiguration";
930
- const _id = "identity";
931
- const _in = "indices";
932
- const _it = "items";
933
- const _k = "key";
934
- const _kIC = "kendraIndexConfiguration";
935
- const _kKI = "kmsKeyId";
936
- const _lA = "lambdaArn";
937
- const _lT = "lessThan";
938
- const _lTOE = "lessThanOrEquals";
939
- const _lU = "logoUrl";
940
- const _lUA = "lastUpdatedAt";
941
- const _lUC = "lastUpdateConfiguration";
942
- const _lV = "longValue";
943
- const _m = "message";
944
- const _mB = "mediaBytes";
945
- const _mCA = "messageCopiedAt";
946
- const _mE = "metadataEvent";
947
- const _mEC = "mediaExtractionConfiguration";
948
- const _mG = "memberGroups";
949
- const _mI = "mediaId";
950
- const _mIe = "messageId";
951
- const _mMT = "mediaMimeType";
952
- const _mR = "memberRelation";
953
- const _mRa = "maxResults";
954
- const _mT = "mimeType";
955
- const _mTe = "membershipType";
956
- const _mU = "memberUsers";
957
- const _mUe = "messageUsefulness";
958
- const _mXML = "metadataXML";
959
- const _md = "md5chksum";
960
- const _me = "metrics";
961
- const _mes = "messages";
962
- const _n = "name";
963
- const _nAC = "noAuthConfiguration";
964
- const _nC = "numberConfiguration";
965
- const _nF = "notFilter";
966
- const _nIC = "nativeIndexConfiguration";
967
- const _nS = "nextSubscription";
968
- const _nT = "nextToken";
969
- const _o = "origins";
970
- const _oACCC = "oAuth2ClientCredentialConfiguration";
971
- const _oAF = "orAllFilters";
972
- const _oC = "orchestrationConfiguration";
973
- const _oF = "outputFormat";
974
- const _oIDCC = "openIDConnectConfiguration";
975
- const _oS = "outputStream";
976
- const _oSu = "outputStyle";
977
- const _op = "operator";
978
- const _p = "principals";
979
- const _pA = "pluginArn";
980
- const _pC = "personalizationConfiguration";
981
- const _pCM = "personalizationControlMode";
982
- const _pCl = "pluginConfiguration";
983
- const _pEHC = "preExtractionHookConfiguration";
984
- const _pEHCo = "postExtractionHookConfiguration";
985
- const _pFNS = "payloadFieldNameSeparator";
986
- const _pI = "pluginId";
987
- const _pMI = "parentMessageId";
988
- const _pT = "pluginType";
989
- const _pU = "presignedUrl";
990
- const _pa = "payload";
991
- const _pe = "perspective";
992
- const _pl = "plugins";
993
- const _po = "policy";
994
- const _pr = "principal";
995
- const _qAC = "qAppsConfiguration";
996
- const _qACM = "qAppsControlMode";
997
- const _qSC = "quickSightConfiguration";
998
- const _qT = "queryText";
999
- const _r = "required";
1000
- const _rA = "roleArn";
1001
- const _rARN = "resourceARN";
1002
- const _rAe = "retrieverArn";
1003
- const _rC = "responseConfigurations";
1004
- const _rCS = "responseConfigurationSummary";
1005
- const _rCe = "relevantContent";
1006
- const _rCu = "ruleConfiguration";
1007
- const _rI = "resourceId";
1008
- const _rIe = "retrieverId";
1009
- const _rL = "responseLength";
1010
- const _rM = "responseMap";
1011
- const _rS = "responseScope";
1012
- const _rT = "resourceType";
1013
- const _rTu = "ruleType";
1014
- const _re = "retrievers";
1015
- const _rea = "reason";
1016
- const _ret = "retriever";
1017
- const _ru = "rules";
1018
- const _s = "status";
1019
- const _sA = "secretArn";
1020
- const _sAc = "scoreAttributes";
1021
- const _sAe = "secretsArn";
1022
- const _sAo = "sourceAttributions";
1023
- const _sAou = "sourceAttribution";
1024
- const _sAu = "subscriptionArn";
1025
- const _sAub = "submittedAt";
1026
- const _sBN = "s3BucketName";
1027
- const _sC = "scoreConfidence";
1028
- const _sCa = "samlConfiguration";
1029
- const _sCt = "stringConfiguration";
1030
- const _sD = "sourceDetails";
1031
- const _sDIM = "sessionDurationInMinutes";
1032
- const _sE = "snippetExcerpt";
1033
- const _sF = "statusFilter";
1034
- const _sGI = "securityGroupIds";
1035
- const _sH = "statusHistory";
1036
- const _sI = "statementId";
1037
- const _sIu = "subscriptionId";
1038
- const _sIub = "subnetIds";
1039
- const _sLC = "stringListConfiguration";
1040
- const _sLV = "stringListValue";
1041
- const _sM = "systemMessage";
1042
- const _sMI = "systemMessageId";
1043
- const _sMO = "systemMessageOverride";
1044
- const _sMT = "systemMessageType";
1045
- const _sPCM = "samplePromptsControlMode";
1046
- const _sPFGM = "s3PathForGroupMembers";
1047
- const _sR = "secretsRole";
1048
- const _sS = "syncSchedule";
1049
- const _sSy = "syncStatus";
1050
- const _sT = "startTime";
1051
- const _sTM = "startTimeMilliseconds";
1052
- const _sU = "serverUrl";
1053
- const _sV = "stringValue";
1054
- const _s_ = "s3";
1055
- const _se = "search";
1056
- const _ser = "server";
1057
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qbusiness";
1058
- const _sn = "snippet";
1059
- const _sp = "sparse";
1060
- const _st = "statement";
1061
- const _sta = "state";
1062
- const _str = "streaming";
1063
- const _su = "subtitle";
1064
- const _sub = "subscriptions";
1065
- const _t = "type";
1066
- const _tA = "targetAudience";
1067
- const _tC = "topicConfigurations";
1068
- const _tCTCOU = "topicConfigurationsToCreateOrUpdate";
1069
- const _tCTD = "topicConfigurationsToDelete";
1070
- const _tDS = "textDocumentStatistics";
1071
- const _tE = "textEvent";
1072
- const _tK = "tagKeys";
1073
- const _tMS = "textMessageSegments";
1074
- const _tU = "tokenUrl";
1075
- const _ta = "tags";
1076
- const _tar = "target";
1077
- const _te = "text";
1078
- const _ti = "title";
1079
- const _tim = "time";
1080
- const _to = "tone";
1081
- const _u = "users";
1082
- const _uA = "updatedAt";
1083
- const _uAA = "userAliasesAdded";
1084
- const _uAD = "userAliasesDeleted";
1085
- const _uATD = "userAliasesToDelete";
1086
- const _uATU = "userAliasesToUpdate";
1087
- const _uAU = "userAliasesUpdated";
1088
- const _uAs = "userAliases";
1089
- const _uET = "updatedEarlierThan";
1090
- const _uG = "userGroups";
1091
- const _uGA = "userGroupAttribute";
1092
- const _uI = "userId";
1093
- const _uIA = "userIdAttribute";
1094
- const _uIs = "userIds";
1095
- const _uM = "userMessage";
1096
- const _uMI = "userMessageId";
1097
- const _un = "units";
1098
- const _ur = "url";
1099
- const _us = "usefulness";
1100
- const _use = "user";
1101
- const _v = "value";
1102
- const _vC = "vpcConfiguration";
1103
- const _vEC = "videoExtractionConfiguration";
1104
- const _vES = "videoExtractionStatus";
1105
- const _vET = "videoExtractionType";
1106
- const _vSD = "videoSourceDetails";
1107
- const _ve = "version";
1108
- const _wE = "webExperiences";
1109
- const _wEA = "webExperienceArn";
1110
- const _wEI = "webExperienceId";
1111
- const _wM = "welcomeMessage";
1112
- const n0 = "com.amazonaws.qbusiness";
1113
- var DataAccessorName = [0, n0, _DAN, 8, 0];
1114
- var KmsKeyId = [0, n0, _KKI, 8, 0];
1115
- var Payload = [0, n0, _P, 8, 0];
1116
- var AccessConfiguration$ = [3, n0, _AC,
1117
- 0,
1118
- [_aC, _mR],
1119
- [() => AccessControls, 0], 1
1120
- ];
1121
- var AccessControl$ = [3, n0, _ACc,
1122
- 0,
1123
- [_p, _mR],
1124
- [() => Principals, 0], 1
1125
- ];
1126
- var AccessDeniedException$ = [-3, n0, _ADE,
1127
- { [_e]: _c, [_hE]: 403 },
1128
- [_m],
1129
- [0], 1
1130
- ];
1131
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1132
- var ActionConfiguration$ = [3, n0, _ACct,
1133
- 0,
1134
- [_a, _fC],
1135
- [0, () => ActionFilterConfiguration$], 1
1136
- ];
1137
- var ActionExecution$ = [3, n0, _AE,
1138
- 0,
1139
- [_pI, _pa, _pFNS],
1140
- [0, () => ActionExecutionPayload, 0], 3
1141
- ];
1142
- var ActionExecutionEvent$ = [3, n0, _AEE,
1143
- 0,
1144
- [_pI, _pa, _pFNS],
1145
- [0, () => ActionExecutionPayload, 0], 3
1146
- ];
1147
- var ActionExecutionPayloadField$ = [3, n0, _AEPF,
1148
- 0,
1149
- [_v],
1150
- [15], 1
1151
- ];
1152
- var ActionFilterConfiguration$ = [3, n0, _AFC,
1153
- 0,
1154
- [_dAF],
1155
- [() => AttributeFilter$], 1
1156
- ];
1157
- var ActionReview$ = [3, n0, _AR,
1158
- 0,
1159
- [_pI, _pT, _pa, _pFNS],
1160
- [0, 0, () => ActionReviewPayload, 0]
1161
- ];
1162
- var ActionReviewEvent$ = [3, n0, _ARE,
1163
- 0,
1164
- [_cI, _uMI, _sMI, _pI, _pT, _pa, _pFNS],
1165
- [0, 0, 0, 0, 0, () => ActionReviewPayload, 0]
1166
- ];
1167
- var ActionReviewPayloadField$ = [3, n0, _ARPF,
1168
- 0,
1169
- [_dN, _dO, _dD, _t, _v, _aV, _aF, _aIJS, _r],
1170
- [0, 1, 0, 0, 15, () => ActionReviewPayloadFieldAllowedValues, 0, 15, 2]
1171
- ];
1172
- var ActionReviewPayloadFieldAllowedValue$ = [3, n0, _ARPFAV,
1173
- 0,
1174
- [_v, _dV],
1175
- [15, 15]
1176
- ];
1177
- var ActionSummary$ = [3, n0, _AS,
1178
- 0,
1179
- [_aI, _dN, _iE, _d],
1180
- [0, 0, 0, 0]
1181
- ];
1182
- var Application$ = [3, n0, _A,
1183
- 0,
1184
- [_dN, _aIp, _cA, _uA, _s, _iT, _qSC],
1185
- [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration$]
1186
- ];
1187
- var AppliedAttachmentsConfiguration$ = [3, n0, _AAC,
1188
- 0,
1189
- [_aCM],
1190
- [0]
1191
- ];
1192
- var AppliedCreatorModeConfiguration$ = [3, n0, _ACMC,
1193
- 0,
1194
- [_cMC],
1195
- [0], 1
1196
- ];
1197
- var AppliedOrchestrationConfiguration$ = [3, n0, _AOC,
1198
- 0,
1199
- [_co],
1200
- [0], 1
1201
- ];
1202
- var AssociatedGroup$ = [3, n0, _AG,
1203
- 0,
1204
- [_n, _t],
1205
- [0, 0]
1206
- ];
1207
- var AssociatedUser$ = [3, n0, _AU,
1208
- 0,
1209
- [_i, _t],
1210
- [0, 0]
1211
- ];
1212
- var AssociatePermissionRequest$ = [3, n0, _APR,
1213
- 0,
1214
- [_aIp, _sI, _ac, _pr, _con],
1215
- [[0, 1], 0, 64 | 0, 0, () => PermissionConditions], 4
1216
- ];
1217
- var AssociatePermissionResponse$ = [3, n0, _APRs,
1218
- 0,
1219
- [_st],
1220
- [0]
1221
- ];
1222
- var Attachment$ = [3, n0, _At,
1223
- 0,
1224
- [_aIt, _cI, _n, _cF, _fT, _fS, _md, _cA, _s, _e],
1225
- [0, 0, 0, () => CopyFromSource$, 0, 1, 0, 4, 0, () => ErrorDetail$]
1226
- ];
1227
- var AttachmentInput$ = [3, n0, _AI,
1228
- 0,
1229
- [_da, _n, _cF],
1230
- [21, 0, () => CopyFromSource$]
1231
- ];
1232
- var AttachmentInputEvent$ = [3, n0, _AIE,
1233
- 0,
1234
- [_at],
1235
- [() => AttachmentInput$]
1236
- ];
1237
- var AttachmentOutput$ = [3, n0, _AO,
1238
- 0,
1239
- [_n, _s, _e, _aIt, _cI],
1240
- [0, 0, () => ErrorDetail$, 0, 0]
1241
- ];
1242
- var AttachmentsConfiguration$ = [3, n0, _ACt,
1243
- 0,
1244
- [_aCM],
1245
- [0], 1
1246
- ];
1247
- var AttributeFilter$ = [3, n0, _AF,
1248
- 0,
1249
- [_aAF, _oAF, _nF, _eT, _cAo, _cAon, _gT, _gTOE, _lT, _lTOE],
1250
- [() => AttributeFilters, () => AttributeFilters, () => AttributeFilter$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$, () => DocumentAttribute$]
1251
- ];
1252
- var AudioExtractionConfiguration$ = [3, n0, _AEC,
1253
- 0,
1254
- [_aES],
1255
- [0], 1
1256
- ];
1257
- var AudioSourceDetails$ = [3, n0, _ASD,
1258
- 0,
1259
- [_mI, _mMT, _sTM, _eTM, _aET],
1260
- [0, 0, 1, 1, 0]
1261
- ];
1262
- var AuthChallengeRequest$ = [3, n0, _ACR,
1263
- 0,
1264
- [_aU],
1265
- [0], 1
1266
- ];
1267
- var AuthChallengeRequestEvent$ = [3, n0, _ACRE,
1268
- 0,
1269
- [_aU],
1270
- [0], 1
1271
- ];
1272
- var AuthChallengeResponse$ = [3, n0, _ACRu,
1273
- 0,
1274
- [_rM],
1275
- [128 | 0], 1
1276
- ];
1277
- var AuthChallengeResponseEvent$ = [3, n0, _ACREu,
1278
- 0,
1279
- [_rM],
1280
- [128 | 0], 1
1281
- ];
1282
- var AutoSubscriptionConfiguration$ = [3, n0, _ASC,
1283
- 0,
1284
- [_aS, _dST],
1285
- [0, 0], 1
1286
- ];
1287
- var BasicAuthConfiguration$ = [3, n0, _BAC,
1288
- 0,
1289
- [_sA, _rA],
1290
- [0, 0], 2
1291
- ];
1292
- var BatchDeleteDocumentRequest$ = [3, n0, _BDDR,
1293
- 0,
1294
- [_aIp, _iI, _do, _dSSI],
1295
- [[0, 1], [0, 1], () => DeleteDocuments, 0], 3
1296
- ];
1297
- var BatchDeleteDocumentResponse$ = [3, n0, _BDDRa,
1298
- 0,
1299
- [_fD],
1300
- [() => FailedDocuments]
1301
- ];
1302
- var BatchPutDocumentRequest$ = [3, n0, _BPDR,
1303
- 0,
1304
- [_aIp, _iI, _do, _rA, _dSSI],
1305
- [[0, 1], [0, 1], () => Documents, 0, 0], 3
1306
- ];
1307
- var BatchPutDocumentResponse$ = [3, n0, _BPDRa,
1308
- 0,
1309
- [_fD],
1310
- [() => FailedDocuments]
1311
- ];
1312
- var BlockedPhrasesConfiguration$ = [3, n0, _BPC,
1313
- 0,
1314
- [_bP, _sMO],
1315
- [64 | 0, 0]
1316
- ];
1317
- var BlockedPhrasesConfigurationUpdate$ = [3, n0, _BPCU,
1318
- 0,
1319
- [_bPTCOU, _bPTD, _sMO],
1320
- [64 | 0, 64 | 0, 0]
1321
- ];
1322
- var BrowserExtensionConfiguration$ = [3, n0, _BEC,
1323
- 0,
1324
- [_eBE],
1325
- [64 | 0], 1
1326
- ];
1327
- var CancelSubscriptionRequest$ = [3, n0, _CSR,
1328
- 0,
1329
- [_aIp, _sIu],
1330
- [[0, 1], [0, 1]], 2
1331
- ];
1332
- var CancelSubscriptionResponse$ = [3, n0, _CSRa,
1333
- 0,
1334
- [_sAu, _cS, _nS],
1335
- [0, () => SubscriptionDetails$, () => SubscriptionDetails$]
1336
- ];
1337
- var ChatInput$ = [3, n0, _CI,
1338
- 0,
1339
- [_aIp, _uI, _uG, _cI, _pMI, _cT, _iS],
1340
- [[0, 1], [0, { [_hQ]: _uI }], [64 | 0, { [_hQ]: _uG }], [0, { [_hQ]: _cI }], [0, { [_hQ]: _pMI }], [0, { [_hQ]: _cT, [_iTd]: 1 }], [() => ChatInputStream$, 16]], 1
1341
- ];
1342
- var ChatOutput$ = [3, n0, _CO,
1343
- 0,
1344
- [_oS],
1345
- [[() => ChatOutputStream$, 16]]
1346
- ];
1347
- var ChatResponseConfiguration$ = [3, n0, _CRC,
1348
- 0,
1349
- [_cRCI, _cRCA, _dN, _s, _rCS, _cA, _uA],
1350
- [0, 0, 0, 0, 0, 4, 4], 4
1351
- ];
1352
- var ChatResponseConfigurationDetail$ = [3, n0, _CRCD,
1353
- 0,
1354
- [_rC, _rCS, _s, _e, _uA],
1355
- [() => ResponseConfigurations, 0, 0, () => ErrorDetail$, 4]
1356
- ];
1357
- var ChatSyncInput$ = [3, n0, _CSI,
1358
- 0,
1359
- [_aIp, _uI, _uG, _uM, _att, _aE, _aCR, _cI, _pMI, _aFt, _cM, _cMCh, _cT],
1360
- [[0, 1], [0, { [_hQ]: _uI }], [64 | 0, { [_hQ]: _uG }], 0, () => AttachmentsInput, () => ActionExecution$, () => AuthChallengeResponse$, 0, 0, () => AttributeFilter$, 0, () => ChatModeConfiguration$, [0, 4]], 1
1361
- ];
1362
- var ChatSyncOutput$ = [3, n0, _CSO,
1363
- 0,
1364
- [_cI, _sM, _sMI, _uMI, _aR, _aCRu, _sAo, _fA],
1365
- [0, 0, 0, 0, () => ActionReview$, () => AuthChallengeRequest$, [() => SourceAttributions, 0], () => AttachmentsOutput]
1366
- ];
1367
- var CheckDocumentAccessRequest$ = [3, n0, _CDAR,
1368
- 0,
1369
- [_aIp, _iI, _uI, _dI, _dSI],
1370
- [[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hQ]: _dSI }]], 4
1371
- ];
1372
- var CheckDocumentAccessResponse$ = [3, n0, _CDARh,
1373
- 0,
1374
- [_uG, _uAs, _hA, _dA],
1375
- [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl$]
1376
- ];
1377
- var ConfigurationEvent$ = [3, n0, _CE,
1378
- 0,
1379
- [_cM, _cMCh, _aFt],
1380
- [0, () => ChatModeConfiguration$, () => AttributeFilter$]
1381
- ];
1382
- var ConflictException$ = [-3, n0, _CEo,
1383
- { [_e]: _c, [_hE]: 409 },
1384
- [_m, _rI, _rT],
1385
- [0, 0, 0], 3
1386
- ];
1387
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1388
- var ContentBlockerRule$ = [3, n0, _CBR,
1389
- 0,
1390
- [_sMO],
1391
- [0]
1392
- ];
1393
- var ContentRetrievalRule$ = [3, n0, _CRR,
1394
- 0,
1395
- [_eDS],
1396
- [() => EligibleDataSources]
1397
- ];
1398
- var Conversation$ = [3, n0, _C,
1399
- 0,
1400
- [_cI, _ti, _sT],
1401
- [0, 0, 4]
1402
- ];
1403
- var ConversationSource$ = [3, n0, _CS,
1404
- 0,
1405
- [_cI, _aIt],
1406
- [0, 0], 2
1407
- ];
1408
- var CreateAnonymousWebExperienceUrlRequest$ = [3, n0, _CAWEUR,
1409
- 0,
1410
- [_aIp, _wEI, _sDIM],
1411
- [[0, 1], [0, 1], 1], 2
1412
- ];
1413
- var CreateAnonymousWebExperienceUrlResponse$ = [3, n0, _CAWEURr,
1414
- 0,
1415
- [_aUn],
1416
- [0]
1417
- ];
1418
- var CreateApplicationRequest$ = [3, n0, _CAR,
1419
- 0,
1420
- [_dN, _rA, _iT, _iIPA, _iCIA, _cIFOIDC, _d, _eC, _ta, _cT, _aCt, _qAC, _pC, _qSC],
1421
- [0, 0, 0, 0, 0, 64 | 0, 0, [() => EncryptionConfiguration$, 0], () => Tags, [0, 4], () => AttachmentsConfiguration$, () => QAppsConfiguration$, () => PersonalizationConfiguration$, () => QuickSightConfiguration$], 1
1422
- ];
1423
- var CreateApplicationResponse$ = [3, n0, _CARr,
1424
- 0,
1425
- [_aIp, _aA],
1426
- [0, 0]
1427
- ];
1428
- var CreateChatResponseConfigurationRequest$ = [3, n0, _CCRCR,
1429
- 0,
1430
- [_aIp, _dN, _rC, _cT, _ta],
1431
- [[0, 1], 0, () => ResponseConfigurations, [0, 4], () => Tags], 3
1432
- ];
1433
- var CreateChatResponseConfigurationResponse$ = [3, n0, _CCRCRr,
1434
- 0,
1435
- [_cRCI, _cRCA],
1436
- [0, 0], 2
1437
- ];
1438
- var CreateDataAccessorRequest$ = [3, n0, _CDARr,
1439
- 0,
1440
- [_aIp, _pr, _aCc, _dN, _cT, _aD, _ta],
1441
- [[0, 1], 0, () => ActionConfigurationList, [() => DataAccessorName, 0], [0, 4], () => DataAccessorAuthenticationDetail$, () => Tags], 4
1442
- ];
1443
- var CreateDataAccessorResponse$ = [3, n0, _CDARre,
1444
- 0,
1445
- [_dAI, _iAA, _dAA],
1446
- [0, 0, 0], 3
1447
- ];
1448
- var CreateDataSourceRequest$ = [3, n0, _CDSR,
1449
- 0,
1450
- [_aIp, _iI, _dN, _conf, _vC, _d, _ta, _sS, _rA, _cT, _dEC, _mEC],
1451
- [[0, 1], [0, 1], 0, 15, () => DataSourceVpcConfiguration$, 0, () => Tags, 0, 0, [0, 4], () => DocumentEnrichmentConfiguration$, () => MediaExtractionConfiguration$], 4
1452
- ];
1453
- var CreateDataSourceResponse$ = [3, n0, _CDSRr,
1454
- 0,
1455
- [_dSI, _dSA],
1456
- [0, 0]
1457
- ];
1458
- var CreateIndexRequest$ = [3, n0, _CIR,
1459
- 0,
1460
- [_aIp, _dN, _d, _t, _ta, _cC, _cT],
1461
- [[0, 1], 0, 0, 0, () => Tags, () => IndexCapacityConfiguration$, [0, 4]], 2
1462
- ];
1463
- var CreateIndexResponse$ = [3, n0, _CIRr,
1464
- 0,
1465
- [_iI, _iA],
1466
- [0, 0]
1467
- ];
1468
- var CreatePluginRequest$ = [3, n0, _CPR,
1469
- 0,
1470
- [_aIp, _dN, _t, _aCu, _sU, _cPC, _ta, _cT],
1471
- [[0, 1], 0, 0, () => PluginAuthConfiguration$, 0, [() => CustomPluginConfiguration$, 0], () => Tags, [0, 4]], 4
1472
- ];
1473
- var CreatePluginResponse$ = [3, n0, _CPRr,
1474
- 0,
1475
- [_pI, _pA, _bS],
1476
- [0, 0, 0]
1477
- ];
1478
- var CreateRetrieverRequest$ = [3, n0, _CRRr,
1479
- 0,
1480
- [_aIp, _t, _dN, _conf, _rA, _cT, _ta],
1481
- [[0, 1], 0, 0, () => RetrieverConfiguration$, 0, [0, 4], () => Tags], 4
1482
- ];
1483
- var CreateRetrieverResponse$ = [3, n0, _CRRre,
1484
- 0,
1485
- [_rIe, _rAe],
1486
- [0, 0]
1487
- ];
1488
- var CreateSubscriptionRequest$ = [3, n0, _CSRr,
1489
- 0,
1490
- [_aIp, _pr, _t, _cT],
1491
- [[0, 1], () => SubscriptionPrincipal$, 0, [0, 4]], 3
1492
- ];
1493
- var CreateSubscriptionResponse$ = [3, n0, _CSRre,
1494
- 0,
1495
- [_sIu, _sAu, _cS, _nS],
1496
- [0, 0, () => SubscriptionDetails$, () => SubscriptionDetails$]
1497
- ];
1498
- var CreateUserRequest$ = [3, n0, _CUR,
1499
- 0,
1500
- [_aIp, _uI, _uAs, _cT],
1501
- [[0, 1], 0, () => UserAliases, [0, 4]], 2
1502
- ];
1503
- var CreateUserResponse$ = [3, n0, _CURr,
1504
- 0,
1505
- [],
1506
- []
1507
- ];
1508
- var CreateWebExperienceRequest$ = [3, n0, _CWER,
1509
- 0,
1510
- [_aIp, _ti, _su, _wM, _sPCM, _o, _rA, _ta, _cT, _iPC, _bEC, _cCu],
1511
- [[0, 1], 0, 0, 0, 0, 64 | 0, 0, () => Tags, [0, 4], () => IdentityProviderConfiguration$, () => BrowserExtensionConfiguration$, () => CustomizationConfiguration$], 1
1512
- ];
1513
- var CreateWebExperienceResponse$ = [3, n0, _CWERr,
1514
- 0,
1515
- [_wEI, _wEA],
1516
- [0, 0]
1517
- ];
1518
- var CreatorModeConfiguration$ = [3, n0, _CMC,
1519
- 0,
1520
- [_cMC],
1521
- [0], 1
1522
- ];
1523
- var CustomizationConfiguration$ = [3, n0, _CC,
1524
- 0,
1525
- [_cCSSU, _lU, _fU, _fUa],
1526
- [0, 0, 0, 0]
1527
- ];
1528
- var CustomPluginConfiguration$ = [3, n0, _CPC,
1529
- 0,
1530
- [_d, _aST, _aSp],
1531
- [0, 0, [() => APISchema$, 0]], 2
1532
- ];
1533
- var DataAccessor$ = [3, n0, _DA,
1534
- 0,
1535
- [_dN, _dAI, _dAA, _iAA, _pr, _aD, _cA, _uA],
1536
- [[() => DataAccessorName, 0], 0, 0, 0, 0, () => DataAccessorAuthenticationDetail$, 4, 4]
1537
- ];
1538
- var DataAccessorAuthenticationDetail$ = [3, n0, _DAAD,
1539
- 0,
1540
- [_aT, _aCut, _eI],
1541
- [0, () => DataAccessorAuthenticationConfiguration$, 64 | 0], 1
1542
- ];
1543
- var DataAccessorIdcTrustedTokenIssuerConfiguration$ = [3, n0, _DAITTIC,
1544
- 0,
1545
- [_iTTIA],
1546
- [0], 1
1547
- ];
1548
- var DataSource$ = [3, n0, _DS,
1549
- 0,
1550
- [_dN, _dSI, _t, _cA, _uA, _s],
1551
- [0, 0, 0, 4, 4, 0]
1552
- ];
1553
- var DataSourceSyncJob$ = [3, n0, _DSSJ,
1554
- 0,
1555
- [_eIx, _sT, _eTn, _s, _e, _dSEC, _me],
1556
- [0, 4, 4, 0, () => ErrorDetail$, 0, () => DataSourceSyncJobMetrics$]
1557
- ];
1558
- var DataSourceSyncJobMetrics$ = [3, n0, _DSSJM,
1559
- 0,
1560
- [_dAo, _dM, _dDo, _dF, _dS],
1561
- [0, 0, 0, 0, 0]
1562
- ];
1563
- var DataSourceVpcConfiguration$ = [3, n0, _DSVC,
1564
- 0,
1565
- [_sIub, _sGI],
1566
- [64 | 0, 64 | 0], 2
1567
- ];
1568
- var DateAttributeBoostingConfiguration$ = [3, n0, _DABC,
1569
- 0,
1570
- [_bL, _bDIS],
1571
- [0, 1], 1
1572
- ];
1573
- var DeleteApplicationRequest$ = [3, n0, _DAR,
1574
- 0,
1575
- [_aIp],
1576
- [[0, 1]], 1
1577
- ];
1578
- var DeleteApplicationResponse$ = [3, n0, _DARe,
1579
- 0,
1580
- [],
1581
- []
1582
- ];
1583
- var DeleteAttachmentRequest$ = [3, n0, _DARel,
1584
- 0,
1585
- [_aIp, _cI, _aIt, _uI],
1586
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _uI }]], 3
1587
- ];
1588
- var DeleteAttachmentResponse$ = [3, n0, _DARele,
1589
- 0,
1590
- [],
1591
- []
1592
- ];
1593
- var DeleteChatControlsConfigurationRequest$ = [3, n0, _DCCCR,
1594
- 0,
1595
- [_aIp],
1596
- [[0, 1]], 1
1597
- ];
1598
- var DeleteChatControlsConfigurationResponse$ = [3, n0, _DCCCRe,
1599
- 0,
1600
- [],
1601
- []
1602
- ];
1603
- var DeleteChatResponseConfigurationRequest$ = [3, n0, _DCRCR,
1604
- 0,
1605
- [_aIp, _cRCI],
1606
- [[0, 1], [0, 1]], 2
1607
- ];
1608
- var DeleteChatResponseConfigurationResponse$ = [3, n0, _DCRCRe,
1609
- 0,
1610
- [],
1611
- []
1612
- ];
1613
- var DeleteConversationRequest$ = [3, n0, _DCR,
1614
- 0,
1615
- [_cI, _aIp, _uI],
1616
- [[0, 1], [0, 1], [0, { [_hQ]: _uI }]], 2
1617
- ];
1618
- var DeleteConversationResponse$ = [3, n0, _DCRe,
1619
- 0,
1620
- [],
1621
- []
1622
- ];
1623
- var DeleteDataAccessorRequest$ = [3, n0, _DDAR,
1624
- 0,
1625
- [_aIp, _dAI],
1626
- [[0, 1], [0, 1]], 2
1627
- ];
1628
- var DeleteDataAccessorResponse$ = [3, n0, _DDARe,
1629
- 0,
1630
- [],
1631
- []
1632
- ];
1633
- var DeleteDataSourceRequest$ = [3, n0, _DDSR,
1634
- 0,
1635
- [_aIp, _iI, _dSI],
1636
- [[0, 1], [0, 1], [0, 1]], 3
1637
- ];
1638
- var DeleteDataSourceResponse$ = [3, n0, _DDSRe,
1639
- 0,
1640
- [],
1641
- []
1642
- ];
1643
- var DeleteDocument$ = [3, n0, _DD,
1644
- 0,
1645
- [_dI],
1646
- [0], 1
1647
- ];
1648
- var DeleteGroupRequest$ = [3, n0, _DGR,
1649
- 0,
1650
- [_aIp, _iI, _gN, _dSI],
1651
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _dSI }]], 3
1652
- ];
1653
- var DeleteGroupResponse$ = [3, n0, _DGRe,
1654
- 0,
1655
- [],
1656
- []
1657
- ];
1658
- var DeleteIndexRequest$ = [3, n0, _DIR,
1659
- 0,
1660
- [_aIp, _iI],
1661
- [[0, 1], [0, 1]], 2
1662
- ];
1663
- var DeleteIndexResponse$ = [3, n0, _DIRe,
1664
- 0,
1665
- [],
1666
- []
1667
- ];
1668
- var DeletePluginRequest$ = [3, n0, _DPR,
1669
- 0,
1670
- [_aIp, _pI],
1671
- [[0, 1], [0, 1]], 2
1672
- ];
1673
- var DeletePluginResponse$ = [3, n0, _DPRe,
1674
- 0,
1675
- [],
1676
- []
1677
- ];
1678
- var DeleteRetrieverRequest$ = [3, n0, _DRR,
1679
- 0,
1680
- [_aIp, _rIe],
1681
- [[0, 1], [0, 1]], 2
1682
- ];
1683
- var DeleteRetrieverResponse$ = [3, n0, _DRRe,
1684
- 0,
1685
- [],
1686
- []
1687
- ];
1688
- var DeleteUserRequest$ = [3, n0, _DUR,
1689
- 0,
1690
- [_aIp, _uI],
1691
- [[0, 1], [0, 1]], 2
1692
- ];
1693
- var DeleteUserResponse$ = [3, n0, _DURe,
1694
- 0,
1695
- [],
1696
- []
1697
- ];
1698
- var DeleteWebExperienceRequest$ = [3, n0, _DWER,
1699
- 0,
1700
- [_aIp, _wEI],
1701
- [[0, 1], [0, 1]], 2
1702
- ];
1703
- var DeleteWebExperienceResponse$ = [3, n0, _DWERe,
1704
- 0,
1705
- [],
1706
- []
1707
- ];
1708
- var DisassociatePermissionRequest$ = [3, n0, _DPRi,
1709
- 0,
1710
- [_aIp, _sI],
1711
- [[0, 1], [0, 1]], 2
1712
- ];
1713
- var DisassociatePermissionResponse$ = [3, n0, _DPRis,
1714
- 0,
1715
- [],
1716
- []
1717
- ];
1718
- var Document$ = [3, n0, _D,
1719
- 0,
1720
- [_i, _attr, _cont, _cTo, _ti, _aCcc, _dEC, _mEC],
1721
- [0, () => DocumentAttributes, () => DocumentContent$, 0, 0, () => AccessConfiguration$, () => DocumentEnrichmentConfiguration$, () => MediaExtractionConfiguration$], 1
1722
- ];
1723
- var DocumentAcl$ = [3, n0, _DAo,
1724
- 0,
1725
- [_al, _dL],
1726
- [() => DocumentAclMembership$, () => DocumentAclMembership$]
1727
- ];
1728
- var DocumentAclCondition$ = [3, n0, _DAC,
1729
- 0,
1730
- [_mR, _u, _g],
1731
- [0, () => DocumentAclUsers, () => DocumentAclGroups]
1732
- ];
1733
- var DocumentAclGroup$ = [3, n0, _DAG,
1734
- 0,
1735
- [_n, _t],
1736
- [0, 0]
1737
- ];
1738
- var DocumentAclMembership$ = [3, n0, _DAM,
1739
- 0,
1740
- [_mR, _con],
1741
- [0, () => DocumentAclConditions]
1742
- ];
1743
- var DocumentAclUser$ = [3, n0, _DAU,
1744
- 0,
1745
- [_i, _t],
1746
- [0, 0]
1747
- ];
1748
- var DocumentAttribute$ = [3, n0, _DAoc,
1749
- 0,
1750
- [_n, _v],
1751
- [0, () => DocumentAttributeValue$], 2
1752
- ];
1753
- var DocumentAttributeCondition$ = [3, n0, _DACo,
1754
- 0,
1755
- [_k, _op, _v],
1756
- [0, 0, () => DocumentAttributeValue$], 2
1757
- ];
1758
- var DocumentAttributeConfiguration$ = [3, n0, _DACoc,
1759
- 0,
1760
- [_n, _t, _se],
1761
- [0, 0, 0]
1762
- ];
1763
- var DocumentAttributeTarget$ = [3, n0, _DAT,
1764
- 0,
1765
- [_k, _v, _aVO],
1766
- [0, () => DocumentAttributeValue$, 0], 1
1767
- ];
1768
- var DocumentDetails$ = [3, n0, _DDo,
1769
- 0,
1770
- [_dI, _s, _e, _cA, _uA],
1771
- [0, 0, () => ErrorDetail$, 4, 4]
1772
- ];
1773
- var DocumentEnrichmentConfiguration$ = [3, n0, _DEC,
1774
- 0,
1775
- [_iC, _pEHC, _pEHCo],
1776
- [() => InlineDocumentEnrichmentConfigurations, () => HookConfiguration$, () => HookConfiguration$]
1777
- ];
1778
- var EligibleDataSource$ = [3, n0, _EDS,
1779
- 0,
1780
- [_iI, _dSI],
1781
- [0, 0]
1782
- ];
1783
- var EncryptionConfiguration$ = [3, n0, _EC,
1784
- 0,
1785
- [_kKI],
1786
- [[() => KmsKeyId, 0]]
1787
- ];
1788
- var EndOfInputEvent$ = [3, n0, _EOIE,
1789
- 0,
1790
- [],
1791
- []
1792
- ];
1793
- var ErrorDetail$ = [3, n0, _ED,
1794
- 0,
1795
- [_eM, _eCr],
1796
- [0, 0]
1797
- ];
1798
- var ExternalResourceException$ = [-3, n0, _ERE,
1799
- { [_e]: _c, [_hE]: 424 },
1800
- [_m],
1801
- [0], 1
1802
- ];
1803
- schema.TypeRegistry.for(n0).registerError(ExternalResourceException$, ExternalResourceException);
1804
- var FailedAttachmentEvent$ = [3, n0, _FAE,
1805
- 0,
1806
- [_cI, _uMI, _sMI, _at],
1807
- [0, 0, 0, () => AttachmentOutput$]
1808
- ];
1809
- var FailedDocument$ = [3, n0, _FD,
1810
- 0,
1811
- [_i, _e, _dSI],
1812
- [0, () => ErrorDetail$, 0]
1813
- ];
1814
- var GetApplicationRequest$ = [3, n0, _GAR,
1815
- 0,
1816
- [_aIp],
1817
- [[0, 1]], 1
1818
- ];
1819
- var GetApplicationResponse$ = [3, n0, _GARe,
1820
- 0,
1821
- [_dN, _aIp, _aA, _iT, _iIPA, _iCAA, _rA, _s, _d, _eC, _cA, _uA, _e, _aCt, _qAC, _pC, _aSC, _cIFOIDC, _qSC],
1822
- [0, 0, 0, 0, 0, 0, 0, 0, 0, [() => EncryptionConfiguration$, 0], 4, 4, () => ErrorDetail$, () => AppliedAttachmentsConfiguration$, () => QAppsConfiguration$, () => PersonalizationConfiguration$, () => AutoSubscriptionConfiguration$, 64 | 0, () => QuickSightConfiguration$]
1823
- ];
1824
- var GetChatControlsConfigurationRequest$ = [3, n0, _GCCCR,
1825
- 0,
1826
- [_aIp, _mRa, _nT],
1827
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
1828
- ];
1829
- var GetChatControlsConfigurationResponse$ = [3, n0, _GCCCRe,
1830
- 0,
1831
- [_rS, _oC, _bP, _tC, _cMCr, _nT, _hRC],
1832
- [0, () => AppliedOrchestrationConfiguration$, () => BlockedPhrasesConfiguration$, () => TopicConfigurations, () => AppliedCreatorModeConfiguration$, 0, () => HallucinationReductionConfiguration$]
1833
- ];
1834
- var GetChatResponseConfigurationRequest$ = [3, n0, _GCRCR,
1835
- 0,
1836
- [_aIp, _cRCI],
1837
- [[0, 1], [0, 1]], 2
1838
- ];
1839
- var GetChatResponseConfigurationResponse$ = [3, n0, _GCRCRe,
1840
- 0,
1841
- [_cRCI, _cRCA, _dN, _cA, _iUC, _lUC],
1842
- [0, 0, 0, 4, () => ChatResponseConfigurationDetail$, () => ChatResponseConfigurationDetail$]
1843
- ];
1844
- var GetDataAccessorRequest$ = [3, n0, _GDAR,
1845
- 0,
1846
- [_aIp, _dAI],
1847
- [[0, 1], [0, 1]], 2
1848
- ];
1849
- var GetDataAccessorResponse$ = [3, n0, _GDARe,
1850
- 0,
1851
- [_dN, _dAI, _dAA, _aIp, _iAA, _pr, _aCc, _aD, _cA, _uA],
1852
- [[() => DataAccessorName, 0], 0, 0, 0, 0, 0, () => ActionConfigurationList, () => DataAccessorAuthenticationDetail$, 4, 4]
1853
- ];
1854
- var GetDataSourceRequest$ = [3, n0, _GDSR,
1855
- 0,
1856
- [_aIp, _iI, _dSI],
1857
- [[0, 1], [0, 1], [0, 1]], 3
1858
- ];
1859
- var GetDataSourceResponse$ = [3, n0, _GDSRe,
1860
- 0,
1861
- [_aIp, _iI, _dSI, _dSA, _dN, _t, _conf, _vC, _cA, _uA, _d, _s, _sS, _rA, _e, _dEC, _mEC],
1862
- [0, 0, 0, 0, 0, 0, 15, () => DataSourceVpcConfiguration$, 4, 4, 0, 0, 0, 0, () => ErrorDetail$, () => DocumentEnrichmentConfiguration$, () => MediaExtractionConfiguration$]
1863
- ];
1864
- var GetDocumentContentRequest$ = [3, n0, _GDCR,
1865
- 0,
1866
- [_aIp, _iI, _dI, _dSI, _oF],
1867
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _dSI }], [0, { [_hQ]: _oF }]], 3
1868
- ];
1869
- var GetDocumentContentResponse$ = [3, n0, _GDCRe,
1870
- 0,
1871
- [_pU, _mT],
1872
- [0, 0], 2
1873
- ];
1874
- var GetGroupRequest$ = [3, n0, _GGR,
1875
- 0,
1876
- [_aIp, _iI, _gN, _dSI],
1877
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _dSI }]], 3
1878
- ];
1879
- var GetGroupResponse$ = [3, n0, _GGRe,
1880
- 0,
1881
- [_s, _sH],
1882
- [() => GroupStatusDetail$, () => GroupStatusDetails]
1883
- ];
1884
- var GetIndexRequest$ = [3, n0, _GIR,
1885
- 0,
1886
- [_aIp, _iI],
1887
- [[0, 1], [0, 1]], 2
1888
- ];
1889
- var GetIndexResponse$ = [3, n0, _GIRe,
1890
- 0,
1891
- [_aIp, _iI, _dN, _iA, _s, _t, _d, _cA, _uA, _cC, _dAC, _e, _iSn],
1892
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => IndexCapacityConfiguration$, () => DocumentAttributeConfigurations, () => ErrorDetail$, () => IndexStatistics$]
1893
- ];
1894
- var GetMediaRequest$ = [3, n0, _GMR,
1895
- 0,
1896
- [_aIp, _cI, _mIe, _mI],
1897
- [[0, 1], [0, 1], [0, 1], [0, 1]], 4
1898
- ];
1899
- var GetMediaResponse$ = [3, n0, _GMRe,
1900
- 0,
1901
- [_mB, _mMT],
1902
- [21, 0]
1903
- ];
1904
- var GetPluginRequest$ = [3, n0, _GPR,
1905
- 0,
1906
- [_aIp, _pI],
1907
- [[0, 1], [0, 1]], 2
1908
- ];
1909
- var GetPluginResponse$ = [3, n0, _GPRe,
1910
- 0,
1911
- [_aIp, _pI, _dN, _t, _sU, _aCu, _cPC, _bS, _pA, _sta, _cA, _uA],
1912
- [0, 0, 0, 0, 0, () => PluginAuthConfiguration$, [() => CustomPluginConfiguration$, 0], 0, 0, 0, 4, 4]
1913
- ];
1914
- var GetPolicyRequest$ = [3, n0, _GPRet,
1915
- 0,
1916
- [_aIp],
1917
- [[0, 1]], 1
1918
- ];
1919
- var GetPolicyResponse$ = [3, n0, _GPReto,
1920
- 0,
1921
- [_po],
1922
- [0]
1923
- ];
1924
- var GetRetrieverRequest$ = [3, n0, _GRR,
1925
- 0,
1926
- [_aIp, _rIe],
1927
- [[0, 1], [0, 1]], 2
1928
- ];
1929
- var GetRetrieverResponse$ = [3, n0, _GRRe,
1930
- 0,
1931
- [_aIp, _rIe, _rAe, _t, _s, _dN, _conf, _rA, _cA, _uA],
1932
- [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration$, 0, 4, 4]
1933
- ];
1934
- var GetUserRequest$ = [3, n0, _GUR,
1935
- 0,
1936
- [_aIp, _uI],
1937
- [[0, 1], [0, 1]], 2
1938
- ];
1939
- var GetUserResponse$ = [3, n0, _GURe,
1940
- 0,
1941
- [_uAs],
1942
- [() => UserAliases]
1943
- ];
1944
- var GetWebExperienceRequest$ = [3, n0, _GWER,
1945
- 0,
1946
- [_aIp, _wEI],
1947
- [[0, 1], [0, 1]], 2
1948
- ];
1949
- var GetWebExperienceResponse$ = [3, n0, _GWERe,
1950
- 0,
1951
- [_aIp, _wEI, _wEA, _dE, _s, _cA, _uA, _ti, _su, _wM, _sPCM, _o, _rA, _iPC, _aCut, _e, _bEC, _cCu],
1952
- [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 64 | 0, 0, () => IdentityProviderConfiguration$, () => WebExperienceAuthConfiguration$, () => ErrorDetail$, () => BrowserExtensionConfiguration$, () => CustomizationConfiguration$]
1953
- ];
1954
- var GroupMembers$ = [3, n0, _GM,
1955
- 0,
1956
- [_mG, _mU, _sPFGM],
1957
- [() => MemberGroups, () => MemberUsers, () => S3$]
1958
- ];
1959
- var GroupStatusDetail$ = [3, n0, _GSD,
1960
- 0,
1961
- [_s, _lUA, _eD],
1962
- [0, 4, () => ErrorDetail$]
1963
- ];
1964
- var GroupSummary$ = [3, n0, _GS,
1965
- 0,
1966
- [_gN],
1967
- [0]
1968
- ];
1969
- var HallucinationReductionConfiguration$ = [3, n0, _HRC,
1970
- 0,
1971
- [_hRCa],
1972
- [0]
1973
- ];
1974
- var HookConfiguration$ = [3, n0, _HC,
1975
- 0,
1976
- [_iCn, _lA, _sBN, _rA],
1977
- [() => DocumentAttributeCondition$, 0, 0, 0]
1978
- ];
1979
- var IdcAuthConfiguration$ = [3, n0, _IAC,
1980
- 0,
1981
- [_iAA, _rA],
1982
- [0, 0], 2
1983
- ];
1984
- var ImageExtractionConfiguration$ = [3, n0, _IEC,
1985
- 0,
1986
- [_iES],
1987
- [0], 1
1988
- ];
1989
- var ImageSourceDetails$ = [3, n0, _ISD,
1990
- 0,
1991
- [_mI, _mMT],
1992
- [0, 0]
1993
- ];
1994
- var Index$ = [3, n0, _I,
1995
- 0,
1996
- [_dN, _iI, _cA, _uA, _s],
1997
- [0, 0, 4, 4, 0]
1998
- ];
1999
- var IndexCapacityConfiguration$ = [3, n0, _ICC,
2000
- 0,
2001
- [_un],
2002
- [1]
2003
- ];
2004
- var IndexStatistics$ = [3, n0, _IS,
2005
- 0,
2006
- [_tDS],
2007
- [() => TextDocumentStatistics$]
2008
- ];
2009
- var InlineDocumentEnrichmentConfiguration$ = [3, n0, _IDEC,
2010
- 0,
2011
- [_cond, _tar, _dCO],
2012
- [() => DocumentAttributeCondition$, () => DocumentAttributeTarget$, 0]
2013
- ];
2014
- var InstructionCollection$ = [3, n0, _IC,
2015
- 0,
2016
- [_rL, _tA, _pe, _oSu, _id, _to, _cIu, _ex],
2017
- [0, 0, 0, 0, 0, 0, 0, 0]
2018
- ];
2019
- var InternalServerException$ = [-3, n0, _ISE,
2020
- { [_e]: _ser, [_hE]: 500 },
2021
- [_m],
2022
- [0], 1
2023
- ];
2024
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
2025
- var KendraIndexConfiguration$ = [3, n0, _KIC,
2026
- 0,
2027
- [_iI],
2028
- [0], 1
2029
- ];
2030
- var LicenseNotFoundException$ = [-3, n0, _LNFE,
2031
- { [_e]: _c, [_hE]: 400 },
2032
- [_m],
2033
- [0], 1
2034
- ];
2035
- schema.TypeRegistry.for(n0).registerError(LicenseNotFoundException$, LicenseNotFoundException);
2036
- var ListApplicationsRequest$ = [3, n0, _LAR,
2037
- 0,
2038
- [_nT, _mRa],
2039
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
2040
- ];
2041
- var ListApplicationsResponse$ = [3, n0, _LARi,
2042
- 0,
2043
- [_nT, _ap],
2044
- [0, () => Applications]
2045
- ];
2046
- var ListAttachmentsRequest$ = [3, n0, _LARis,
2047
- 0,
2048
- [_aIp, _cI, _uI, _nT, _mRa],
2049
- [[0, 1], [0, { [_hQ]: _cI }], [0, { [_hQ]: _uI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2050
- ];
2051
- var ListAttachmentsResponse$ = [3, n0, _LARist,
2052
- 0,
2053
- [_att, _nT],
2054
- [() => AttachmentList, 0]
2055
- ];
2056
- var ListChatResponseConfigurationsRequest$ = [3, n0, _LCRCR,
2057
- 0,
2058
- [_aIp, _mRa, _nT],
2059
- [[0, 1], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 1
2060
- ];
2061
- var ListChatResponseConfigurationsResponse$ = [3, n0, _LCRCRi,
2062
- 0,
2063
- [_cRC, _nT],
2064
- [() => ChatResponseConfigurations, 0]
2065
- ];
2066
- var ListConversationsRequest$ = [3, n0, _LCR,
2067
- 0,
2068
- [_aIp, _uI, _nT, _mRa],
2069
- [[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2070
- ];
2071
- var ListConversationsResponse$ = [3, n0, _LCRi,
2072
- 0,
2073
- [_nT, _conv],
2074
- [0, () => Conversations]
2075
- ];
2076
- var ListDataAccessorsRequest$ = [3, n0, _LDAR,
2077
- 0,
2078
- [_aIp, _nT, _mRa],
2079
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2080
- ];
2081
- var ListDataAccessorsResponse$ = [3, n0, _LDARi,
2082
- 0,
2083
- [_dAa, _nT],
2084
- [[() => DataAccessors, 0], 0]
2085
- ];
2086
- var ListDataSourcesRequest$ = [3, n0, _LDSR,
2087
- 0,
2088
- [_aIp, _iI, _nT, _mRa],
2089
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
2090
- ];
2091
- var ListDataSourcesResponse$ = [3, n0, _LDSRi,
2092
- 0,
2093
- [_dSa, _nT],
2094
- [() => DataSources, 0]
2095
- ];
2096
- var ListDataSourceSyncJobsRequest$ = [3, n0, _LDSSJR,
2097
- 0,
2098
- [_dSI, _aIp, _iI, _nT, _mRa, _sT, _eTn, _sF],
2099
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eTn }], [0, { [_hQ]: _sSy }]], 3
2100
- ];
2101
- var ListDataSourceSyncJobsResponse$ = [3, n0, _LDSSJRi,
2102
- 0,
2103
- [_h, _nT],
2104
- [() => DataSourceSyncJobs, 0]
2105
- ];
2106
- var ListDocumentsRequest$ = [3, n0, _LDR,
2107
- 0,
2108
- [_aIp, _iI, _dSIa, _nT, _mRa],
2109
- [[0, 1], [0, 1], [64 | 0, { [_hQ]: _dSIa }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
2110
- ];
2111
- var ListDocumentsResponse$ = [3, n0, _LDRi,
2112
- 0,
2113
- [_dDL, _nT],
2114
- [() => DocumentDetailList, 0]
2115
- ];
2116
- var ListGroupsRequest$ = [3, n0, _LGR,
2117
- 0,
2118
- [_aIp, _iI, _uET, _dSI, _nT, _mRa],
2119
- [[0, 1], [0, 1], [4, { [_hQ]: _uET }], [0, { [_hQ]: _dSI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 3
2120
- ];
2121
- var ListGroupsResponse$ = [3, n0, _LGRi,
2122
- 0,
2123
- [_nT, _it],
2124
- [0, () => GroupSummaryList]
2125
- ];
2126
- var ListIndicesRequest$ = [3, n0, _LIR,
2127
- 0,
2128
- [_aIp, _nT, _mRa],
2129
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2130
- ];
2131
- var ListIndicesResponse$ = [3, n0, _LIRi,
2132
- 0,
2133
- [_nT, _in],
2134
- [0, () => Indices]
2135
- ];
2136
- var ListMessagesRequest$ = [3, n0, _LMR,
2137
- 0,
2138
- [_cI, _aIp, _uI, _nT, _mRa],
2139
- [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
2140
- ];
2141
- var ListMessagesResponse$ = [3, n0, _LMRi,
2142
- 0,
2143
- [_mes, _nT],
2144
- [[() => Messages, 0], 0]
2145
- ];
2146
- var ListPluginActionsRequest$ = [3, n0, _LPAR,
2147
- 0,
2148
- [_aIp, _pI, _nT, _mRa],
2149
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 2
2150
- ];
2151
- var ListPluginActionsResponse$ = [3, n0, _LPARi,
2152
- 0,
2153
- [_nT, _it],
2154
- [0, () => Actions]
2155
- ];
2156
- var ListPluginsRequest$ = [3, n0, _LPR,
2157
- 0,
2158
- [_aIp, _nT, _mRa],
2159
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2160
- ];
2161
- var ListPluginsResponse$ = [3, n0, _LPRi,
2162
- 0,
2163
- [_nT, _pl],
2164
- [0, () => Plugins]
2165
- ];
2166
- var ListPluginTypeActionsRequest$ = [3, n0, _LPTAR,
2167
- 0,
2168
- [_pT, _nT, _mRa],
2169
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2170
- ];
2171
- var ListPluginTypeActionsResponse$ = [3, n0, _LPTARi,
2172
- 0,
2173
- [_nT, _it],
2174
- [0, () => Actions]
2175
- ];
2176
- var ListPluginTypeMetadataRequest$ = [3, n0, _LPTMR,
2177
- 0,
2178
- [_nT, _mRa],
2179
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
2180
- ];
2181
- var ListPluginTypeMetadataResponse$ = [3, n0, _LPTMRi,
2182
- 0,
2183
- [_nT, _it],
2184
- [0, () => ListPluginTypeMetadataSummaries]
2185
- ];
2186
- var ListRetrieversRequest$ = [3, n0, _LRR,
2187
- 0,
2188
- [_aIp, _nT, _mRa],
2189
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2190
- ];
2191
- var ListRetrieversResponse$ = [3, n0, _LRRi,
2192
- 0,
2193
- [_re, _nT],
2194
- [() => Retrievers, 0]
2195
- ];
2196
- var ListSubscriptionsRequest$ = [3, n0, _LSR,
2197
- 0,
2198
- [_aIp, _nT, _mRa],
2199
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2200
- ];
2201
- var ListSubscriptionsResponse$ = [3, n0, _LSRi,
2202
- 0,
2203
- [_nT, _sub],
2204
- [0, () => Subscriptions]
2205
- ];
2206
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2207
- 0,
2208
- [_rARN],
2209
- [[0, 1]], 1
2210
- ];
2211
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2212
- 0,
2213
- [_ta],
2214
- [() => Tags]
2215
- ];
2216
- var ListWebExperiencesRequest$ = [3, n0, _LWER,
2217
- 0,
2218
- [_aIp, _nT, _mRa],
2219
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
2220
- ];
2221
- var ListWebExperiencesResponse$ = [3, n0, _LWERi,
2222
- 0,
2223
- [_wE, _nT],
2224
- [() => WebExperiences, 0]
2225
- ];
2226
- var MediaExtractionConfiguration$ = [3, n0, _MEC,
2227
- 0,
2228
- [_iEC, _aEC, _vEC],
2229
- [() => ImageExtractionConfiguration$, () => AudioExtractionConfiguration$, () => VideoExtractionConfiguration$]
2230
- ];
2231
- var MediaTooLargeException$ = [-3, n0, _MTLE,
2232
- { [_e]: _c, [_hE]: 400 },
2233
- [_m],
2234
- [0], 1
2235
- ];
2236
- schema.TypeRegistry.for(n0).registerError(MediaTooLargeException$, MediaTooLargeException);
2237
- var MemberGroup$ = [3, n0, _MG,
2238
- 0,
2239
- [_gN, _t],
2240
- [0, 0], 1
2241
- ];
2242
- var MemberUser$ = [3, n0, _MU,
2243
- 0,
2244
- [_uI, _t],
2245
- [0, 0], 1
2246
- ];
2247
- var Message$ = [3, n0, _M,
2248
- 0,
2249
- [_mIe, _b, _tim, _t, _att, _sAou, _aR, _aE],
2250
- [0, 0, 4, 0, () => AttachmentsOutput, [() => SourceAttributions, 0], () => ActionReview$, () => ActionExecution$]
2251
- ];
2252
- var MessageUsefulnessFeedback$ = [3, n0, _MUF,
2253
- 0,
2254
- [_us, _sAub, _rea, _com],
2255
- [0, 4, 0, 0], 2
2256
- ];
2257
- var MetadataEvent$ = [3, n0, _ME,
2258
- 0,
2259
- [_cI, _uMI, _sMI, _sAo, _fTM],
2260
- [0, 0, 0, [() => SourceAttributions, 0], 0]
2261
- ];
2262
- var NativeIndexConfiguration$ = [3, n0, _NIC,
2263
- 0,
2264
- [_iI, _ve, _bO],
2265
- [0, 1, () => DocumentAttributeBoostingOverrideMap], 1
2266
- ];
2267
- var NoAuthConfiguration$ = [3, n0, _NAC,
2268
- 0,
2269
- [],
2270
- []
2271
- ];
2272
- var NumberAttributeBoostingConfiguration$ = [3, n0, _NABC,
2273
- 0,
2274
- [_bL, _bT],
2275
- [0, 0], 1
2276
- ];
2277
- var OAuth2ClientCredentialConfiguration$ = [3, n0, _OACCC,
2278
- 0,
2279
- [_sA, _rA, _aU, _tU],
2280
- [0, 0, 0, 0], 2
2281
- ];
2282
- var OpenIDConnectProviderConfiguration$ = [3, n0, _OIDCPC,
2283
- 0,
2284
- [_sAe, _sR],
2285
- [0, 0], 2
2286
- ];
2287
- var OrchestrationConfiguration$ = [3, n0, _OC,
2288
- 0,
2289
- [_co],
2290
- [0], 1
2291
- ];
2292
- var PermissionCondition$ = [3, n0, _PC,
2293
- 0,
2294
- [_cO, _cK, _cV],
2295
- [0, 0, 64 | 0], 3
2296
- ];
2297
- var PersonalizationConfiguration$ = [3, n0, _PCe,
2298
- 0,
2299
- [_pCM],
2300
- [0], 1
2301
- ];
2302
- var Plugin$ = [3, n0, _Pl,
2303
- 0,
2304
- [_pI, _dN, _t, _sU, _sta, _bS, _cA, _uA],
2305
- [0, 0, 0, 0, 0, 0, 4, 4]
2306
- ];
2307
- var PluginConfiguration$ = [3, n0, _PCl,
2308
- 0,
2309
- [_pI],
2310
- [0], 1
2311
- ];
2312
- var PluginTypeMetadataSummary$ = [3, n0, _PTMS,
2313
- 0,
2314
- [_t, _ca, _d],
2315
- [0, 0, 0]
2316
- ];
2317
- var PrincipalGroup$ = [3, n0, _PG,
2318
- 0,
2319
- [_acc, _n, _mTe],
2320
- [0, 0, 0], 1
2321
- ];
2322
- var PrincipalUser$ = [3, n0, _PU,
2323
- 0,
2324
- [_acc, _i, _mTe],
2325
- [0, 0, 0], 1
2326
- ];
2327
- var PutFeedbackRequest$ = [3, n0, _PFR,
2328
- 0,
2329
- [_aIp, _cI, _mIe, _uI, _mCA, _mUe],
2330
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _uI }], 4, () => MessageUsefulnessFeedback$], 3
2331
- ];
2332
- var PutGroupRequest$ = [3, n0, _PGR,
2333
- 0,
2334
- [_aIp, _iI, _gN, _t, _gM, _dSI, _rA],
2335
- [[0, 1], [0, 1], 0, 0, () => GroupMembers$, 0, 0], 5
2336
- ];
2337
- var PutGroupResponse$ = [3, n0, _PGRu,
2338
- 0,
2339
- [],
2340
- []
2341
- ];
2342
- var QAppsConfiguration$ = [3, n0, _QAC,
2343
- 0,
2344
- [_qACM],
2345
- [0], 1
2346
- ];
2347
- var QuickSightConfiguration$ = [3, n0, _QSC,
2348
- 0,
2349
- [_cN],
2350
- [0], 1
2351
- ];
2352
- var RelevantContent$ = [3, n0, _RC,
2353
- 0,
2354
- [_cont, _dI, _dT, _dU, _dAoc, _sAc],
2355
- [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes$]
2356
- ];
2357
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2358
- { [_e]: _c, [_hE]: 404 },
2359
- [_m, _rI, _rT],
2360
- [0, 0, 0], 3
2361
- ];
2362
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2363
- var ResponseConfiguration$ = [3, n0, _RCe,
2364
- 0,
2365
- [_iCns],
2366
- [() => InstructionCollection$]
2367
- ];
2368
- var Retriever$ = [3, n0, _R,
2369
- 0,
2370
- [_aIp, _rIe, _t, _s, _dN],
2371
- [0, 0, 0, 0, 0]
2372
- ];
2373
- var RetrieverContentSource$ = [3, n0, _RCS,
2374
- 0,
2375
- [_rIe],
2376
- [0], 1
2377
- ];
2378
- var Rule$ = [3, n0, _Ru,
2379
- 0,
2380
- [_rTu, _iUAG, _eUAG, _rCu],
2381
- [0, () => UsersAndGroups$, () => UsersAndGroups$, () => RuleConfiguration$], 1
2382
- ];
2383
- var S3$ = [3, n0, _S,
2384
- 0,
2385
- [_bu, _k],
2386
- [0, 0], 2
2387
- ];
2388
- var SamlConfiguration$ = [3, n0, _SC,
2389
- 0,
2390
- [_mXML, _rA, _uIA, _uGA],
2391
- [0, 0, 0, 0], 3
2392
- ];
2393
- var SamlProviderConfiguration$ = [3, n0, _SPC,
2394
- 0,
2395
- [_aUu],
2396
- [0], 1
2397
- ];
2398
- var ScoreAttributes$ = [3, n0, _SA,
2399
- 0,
2400
- [_sC],
2401
- [0]
2402
- ];
2403
- var SearchRelevantContentRequest$ = [3, n0, _SRCR,
2404
- 0,
2405
- [_aIp, _qT, _cSo, _aFt, _mRa, _nT],
2406
- [[0, 1], 0, () => ContentSource$, () => AttributeFilter$, 1, 0], 3
2407
- ];
2408
- var SearchRelevantContentResponse$ = [3, n0, _SRCRe,
2409
- 0,
2410
- [_rCe, _nT],
2411
- [() => RelevantContentList, 0]
2412
- ];
2413
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2414
- { [_e]: _c, [_hE]: 402 },
2415
- [_m, _rI, _rT],
2416
- [0, 0, 0], 3
2417
- ];
2418
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2419
- var SnippetExcerpt$ = [3, n0, _SE,
2420
- 0,
2421
- [_te],
2422
- [0]
2423
- ];
2424
- var SourceAttribution$ = [3, n0, _SAo,
2425
- 0,
2426
- [_ti, _sn, _ur, _cNi, _uA, _tMS, _dI, _iI, _dIa],
2427
- [0, 0, 0, 1, 4, () => TextSegmentList, 0, 0, 0]
2428
- ];
2429
- var StartDataSourceSyncJobRequest$ = [3, n0, _SDSSJR,
2430
- 0,
2431
- [_dSI, _aIp, _iI],
2432
- [[0, 1], [0, 1], [0, 1]], 3
2433
- ];
2434
- var StartDataSourceSyncJobResponse$ = [3, n0, _SDSSJRt,
2435
- 0,
2436
- [_eIx],
2437
- [0]
2438
- ];
2439
- var StopDataSourceSyncJobRequest$ = [3, n0, _SDSSJRto,
2440
- 0,
2441
- [_dSI, _aIp, _iI],
2442
- [[0, 1], [0, 1], [0, 1]], 3
2443
- ];
2444
- var StopDataSourceSyncJobResponse$ = [3, n0, _SDSSJRtop,
2445
- 0,
2446
- [],
2447
- []
2448
- ];
2449
- var StringAttributeBoostingConfiguration$ = [3, n0, _SABC,
2450
- 0,
2451
- [_bL, _aVB],
2452
- [0, 128 | 0], 1
2453
- ];
2454
- var StringListAttributeBoostingConfiguration$ = [3, n0, _SLABC,
2455
- 0,
2456
- [_bL],
2457
- [0], 1
2458
- ];
2459
- var Subscription$ = [3, n0, _Su,
2460
- 0,
2461
- [_sIu, _sAu, _pr, _cS, _nS],
2462
- [0, 0, () => SubscriptionPrincipal$, () => SubscriptionDetails$, () => SubscriptionDetails$]
2463
- ];
2464
- var SubscriptionDetails$ = [3, n0, _SD,
2465
- 0,
2466
- [_t],
2467
- [0]
2468
- ];
2469
- var Tag$ = [3, n0, _T,
2470
- 0,
2471
- [_k, _v],
2472
- [0, 0], 2
2473
- ];
2474
- var TagResourceRequest$ = [3, n0, _TRR,
2475
- 0,
2476
- [_rARN, _ta],
2477
- [[0, 1], () => Tags], 2
2478
- ];
2479
- var TagResourceResponse$ = [3, n0, _TRRa,
2480
- 0,
2481
- [],
2482
- []
2483
- ];
2484
- var TextDocumentStatistics$ = [3, n0, _TDS,
2485
- 0,
2486
- [_iTB, _iTDC],
2487
- [1, 1]
2488
- ];
2489
- var TextInputEvent$ = [3, n0, _TIE,
2490
- 0,
2491
- [_uM],
2492
- [0], 1
2493
- ];
2494
- var TextOutputEvent$ = [3, n0, _TOE,
2495
- 0,
2496
- [_sMT, _cI, _uMI, _sMI, _sM],
2497
- [0, 0, 0, 0, 0]
2498
- ];
2499
- var TextSegment$ = [3, n0, _TS,
2500
- 0,
2501
- [_bOe, _eO, _sE, _mI, _mMT, _sD],
2502
- [1, 1, () => SnippetExcerpt$, 0, 0, () => SourceDetails$]
2503
- ];
2504
- var ThrottlingException$ = [-3, n0, _TE,
2505
- { [_e]: _c, [_hE]: 429 },
2506
- [_m],
2507
- [0], 1
2508
- ];
2509
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2510
- var TopicConfiguration$ = [3, n0, _TC,
2511
- 0,
2512
- [_n, _ru, _d, _eCM],
2513
- [0, () => Rules, 0, 64 | 0], 2
2514
- ];
2515
- var UntagResourceRequest$ = [3, n0, _URR,
2516
- 0,
2517
- [_rARN, _tK],
2518
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2519
- ];
2520
- var UntagResourceResponse$ = [3, n0, _URRn,
2521
- 0,
2522
- [],
2523
- []
2524
- ];
2525
- var UpdateApplicationRequest$ = [3, n0, _UAR,
2526
- 0,
2527
- [_aIp, _iCIA, _dN, _d, _rA, _aCt, _qAC, _pC, _aSC],
2528
- [[0, 1], 0, 0, 0, 0, () => AttachmentsConfiguration$, () => QAppsConfiguration$, () => PersonalizationConfiguration$, () => AutoSubscriptionConfiguration$], 1
2529
- ];
2530
- var UpdateApplicationResponse$ = [3, n0, _UARp,
2531
- 0,
2532
- [],
2533
- []
2534
- ];
2535
- var UpdateChatControlsConfigurationRequest$ = [3, n0, _UCCCR,
2536
- 0,
2537
- [_aIp, _cT, _rS, _oC, _bPCU, _tCTCOU, _tCTD, _cMCr, _hRC],
2538
- [[0, 1], [0, 4], 0, () => OrchestrationConfiguration$, () => BlockedPhrasesConfigurationUpdate$, () => TopicConfigurations, () => TopicConfigurations, () => CreatorModeConfiguration$, () => HallucinationReductionConfiguration$], 1
2539
- ];
2540
- var UpdateChatControlsConfigurationResponse$ = [3, n0, _UCCCRp,
2541
- 0,
2542
- [],
2543
- []
2544
- ];
2545
- var UpdateChatResponseConfigurationRequest$ = [3, n0, _UCRCR,
2546
- 0,
2547
- [_aIp, _cRCI, _rC, _dN, _cT],
2548
- [[0, 1], [0, 1], () => ResponseConfigurations, 0, [0, 4]], 3
2549
- ];
2550
- var UpdateChatResponseConfigurationResponse$ = [3, n0, _UCRCRp,
2551
- 0,
2552
- [],
2553
- []
2554
- ];
2555
- var UpdateDataAccessorRequest$ = [3, n0, _UDAR,
2556
- 0,
2557
- [_aIp, _dAI, _aCc, _aD, _dN],
2558
- [[0, 1], [0, 1], () => ActionConfigurationList, () => DataAccessorAuthenticationDetail$, [() => DataAccessorName, 0]], 3
2559
- ];
2560
- var UpdateDataAccessorResponse$ = [3, n0, _UDARp,
2561
- 0,
2562
- [],
2563
- []
2564
- ];
2565
- var UpdateDataSourceRequest$ = [3, n0, _UDSR,
2566
- 0,
2567
- [_aIp, _iI, _dSI, _dN, _conf, _vC, _d, _sS, _rA, _dEC, _mEC],
2568
- [[0, 1], [0, 1], [0, 1], 0, 15, () => DataSourceVpcConfiguration$, 0, 0, 0, () => DocumentEnrichmentConfiguration$, () => MediaExtractionConfiguration$], 3
2569
- ];
2570
- var UpdateDataSourceResponse$ = [3, n0, _UDSRp,
2571
- 0,
2572
- [],
2573
- []
2574
- ];
2575
- var UpdateIndexRequest$ = [3, n0, _UIR,
2576
- 0,
2577
- [_aIp, _iI, _dN, _d, _cC, _dAC],
2578
- [[0, 1], [0, 1], 0, 0, () => IndexCapacityConfiguration$, () => DocumentAttributeConfigurations], 2
2579
- ];
2580
- var UpdateIndexResponse$ = [3, n0, _UIRp,
2581
- 0,
2582
- [],
2583
- []
2584
- ];
2585
- var UpdatePluginRequest$ = [3, n0, _UPR,
2586
- 0,
2587
- [_aIp, _pI, _dN, _sta, _sU, _cPC, _aCu],
2588
- [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration$, 0], () => PluginAuthConfiguration$], 2
2589
- ];
2590
- var UpdatePluginResponse$ = [3, n0, _UPRp,
2591
- 0,
2592
- [],
2593
- []
2594
- ];
2595
- var UpdateRetrieverRequest$ = [3, n0, _URRp,
2596
- 0,
2597
- [_aIp, _rIe, _conf, _dN, _rA],
2598
- [[0, 1], [0, 1], () => RetrieverConfiguration$, 0, 0], 2
2599
- ];
2600
- var UpdateRetrieverResponse$ = [3, n0, _URRpd,
2601
- 0,
2602
- [],
2603
- []
2604
- ];
2605
- var UpdateSubscriptionRequest$ = [3, n0, _USR,
2606
- 0,
2607
- [_aIp, _sIu, _t],
2608
- [[0, 1], [0, 1], 0], 3
2609
- ];
2610
- var UpdateSubscriptionResponse$ = [3, n0, _USRp,
2611
- 0,
2612
- [_sAu, _cS, _nS],
2613
- [0, () => SubscriptionDetails$, () => SubscriptionDetails$]
2614
- ];
2615
- var UpdateUserRequest$ = [3, n0, _UUR,
2616
- 0,
2617
- [_aIp, _uI, _uATU, _uATD],
2618
- [[0, 1], [0, 1], () => UserAliases, () => UserAliases], 2
2619
- ];
2620
- var UpdateUserResponse$ = [3, n0, _UURp,
2621
- 0,
2622
- [_uAA, _uAU, _uAD],
2623
- [() => UserAliases, () => UserAliases, () => UserAliases]
2624
- ];
2625
- var UpdateWebExperienceRequest$ = [3, n0, _UWER,
2626
- 0,
2627
- [_aIp, _wEI, _rA, _aCut, _ti, _su, _wM, _sPCM, _iPC, _o, _bEC, _cCu],
2628
- [[0, 1], [0, 1], 0, () => WebExperienceAuthConfiguration$, 0, 0, 0, 0, () => IdentityProviderConfiguration$, 64 | 0, () => BrowserExtensionConfiguration$, () => CustomizationConfiguration$], 2
2629
- ];
2630
- var UpdateWebExperienceResponse$ = [3, n0, _UWERp,
2631
- 0,
2632
- [],
2633
- []
2634
- ];
2635
- var UserAlias$ = [3, n0, _UA,
2636
- 0,
2637
- [_uI, _iI, _dSI],
2638
- [0, 0, 0], 1
2639
- ];
2640
- var UsersAndGroups$ = [3, n0, _UAG,
2641
- 0,
2642
- [_uIs, _uG],
2643
- [64 | 0, 64 | 0]
2644
- ];
2645
- var ValidationException$ = [-3, n0, _VE,
2646
- { [_e]: _c, [_hE]: 400 },
2647
- [_m, _rea, _f],
2648
- [0, 0, () => ValidationExceptionFields], 2
2649
- ];
2650
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2651
- var ValidationExceptionField$ = [3, n0, _VEF,
2652
- 0,
2653
- [_n, _m],
2654
- [0, 0], 2
2655
- ];
2656
- var VideoExtractionConfiguration$ = [3, n0, _VEC,
2657
- 0,
2658
- [_vES],
2659
- [0], 1
2660
- ];
2661
- var VideoSourceDetails$ = [3, n0, _VSD,
2662
- 0,
2663
- [_mI, _mMT, _sTM, _eTM, _vET],
2664
- [0, 0, 1, 1, 0]
2665
- ];
2666
- var WebExperience$ = [3, n0, _WE,
2667
- 0,
2668
- [_wEI, _cA, _uA, _dE, _s],
2669
- [0, 4, 4, 0, 0]
2670
- ];
2671
- var __Unit = "unit";
2672
- var QBusinessServiceException$ = [-3, _sm, "QBusinessServiceException", 0, [], []];
2673
- schema.TypeRegistry.for(_sm).registerError(QBusinessServiceException$, QBusinessServiceException);
2674
- var AccessControls = [1, n0, _ACcc,
2675
- 0, () => AccessControl$
2676
- ];
2677
- var ActionConfigurationList = [1, n0, _ACL,
2678
- 0, () => ActionConfiguration$
2679
- ];
2680
- var ActionReviewPayloadFieldAllowedValues = [1, n0, _ARPFAVc,
2681
- 0, () => ActionReviewPayloadFieldAllowedValue$
2682
- ];
2683
- var Actions = [1, n0, _Ac,
2684
- 0, () => ActionSummary$
2685
- ];
2686
- var Applications = [1, n0, _Ap,
2687
- 0, () => Application$
2688
- ];
2689
- var AssociatedGroups = [1, n0, _AGs,
2690
- 0, () => AssociatedGroup$
2691
- ];
2692
- var AssociatedUsers = [1, n0, _AUs,
2693
- 0, () => AssociatedUser$
2694
- ];
2695
- var AttachmentList = [1, n0, _AL,
2696
- 0, () => Attachment$
2697
- ];
2698
- var AttachmentsInput = [1, n0, _AIt,
2699
- 0, () => AttachmentInput$
2700
- ];
2701
- var AttachmentsOutput = [1, n0, _AOt,
2702
- 0, () => AttachmentOutput$
2703
- ];
2704
- var AttributeFilters = [1, n0, _AFt,
2705
- 0, () => AttributeFilter$
2706
- ];
2707
- var ChatResponseConfigurations = [1, n0, _CRCh,
2708
- 0, () => ChatResponseConfiguration$
2709
- ];
2710
- var Conversations = [1, n0, _Co,
2711
- 0, () => Conversation$
2712
- ];
2713
- var DataAccessors = [1, n0, _DAa,
2714
- 0, [() => DataAccessor$,
2715
- 0]
2716
- ];
2717
- var DataSources = [1, n0, _DSa,
2718
- 0, () => DataSource$
2719
- ];
2720
- var DataSourceSyncJobs = [1, n0, _DSSJa,
2721
- 0, () => DataSourceSyncJob$
2722
- ];
2723
- var DeleteDocuments = [1, n0, _DDe,
2724
- 0, () => DeleteDocument$
2725
- ];
2726
- var DocumentAclConditions = [1, n0, _DACocu,
2727
- 0, () => DocumentAclCondition$
2728
- ];
2729
- var DocumentAclGroups = [1, n0, _DAGo,
2730
- 0, () => DocumentAclGroup$
2731
- ];
2732
- var DocumentAclUsers = [1, n0, _DAUo,
2733
- 0, () => DocumentAclUser$
2734
- ];
2735
- var DocumentAttributeConfigurations = [1, n0, _DACocum,
2736
- 0, () => DocumentAttributeConfiguration$
2737
- ];
2738
- var DocumentAttributes = [1, n0, _DAocu,
2739
- 0, () => DocumentAttribute$
2740
- ];
2741
- var DocumentDetailList = [1, n0, _DDL,
2742
- 0, () => DocumentDetails$
2743
- ];
2744
- var Documents = [1, n0, _Do,
2745
- 0, () => Document$
2746
- ];
2747
- var EligibleDataSources = [1, n0, _EDSl,
2748
- 0, () => EligibleDataSource$
2749
- ];
2750
- var FailedDocuments = [1, n0, _FDa,
2751
- 0, () => FailedDocument$
2752
- ];
2753
- var GroupStatusDetails = [1, n0, _GSDr,
2754
- 0, () => GroupStatusDetail$
2755
- ];
2756
- var GroupSummaryList = [1, n0, _GSL,
2757
- 0, () => GroupSummary$
2758
- ];
2759
- var Indices = [1, n0, _In,
2760
- 0, () => Index$
2761
- ];
2762
- var InlineDocumentEnrichmentConfigurations = [1, n0, _IDECn,
2763
- 0, () => InlineDocumentEnrichmentConfiguration$
2764
- ];
2765
- var ListPluginTypeMetadataSummaries = [1, n0, _LPTMS,
2766
- 0, () => PluginTypeMetadataSummary$
2767
- ];
2768
- var MemberGroups = [1, n0, _MGe,
2769
- 0, () => MemberGroup$
2770
- ];
2771
- var MemberUsers = [1, n0, _MUe,
2772
- 0, () => MemberUser$
2773
- ];
2774
- var Messages = [1, n0, _Me,
2775
- 0, [() => Message$,
2776
- 0]
2777
- ];
2778
- var PermissionConditions = [1, n0, _PCer,
2779
- 0, () => PermissionCondition$
2780
- ];
2781
- var Plugins = [1, n0, _Plu,
2782
- 0, () => Plugin$
2783
- ];
2784
- var Principals = [1, n0, _Pr,
2785
- 0, () => Principal$
2786
- ];
2787
- var RelevantContentList = [1, n0, _RCL,
2788
- 0, () => RelevantContent$
2789
- ];
2790
- var Retrievers = [1, n0, _Re,
2791
- 0, () => Retriever$
2792
- ];
2793
- var Rules = [1, n0, _Rul,
2794
- 0, () => Rule$
2795
- ];
2796
- var SourceAttributions = [1, n0, _SAou,
2797
- { [_sp]: 1 }, () => SourceAttribution$
2798
- ];
2799
- var Subscriptions = [1, n0, _Sub,
2800
- 0, () => Subscription$
2801
- ];
2802
- var Tags = [1, n0, _Ta,
2803
- 0, () => Tag$
2804
- ];
2805
- var TextSegmentList = [1, n0, _TSL,
2806
- 0, () => TextSegment$
2807
- ];
2808
- var TopicConfigurations = [1, n0, _TCo,
2809
- 0, () => TopicConfiguration$
2810
- ];
2811
- var UserAliases = [1, n0, _UAs,
2812
- 0, () => UserAlias$
2813
- ];
2814
- var ValidationExceptionFields = [1, n0, _VEFa,
2815
- 0, () => ValidationExceptionField$
2816
- ];
2817
- var WebExperiences = [1, n0, _WEe,
2818
- 0, () => WebExperience$
2819
- ];
2820
- var ActionExecutionPayload = [2, n0, _AEP,
2821
- 0, 0, () => ActionExecutionPayloadField$
2822
- ];
2823
- var ActionReviewPayload = [2, n0, _ARP,
2824
- 0, 0, () => ActionReviewPayloadField$
2825
- ];
2826
- var DocumentAttributeBoostingOverrideMap = [2, n0, _DABOM,
2827
- 0, 0, () => DocumentAttributeBoostingConfiguration$
2828
- ];
2829
- var ResponseConfigurations = [2, n0, _RCes,
2830
- 0, 0, () => ResponseConfiguration$
2831
- ];
2832
- var APISchema$ = [4, n0, _APIS,
2833
- 0,
2834
- [_pa, _s_],
2835
- [[() => Payload, 0], () => S3$]
2836
- ];
2837
- var ChatInputStream$ = [4, n0, _CIS,
2838
- { [_str]: 1 },
2839
- [_cE, _tE, _aEt, _aEE, _eOIE, _aCRE],
2840
- [() => ConfigurationEvent$, () => TextInputEvent$, () => AttachmentInputEvent$, () => ActionExecutionEvent$, () => EndOfInputEvent$, () => AuthChallengeResponseEvent$]
2841
- ];
2842
- var ChatModeConfiguration$ = [4, n0, _CMCh,
2843
- 0,
2844
- [_pCl],
2845
- [() => PluginConfiguration$]
2846
- ];
2847
- var ChatOutputStream$ = [4, n0, _COS,
2848
- { [_str]: 1 },
2849
- [_tE, _mE, _aRE, _fAE, _aCREu],
2850
- [() => TextOutputEvent$, [() => MetadataEvent$, 0], () => ActionReviewEvent$, () => FailedAttachmentEvent$, () => AuthChallengeRequestEvent$]
2851
- ];
2852
- var ContentSource$ = [4, n0, _CSo,
2853
- 0,
2854
- [_ret],
2855
- [() => RetrieverContentSource$]
2856
- ];
2857
- var CopyFromSource$ = [4, n0, _CFS,
2858
- 0,
2859
- [_conve],
2860
- [() => ConversationSource$]
2861
- ];
2862
- var DataAccessorAuthenticationConfiguration$ = [4, n0, _DAAC,
2863
- 0,
2864
- [_iTTIC],
2865
- [() => DataAccessorIdcTrustedTokenIssuerConfiguration$]
2866
- ];
2867
- var DocumentAttributeBoostingConfiguration$ = [4, n0, _DABCo,
2868
- 0,
2869
- [_nC, _sCt, _dC, _sLC],
2870
- [() => NumberAttributeBoostingConfiguration$, () => StringAttributeBoostingConfiguration$, () => DateAttributeBoostingConfiguration$, () => StringListAttributeBoostingConfiguration$]
2871
- ];
2872
- var DocumentAttributeValue$ = [4, n0, _DAV,
2873
- 0,
2874
- [_sV, _sLV, _lV, _dVa],
2875
- [0, 64 | 0, 1, 4]
2876
- ];
2877
- var DocumentContent$ = [4, n0, _DC,
2878
- 0,
2879
- [_bl, _s_],
2880
- [21, () => S3$]
2881
- ];
2882
- var IdentityProviderConfiguration$ = [4, n0, _IPC,
2883
- 0,
2884
- [_sCa, _oIDCC],
2885
- [() => SamlProviderConfiguration$, () => OpenIDConnectProviderConfiguration$]
2886
- ];
2887
- var PluginAuthConfiguration$ = [4, n0, _PAC,
2888
- 0,
2889
- [_bAC, _oACCC, _nAC, _iAC],
2890
- [() => BasicAuthConfiguration$, () => OAuth2ClientCredentialConfiguration$, () => NoAuthConfiguration$, () => IdcAuthConfiguration$]
2891
- ];
2892
- var Principal$ = [4, n0, _Pri,
2893
- 0,
2894
- [_use, _gr],
2895
- [() => PrincipalUser$, () => PrincipalGroup$]
2896
- ];
2897
- var RetrieverConfiguration$ = [4, n0, _RCet,
2898
- 0,
2899
- [_nIC, _kIC],
2900
- [() => NativeIndexConfiguration$, () => KendraIndexConfiguration$]
2901
- ];
2902
- var RuleConfiguration$ = [4, n0, _RCu,
2903
- 0,
2904
- [_cBR, _cRR],
2905
- [() => ContentBlockerRule$, () => ContentRetrievalRule$]
2906
- ];
2907
- var SourceDetails$ = [4, n0, _SDo,
2908
- 0,
2909
- [_iSD, _aSD, _vSD],
2910
- [() => ImageSourceDetails$, () => AudioSourceDetails$, () => VideoSourceDetails$]
2911
- ];
2912
- var SubscriptionPrincipal$ = [4, n0, _SP,
2913
- 0,
2914
- [_use, _gr],
2915
- [0, 0]
2916
- ];
2917
- var WebExperienceAuthConfiguration$ = [4, n0, _WEAC,
2918
- 0,
2919
- [_sCa],
2920
- [() => SamlConfiguration$]
2921
- ];
2922
- var AssociatePermission$ = [9, n0, _AP,
2923
- { [_ht]: ["POST", "/applications/{applicationId}/policy", 200] }, () => AssociatePermissionRequest$, () => AssociatePermissionResponse$
2924
- ];
2925
- var BatchDeleteDocument$ = [9, n0, _BDD,
2926
- { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents/delete", 200] }, () => BatchDeleteDocumentRequest$, () => BatchDeleteDocumentResponse$
2927
- ];
2928
- var BatchPutDocument$ = [9, n0, _BPD,
2929
- { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents", 200] }, () => BatchPutDocumentRequest$, () => BatchPutDocumentResponse$
2930
- ];
2931
- var CancelSubscription$ = [9, n0, _CSa,
2932
- { [_ht]: ["DELETE", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] }, () => CancelSubscriptionRequest$, () => CancelSubscriptionResponse$
2933
- ];
2934
- var Chat$ = [9, n0, _Ch,
2935
- { [_ht]: ["POST", "/applications/{applicationId}/conversations", 200] }, () => ChatInput$, () => ChatOutput$
2936
- ];
2937
- var ChatSync$ = [9, n0, _CSh,
2938
- { [_ht]: ["POST", "/applications/{applicationId}/conversations?sync", 200] }, () => ChatSyncInput$, () => ChatSyncOutput$
2939
- ];
2940
- var CheckDocumentAccess$ = [9, n0, _CDA,
2941
- { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/users/{userId}/documents/{documentId}/check-document-access", 200] }, () => CheckDocumentAccessRequest$, () => CheckDocumentAccessResponse$
2942
- ];
2943
- var CreateAnonymousWebExperienceUrl$ = [9, n0, _CAWEU,
2944
- { [_ht]: ["POST", "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url", 200] }, () => CreateAnonymousWebExperienceUrlRequest$, () => CreateAnonymousWebExperienceUrlResponse$
2945
- ];
2946
- var CreateApplication$ = [9, n0, _CA,
2947
- { [_ht]: ["POST", "/applications", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
2948
- ];
2949
- var CreateChatResponseConfiguration$ = [9, n0, _CCRC,
2950
- { [_ht]: ["POST", "/applications/{applicationId}/chatresponseconfigurations", 200] }, () => CreateChatResponseConfigurationRequest$, () => CreateChatResponseConfigurationResponse$
2951
- ];
2952
- var CreateDataAccessor$ = [9, n0, _CDAr,
2953
- { [_ht]: ["POST", "/applications/{applicationId}/dataaccessors", 200] }, () => CreateDataAccessorRequest$, () => CreateDataAccessorResponse$
2954
- ];
2955
- var CreateDataSource$ = [9, n0, _CDS,
2956
- { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources", 200] }, () => CreateDataSourceRequest$, () => CreateDataSourceResponse$
2957
- ];
2958
- var CreateIndex$ = [9, n0, _CIr,
2959
- { [_ht]: ["POST", "/applications/{applicationId}/indices", 200] }, () => CreateIndexRequest$, () => CreateIndexResponse$
2960
- ];
2961
- var CreatePlugin$ = [9, n0, _CP,
2962
- { [_ht]: ["POST", "/applications/{applicationId}/plugins", 200] }, () => CreatePluginRequest$, () => CreatePluginResponse$
2963
- ];
2964
- var CreateRetriever$ = [9, n0, _CR,
2965
- { [_ht]: ["POST", "/applications/{applicationId}/retrievers", 200] }, () => CreateRetrieverRequest$, () => CreateRetrieverResponse$
2966
- ];
2967
- var CreateSubscription$ = [9, n0, _CSr,
2968
- { [_ht]: ["POST", "/applications/{applicationId}/subscriptions", 200] }, () => CreateSubscriptionRequest$, () => CreateSubscriptionResponse$
2969
- ];
2970
- var CreateUser$ = [9, n0, _CU,
2971
- { [_ht]: ["POST", "/applications/{applicationId}/users", 200] }, () => CreateUserRequest$, () => CreateUserResponse$
2972
- ];
2973
- var CreateWebExperience$ = [9, n0, _CWE,
2974
- { [_ht]: ["POST", "/applications/{applicationId}/experiences", 200] }, () => CreateWebExperienceRequest$, () => CreateWebExperienceResponse$
2975
- ];
2976
- var DeleteApplication$ = [9, n0, _DAe,
2977
- { [_ht]: ["DELETE", "/applications/{applicationId}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
2978
- ];
2979
- var DeleteAttachment$ = [9, n0, _DAel,
2980
- { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
2981
- ];
2982
- var DeleteChatControlsConfiguration$ = [9, n0, _DCCC,
2983
- { [_ht]: ["DELETE", "/applications/{applicationId}/chatcontrols", 200] }, () => DeleteChatControlsConfigurationRequest$, () => DeleteChatControlsConfigurationResponse$
2984
- ];
2985
- var DeleteChatResponseConfiguration$ = [9, n0, _DCRC,
2986
- { [_ht]: ["DELETE", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] }, () => DeleteChatResponseConfigurationRequest$, () => DeleteChatResponseConfigurationResponse$
2987
- ];
2988
- var DeleteConversation$ = [9, n0, _DCe,
2989
- { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}", 200] }, () => DeleteConversationRequest$, () => DeleteConversationResponse$
2990
- ];
2991
- var DeleteDataAccessor$ = [9, n0, _DDA,
2992
- { [_ht]: ["DELETE", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] }, () => DeleteDataAccessorRequest$, () => DeleteDataAccessorResponse$
2993
- ];
2994
- var DeleteDataSource$ = [9, n0, _DDS,
2995
- { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] }, () => DeleteDataSourceRequest$, () => DeleteDataSourceResponse$
2996
- ];
2997
- var DeleteGroup$ = [9, n0, _DG,
2998
- { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] }, () => DeleteGroupRequest$, () => DeleteGroupResponse$
2999
- ];
3000
- var DeleteIndex$ = [9, n0, _DI,
3001
- { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}", 200] }, () => DeleteIndexRequest$, () => DeleteIndexResponse$
3002
- ];
3003
- var DeletePlugin$ = [9, n0, _DP,
3004
- { [_ht]: ["DELETE", "/applications/{applicationId}/plugins/{pluginId}", 200] }, () => DeletePluginRequest$, () => DeletePluginResponse$
3005
- ];
3006
- var DeleteRetriever$ = [9, n0, _DR,
3007
- { [_ht]: ["DELETE", "/applications/{applicationId}/retrievers/{retrieverId}", 200] }, () => DeleteRetrieverRequest$, () => DeleteRetrieverResponse$
3008
- ];
3009
- var DeleteUser$ = [9, n0, _DU,
3010
- { [_ht]: ["DELETE", "/applications/{applicationId}/users/{userId}", 200] }, () => DeleteUserRequest$, () => DeleteUserResponse$
3011
- ];
3012
- var DeleteWebExperience$ = [9, n0, _DWE,
3013
- { [_ht]: ["DELETE", "/applications/{applicationId}/experiences/{webExperienceId}", 200] }, () => DeleteWebExperienceRequest$, () => DeleteWebExperienceResponse$
3014
- ];
3015
- var DisassociatePermission$ = [9, n0, _DPi,
3016
- { [_ht]: ["DELETE", "/applications/{applicationId}/policy/{statementId}", 200] }, () => DisassociatePermissionRequest$, () => DisassociatePermissionResponse$
3017
- ];
3018
- var GetApplication$ = [9, n0, _GA,
3019
- { [_ht]: ["GET", "/applications/{applicationId}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
3020
- ];
3021
- var GetChatControlsConfiguration$ = [9, n0, _GCCC,
3022
- { [_ht]: ["GET", "/applications/{applicationId}/chatcontrols", 200] }, () => GetChatControlsConfigurationRequest$, () => GetChatControlsConfigurationResponse$
3023
- ];
3024
- var GetChatResponseConfiguration$ = [9, n0, _GCRC,
3025
- { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] }, () => GetChatResponseConfigurationRequest$, () => GetChatResponseConfigurationResponse$
3026
- ];
3027
- var GetDataAccessor$ = [9, n0, _GDA,
3028
- { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] }, () => GetDataAccessorRequest$, () => GetDataAccessorResponse$
3029
- ];
3030
- var GetDataSource$ = [9, n0, _GDS,
3031
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] }, () => GetDataSourceRequest$, () => GetDataSourceResponse$
3032
- ];
3033
- var GetDocumentContent$ = [9, n0, _GDC,
3034
- { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents/{documentId}/content", 200] }, () => GetDocumentContentRequest$, () => GetDocumentContentResponse$
3035
- ];
3036
- var GetGroup$ = [9, n0, _GG,
3037
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] }, () => GetGroupRequest$, () => GetGroupResponse$
3038
- ];
3039
- var GetIndex$ = [9, n0, _GI,
3040
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}", 200] }, () => GetIndexRequest$, () => GetIndexResponse$
3041
- ];
3042
- var GetMedia$ = [9, n0, _GMe,
3043
- { [_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/media/{mediaId}", 200] }, () => GetMediaRequest$, () => GetMediaResponse$
3044
- ];
3045
- var GetPlugin$ = [9, n0, _GP,
3046
- { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}", 200] }, () => GetPluginRequest$, () => GetPluginResponse$
3047
- ];
3048
- var GetPolicy$ = [9, n0, _GPe,
3049
- { [_ht]: ["GET", "/applications/{applicationId}/policy", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
3050
- ];
3051
- var GetRetriever$ = [9, n0, _GR,
3052
- { [_ht]: ["GET", "/applications/{applicationId}/retrievers/{retrieverId}", 200] }, () => GetRetrieverRequest$, () => GetRetrieverResponse$
3053
- ];
3054
- var GetUser$ = [9, n0, _GU,
3055
- { [_ht]: ["GET", "/applications/{applicationId}/users/{userId}", 200] }, () => GetUserRequest$, () => GetUserResponse$
3056
- ];
3057
- var GetWebExperience$ = [9, n0, _GWE,
3058
- { [_ht]: ["GET", "/applications/{applicationId}/experiences/{webExperienceId}", 200] }, () => GetWebExperienceRequest$, () => GetWebExperienceResponse$
3059
- ];
3060
- var ListApplications$ = [9, n0, _LA,
3061
- { [_ht]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
3062
- ];
3063
- var ListAttachments$ = [9, n0, _LAi,
3064
- { [_ht]: ["GET", "/applications/{applicationId}/attachments", 200] }, () => ListAttachmentsRequest$, () => ListAttachmentsResponse$
3065
- ];
3066
- var ListChatResponseConfigurations$ = [9, n0, _LCRC,
3067
- { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations", 200] }, () => ListChatResponseConfigurationsRequest$, () => ListChatResponseConfigurationsResponse$
3068
- ];
3069
- var ListConversations$ = [9, n0, _LC,
3070
- { [_ht]: ["GET", "/applications/{applicationId}/conversations", 200] }, () => ListConversationsRequest$, () => ListConversationsResponse$
3071
- ];
3072
- var ListDataAccessors$ = [9, n0, _LDA,
3073
- { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors", 200] }, () => ListDataAccessorsRequest$, () => ListDataAccessorsResponse$
3074
- ];
3075
- var ListDataSources$ = [9, n0, _LDS,
3076
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources", 200] }, () => ListDataSourcesRequest$, () => ListDataSourcesResponse$
3077
- ];
3078
- var ListDataSourceSyncJobs$ = [9, n0, _LDSSJ,
3079
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", 200] }, () => ListDataSourceSyncJobsRequest$, () => ListDataSourceSyncJobsResponse$
3080
- ];
3081
- var ListDocuments$ = [9, n0, _LD,
3082
- { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents", 200] }, () => ListDocumentsRequest$, () => ListDocumentsResponse$
3083
- ];
3084
- var ListGroups$ = [9, n0, _LG,
3085
- { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups", 200] }, () => ListGroupsRequest$, () => ListGroupsResponse$
3086
- ];
3087
- var ListIndices$ = [9, n0, _LI,
3088
- { [_ht]: ["GET", "/applications/{applicationId}/indices", 200] }, () => ListIndicesRequest$, () => ListIndicesResponse$
3089
- ];
3090
- var ListMessages$ = [9, n0, _LM,
3091
- { [_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}", 200] }, () => ListMessagesRequest$, () => ListMessagesResponse$
3092
- ];
3093
- var ListPluginActions$ = [9, n0, _LPA,
3094
- { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}/actions", 200] }, () => ListPluginActionsRequest$, () => ListPluginActionsResponse$
3095
- ];
3096
- var ListPlugins$ = [9, n0, _LP,
3097
- { [_ht]: ["GET", "/applications/{applicationId}/plugins", 200] }, () => ListPluginsRequest$, () => ListPluginsResponse$
3098
- ];
3099
- var ListPluginTypeActions$ = [9, n0, _LPTA,
3100
- { [_ht]: ["GET", "/pluginTypes/{pluginType}/actions", 200] }, () => ListPluginTypeActionsRequest$, () => ListPluginTypeActionsResponse$
3101
- ];
3102
- var ListPluginTypeMetadata$ = [9, n0, _LPTM,
3103
- { [_ht]: ["GET", "/pluginTypeMetadata", 200] }, () => ListPluginTypeMetadataRequest$, () => ListPluginTypeMetadataResponse$
3104
- ];
3105
- var ListRetrievers$ = [9, n0, _LR,
3106
- { [_ht]: ["GET", "/applications/{applicationId}/retrievers", 200] }, () => ListRetrieversRequest$, () => ListRetrieversResponse$
3107
- ];
3108
- var ListSubscriptions$ = [9, n0, _LS,
3109
- { [_ht]: ["GET", "/applications/{applicationId}/subscriptions", 200] }, () => ListSubscriptionsRequest$, () => ListSubscriptionsResponse$
3110
- ];
3111
- var ListTagsForResource$ = [9, n0, _LTFR,
3112
- { [_ht]: ["GET", "/v1/tags/{resourceARN}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3113
- ];
3114
- var ListWebExperiences$ = [9, n0, _LWE,
3115
- { [_ht]: ["GET", "/applications/{applicationId}/experiences", 200] }, () => ListWebExperiencesRequest$, () => ListWebExperiencesResponse$
3116
- ];
3117
- var PutFeedback$ = [9, n0, _PF,
3118
- { [_ht]: ["POST", "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback", 200] }, () => PutFeedbackRequest$, () => __Unit
3119
- ];
3120
- var PutGroup$ = [9, n0, _PGu,
3121
- { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/groups", 200] }, () => PutGroupRequest$, () => PutGroupResponse$
3122
- ];
3123
- var SearchRelevantContent$ = [9, n0, _SRC,
3124
- { [_ht]: ["POST", "/applications/{applicationId}/relevant-content", 200] }, () => SearchRelevantContentRequest$, () => SearchRelevantContentResponse$
3125
- ];
3126
- var StartDataSourceSyncJob$ = [9, n0, _SDSSJ,
3127
- { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", 200] }, () => StartDataSourceSyncJobRequest$, () => StartDataSourceSyncJobResponse$
3128
- ];
3129
- var StopDataSourceSyncJob$ = [9, n0, _SDSSJt,
3130
- { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", 200] }, () => StopDataSourceSyncJobRequest$, () => StopDataSourceSyncJobResponse$
3131
- ];
3132
- var TagResource$ = [9, n0, _TR,
3133
- { [_ht]: ["POST", "/v1/tags/{resourceARN}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
3134
- ];
3135
- var UntagResource$ = [9, n0, _UR,
3136
- { [_ht]: ["DELETE", "/v1/tags/{resourceARN}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
3137
- ];
3138
- var UpdateApplication$ = [9, n0, _UAp,
3139
- { [_ht]: ["PUT", "/applications/{applicationId}", 200] }, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
3140
- ];
3141
- var UpdateChatControlsConfiguration$ = [9, n0, _UCCC,
3142
- { [_ht]: ["PATCH", "/applications/{applicationId}/chatcontrols", 200] }, () => UpdateChatControlsConfigurationRequest$, () => UpdateChatControlsConfigurationResponse$
3143
- ];
3144
- var UpdateChatResponseConfiguration$ = [9, n0, _UCRC,
3145
- { [_ht]: ["PUT", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] }, () => UpdateChatResponseConfigurationRequest$, () => UpdateChatResponseConfigurationResponse$
3146
- ];
3147
- var UpdateDataAccessor$ = [9, n0, _UDA,
3148
- { [_ht]: ["PUT", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] }, () => UpdateDataAccessorRequest$, () => UpdateDataAccessorResponse$
3149
- ];
3150
- var UpdateDataSource$ = [9, n0, _UDS,
3151
- { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] }, () => UpdateDataSourceRequest$, () => UpdateDataSourceResponse$
3152
- ];
3153
- var UpdateIndex$ = [9, n0, _UI,
3154
- { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}", 200] }, () => UpdateIndexRequest$, () => UpdateIndexResponse$
3155
- ];
3156
- var UpdatePlugin$ = [9, n0, _UP,
3157
- { [_ht]: ["PUT", "/applications/{applicationId}/plugins/{pluginId}", 200] }, () => UpdatePluginRequest$, () => UpdatePluginResponse$
3158
- ];
3159
- var UpdateRetriever$ = [9, n0, _URp,
3160
- { [_ht]: ["PUT", "/applications/{applicationId}/retrievers/{retrieverId}", 200] }, () => UpdateRetrieverRequest$, () => UpdateRetrieverResponse$
3161
- ];
3162
- var UpdateSubscription$ = [9, n0, _US,
3163
- { [_ht]: ["PUT", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] }, () => UpdateSubscriptionRequest$, () => UpdateSubscriptionResponse$
3164
- ];
3165
- var UpdateUser$ = [9, n0, _UU,
3166
- { [_ht]: ["PUT", "/applications/{applicationId}/users/{userId}", 200] }, () => UpdateUserRequest$, () => UpdateUserResponse$
3167
- ];
3168
- var UpdateWebExperience$ = [9, n0, _UWE,
3169
- { [_ht]: ["PUT", "/applications/{applicationId}/experiences/{webExperienceId}", 200] }, () => UpdateWebExperienceRequest$, () => UpdateWebExperienceResponse$
3170
- ];
3171
-
3172
118
  class AssociatePermissionCommand extends smithyClient.Command
3173
119
  .classBuilder()
3174
120
  .ep(commonParams)
@@ -3177,7 +123,7 @@ class AssociatePermissionCommand extends smithyClient.Command
3177
123
  })
3178
124
  .s("ExpertQ", "AssociatePermission", {})
3179
125
  .n("QBusinessClient", "AssociatePermissionCommand")
3180
- .sc(AssociatePermission$)
126
+ .sc(schemas_0.AssociatePermission$)
3181
127
  .build() {
3182
128
  }
3183
129
 
@@ -3189,7 +135,7 @@ class BatchDeleteDocumentCommand extends smithyClient.Command
3189
135
  })
3190
136
  .s("ExpertQ", "BatchDeleteDocument", {})
3191
137
  .n("QBusinessClient", "BatchDeleteDocumentCommand")
3192
- .sc(BatchDeleteDocument$)
138
+ .sc(schemas_0.BatchDeleteDocument$)
3193
139
  .build() {
3194
140
  }
3195
141
 
@@ -3201,7 +147,7 @@ class BatchPutDocumentCommand extends smithyClient.Command
3201
147
  })
3202
148
  .s("ExpertQ", "BatchPutDocument", {})
3203
149
  .n("QBusinessClient", "BatchPutDocumentCommand")
3204
- .sc(BatchPutDocument$)
150
+ .sc(schemas_0.BatchPutDocument$)
3205
151
  .build() {
3206
152
  }
3207
153
 
@@ -3213,7 +159,7 @@ class CancelSubscriptionCommand extends smithyClient.Command
3213
159
  })
3214
160
  .s("ExpertQ", "CancelSubscription", {})
3215
161
  .n("QBusinessClient", "CancelSubscriptionCommand")
3216
- .sc(CancelSubscription$)
162
+ .sc(schemas_0.CancelSubscription$)
3217
163
  .build() {
3218
164
  }
3219
165
 
@@ -3233,7 +179,7 @@ class ChatCommand extends smithyClient.Command
3233
179
  },
3234
180
  })
3235
181
  .n("QBusinessClient", "ChatCommand")
3236
- .sc(Chat$)
182
+ .sc(schemas_0.Chat$)
3237
183
  .build() {
3238
184
  }
3239
185
 
@@ -3245,7 +191,7 @@ class ChatSyncCommand extends smithyClient.Command
3245
191
  })
3246
192
  .s("ExpertQ", "ChatSync", {})
3247
193
  .n("QBusinessClient", "ChatSyncCommand")
3248
- .sc(ChatSync$)
194
+ .sc(schemas_0.ChatSync$)
3249
195
  .build() {
3250
196
  }
3251
197
 
@@ -3257,7 +203,7 @@ class CheckDocumentAccessCommand extends smithyClient.Command
3257
203
  })
3258
204
  .s("ExpertQ", "CheckDocumentAccess", {})
3259
205
  .n("QBusinessClient", "CheckDocumentAccessCommand")
3260
- .sc(CheckDocumentAccess$)
206
+ .sc(schemas_0.CheckDocumentAccess$)
3261
207
  .build() {
3262
208
  }
3263
209
 
@@ -3269,7 +215,7 @@ class CreateAnonymousWebExperienceUrlCommand extends smithyClient.Command
3269
215
  })
3270
216
  .s("ExpertQ", "CreateAnonymousWebExperienceUrl", {})
3271
217
  .n("QBusinessClient", "CreateAnonymousWebExperienceUrlCommand")
3272
- .sc(CreateAnonymousWebExperienceUrl$)
218
+ .sc(schemas_0.CreateAnonymousWebExperienceUrl$)
3273
219
  .build() {
3274
220
  }
3275
221
 
@@ -3281,7 +227,7 @@ class CreateApplicationCommand extends smithyClient.Command
3281
227
  })
3282
228
  .s("ExpertQ", "CreateApplication", {})
3283
229
  .n("QBusinessClient", "CreateApplicationCommand")
3284
- .sc(CreateApplication$)
230
+ .sc(schemas_0.CreateApplication$)
3285
231
  .build() {
3286
232
  }
3287
233
 
@@ -3293,7 +239,7 @@ class CreateChatResponseConfigurationCommand extends smithyClient.Command
3293
239
  })
3294
240
  .s("ExpertQ", "CreateChatResponseConfiguration", {})
3295
241
  .n("QBusinessClient", "CreateChatResponseConfigurationCommand")
3296
- .sc(CreateChatResponseConfiguration$)
242
+ .sc(schemas_0.CreateChatResponseConfiguration$)
3297
243
  .build() {
3298
244
  }
3299
245
 
@@ -3305,7 +251,7 @@ class CreateDataAccessorCommand extends smithyClient.Command
3305
251
  })
3306
252
  .s("ExpertQ", "CreateDataAccessor", {})
3307
253
  .n("QBusinessClient", "CreateDataAccessorCommand")
3308
- .sc(CreateDataAccessor$)
254
+ .sc(schemas_0.CreateDataAccessor$)
3309
255
  .build() {
3310
256
  }
3311
257
 
@@ -3317,7 +263,7 @@ class CreateDataSourceCommand extends smithyClient.Command
3317
263
  })
3318
264
  .s("ExpertQ", "CreateDataSource", {})
3319
265
  .n("QBusinessClient", "CreateDataSourceCommand")
3320
- .sc(CreateDataSource$)
266
+ .sc(schemas_0.CreateDataSource$)
3321
267
  .build() {
3322
268
  }
3323
269
 
@@ -3329,7 +275,7 @@ class CreateIndexCommand extends smithyClient.Command
3329
275
  })
3330
276
  .s("ExpertQ", "CreateIndex", {})
3331
277
  .n("QBusinessClient", "CreateIndexCommand")
3332
- .sc(CreateIndex$)
278
+ .sc(schemas_0.CreateIndex$)
3333
279
  .build() {
3334
280
  }
3335
281
 
@@ -3341,7 +287,7 @@ class CreatePluginCommand extends smithyClient.Command
3341
287
  })
3342
288
  .s("ExpertQ", "CreatePlugin", {})
3343
289
  .n("QBusinessClient", "CreatePluginCommand")
3344
- .sc(CreatePlugin$)
290
+ .sc(schemas_0.CreatePlugin$)
3345
291
  .build() {
3346
292
  }
3347
293
 
@@ -3353,7 +299,7 @@ class CreateRetrieverCommand extends smithyClient.Command
3353
299
  })
3354
300
  .s("ExpertQ", "CreateRetriever", {})
3355
301
  .n("QBusinessClient", "CreateRetrieverCommand")
3356
- .sc(CreateRetriever$)
302
+ .sc(schemas_0.CreateRetriever$)
3357
303
  .build() {
3358
304
  }
3359
305
 
@@ -3365,7 +311,7 @@ class CreateSubscriptionCommand extends smithyClient.Command
3365
311
  })
3366
312
  .s("ExpertQ", "CreateSubscription", {})
3367
313
  .n("QBusinessClient", "CreateSubscriptionCommand")
3368
- .sc(CreateSubscription$)
314
+ .sc(schemas_0.CreateSubscription$)
3369
315
  .build() {
3370
316
  }
3371
317
 
@@ -3377,7 +323,7 @@ class CreateUserCommand extends smithyClient.Command
3377
323
  })
3378
324
  .s("ExpertQ", "CreateUser", {})
3379
325
  .n("QBusinessClient", "CreateUserCommand")
3380
- .sc(CreateUser$)
326
+ .sc(schemas_0.CreateUser$)
3381
327
  .build() {
3382
328
  }
3383
329
 
@@ -3389,7 +335,7 @@ class CreateWebExperienceCommand extends smithyClient.Command
3389
335
  })
3390
336
  .s("ExpertQ", "CreateWebExperience", {})
3391
337
  .n("QBusinessClient", "CreateWebExperienceCommand")
3392
- .sc(CreateWebExperience$)
338
+ .sc(schemas_0.CreateWebExperience$)
3393
339
  .build() {
3394
340
  }
3395
341
 
@@ -3401,7 +347,7 @@ class DeleteApplicationCommand extends smithyClient.Command
3401
347
  })
3402
348
  .s("ExpertQ", "DeleteApplication", {})
3403
349
  .n("QBusinessClient", "DeleteApplicationCommand")
3404
- .sc(DeleteApplication$)
350
+ .sc(schemas_0.DeleteApplication$)
3405
351
  .build() {
3406
352
  }
3407
353
 
@@ -3413,7 +359,7 @@ class DeleteAttachmentCommand extends smithyClient.Command
3413
359
  })
3414
360
  .s("ExpertQ", "DeleteAttachment", {})
3415
361
  .n("QBusinessClient", "DeleteAttachmentCommand")
3416
- .sc(DeleteAttachment$)
362
+ .sc(schemas_0.DeleteAttachment$)
3417
363
  .build() {
3418
364
  }
3419
365
 
@@ -3425,7 +371,7 @@ class DeleteChatControlsConfigurationCommand extends smithyClient.Command
3425
371
  })
3426
372
  .s("ExpertQ", "DeleteChatControlsConfiguration", {})
3427
373
  .n("QBusinessClient", "DeleteChatControlsConfigurationCommand")
3428
- .sc(DeleteChatControlsConfiguration$)
374
+ .sc(schemas_0.DeleteChatControlsConfiguration$)
3429
375
  .build() {
3430
376
  }
3431
377
 
@@ -3437,7 +383,7 @@ class DeleteChatResponseConfigurationCommand extends smithyClient.Command
3437
383
  })
3438
384
  .s("ExpertQ", "DeleteChatResponseConfiguration", {})
3439
385
  .n("QBusinessClient", "DeleteChatResponseConfigurationCommand")
3440
- .sc(DeleteChatResponseConfiguration$)
386
+ .sc(schemas_0.DeleteChatResponseConfiguration$)
3441
387
  .build() {
3442
388
  }
3443
389
 
@@ -3449,7 +395,7 @@ class DeleteConversationCommand extends smithyClient.Command
3449
395
  })
3450
396
  .s("ExpertQ", "DeleteConversation", {})
3451
397
  .n("QBusinessClient", "DeleteConversationCommand")
3452
- .sc(DeleteConversation$)
398
+ .sc(schemas_0.DeleteConversation$)
3453
399
  .build() {
3454
400
  }
3455
401
 
@@ -3461,7 +407,7 @@ class DeleteDataAccessorCommand extends smithyClient.Command
3461
407
  })
3462
408
  .s("ExpertQ", "DeleteDataAccessor", {})
3463
409
  .n("QBusinessClient", "DeleteDataAccessorCommand")
3464
- .sc(DeleteDataAccessor$)
410
+ .sc(schemas_0.DeleteDataAccessor$)
3465
411
  .build() {
3466
412
  }
3467
413
 
@@ -3473,7 +419,7 @@ class DeleteDataSourceCommand extends smithyClient.Command
3473
419
  })
3474
420
  .s("ExpertQ", "DeleteDataSource", {})
3475
421
  .n("QBusinessClient", "DeleteDataSourceCommand")
3476
- .sc(DeleteDataSource$)
422
+ .sc(schemas_0.DeleteDataSource$)
3477
423
  .build() {
3478
424
  }
3479
425
 
@@ -3485,7 +431,7 @@ class DeleteGroupCommand extends smithyClient.Command
3485
431
  })
3486
432
  .s("ExpertQ", "DeleteGroup", {})
3487
433
  .n("QBusinessClient", "DeleteGroupCommand")
3488
- .sc(DeleteGroup$)
434
+ .sc(schemas_0.DeleteGroup$)
3489
435
  .build() {
3490
436
  }
3491
437
 
@@ -3497,7 +443,7 @@ class DeleteIndexCommand extends smithyClient.Command
3497
443
  })
3498
444
  .s("ExpertQ", "DeleteIndex", {})
3499
445
  .n("QBusinessClient", "DeleteIndexCommand")
3500
- .sc(DeleteIndex$)
446
+ .sc(schemas_0.DeleteIndex$)
3501
447
  .build() {
3502
448
  }
3503
449
 
@@ -3509,7 +455,7 @@ class DeletePluginCommand extends smithyClient.Command
3509
455
  })
3510
456
  .s("ExpertQ", "DeletePlugin", {})
3511
457
  .n("QBusinessClient", "DeletePluginCommand")
3512
- .sc(DeletePlugin$)
458
+ .sc(schemas_0.DeletePlugin$)
3513
459
  .build() {
3514
460
  }
3515
461
 
@@ -3521,7 +467,7 @@ class DeleteRetrieverCommand extends smithyClient.Command
3521
467
  })
3522
468
  .s("ExpertQ", "DeleteRetriever", {})
3523
469
  .n("QBusinessClient", "DeleteRetrieverCommand")
3524
- .sc(DeleteRetriever$)
470
+ .sc(schemas_0.DeleteRetriever$)
3525
471
  .build() {
3526
472
  }
3527
473
 
@@ -3533,7 +479,7 @@ class DeleteUserCommand extends smithyClient.Command
3533
479
  })
3534
480
  .s("ExpertQ", "DeleteUser", {})
3535
481
  .n("QBusinessClient", "DeleteUserCommand")
3536
- .sc(DeleteUser$)
482
+ .sc(schemas_0.DeleteUser$)
3537
483
  .build() {
3538
484
  }
3539
485
 
@@ -3545,7 +491,7 @@ class DeleteWebExperienceCommand extends smithyClient.Command
3545
491
  })
3546
492
  .s("ExpertQ", "DeleteWebExperience", {})
3547
493
  .n("QBusinessClient", "DeleteWebExperienceCommand")
3548
- .sc(DeleteWebExperience$)
494
+ .sc(schemas_0.DeleteWebExperience$)
3549
495
  .build() {
3550
496
  }
3551
497
 
@@ -3557,7 +503,7 @@ class DisassociatePermissionCommand extends smithyClient.Command
3557
503
  })
3558
504
  .s("ExpertQ", "DisassociatePermission", {})
3559
505
  .n("QBusinessClient", "DisassociatePermissionCommand")
3560
- .sc(DisassociatePermission$)
506
+ .sc(schemas_0.DisassociatePermission$)
3561
507
  .build() {
3562
508
  }
3563
509
 
@@ -3569,7 +515,7 @@ class GetApplicationCommand extends smithyClient.Command
3569
515
  })
3570
516
  .s("ExpertQ", "GetApplication", {})
3571
517
  .n("QBusinessClient", "GetApplicationCommand")
3572
- .sc(GetApplication$)
518
+ .sc(schemas_0.GetApplication$)
3573
519
  .build() {
3574
520
  }
3575
521
 
@@ -3581,7 +527,7 @@ class GetChatControlsConfigurationCommand extends smithyClient.Command
3581
527
  })
3582
528
  .s("ExpertQ", "GetChatControlsConfiguration", {})
3583
529
  .n("QBusinessClient", "GetChatControlsConfigurationCommand")
3584
- .sc(GetChatControlsConfiguration$)
530
+ .sc(schemas_0.GetChatControlsConfiguration$)
3585
531
  .build() {
3586
532
  }
3587
533
 
@@ -3593,7 +539,7 @@ class GetChatResponseConfigurationCommand extends smithyClient.Command
3593
539
  })
3594
540
  .s("ExpertQ", "GetChatResponseConfiguration", {})
3595
541
  .n("QBusinessClient", "GetChatResponseConfigurationCommand")
3596
- .sc(GetChatResponseConfiguration$)
542
+ .sc(schemas_0.GetChatResponseConfiguration$)
3597
543
  .build() {
3598
544
  }
3599
545
 
@@ -3605,7 +551,7 @@ class GetDataAccessorCommand extends smithyClient.Command
3605
551
  })
3606
552
  .s("ExpertQ", "GetDataAccessor", {})
3607
553
  .n("QBusinessClient", "GetDataAccessorCommand")
3608
- .sc(GetDataAccessor$)
554
+ .sc(schemas_0.GetDataAccessor$)
3609
555
  .build() {
3610
556
  }
3611
557
 
@@ -3617,7 +563,7 @@ class GetDataSourceCommand extends smithyClient.Command
3617
563
  })
3618
564
  .s("ExpertQ", "GetDataSource", {})
3619
565
  .n("QBusinessClient", "GetDataSourceCommand")
3620
- .sc(GetDataSource$)
566
+ .sc(schemas_0.GetDataSource$)
3621
567
  .build() {
3622
568
  }
3623
569
 
@@ -3629,7 +575,7 @@ class GetDocumentContentCommand extends smithyClient.Command
3629
575
  })
3630
576
  .s("ExpertQ", "GetDocumentContent", {})
3631
577
  .n("QBusinessClient", "GetDocumentContentCommand")
3632
- .sc(GetDocumentContent$)
578
+ .sc(schemas_0.GetDocumentContent$)
3633
579
  .build() {
3634
580
  }
3635
581
 
@@ -3641,7 +587,7 @@ class GetGroupCommand extends smithyClient.Command
3641
587
  })
3642
588
  .s("ExpertQ", "GetGroup", {})
3643
589
  .n("QBusinessClient", "GetGroupCommand")
3644
- .sc(GetGroup$)
590
+ .sc(schemas_0.GetGroup$)
3645
591
  .build() {
3646
592
  }
3647
593
 
@@ -3653,7 +599,7 @@ class GetIndexCommand extends smithyClient.Command
3653
599
  })
3654
600
  .s("ExpertQ", "GetIndex", {})
3655
601
  .n("QBusinessClient", "GetIndexCommand")
3656
- .sc(GetIndex$)
602
+ .sc(schemas_0.GetIndex$)
3657
603
  .build() {
3658
604
  }
3659
605
 
@@ -3665,7 +611,7 @@ class GetMediaCommand extends smithyClient.Command
3665
611
  })
3666
612
  .s("ExpertQ", "GetMedia", {})
3667
613
  .n("QBusinessClient", "GetMediaCommand")
3668
- .sc(GetMedia$)
614
+ .sc(schemas_0.GetMedia$)
3669
615
  .build() {
3670
616
  }
3671
617
 
@@ -3677,7 +623,7 @@ class GetPluginCommand extends smithyClient.Command
3677
623
  })
3678
624
  .s("ExpertQ", "GetPlugin", {})
3679
625
  .n("QBusinessClient", "GetPluginCommand")
3680
- .sc(GetPlugin$)
626
+ .sc(schemas_0.GetPlugin$)
3681
627
  .build() {
3682
628
  }
3683
629
 
@@ -3689,7 +635,7 @@ class GetPolicyCommand extends smithyClient.Command
3689
635
  })
3690
636
  .s("ExpertQ", "GetPolicy", {})
3691
637
  .n("QBusinessClient", "GetPolicyCommand")
3692
- .sc(GetPolicy$)
638
+ .sc(schemas_0.GetPolicy$)
3693
639
  .build() {
3694
640
  }
3695
641
 
@@ -3701,7 +647,7 @@ class GetRetrieverCommand extends smithyClient.Command
3701
647
  })
3702
648
  .s("ExpertQ", "GetRetriever", {})
3703
649
  .n("QBusinessClient", "GetRetrieverCommand")
3704
- .sc(GetRetriever$)
650
+ .sc(schemas_0.GetRetriever$)
3705
651
  .build() {
3706
652
  }
3707
653
 
@@ -3713,7 +659,7 @@ class GetUserCommand extends smithyClient.Command
3713
659
  })
3714
660
  .s("ExpertQ", "GetUser", {})
3715
661
  .n("QBusinessClient", "GetUserCommand")
3716
- .sc(GetUser$)
662
+ .sc(schemas_0.GetUser$)
3717
663
  .build() {
3718
664
  }
3719
665
 
@@ -3725,7 +671,7 @@ class GetWebExperienceCommand extends smithyClient.Command
3725
671
  })
3726
672
  .s("ExpertQ", "GetWebExperience", {})
3727
673
  .n("QBusinessClient", "GetWebExperienceCommand")
3728
- .sc(GetWebExperience$)
674
+ .sc(schemas_0.GetWebExperience$)
3729
675
  .build() {
3730
676
  }
3731
677
 
@@ -3737,7 +683,7 @@ class ListApplicationsCommand extends smithyClient.Command
3737
683
  })
3738
684
  .s("ExpertQ", "ListApplications", {})
3739
685
  .n("QBusinessClient", "ListApplicationsCommand")
3740
- .sc(ListApplications$)
686
+ .sc(schemas_0.ListApplications$)
3741
687
  .build() {
3742
688
  }
3743
689
 
@@ -3749,7 +695,7 @@ class ListAttachmentsCommand extends smithyClient.Command
3749
695
  })
3750
696
  .s("ExpertQ", "ListAttachments", {})
3751
697
  .n("QBusinessClient", "ListAttachmentsCommand")
3752
- .sc(ListAttachments$)
698
+ .sc(schemas_0.ListAttachments$)
3753
699
  .build() {
3754
700
  }
3755
701
 
@@ -3761,7 +707,7 @@ class ListChatResponseConfigurationsCommand extends smithyClient.Command
3761
707
  })
3762
708
  .s("ExpertQ", "ListChatResponseConfigurations", {})
3763
709
  .n("QBusinessClient", "ListChatResponseConfigurationsCommand")
3764
- .sc(ListChatResponseConfigurations$)
710
+ .sc(schemas_0.ListChatResponseConfigurations$)
3765
711
  .build() {
3766
712
  }
3767
713
 
@@ -3773,7 +719,7 @@ class ListConversationsCommand extends smithyClient.Command
3773
719
  })
3774
720
  .s("ExpertQ", "ListConversations", {})
3775
721
  .n("QBusinessClient", "ListConversationsCommand")
3776
- .sc(ListConversations$)
722
+ .sc(schemas_0.ListConversations$)
3777
723
  .build() {
3778
724
  }
3779
725
 
@@ -3785,7 +731,7 @@ class ListDataAccessorsCommand extends smithyClient.Command
3785
731
  })
3786
732
  .s("ExpertQ", "ListDataAccessors", {})
3787
733
  .n("QBusinessClient", "ListDataAccessorsCommand")
3788
- .sc(ListDataAccessors$)
734
+ .sc(schemas_0.ListDataAccessors$)
3789
735
  .build() {
3790
736
  }
3791
737
 
@@ -3797,7 +743,7 @@ class ListDataSourcesCommand extends smithyClient.Command
3797
743
  })
3798
744
  .s("ExpertQ", "ListDataSources", {})
3799
745
  .n("QBusinessClient", "ListDataSourcesCommand")
3800
- .sc(ListDataSources$)
746
+ .sc(schemas_0.ListDataSources$)
3801
747
  .build() {
3802
748
  }
3803
749
 
@@ -3809,7 +755,7 @@ class ListDataSourceSyncJobsCommand extends smithyClient.Command
3809
755
  })
3810
756
  .s("ExpertQ", "ListDataSourceSyncJobs", {})
3811
757
  .n("QBusinessClient", "ListDataSourceSyncJobsCommand")
3812
- .sc(ListDataSourceSyncJobs$)
758
+ .sc(schemas_0.ListDataSourceSyncJobs$)
3813
759
  .build() {
3814
760
  }
3815
761
 
@@ -3821,7 +767,7 @@ class ListDocumentsCommand extends smithyClient.Command
3821
767
  })
3822
768
  .s("ExpertQ", "ListDocuments", {})
3823
769
  .n("QBusinessClient", "ListDocumentsCommand")
3824
- .sc(ListDocuments$)
770
+ .sc(schemas_0.ListDocuments$)
3825
771
  .build() {
3826
772
  }
3827
773
 
@@ -3833,7 +779,7 @@ class ListGroupsCommand extends smithyClient.Command
3833
779
  })
3834
780
  .s("ExpertQ", "ListGroups", {})
3835
781
  .n("QBusinessClient", "ListGroupsCommand")
3836
- .sc(ListGroups$)
782
+ .sc(schemas_0.ListGroups$)
3837
783
  .build() {
3838
784
  }
3839
785
 
@@ -3845,7 +791,7 @@ class ListIndicesCommand extends smithyClient.Command
3845
791
  })
3846
792
  .s("ExpertQ", "ListIndices", {})
3847
793
  .n("QBusinessClient", "ListIndicesCommand")
3848
- .sc(ListIndices$)
794
+ .sc(schemas_0.ListIndices$)
3849
795
  .build() {
3850
796
  }
3851
797
 
@@ -3857,7 +803,7 @@ class ListMessagesCommand extends smithyClient.Command
3857
803
  })
3858
804
  .s("ExpertQ", "ListMessages", {})
3859
805
  .n("QBusinessClient", "ListMessagesCommand")
3860
- .sc(ListMessages$)
806
+ .sc(schemas_0.ListMessages$)
3861
807
  .build() {
3862
808
  }
3863
809
 
@@ -3869,7 +815,7 @@ class ListPluginActionsCommand extends smithyClient.Command
3869
815
  })
3870
816
  .s("ExpertQ", "ListPluginActions", {})
3871
817
  .n("QBusinessClient", "ListPluginActionsCommand")
3872
- .sc(ListPluginActions$)
818
+ .sc(schemas_0.ListPluginActions$)
3873
819
  .build() {
3874
820
  }
3875
821
 
@@ -3881,7 +827,7 @@ class ListPluginsCommand extends smithyClient.Command
3881
827
  })
3882
828
  .s("ExpertQ", "ListPlugins", {})
3883
829
  .n("QBusinessClient", "ListPluginsCommand")
3884
- .sc(ListPlugins$)
830
+ .sc(schemas_0.ListPlugins$)
3885
831
  .build() {
3886
832
  }
3887
833
 
@@ -3893,7 +839,7 @@ class ListPluginTypeActionsCommand extends smithyClient.Command
3893
839
  })
3894
840
  .s("ExpertQ", "ListPluginTypeActions", {})
3895
841
  .n("QBusinessClient", "ListPluginTypeActionsCommand")
3896
- .sc(ListPluginTypeActions$)
842
+ .sc(schemas_0.ListPluginTypeActions$)
3897
843
  .build() {
3898
844
  }
3899
845
 
@@ -3905,7 +851,7 @@ class ListPluginTypeMetadataCommand extends smithyClient.Command
3905
851
  })
3906
852
  .s("ExpertQ", "ListPluginTypeMetadata", {})
3907
853
  .n("QBusinessClient", "ListPluginTypeMetadataCommand")
3908
- .sc(ListPluginTypeMetadata$)
854
+ .sc(schemas_0.ListPluginTypeMetadata$)
3909
855
  .build() {
3910
856
  }
3911
857
 
@@ -3917,7 +863,7 @@ class ListRetrieversCommand extends smithyClient.Command
3917
863
  })
3918
864
  .s("ExpertQ", "ListRetrievers", {})
3919
865
  .n("QBusinessClient", "ListRetrieversCommand")
3920
- .sc(ListRetrievers$)
866
+ .sc(schemas_0.ListRetrievers$)
3921
867
  .build() {
3922
868
  }
3923
869
 
@@ -3929,7 +875,7 @@ class ListSubscriptionsCommand extends smithyClient.Command
3929
875
  })
3930
876
  .s("ExpertQ", "ListSubscriptions", {})
3931
877
  .n("QBusinessClient", "ListSubscriptionsCommand")
3932
- .sc(ListSubscriptions$)
878
+ .sc(schemas_0.ListSubscriptions$)
3933
879
  .build() {
3934
880
  }
3935
881
 
@@ -3941,7 +887,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3941
887
  })
3942
888
  .s("ExpertQ", "ListTagsForResource", {})
3943
889
  .n("QBusinessClient", "ListTagsForResourceCommand")
3944
- .sc(ListTagsForResource$)
890
+ .sc(schemas_0.ListTagsForResource$)
3945
891
  .build() {
3946
892
  }
3947
893
 
@@ -3953,7 +899,7 @@ class ListWebExperiencesCommand extends smithyClient.Command
3953
899
  })
3954
900
  .s("ExpertQ", "ListWebExperiences", {})
3955
901
  .n("QBusinessClient", "ListWebExperiencesCommand")
3956
- .sc(ListWebExperiences$)
902
+ .sc(schemas_0.ListWebExperiences$)
3957
903
  .build() {
3958
904
  }
3959
905
 
@@ -3965,7 +911,7 @@ class PutFeedbackCommand extends smithyClient.Command
3965
911
  })
3966
912
  .s("ExpertQ", "PutFeedback", {})
3967
913
  .n("QBusinessClient", "PutFeedbackCommand")
3968
- .sc(PutFeedback$)
914
+ .sc(schemas_0.PutFeedback$)
3969
915
  .build() {
3970
916
  }
3971
917
 
@@ -3977,7 +923,7 @@ class PutGroupCommand extends smithyClient.Command
3977
923
  })
3978
924
  .s("ExpertQ", "PutGroup", {})
3979
925
  .n("QBusinessClient", "PutGroupCommand")
3980
- .sc(PutGroup$)
926
+ .sc(schemas_0.PutGroup$)
3981
927
  .build() {
3982
928
  }
3983
929
 
@@ -3989,7 +935,7 @@ class SearchRelevantContentCommand extends smithyClient.Command
3989
935
  })
3990
936
  .s("ExpertQ", "SearchRelevantContent", {})
3991
937
  .n("QBusinessClient", "SearchRelevantContentCommand")
3992
- .sc(SearchRelevantContent$)
938
+ .sc(schemas_0.SearchRelevantContent$)
3993
939
  .build() {
3994
940
  }
3995
941
 
@@ -4001,7 +947,7 @@ class StartDataSourceSyncJobCommand extends smithyClient.Command
4001
947
  })
4002
948
  .s("ExpertQ", "StartDataSourceSyncJob", {})
4003
949
  .n("QBusinessClient", "StartDataSourceSyncJobCommand")
4004
- .sc(StartDataSourceSyncJob$)
950
+ .sc(schemas_0.StartDataSourceSyncJob$)
4005
951
  .build() {
4006
952
  }
4007
953
 
@@ -4013,7 +959,7 @@ class StopDataSourceSyncJobCommand extends smithyClient.Command
4013
959
  })
4014
960
  .s("ExpertQ", "StopDataSourceSyncJob", {})
4015
961
  .n("QBusinessClient", "StopDataSourceSyncJobCommand")
4016
- .sc(StopDataSourceSyncJob$)
962
+ .sc(schemas_0.StopDataSourceSyncJob$)
4017
963
  .build() {
4018
964
  }
4019
965
 
@@ -4025,7 +971,7 @@ class TagResourceCommand extends smithyClient.Command
4025
971
  })
4026
972
  .s("ExpertQ", "TagResource", {})
4027
973
  .n("QBusinessClient", "TagResourceCommand")
4028
- .sc(TagResource$)
974
+ .sc(schemas_0.TagResource$)
4029
975
  .build() {
4030
976
  }
4031
977
 
@@ -4037,7 +983,7 @@ class UntagResourceCommand extends smithyClient.Command
4037
983
  })
4038
984
  .s("ExpertQ", "UntagResource", {})
4039
985
  .n("QBusinessClient", "UntagResourceCommand")
4040
- .sc(UntagResource$)
986
+ .sc(schemas_0.UntagResource$)
4041
987
  .build() {
4042
988
  }
4043
989
 
@@ -4049,7 +995,7 @@ class UpdateApplicationCommand extends smithyClient.Command
4049
995
  })
4050
996
  .s("ExpertQ", "UpdateApplication", {})
4051
997
  .n("QBusinessClient", "UpdateApplicationCommand")
4052
- .sc(UpdateApplication$)
998
+ .sc(schemas_0.UpdateApplication$)
4053
999
  .build() {
4054
1000
  }
4055
1001
 
@@ -4061,7 +1007,7 @@ class UpdateChatControlsConfigurationCommand extends smithyClient.Command
4061
1007
  })
4062
1008
  .s("ExpertQ", "UpdateChatControlsConfiguration", {})
4063
1009
  .n("QBusinessClient", "UpdateChatControlsConfigurationCommand")
4064
- .sc(UpdateChatControlsConfiguration$)
1010
+ .sc(schemas_0.UpdateChatControlsConfiguration$)
4065
1011
  .build() {
4066
1012
  }
4067
1013
 
@@ -4073,7 +1019,7 @@ class UpdateChatResponseConfigurationCommand extends smithyClient.Command
4073
1019
  })
4074
1020
  .s("ExpertQ", "UpdateChatResponseConfiguration", {})
4075
1021
  .n("QBusinessClient", "UpdateChatResponseConfigurationCommand")
4076
- .sc(UpdateChatResponseConfiguration$)
1022
+ .sc(schemas_0.UpdateChatResponseConfiguration$)
4077
1023
  .build() {
4078
1024
  }
4079
1025
 
@@ -4085,7 +1031,7 @@ class UpdateDataAccessorCommand extends smithyClient.Command
4085
1031
  })
4086
1032
  .s("ExpertQ", "UpdateDataAccessor", {})
4087
1033
  .n("QBusinessClient", "UpdateDataAccessorCommand")
4088
- .sc(UpdateDataAccessor$)
1034
+ .sc(schemas_0.UpdateDataAccessor$)
4089
1035
  .build() {
4090
1036
  }
4091
1037
 
@@ -4097,7 +1043,7 @@ class UpdateDataSourceCommand extends smithyClient.Command
4097
1043
  })
4098
1044
  .s("ExpertQ", "UpdateDataSource", {})
4099
1045
  .n("QBusinessClient", "UpdateDataSourceCommand")
4100
- .sc(UpdateDataSource$)
1046
+ .sc(schemas_0.UpdateDataSource$)
4101
1047
  .build() {
4102
1048
  }
4103
1049
 
@@ -4109,7 +1055,7 @@ class UpdateIndexCommand extends smithyClient.Command
4109
1055
  })
4110
1056
  .s("ExpertQ", "UpdateIndex", {})
4111
1057
  .n("QBusinessClient", "UpdateIndexCommand")
4112
- .sc(UpdateIndex$)
1058
+ .sc(schemas_0.UpdateIndex$)
4113
1059
  .build() {
4114
1060
  }
4115
1061
 
@@ -4121,7 +1067,7 @@ class UpdatePluginCommand extends smithyClient.Command
4121
1067
  })
4122
1068
  .s("ExpertQ", "UpdatePlugin", {})
4123
1069
  .n("QBusinessClient", "UpdatePluginCommand")
4124
- .sc(UpdatePlugin$)
1070
+ .sc(schemas_0.UpdatePlugin$)
4125
1071
  .build() {
4126
1072
  }
4127
1073
 
@@ -4133,7 +1079,7 @@ class UpdateRetrieverCommand extends smithyClient.Command
4133
1079
  })
4134
1080
  .s("ExpertQ", "UpdateRetriever", {})
4135
1081
  .n("QBusinessClient", "UpdateRetrieverCommand")
4136
- .sc(UpdateRetriever$)
1082
+ .sc(schemas_0.UpdateRetriever$)
4137
1083
  .build() {
4138
1084
  }
4139
1085
 
@@ -4145,7 +1091,7 @@ class UpdateSubscriptionCommand extends smithyClient.Command
4145
1091
  })
4146
1092
  .s("ExpertQ", "UpdateSubscription", {})
4147
1093
  .n("QBusinessClient", "UpdateSubscriptionCommand")
4148
- .sc(UpdateSubscription$)
1094
+ .sc(schemas_0.UpdateSubscription$)
4149
1095
  .build() {
4150
1096
  }
4151
1097
 
@@ -4157,7 +1103,7 @@ class UpdateUserCommand extends smithyClient.Command
4157
1103
  })
4158
1104
  .s("ExpertQ", "UpdateUser", {})
4159
1105
  .n("QBusinessClient", "UpdateUserCommand")
4160
- .sc(UpdateUser$)
1106
+ .sc(schemas_0.UpdateUser$)
4161
1107
  .build() {
4162
1108
  }
4163
1109
 
@@ -4169,7 +1115,7 @@ class UpdateWebExperienceCommand extends smithyClient.Command
4169
1115
  })
4170
1116
  .s("ExpertQ", "UpdateWebExperience", {})
4171
1117
  .n("QBusinessClient", "UpdateWebExperienceCommand")
4172
- .sc(UpdateWebExperience$)
1118
+ .sc(schemas_0.UpdateWebExperience$)
4173
1119
  .build() {
4174
1120
  }
4175
1121
 
@@ -4676,571 +1622,153 @@ Object.defineProperty(exports, "__Client", {
4676
1622
  enumerable: true,
4677
1623
  get: function () { return smithyClient.Client; }
4678
1624
  });
4679
- exports.APISchema$ = APISchema$;
1625
+ Object.defineProperty(exports, "QBusinessServiceException", {
1626
+ enumerable: true,
1627
+ get: function () { return QBusinessServiceException.QBusinessServiceException; }
1628
+ });
4680
1629
  exports.APISchemaType = APISchemaType;
4681
- exports.AccessConfiguration$ = AccessConfiguration$;
4682
- exports.AccessControl$ = AccessControl$;
4683
- exports.AccessDeniedException = AccessDeniedException;
4684
- exports.AccessDeniedException$ = AccessDeniedException$;
4685
- exports.ActionConfiguration$ = ActionConfiguration$;
4686
- exports.ActionExecution$ = ActionExecution$;
4687
- exports.ActionExecutionEvent$ = ActionExecutionEvent$;
4688
- exports.ActionExecutionPayloadField$ = ActionExecutionPayloadField$;
4689
- exports.ActionFilterConfiguration$ = ActionFilterConfiguration$;
4690
1630
  exports.ActionPayloadFieldType = ActionPayloadFieldType;
4691
- exports.ActionReview$ = ActionReview$;
4692
- exports.ActionReviewEvent$ = ActionReviewEvent$;
4693
- exports.ActionReviewPayloadField$ = ActionReviewPayloadField$;
4694
- exports.ActionReviewPayloadFieldAllowedValue$ = ActionReviewPayloadFieldAllowedValue$;
4695
- exports.ActionSummary$ = ActionSummary$;
4696
- exports.Application$ = Application$;
4697
1631
  exports.ApplicationStatus = ApplicationStatus;
4698
- exports.AppliedAttachmentsConfiguration$ = AppliedAttachmentsConfiguration$;
4699
- exports.AppliedCreatorModeConfiguration$ = AppliedCreatorModeConfiguration$;
4700
- exports.AppliedOrchestrationConfiguration$ = AppliedOrchestrationConfiguration$;
4701
- exports.AssociatePermission$ = AssociatePermission$;
4702
1632
  exports.AssociatePermissionCommand = AssociatePermissionCommand;
4703
- exports.AssociatePermissionRequest$ = AssociatePermissionRequest$;
4704
- exports.AssociatePermissionResponse$ = AssociatePermissionResponse$;
4705
- exports.AssociatedGroup$ = AssociatedGroup$;
4706
- exports.AssociatedUser$ = AssociatedUser$;
4707
- exports.Attachment$ = Attachment$;
4708
- exports.AttachmentInput$ = AttachmentInput$;
4709
- exports.AttachmentInputEvent$ = AttachmentInputEvent$;
4710
- exports.AttachmentOutput$ = AttachmentOutput$;
4711
1633
  exports.AttachmentStatus = AttachmentStatus;
4712
- exports.AttachmentsConfiguration$ = AttachmentsConfiguration$;
4713
1634
  exports.AttachmentsControlMode = AttachmentsControlMode;
4714
- exports.AttributeFilter$ = AttributeFilter$;
4715
1635
  exports.AttributeType = AttributeType;
4716
1636
  exports.AttributeValueOperator = AttributeValueOperator;
4717
- exports.AudioExtractionConfiguration$ = AudioExtractionConfiguration$;
4718
1637
  exports.AudioExtractionStatus = AudioExtractionStatus;
4719
1638
  exports.AudioExtractionType = AudioExtractionType;
4720
- exports.AudioSourceDetails$ = AudioSourceDetails$;
4721
- exports.AuthChallengeRequest$ = AuthChallengeRequest$;
4722
- exports.AuthChallengeRequestEvent$ = AuthChallengeRequestEvent$;
4723
- exports.AuthChallengeResponse$ = AuthChallengeResponse$;
4724
- exports.AuthChallengeResponseEvent$ = AuthChallengeResponseEvent$;
4725
- exports.AutoSubscriptionConfiguration$ = AutoSubscriptionConfiguration$;
4726
1639
  exports.AutoSubscriptionStatus = AutoSubscriptionStatus;
4727
- exports.BasicAuthConfiguration$ = BasicAuthConfiguration$;
4728
- exports.BatchDeleteDocument$ = BatchDeleteDocument$;
4729
1640
  exports.BatchDeleteDocumentCommand = BatchDeleteDocumentCommand;
4730
- exports.BatchDeleteDocumentRequest$ = BatchDeleteDocumentRequest$;
4731
- exports.BatchDeleteDocumentResponse$ = BatchDeleteDocumentResponse$;
4732
- exports.BatchPutDocument$ = BatchPutDocument$;
4733
1641
  exports.BatchPutDocumentCommand = BatchPutDocumentCommand;
4734
- exports.BatchPutDocumentRequest$ = BatchPutDocumentRequest$;
4735
- exports.BatchPutDocumentResponse$ = BatchPutDocumentResponse$;
4736
- exports.BlockedPhrasesConfiguration$ = BlockedPhrasesConfiguration$;
4737
- exports.BlockedPhrasesConfigurationUpdate$ = BlockedPhrasesConfigurationUpdate$;
4738
1642
  exports.BrowserExtension = BrowserExtension;
4739
- exports.BrowserExtensionConfiguration$ = BrowserExtensionConfiguration$;
4740
- exports.CancelSubscription$ = CancelSubscription$;
4741
1643
  exports.CancelSubscriptionCommand = CancelSubscriptionCommand;
4742
- exports.CancelSubscriptionRequest$ = CancelSubscriptionRequest$;
4743
- exports.CancelSubscriptionResponse$ = CancelSubscriptionResponse$;
4744
- exports.Chat$ = Chat$;
4745
1644
  exports.ChatCommand = ChatCommand;
4746
- exports.ChatInput$ = ChatInput$;
4747
- exports.ChatInputStream$ = ChatInputStream$;
4748
1645
  exports.ChatMode = ChatMode;
4749
- exports.ChatModeConfiguration$ = ChatModeConfiguration$;
4750
- exports.ChatOutput$ = ChatOutput$;
4751
- exports.ChatOutputStream$ = ChatOutputStream$;
4752
- exports.ChatResponseConfiguration$ = ChatResponseConfiguration$;
4753
- exports.ChatResponseConfigurationDetail$ = ChatResponseConfigurationDetail$;
4754
1646
  exports.ChatResponseConfigurationStatus = ChatResponseConfigurationStatus;
4755
- exports.ChatSync$ = ChatSync$;
4756
1647
  exports.ChatSyncCommand = ChatSyncCommand;
4757
- exports.ChatSyncInput$ = ChatSyncInput$;
4758
- exports.ChatSyncOutput$ = ChatSyncOutput$;
4759
- exports.CheckDocumentAccess$ = CheckDocumentAccess$;
4760
1648
  exports.CheckDocumentAccessCommand = CheckDocumentAccessCommand;
4761
- exports.CheckDocumentAccessRequest$ = CheckDocumentAccessRequest$;
4762
- exports.CheckDocumentAccessResponse$ = CheckDocumentAccessResponse$;
4763
- exports.ConfigurationEvent$ = ConfigurationEvent$;
4764
- exports.ConflictException = ConflictException;
4765
- exports.ConflictException$ = ConflictException$;
4766
- exports.ContentBlockerRule$ = ContentBlockerRule$;
4767
- exports.ContentRetrievalRule$ = ContentRetrievalRule$;
4768
- exports.ContentSource$ = ContentSource$;
4769
1649
  exports.ContentType = ContentType;
4770
- exports.Conversation$ = Conversation$;
4771
- exports.ConversationSource$ = ConversationSource$;
4772
- exports.CopyFromSource$ = CopyFromSource$;
4773
- exports.CreateAnonymousWebExperienceUrl$ = CreateAnonymousWebExperienceUrl$;
4774
1650
  exports.CreateAnonymousWebExperienceUrlCommand = CreateAnonymousWebExperienceUrlCommand;
4775
- exports.CreateAnonymousWebExperienceUrlRequest$ = CreateAnonymousWebExperienceUrlRequest$;
4776
- exports.CreateAnonymousWebExperienceUrlResponse$ = CreateAnonymousWebExperienceUrlResponse$;
4777
- exports.CreateApplication$ = CreateApplication$;
4778
1651
  exports.CreateApplicationCommand = CreateApplicationCommand;
4779
- exports.CreateApplicationRequest$ = CreateApplicationRequest$;
4780
- exports.CreateApplicationResponse$ = CreateApplicationResponse$;
4781
- exports.CreateChatResponseConfiguration$ = CreateChatResponseConfiguration$;
4782
1652
  exports.CreateChatResponseConfigurationCommand = CreateChatResponseConfigurationCommand;
4783
- exports.CreateChatResponseConfigurationRequest$ = CreateChatResponseConfigurationRequest$;
4784
- exports.CreateChatResponseConfigurationResponse$ = CreateChatResponseConfigurationResponse$;
4785
- exports.CreateDataAccessor$ = CreateDataAccessor$;
4786
1653
  exports.CreateDataAccessorCommand = CreateDataAccessorCommand;
4787
- exports.CreateDataAccessorRequest$ = CreateDataAccessorRequest$;
4788
- exports.CreateDataAccessorResponse$ = CreateDataAccessorResponse$;
4789
- exports.CreateDataSource$ = CreateDataSource$;
4790
1654
  exports.CreateDataSourceCommand = CreateDataSourceCommand;
4791
- exports.CreateDataSourceRequest$ = CreateDataSourceRequest$;
4792
- exports.CreateDataSourceResponse$ = CreateDataSourceResponse$;
4793
- exports.CreateIndex$ = CreateIndex$;
4794
1655
  exports.CreateIndexCommand = CreateIndexCommand;
4795
- exports.CreateIndexRequest$ = CreateIndexRequest$;
4796
- exports.CreateIndexResponse$ = CreateIndexResponse$;
4797
- exports.CreatePlugin$ = CreatePlugin$;
4798
1656
  exports.CreatePluginCommand = CreatePluginCommand;
4799
- exports.CreatePluginRequest$ = CreatePluginRequest$;
4800
- exports.CreatePluginResponse$ = CreatePluginResponse$;
4801
- exports.CreateRetriever$ = CreateRetriever$;
4802
1657
  exports.CreateRetrieverCommand = CreateRetrieverCommand;
4803
- exports.CreateRetrieverRequest$ = CreateRetrieverRequest$;
4804
- exports.CreateRetrieverResponse$ = CreateRetrieverResponse$;
4805
- exports.CreateSubscription$ = CreateSubscription$;
4806
1658
  exports.CreateSubscriptionCommand = CreateSubscriptionCommand;
4807
- exports.CreateSubscriptionRequest$ = CreateSubscriptionRequest$;
4808
- exports.CreateSubscriptionResponse$ = CreateSubscriptionResponse$;
4809
- exports.CreateUser$ = CreateUser$;
4810
1659
  exports.CreateUserCommand = CreateUserCommand;
4811
- exports.CreateUserRequest$ = CreateUserRequest$;
4812
- exports.CreateUserResponse$ = CreateUserResponse$;
4813
- exports.CreateWebExperience$ = CreateWebExperience$;
4814
1660
  exports.CreateWebExperienceCommand = CreateWebExperienceCommand;
4815
- exports.CreateWebExperienceRequest$ = CreateWebExperienceRequest$;
4816
- exports.CreateWebExperienceResponse$ = CreateWebExperienceResponse$;
4817
- exports.CreatorModeConfiguration$ = CreatorModeConfiguration$;
4818
1661
  exports.CreatorModeControl = CreatorModeControl;
4819
- exports.CustomPluginConfiguration$ = CustomPluginConfiguration$;
4820
- exports.CustomizationConfiguration$ = CustomizationConfiguration$;
4821
- exports.DataAccessor$ = DataAccessor$;
4822
- exports.DataAccessorAuthenticationConfiguration$ = DataAccessorAuthenticationConfiguration$;
4823
- exports.DataAccessorAuthenticationDetail$ = DataAccessorAuthenticationDetail$;
4824
1662
  exports.DataAccessorAuthenticationType = DataAccessorAuthenticationType;
4825
- exports.DataAccessorIdcTrustedTokenIssuerConfiguration$ = DataAccessorIdcTrustedTokenIssuerConfiguration$;
4826
- exports.DataSource$ = DataSource$;
4827
1663
  exports.DataSourceStatus = DataSourceStatus;
4828
- exports.DataSourceSyncJob$ = DataSourceSyncJob$;
4829
- exports.DataSourceSyncJobMetrics$ = DataSourceSyncJobMetrics$;
4830
1664
  exports.DataSourceSyncJobStatus = DataSourceSyncJobStatus;
4831
- exports.DataSourceVpcConfiguration$ = DataSourceVpcConfiguration$;
4832
- exports.DateAttributeBoostingConfiguration$ = DateAttributeBoostingConfiguration$;
4833
- exports.DeleteApplication$ = DeleteApplication$;
4834
1665
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
4835
- exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
4836
- exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
4837
- exports.DeleteAttachment$ = DeleteAttachment$;
4838
1666
  exports.DeleteAttachmentCommand = DeleteAttachmentCommand;
4839
- exports.DeleteAttachmentRequest$ = DeleteAttachmentRequest$;
4840
- exports.DeleteAttachmentResponse$ = DeleteAttachmentResponse$;
4841
- exports.DeleteChatControlsConfiguration$ = DeleteChatControlsConfiguration$;
4842
1667
  exports.DeleteChatControlsConfigurationCommand = DeleteChatControlsConfigurationCommand;
4843
- exports.DeleteChatControlsConfigurationRequest$ = DeleteChatControlsConfigurationRequest$;
4844
- exports.DeleteChatControlsConfigurationResponse$ = DeleteChatControlsConfigurationResponse$;
4845
- exports.DeleteChatResponseConfiguration$ = DeleteChatResponseConfiguration$;
4846
1668
  exports.DeleteChatResponseConfigurationCommand = DeleteChatResponseConfigurationCommand;
4847
- exports.DeleteChatResponseConfigurationRequest$ = DeleteChatResponseConfigurationRequest$;
4848
- exports.DeleteChatResponseConfigurationResponse$ = DeleteChatResponseConfigurationResponse$;
4849
- exports.DeleteConversation$ = DeleteConversation$;
4850
1669
  exports.DeleteConversationCommand = DeleteConversationCommand;
4851
- exports.DeleteConversationRequest$ = DeleteConversationRequest$;
4852
- exports.DeleteConversationResponse$ = DeleteConversationResponse$;
4853
- exports.DeleteDataAccessor$ = DeleteDataAccessor$;
4854
1670
  exports.DeleteDataAccessorCommand = DeleteDataAccessorCommand;
4855
- exports.DeleteDataAccessorRequest$ = DeleteDataAccessorRequest$;
4856
- exports.DeleteDataAccessorResponse$ = DeleteDataAccessorResponse$;
4857
- exports.DeleteDataSource$ = DeleteDataSource$;
4858
1671
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
4859
- exports.DeleteDataSourceRequest$ = DeleteDataSourceRequest$;
4860
- exports.DeleteDataSourceResponse$ = DeleteDataSourceResponse$;
4861
- exports.DeleteDocument$ = DeleteDocument$;
4862
- exports.DeleteGroup$ = DeleteGroup$;
4863
1672
  exports.DeleteGroupCommand = DeleteGroupCommand;
4864
- exports.DeleteGroupRequest$ = DeleteGroupRequest$;
4865
- exports.DeleteGroupResponse$ = DeleteGroupResponse$;
4866
- exports.DeleteIndex$ = DeleteIndex$;
4867
1673
  exports.DeleteIndexCommand = DeleteIndexCommand;
4868
- exports.DeleteIndexRequest$ = DeleteIndexRequest$;
4869
- exports.DeleteIndexResponse$ = DeleteIndexResponse$;
4870
- exports.DeletePlugin$ = DeletePlugin$;
4871
1674
  exports.DeletePluginCommand = DeletePluginCommand;
4872
- exports.DeletePluginRequest$ = DeletePluginRequest$;
4873
- exports.DeletePluginResponse$ = DeletePluginResponse$;
4874
- exports.DeleteRetriever$ = DeleteRetriever$;
4875
1675
  exports.DeleteRetrieverCommand = DeleteRetrieverCommand;
4876
- exports.DeleteRetrieverRequest$ = DeleteRetrieverRequest$;
4877
- exports.DeleteRetrieverResponse$ = DeleteRetrieverResponse$;
4878
- exports.DeleteUser$ = DeleteUser$;
4879
1676
  exports.DeleteUserCommand = DeleteUserCommand;
4880
- exports.DeleteUserRequest$ = DeleteUserRequest$;
4881
- exports.DeleteUserResponse$ = DeleteUserResponse$;
4882
- exports.DeleteWebExperience$ = DeleteWebExperience$;
4883
1677
  exports.DeleteWebExperienceCommand = DeleteWebExperienceCommand;
4884
- exports.DeleteWebExperienceRequest$ = DeleteWebExperienceRequest$;
4885
- exports.DeleteWebExperienceResponse$ = DeleteWebExperienceResponse$;
4886
- exports.DisassociatePermission$ = DisassociatePermission$;
4887
1678
  exports.DisassociatePermissionCommand = DisassociatePermissionCommand;
4888
- exports.DisassociatePermissionRequest$ = DisassociatePermissionRequest$;
4889
- exports.DisassociatePermissionResponse$ = DisassociatePermissionResponse$;
4890
- exports.Document$ = Document$;
4891
- exports.DocumentAcl$ = DocumentAcl$;
4892
- exports.DocumentAclCondition$ = DocumentAclCondition$;
4893
- exports.DocumentAclGroup$ = DocumentAclGroup$;
4894
- exports.DocumentAclMembership$ = DocumentAclMembership$;
4895
- exports.DocumentAclUser$ = DocumentAclUser$;
4896
- exports.DocumentAttribute$ = DocumentAttribute$;
4897
- exports.DocumentAttributeBoostingConfiguration$ = DocumentAttributeBoostingConfiguration$;
4898
1679
  exports.DocumentAttributeBoostingLevel = DocumentAttributeBoostingLevel;
4899
- exports.DocumentAttributeCondition$ = DocumentAttributeCondition$;
4900
- exports.DocumentAttributeConfiguration$ = DocumentAttributeConfiguration$;
4901
- exports.DocumentAttributeTarget$ = DocumentAttributeTarget$;
4902
- exports.DocumentAttributeValue$ = DocumentAttributeValue$;
4903
- exports.DocumentContent$ = DocumentContent$;
4904
1680
  exports.DocumentContentOperator = DocumentContentOperator;
4905
- exports.DocumentDetails$ = DocumentDetails$;
4906
1681
  exports.DocumentEnrichmentConditionOperator = DocumentEnrichmentConditionOperator;
4907
- exports.DocumentEnrichmentConfiguration$ = DocumentEnrichmentConfiguration$;
4908
1682
  exports.DocumentStatus = DocumentStatus;
4909
- exports.EligibleDataSource$ = EligibleDataSource$;
4910
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
4911
- exports.EndOfInputEvent$ = EndOfInputEvent$;
4912
1683
  exports.ErrorCode = ErrorCode;
4913
- exports.ErrorDetail$ = ErrorDetail$;
4914
- exports.ExternalResourceException = ExternalResourceException;
4915
- exports.ExternalResourceException$ = ExternalResourceException$;
4916
- exports.FailedAttachmentEvent$ = FailedAttachmentEvent$;
4917
- exports.FailedDocument$ = FailedDocument$;
4918
- exports.GetApplication$ = GetApplication$;
4919
1684
  exports.GetApplicationCommand = GetApplicationCommand;
4920
- exports.GetApplicationRequest$ = GetApplicationRequest$;
4921
- exports.GetApplicationResponse$ = GetApplicationResponse$;
4922
- exports.GetChatControlsConfiguration$ = GetChatControlsConfiguration$;
4923
1685
  exports.GetChatControlsConfigurationCommand = GetChatControlsConfigurationCommand;
4924
- exports.GetChatControlsConfigurationRequest$ = GetChatControlsConfigurationRequest$;
4925
- exports.GetChatControlsConfigurationResponse$ = GetChatControlsConfigurationResponse$;
4926
- exports.GetChatResponseConfiguration$ = GetChatResponseConfiguration$;
4927
1686
  exports.GetChatResponseConfigurationCommand = GetChatResponseConfigurationCommand;
4928
- exports.GetChatResponseConfigurationRequest$ = GetChatResponseConfigurationRequest$;
4929
- exports.GetChatResponseConfigurationResponse$ = GetChatResponseConfigurationResponse$;
4930
- exports.GetDataAccessor$ = GetDataAccessor$;
4931
1687
  exports.GetDataAccessorCommand = GetDataAccessorCommand;
4932
- exports.GetDataAccessorRequest$ = GetDataAccessorRequest$;
4933
- exports.GetDataAccessorResponse$ = GetDataAccessorResponse$;
4934
- exports.GetDataSource$ = GetDataSource$;
4935
1688
  exports.GetDataSourceCommand = GetDataSourceCommand;
4936
- exports.GetDataSourceRequest$ = GetDataSourceRequest$;
4937
- exports.GetDataSourceResponse$ = GetDataSourceResponse$;
4938
- exports.GetDocumentContent$ = GetDocumentContent$;
4939
1689
  exports.GetDocumentContentCommand = GetDocumentContentCommand;
4940
- exports.GetDocumentContentRequest$ = GetDocumentContentRequest$;
4941
- exports.GetDocumentContentResponse$ = GetDocumentContentResponse$;
4942
- exports.GetGroup$ = GetGroup$;
4943
1690
  exports.GetGroupCommand = GetGroupCommand;
4944
- exports.GetGroupRequest$ = GetGroupRequest$;
4945
- exports.GetGroupResponse$ = GetGroupResponse$;
4946
- exports.GetIndex$ = GetIndex$;
4947
1691
  exports.GetIndexCommand = GetIndexCommand;
4948
- exports.GetIndexRequest$ = GetIndexRequest$;
4949
- exports.GetIndexResponse$ = GetIndexResponse$;
4950
- exports.GetMedia$ = GetMedia$;
4951
1692
  exports.GetMediaCommand = GetMediaCommand;
4952
- exports.GetMediaRequest$ = GetMediaRequest$;
4953
- exports.GetMediaResponse$ = GetMediaResponse$;
4954
- exports.GetPlugin$ = GetPlugin$;
4955
1693
  exports.GetPluginCommand = GetPluginCommand;
4956
- exports.GetPluginRequest$ = GetPluginRequest$;
4957
- exports.GetPluginResponse$ = GetPluginResponse$;
4958
- exports.GetPolicy$ = GetPolicy$;
4959
1694
  exports.GetPolicyCommand = GetPolicyCommand;
4960
- exports.GetPolicyRequest$ = GetPolicyRequest$;
4961
- exports.GetPolicyResponse$ = GetPolicyResponse$;
4962
- exports.GetRetriever$ = GetRetriever$;
4963
1695
  exports.GetRetrieverCommand = GetRetrieverCommand;
4964
- exports.GetRetrieverRequest$ = GetRetrieverRequest$;
4965
- exports.GetRetrieverResponse$ = GetRetrieverResponse$;
4966
- exports.GetUser$ = GetUser$;
4967
1696
  exports.GetUserCommand = GetUserCommand;
4968
- exports.GetUserRequest$ = GetUserRequest$;
4969
- exports.GetUserResponse$ = GetUserResponse$;
4970
- exports.GetWebExperience$ = GetWebExperience$;
4971
1697
  exports.GetWebExperienceCommand = GetWebExperienceCommand;
4972
- exports.GetWebExperienceRequest$ = GetWebExperienceRequest$;
4973
- exports.GetWebExperienceResponse$ = GetWebExperienceResponse$;
4974
- exports.GroupMembers$ = GroupMembers$;
4975
1698
  exports.GroupStatus = GroupStatus;
4976
- exports.GroupStatusDetail$ = GroupStatusDetail$;
4977
- exports.GroupSummary$ = GroupSummary$;
4978
- exports.HallucinationReductionConfiguration$ = HallucinationReductionConfiguration$;
4979
1699
  exports.HallucinationReductionControl = HallucinationReductionControl;
4980
- exports.HookConfiguration$ = HookConfiguration$;
4981
- exports.IdcAuthConfiguration$ = IdcAuthConfiguration$;
4982
- exports.IdentityProviderConfiguration$ = IdentityProviderConfiguration$;
4983
1700
  exports.IdentityType = IdentityType;
4984
- exports.ImageExtractionConfiguration$ = ImageExtractionConfiguration$;
4985
1701
  exports.ImageExtractionStatus = ImageExtractionStatus;
4986
- exports.ImageSourceDetails$ = ImageSourceDetails$;
4987
- exports.Index$ = Index$;
4988
- exports.IndexCapacityConfiguration$ = IndexCapacityConfiguration$;
4989
- exports.IndexStatistics$ = IndexStatistics$;
4990
1702
  exports.IndexStatus = IndexStatus;
4991
1703
  exports.IndexType = IndexType;
4992
- exports.InlineDocumentEnrichmentConfiguration$ = InlineDocumentEnrichmentConfiguration$;
4993
- exports.InstructionCollection$ = InstructionCollection$;
4994
- exports.InternalServerException = InternalServerException;
4995
- exports.InternalServerException$ = InternalServerException$;
4996
- exports.KendraIndexConfiguration$ = KendraIndexConfiguration$;
4997
- exports.LicenseNotFoundException = LicenseNotFoundException;
4998
- exports.LicenseNotFoundException$ = LicenseNotFoundException$;
4999
- exports.ListApplications$ = ListApplications$;
5000
1704
  exports.ListApplicationsCommand = ListApplicationsCommand;
5001
- exports.ListApplicationsRequest$ = ListApplicationsRequest$;
5002
- exports.ListApplicationsResponse$ = ListApplicationsResponse$;
5003
- exports.ListAttachments$ = ListAttachments$;
5004
1705
  exports.ListAttachmentsCommand = ListAttachmentsCommand;
5005
- exports.ListAttachmentsRequest$ = ListAttachmentsRequest$;
5006
- exports.ListAttachmentsResponse$ = ListAttachmentsResponse$;
5007
- exports.ListChatResponseConfigurations$ = ListChatResponseConfigurations$;
5008
1706
  exports.ListChatResponseConfigurationsCommand = ListChatResponseConfigurationsCommand;
5009
- exports.ListChatResponseConfigurationsRequest$ = ListChatResponseConfigurationsRequest$;
5010
- exports.ListChatResponseConfigurationsResponse$ = ListChatResponseConfigurationsResponse$;
5011
- exports.ListConversations$ = ListConversations$;
5012
1707
  exports.ListConversationsCommand = ListConversationsCommand;
5013
- exports.ListConversationsRequest$ = ListConversationsRequest$;
5014
- exports.ListConversationsResponse$ = ListConversationsResponse$;
5015
- exports.ListDataAccessors$ = ListDataAccessors$;
5016
1708
  exports.ListDataAccessorsCommand = ListDataAccessorsCommand;
5017
- exports.ListDataAccessorsRequest$ = ListDataAccessorsRequest$;
5018
- exports.ListDataAccessorsResponse$ = ListDataAccessorsResponse$;
5019
- exports.ListDataSourceSyncJobs$ = ListDataSourceSyncJobs$;
5020
1709
  exports.ListDataSourceSyncJobsCommand = ListDataSourceSyncJobsCommand;
5021
- exports.ListDataSourceSyncJobsRequest$ = ListDataSourceSyncJobsRequest$;
5022
- exports.ListDataSourceSyncJobsResponse$ = ListDataSourceSyncJobsResponse$;
5023
- exports.ListDataSources$ = ListDataSources$;
5024
1710
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
5025
- exports.ListDataSourcesRequest$ = ListDataSourcesRequest$;
5026
- exports.ListDataSourcesResponse$ = ListDataSourcesResponse$;
5027
- exports.ListDocuments$ = ListDocuments$;
5028
1711
  exports.ListDocumentsCommand = ListDocumentsCommand;
5029
- exports.ListDocumentsRequest$ = ListDocumentsRequest$;
5030
- exports.ListDocumentsResponse$ = ListDocumentsResponse$;
5031
- exports.ListGroups$ = ListGroups$;
5032
1712
  exports.ListGroupsCommand = ListGroupsCommand;
5033
- exports.ListGroupsRequest$ = ListGroupsRequest$;
5034
- exports.ListGroupsResponse$ = ListGroupsResponse$;
5035
- exports.ListIndices$ = ListIndices$;
5036
1713
  exports.ListIndicesCommand = ListIndicesCommand;
5037
- exports.ListIndicesRequest$ = ListIndicesRequest$;
5038
- exports.ListIndicesResponse$ = ListIndicesResponse$;
5039
- exports.ListMessages$ = ListMessages$;
5040
1714
  exports.ListMessagesCommand = ListMessagesCommand;
5041
- exports.ListMessagesRequest$ = ListMessagesRequest$;
5042
- exports.ListMessagesResponse$ = ListMessagesResponse$;
5043
- exports.ListPluginActions$ = ListPluginActions$;
5044
1715
  exports.ListPluginActionsCommand = ListPluginActionsCommand;
5045
- exports.ListPluginActionsRequest$ = ListPluginActionsRequest$;
5046
- exports.ListPluginActionsResponse$ = ListPluginActionsResponse$;
5047
- exports.ListPluginTypeActions$ = ListPluginTypeActions$;
5048
1716
  exports.ListPluginTypeActionsCommand = ListPluginTypeActionsCommand;
5049
- exports.ListPluginTypeActionsRequest$ = ListPluginTypeActionsRequest$;
5050
- exports.ListPluginTypeActionsResponse$ = ListPluginTypeActionsResponse$;
5051
- exports.ListPluginTypeMetadata$ = ListPluginTypeMetadata$;
5052
1717
  exports.ListPluginTypeMetadataCommand = ListPluginTypeMetadataCommand;
5053
- exports.ListPluginTypeMetadataRequest$ = ListPluginTypeMetadataRequest$;
5054
- exports.ListPluginTypeMetadataResponse$ = ListPluginTypeMetadataResponse$;
5055
- exports.ListPlugins$ = ListPlugins$;
5056
1718
  exports.ListPluginsCommand = ListPluginsCommand;
5057
- exports.ListPluginsRequest$ = ListPluginsRequest$;
5058
- exports.ListPluginsResponse$ = ListPluginsResponse$;
5059
- exports.ListRetrievers$ = ListRetrievers$;
5060
1719
  exports.ListRetrieversCommand = ListRetrieversCommand;
5061
- exports.ListRetrieversRequest$ = ListRetrieversRequest$;
5062
- exports.ListRetrieversResponse$ = ListRetrieversResponse$;
5063
- exports.ListSubscriptions$ = ListSubscriptions$;
5064
1720
  exports.ListSubscriptionsCommand = ListSubscriptionsCommand;
5065
- exports.ListSubscriptionsRequest$ = ListSubscriptionsRequest$;
5066
- exports.ListSubscriptionsResponse$ = ListSubscriptionsResponse$;
5067
- exports.ListTagsForResource$ = ListTagsForResource$;
5068
1721
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5069
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5070
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5071
- exports.ListWebExperiences$ = ListWebExperiences$;
5072
1722
  exports.ListWebExperiencesCommand = ListWebExperiencesCommand;
5073
- exports.ListWebExperiencesRequest$ = ListWebExperiencesRequest$;
5074
- exports.ListWebExperiencesResponse$ = ListWebExperiencesResponse$;
5075
- exports.MediaExtractionConfiguration$ = MediaExtractionConfiguration$;
5076
- exports.MediaTooLargeException = MediaTooLargeException;
5077
- exports.MediaTooLargeException$ = MediaTooLargeException$;
5078
- exports.MemberGroup$ = MemberGroup$;
5079
1723
  exports.MemberRelation = MemberRelation;
5080
- exports.MemberUser$ = MemberUser$;
5081
1724
  exports.MembershipType = MembershipType;
5082
- exports.Message$ = Message$;
5083
1725
  exports.MessageType = MessageType;
5084
1726
  exports.MessageUsefulness = MessageUsefulness;
5085
- exports.MessageUsefulnessFeedback$ = MessageUsefulnessFeedback$;
5086
1727
  exports.MessageUsefulnessReason = MessageUsefulnessReason;
5087
- exports.MetadataEvent$ = MetadataEvent$;
5088
- exports.NativeIndexConfiguration$ = NativeIndexConfiguration$;
5089
- exports.NoAuthConfiguration$ = NoAuthConfiguration$;
5090
- exports.NumberAttributeBoostingConfiguration$ = NumberAttributeBoostingConfiguration$;
5091
1728
  exports.NumberAttributeBoostingType = NumberAttributeBoostingType;
5092
- exports.OAuth2ClientCredentialConfiguration$ = OAuth2ClientCredentialConfiguration$;
5093
- exports.OpenIDConnectProviderConfiguration$ = OpenIDConnectProviderConfiguration$;
5094
- exports.OrchestrationConfiguration$ = OrchestrationConfiguration$;
5095
1729
  exports.OrchestrationControl = OrchestrationControl;
5096
1730
  exports.OutputFormat = OutputFormat;
5097
- exports.PermissionCondition$ = PermissionCondition$;
5098
1731
  exports.PermissionConditionOperator = PermissionConditionOperator;
5099
- exports.PersonalizationConfiguration$ = PersonalizationConfiguration$;
5100
1732
  exports.PersonalizationControlMode = PersonalizationControlMode;
5101
- exports.Plugin$ = Plugin$;
5102
- exports.PluginAuthConfiguration$ = PluginAuthConfiguration$;
5103
1733
  exports.PluginBuildStatus = PluginBuildStatus;
5104
- exports.PluginConfiguration$ = PluginConfiguration$;
5105
1734
  exports.PluginState = PluginState;
5106
1735
  exports.PluginType = PluginType;
5107
1736
  exports.PluginTypeCategory = PluginTypeCategory;
5108
- exports.PluginTypeMetadataSummary$ = PluginTypeMetadataSummary$;
5109
- exports.Principal$ = Principal$;
5110
- exports.PrincipalGroup$ = PrincipalGroup$;
5111
- exports.PrincipalUser$ = PrincipalUser$;
5112
- exports.PutFeedback$ = PutFeedback$;
5113
1737
  exports.PutFeedbackCommand = PutFeedbackCommand;
5114
- exports.PutFeedbackRequest$ = PutFeedbackRequest$;
5115
- exports.PutGroup$ = PutGroup$;
5116
1738
  exports.PutGroupCommand = PutGroupCommand;
5117
- exports.PutGroupRequest$ = PutGroupRequest$;
5118
- exports.PutGroupResponse$ = PutGroupResponse$;
5119
- exports.QAppsConfiguration$ = QAppsConfiguration$;
5120
1739
  exports.QAppsControlMode = QAppsControlMode;
5121
1740
  exports.QBusiness = QBusiness;
5122
1741
  exports.QBusinessClient = QBusinessClient;
5123
- exports.QBusinessServiceException = QBusinessServiceException;
5124
- exports.QBusinessServiceException$ = QBusinessServiceException$;
5125
- exports.QuickSightConfiguration$ = QuickSightConfiguration$;
5126
1742
  exports.ReadAccessType = ReadAccessType;
5127
- exports.RelevantContent$ = RelevantContent$;
5128
- exports.ResourceNotFoundException = ResourceNotFoundException;
5129
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5130
- exports.ResponseConfiguration$ = ResponseConfiguration$;
5131
1743
  exports.ResponseConfigurationType = ResponseConfigurationType;
5132
1744
  exports.ResponseScope = ResponseScope;
5133
- exports.Retriever$ = Retriever$;
5134
- exports.RetrieverConfiguration$ = RetrieverConfiguration$;
5135
- exports.RetrieverContentSource$ = RetrieverContentSource$;
5136
1745
  exports.RetrieverStatus = RetrieverStatus;
5137
1746
  exports.RetrieverType = RetrieverType;
5138
- exports.Rule$ = Rule$;
5139
- exports.RuleConfiguration$ = RuleConfiguration$;
5140
1747
  exports.RuleType = RuleType;
5141
- exports.S3$ = S3$;
5142
- exports.SamlConfiguration$ = SamlConfiguration$;
5143
- exports.SamlProviderConfiguration$ = SamlProviderConfiguration$;
5144
- exports.ScoreAttributes$ = ScoreAttributes$;
5145
1748
  exports.ScoreConfidence = ScoreConfidence;
5146
- exports.SearchRelevantContent$ = SearchRelevantContent$;
5147
1749
  exports.SearchRelevantContentCommand = SearchRelevantContentCommand;
5148
- exports.SearchRelevantContentRequest$ = SearchRelevantContentRequest$;
5149
- exports.SearchRelevantContentResponse$ = SearchRelevantContentResponse$;
5150
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5151
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5152
- exports.SnippetExcerpt$ = SnippetExcerpt$;
5153
- exports.SourceAttribution$ = SourceAttribution$;
5154
- exports.SourceDetails$ = SourceDetails$;
5155
- exports.StartDataSourceSyncJob$ = StartDataSourceSyncJob$;
5156
1750
  exports.StartDataSourceSyncJobCommand = StartDataSourceSyncJobCommand;
5157
- exports.StartDataSourceSyncJobRequest$ = StartDataSourceSyncJobRequest$;
5158
- exports.StartDataSourceSyncJobResponse$ = StartDataSourceSyncJobResponse$;
5159
1751
  exports.Status = Status;
5160
- exports.StopDataSourceSyncJob$ = StopDataSourceSyncJob$;
5161
1752
  exports.StopDataSourceSyncJobCommand = StopDataSourceSyncJobCommand;
5162
- exports.StopDataSourceSyncJobRequest$ = StopDataSourceSyncJobRequest$;
5163
- exports.StopDataSourceSyncJobResponse$ = StopDataSourceSyncJobResponse$;
5164
- exports.StringAttributeBoostingConfiguration$ = StringAttributeBoostingConfiguration$;
5165
1753
  exports.StringAttributeValueBoostingLevel = StringAttributeValueBoostingLevel;
5166
- exports.StringListAttributeBoostingConfiguration$ = StringListAttributeBoostingConfiguration$;
5167
- exports.Subscription$ = Subscription$;
5168
- exports.SubscriptionDetails$ = SubscriptionDetails$;
5169
- exports.SubscriptionPrincipal$ = SubscriptionPrincipal$;
5170
1754
  exports.SubscriptionType = SubscriptionType;
5171
1755
  exports.SystemMessageType = SystemMessageType;
5172
- exports.Tag$ = Tag$;
5173
- exports.TagResource$ = TagResource$;
5174
1756
  exports.TagResourceCommand = TagResourceCommand;
5175
- exports.TagResourceRequest$ = TagResourceRequest$;
5176
- exports.TagResourceResponse$ = TagResourceResponse$;
5177
- exports.TextDocumentStatistics$ = TextDocumentStatistics$;
5178
- exports.TextInputEvent$ = TextInputEvent$;
5179
- exports.TextOutputEvent$ = TextOutputEvent$;
5180
- exports.TextSegment$ = TextSegment$;
5181
- exports.ThrottlingException = ThrottlingException;
5182
- exports.ThrottlingException$ = ThrottlingException$;
5183
- exports.TopicConfiguration$ = TopicConfiguration$;
5184
- exports.UntagResource$ = UntagResource$;
5185
1757
  exports.UntagResourceCommand = UntagResourceCommand;
5186
- exports.UntagResourceRequest$ = UntagResourceRequest$;
5187
- exports.UntagResourceResponse$ = UntagResourceResponse$;
5188
- exports.UpdateApplication$ = UpdateApplication$;
5189
1758
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
5190
- exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
5191
- exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
5192
- exports.UpdateChatControlsConfiguration$ = UpdateChatControlsConfiguration$;
5193
1759
  exports.UpdateChatControlsConfigurationCommand = UpdateChatControlsConfigurationCommand;
5194
- exports.UpdateChatControlsConfigurationRequest$ = UpdateChatControlsConfigurationRequest$;
5195
- exports.UpdateChatControlsConfigurationResponse$ = UpdateChatControlsConfigurationResponse$;
5196
- exports.UpdateChatResponseConfiguration$ = UpdateChatResponseConfiguration$;
5197
1760
  exports.UpdateChatResponseConfigurationCommand = UpdateChatResponseConfigurationCommand;
5198
- exports.UpdateChatResponseConfigurationRequest$ = UpdateChatResponseConfigurationRequest$;
5199
- exports.UpdateChatResponseConfigurationResponse$ = UpdateChatResponseConfigurationResponse$;
5200
- exports.UpdateDataAccessor$ = UpdateDataAccessor$;
5201
1761
  exports.UpdateDataAccessorCommand = UpdateDataAccessorCommand;
5202
- exports.UpdateDataAccessorRequest$ = UpdateDataAccessorRequest$;
5203
- exports.UpdateDataAccessorResponse$ = UpdateDataAccessorResponse$;
5204
- exports.UpdateDataSource$ = UpdateDataSource$;
5205
1762
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
5206
- exports.UpdateDataSourceRequest$ = UpdateDataSourceRequest$;
5207
- exports.UpdateDataSourceResponse$ = UpdateDataSourceResponse$;
5208
- exports.UpdateIndex$ = UpdateIndex$;
5209
1763
  exports.UpdateIndexCommand = UpdateIndexCommand;
5210
- exports.UpdateIndexRequest$ = UpdateIndexRequest$;
5211
- exports.UpdateIndexResponse$ = UpdateIndexResponse$;
5212
- exports.UpdatePlugin$ = UpdatePlugin$;
5213
1764
  exports.UpdatePluginCommand = UpdatePluginCommand;
5214
- exports.UpdatePluginRequest$ = UpdatePluginRequest$;
5215
- exports.UpdatePluginResponse$ = UpdatePluginResponse$;
5216
- exports.UpdateRetriever$ = UpdateRetriever$;
5217
1765
  exports.UpdateRetrieverCommand = UpdateRetrieverCommand;
5218
- exports.UpdateRetrieverRequest$ = UpdateRetrieverRequest$;
5219
- exports.UpdateRetrieverResponse$ = UpdateRetrieverResponse$;
5220
- exports.UpdateSubscription$ = UpdateSubscription$;
5221
1766
  exports.UpdateSubscriptionCommand = UpdateSubscriptionCommand;
5222
- exports.UpdateSubscriptionRequest$ = UpdateSubscriptionRequest$;
5223
- exports.UpdateSubscriptionResponse$ = UpdateSubscriptionResponse$;
5224
- exports.UpdateUser$ = UpdateUser$;
5225
1767
  exports.UpdateUserCommand = UpdateUserCommand;
5226
- exports.UpdateUserRequest$ = UpdateUserRequest$;
5227
- exports.UpdateUserResponse$ = UpdateUserResponse$;
5228
- exports.UpdateWebExperience$ = UpdateWebExperience$;
5229
1768
  exports.UpdateWebExperienceCommand = UpdateWebExperienceCommand;
5230
- exports.UpdateWebExperienceRequest$ = UpdateWebExperienceRequest$;
5231
- exports.UpdateWebExperienceResponse$ = UpdateWebExperienceResponse$;
5232
- exports.UserAlias$ = UserAlias$;
5233
- exports.UsersAndGroups$ = UsersAndGroups$;
5234
- exports.ValidationException = ValidationException;
5235
- exports.ValidationException$ = ValidationException$;
5236
- exports.ValidationExceptionField$ = ValidationExceptionField$;
5237
1769
  exports.ValidationExceptionReason = ValidationExceptionReason;
5238
- exports.VideoExtractionConfiguration$ = VideoExtractionConfiguration$;
5239
1770
  exports.VideoExtractionStatus = VideoExtractionStatus;
5240
1771
  exports.VideoExtractionType = VideoExtractionType;
5241
- exports.VideoSourceDetails$ = VideoSourceDetails$;
5242
- exports.WebExperience$ = WebExperience$;
5243
- exports.WebExperienceAuthConfiguration$ = WebExperienceAuthConfiguration$;
5244
1772
  exports.WebExperienceSamplePromptsControlMode = WebExperienceSamplePromptsControlMode;
5245
1773
  exports.WebExperienceStatus = WebExperienceStatus;
5246
1774
  exports.paginateGetChatControlsConfiguration = paginateGetChatControlsConfiguration;
@@ -5263,3 +1791,15 @@ exports.paginateListRetrievers = paginateListRetrievers;
5263
1791
  exports.paginateListSubscriptions = paginateListSubscriptions;
5264
1792
  exports.paginateListWebExperiences = paginateListWebExperiences;
5265
1793
  exports.paginateSearchRelevantContent = paginateSearchRelevantContent;
1794
+ Object.keys(schemas_0).forEach(function (k) {
1795
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1796
+ enumerable: true,
1797
+ get: function () { return schemas_0[k]; }
1798
+ });
1799
+ });
1800
+ Object.keys(errors).forEach(function (k) {
1801
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1802
+ enumerable: true,
1803
+ get: function () { return errors[k]; }
1804
+ });
1805
+ });