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