@aws-sdk/client-qbusiness 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist-cjs/index.js +1364 -901
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociatePermissionCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
  5. package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
  6. package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
  7. package/dist-es/commands/ChatCommand.js +2 -2
  8. package/dist-es/commands/ChatSyncCommand.js +2 -2
  9. package/dist-es/commands/CheckDocumentAccessCommand.js +2 -2
  10. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -2
  11. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  12. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateDataAccessorCommand.js +2 -2
  14. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  15. package/dist-es/commands/CreateIndexCommand.js +2 -2
  16. package/dist-es/commands/CreatePluginCommand.js +2 -2
  17. package/dist-es/commands/CreateRetrieverCommand.js +2 -2
  18. package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
  19. package/dist-es/commands/CreateUserCommand.js +2 -2
  20. package/dist-es/commands/CreateWebExperienceCommand.js +2 -2
  21. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  22. package/dist-es/commands/DeleteAttachmentCommand.js +2 -2
  23. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -2
  24. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DeleteConversationCommand.js +2 -2
  26. package/dist-es/commands/DeleteDataAccessorCommand.js +2 -2
  27. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  28. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  29. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  30. package/dist-es/commands/DeletePluginCommand.js +2 -2
  31. package/dist-es/commands/DeleteRetrieverCommand.js +2 -2
  32. package/dist-es/commands/DeleteUserCommand.js +2 -2
  33. package/dist-es/commands/DeleteWebExperienceCommand.js +2 -2
  34. package/dist-es/commands/DisassociatePermissionCommand.js +2 -2
  35. package/dist-es/commands/GetApplicationCommand.js +2 -2
  36. package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -2
  37. package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -2
  38. package/dist-es/commands/GetDataAccessorCommand.js +2 -2
  39. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  40. package/dist-es/commands/GetDocumentContentCommand.js +2 -2
  41. package/dist-es/commands/GetGroupCommand.js +2 -2
  42. package/dist-es/commands/GetIndexCommand.js +2 -2
  43. package/dist-es/commands/GetMediaCommand.js +2 -2
  44. package/dist-es/commands/GetPluginCommand.js +2 -2
  45. package/dist-es/commands/GetPolicyCommand.js +2 -2
  46. package/dist-es/commands/GetRetrieverCommand.js +2 -2
  47. package/dist-es/commands/GetUserCommand.js +2 -2
  48. package/dist-es/commands/GetWebExperienceCommand.js +2 -2
  49. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  50. package/dist-es/commands/ListAttachmentsCommand.js +2 -2
  51. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -2
  52. package/dist-es/commands/ListConversationsCommand.js +2 -2
  53. package/dist-es/commands/ListDataAccessorsCommand.js +2 -2
  54. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
  55. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  56. package/dist-es/commands/ListDocumentsCommand.js +2 -2
  57. package/dist-es/commands/ListGroupsCommand.js +2 -2
  58. package/dist-es/commands/ListIndicesCommand.js +2 -2
  59. package/dist-es/commands/ListMessagesCommand.js +2 -2
  60. package/dist-es/commands/ListPluginActionsCommand.js +2 -2
  61. package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -2
  62. package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -2
  63. package/dist-es/commands/ListPluginsCommand.js +2 -2
  64. package/dist-es/commands/ListRetrieversCommand.js +2 -2
  65. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  66. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  67. package/dist-es/commands/ListWebExperiencesCommand.js +2 -2
  68. package/dist-es/commands/PutFeedbackCommand.js +2 -2
  69. package/dist-es/commands/PutGroupCommand.js +2 -2
  70. package/dist-es/commands/SearchRelevantContentCommand.js +2 -2
  71. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
  72. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
  73. package/dist-es/commands/TagResourceCommand.js +2 -2
  74. package/dist-es/commands/UntagResourceCommand.js +2 -2
  75. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  76. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -2
  77. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -2
  78. package/dist-es/commands/UpdateDataAccessorCommand.js +2 -2
  79. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  80. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  81. package/dist-es/commands/UpdatePluginCommand.js +2 -2
  82. package/dist-es/commands/UpdateRetrieverCommand.js +2 -2
  83. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
  84. package/dist-es/commands/UpdateUserCommand.js +2 -2
  85. package/dist-es/commands/UpdateWebExperienceCommand.js +2 -2
  86. package/dist-es/index.js +1 -0
  87. package/dist-es/runtimeConfig.shared.js +6 -1
  88. package/dist-es/schemas/schemas_0.js +865 -813
  89. package/dist-types/QBusinessClient.d.ts +1 -10
  90. package/dist-types/index.d.ts +1 -0
  91. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  92. package/dist-types/runtimeConfig.d.ts +6 -2
  93. package/dist-types/runtimeConfig.native.d.ts +6 -2
  94. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  95. package/dist-types/schemas/schemas_0.d.ts +412 -485
  96. package/dist-types/ts3.4/QBusinessClient.d.ts +0 -4
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -487
  103. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -112,14 +112,14 @@ class QBusinessClient extends smithyClient.Client {
112
112
  }
113
113
  }
114
114
 
115
- let QBusinessServiceException$1 = class QBusinessServiceException extends smithyClient.ServiceException {
115
+ class QBusinessServiceException extends smithyClient.ServiceException {
116
116
  constructor(options) {
117
117
  super(options);
118
118
  Object.setPrototypeOf(this, QBusinessServiceException.prototype);
119
119
  }
120
- };
120
+ }
121
121
 
122
- let AccessDeniedException$1 = class AccessDeniedException extends QBusinessServiceException$1 {
122
+ class AccessDeniedException extends QBusinessServiceException {
123
123
  name = "AccessDeniedException";
124
124
  $fault = "client";
125
125
  constructor(opts) {
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends QBusinessServi
130
130
  });
131
131
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends QBusinessServiceException$1 {
133
+ }
134
+ class ConflictException extends QBusinessServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  resourceId;
@@ -146,8 +146,8 @@ let ConflictException$1 = class ConflictException extends QBusinessServiceExcept
146
146
  this.resourceId = opts.resourceId;
147
147
  this.resourceType = opts.resourceType;
148
148
  }
149
- };
150
- let InternalServerException$1 = class InternalServerException extends QBusinessServiceException$1 {
149
+ }
150
+ class InternalServerException extends QBusinessServiceException {
151
151
  name = "InternalServerException";
152
152
  $fault = "server";
153
153
  constructor(opts) {
@@ -158,8 +158,8 @@ let InternalServerException$1 = class InternalServerException extends QBusinessS
158
158
  });
159
159
  Object.setPrototypeOf(this, InternalServerException.prototype);
160
160
  }
161
- };
162
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends QBusinessServiceException$1 {
161
+ }
162
+ class ResourceNotFoundException extends QBusinessServiceException {
163
163
  name = "ResourceNotFoundException";
164
164
  $fault = "client";
165
165
  resourceId;
@@ -174,8 +174,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends QBusin
174
174
  this.resourceId = opts.resourceId;
175
175
  this.resourceType = opts.resourceType;
176
176
  }
177
- };
178
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends QBusinessServiceException$1 {
177
+ }
178
+ class ServiceQuotaExceededException extends QBusinessServiceException {
179
179
  name = "ServiceQuotaExceededException";
180
180
  $fault = "client";
181
181
  resourceId;
@@ -190,8 +190,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
190
190
  this.resourceId = opts.resourceId;
191
191
  this.resourceType = opts.resourceType;
192
192
  }
193
- };
194
- let ThrottlingException$1 = class ThrottlingException extends QBusinessServiceException$1 {
193
+ }
194
+ class ThrottlingException extends QBusinessServiceException {
195
195
  name = "ThrottlingException";
196
196
  $fault = "client";
197
197
  constructor(opts) {
@@ -202,8 +202,8 @@ let ThrottlingException$1 = class ThrottlingException extends QBusinessServiceEx
202
202
  });
203
203
  Object.setPrototypeOf(this, ThrottlingException.prototype);
204
204
  }
205
- };
206
- let ValidationException$1 = class ValidationException extends QBusinessServiceException$1 {
205
+ }
206
+ class ValidationException extends QBusinessServiceException {
207
207
  name = "ValidationException";
208
208
  $fault = "client";
209
209
  reason;
@@ -218,8 +218,8 @@ let ValidationException$1 = class ValidationException extends QBusinessServiceEx
218
218
  this.reason = opts.reason;
219
219
  this.fields = opts.fields;
220
220
  }
221
- };
222
- let ExternalResourceException$1 = class ExternalResourceException extends QBusinessServiceException$1 {
221
+ }
222
+ class ExternalResourceException extends QBusinessServiceException {
223
223
  name = "ExternalResourceException";
224
224
  $fault = "client";
225
225
  constructor(opts) {
@@ -230,8 +230,8 @@ let ExternalResourceException$1 = class ExternalResourceException extends QBusin
230
230
  });
231
231
  Object.setPrototypeOf(this, ExternalResourceException.prototype);
232
232
  }
233
- };
234
- let LicenseNotFoundException$1 = class LicenseNotFoundException extends QBusinessServiceException$1 {
233
+ }
234
+ class LicenseNotFoundException extends QBusinessServiceException {
235
235
  name = "LicenseNotFoundException";
236
236
  $fault = "client";
237
237
  constructor(opts) {
@@ -242,8 +242,8 @@ let LicenseNotFoundException$1 = class LicenseNotFoundException extends QBusines
242
242
  });
243
243
  Object.setPrototypeOf(this, LicenseNotFoundException.prototype);
244
244
  }
245
- };
246
- let MediaTooLargeException$1 = class MediaTooLargeException extends QBusinessServiceException$1 {
245
+ }
246
+ class MediaTooLargeException extends QBusinessServiceException {
247
247
  name = "MediaTooLargeException";
248
248
  $fault = "client";
249
249
  constructor(opts) {
@@ -254,7 +254,7 @@ let MediaTooLargeException$1 = class MediaTooLargeException extends QBusinessSer
254
254
  });
255
255
  Object.setPrototypeOf(this, MediaTooLargeException.prototype);
256
256
  }
257
- };
257
+ }
258
258
 
259
259
  const _A = "Application";
260
260
  const _AAC = "AppliedAttachmentsConfiguration";
@@ -1113,19 +1113,19 @@ const n0 = "com.amazonaws.qbusiness";
1113
1113
  var DataAccessorName = [0, n0, _DAN, 8, 0];
1114
1114
  var KmsKeyId = [0, n0, _KKI, 8, 0];
1115
1115
  var Payload = [0, n0, _P, 8, 0];
1116
- var AccessConfiguration = [3, n0, _AC, 0, [_aC, _mR], [() => AccessControls, 0]];
1117
- var AccessControl = [3, n0, _ACc, 0, [_p, _mR], [() => Principals, 0]];
1118
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1119
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1120
- var ActionConfiguration = [
1116
+ var AccessConfiguration$ = [3, n0, _AC, 0, [_aC, _mR], [() => AccessControls, 0]];
1117
+ var AccessControl$ = [3, n0, _ACc, 0, [_p, _mR], [() => Principals, 0]];
1118
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1119
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1120
+ var ActionConfiguration$ = [
1121
1121
  3,
1122
1122
  n0,
1123
1123
  _ACct,
1124
1124
  0,
1125
1125
  [_a, _fC],
1126
- [0, () => ActionFilterConfiguration],
1126
+ [0, () => ActionFilterConfiguration$],
1127
1127
  ];
1128
- var ActionExecution = [
1128
+ var ActionExecution$ = [
1129
1129
  3,
1130
1130
  n0,
1131
1131
  _AE,
@@ -1133,7 +1133,7 @@ var ActionExecution = [
1133
1133
  [_pI, _pa, _pFNS],
1134
1134
  [0, () => ActionExecutionPayload, 0],
1135
1135
  ];
1136
- var ActionExecutionEvent = [
1136
+ var ActionExecutionEvent$ = [
1137
1137
  3,
1138
1138
  n0,
1139
1139
  _AEE,
@@ -1141,9 +1141,9 @@ var ActionExecutionEvent = [
1141
1141
  [_pI, _pa, _pFNS],
1142
1142
  [0, () => ActionExecutionPayload, 0],
1143
1143
  ];
1144
- var ActionExecutionPayloadField = [3, n0, _AEPF, 0, [_v], [15]];
1145
- var ActionFilterConfiguration = [3, n0, _AFC, 0, [_dAF], [() => AttributeFilter]];
1146
- var ActionReview = [
1144
+ var ActionExecutionPayloadField$ = [3, n0, _AEPF, 0, [_v], [15]];
1145
+ var ActionFilterConfiguration$ = [3, n0, _AFC, 0, [_dAF], [() => AttributeFilter$]];
1146
+ var ActionReview$ = [
1147
1147
  3,
1148
1148
  n0,
1149
1149
  _AR,
@@ -1151,7 +1151,7 @@ var ActionReview = [
1151
1151
  [_pI, _pT, _pa, _pFNS],
1152
1152
  [0, 0, () => ActionReviewPayload, 0],
1153
1153
  ];
1154
- var ActionReviewEvent = [
1154
+ var ActionReviewEvent$ = [
1155
1155
  3,
1156
1156
  n0,
1157
1157
  _ARE,
@@ -1159,7 +1159,7 @@ var ActionReviewEvent = [
1159
1159
  [_cI, _uMI, _sMI, _pI, _pT, _pa, _pFNS],
1160
1160
  [0, 0, 0, 0, 0, () => ActionReviewPayload, 0],
1161
1161
  ];
1162
- var ActionReviewPayloadField = [
1162
+ var ActionReviewPayloadField$ = [
1163
1163
  3,
1164
1164
  n0,
1165
1165
  _ARPF,
@@ -1167,22 +1167,22 @@ var ActionReviewPayloadField = [
1167
1167
  [_dN, _dO, _dD, _t, _v, _aV, _aF, _aIJS, _r],
1168
1168
  [0, 1, 0, 0, 15, () => ActionReviewPayloadFieldAllowedValues, 0, 15, 2],
1169
1169
  ];
1170
- var ActionReviewPayloadFieldAllowedValue = [3, n0, _ARPFAV, 0, [_v, _dV], [15, 15]];
1171
- var ActionSummary = [3, n0, _AS, 0, [_aI, _dN, _iE, _d], [0, 0, 0, 0]];
1172
- var Application = [
1170
+ var ActionReviewPayloadFieldAllowedValue$ = [3, n0, _ARPFAV, 0, [_v, _dV], [15, 15]];
1171
+ var ActionSummary$ = [3, n0, _AS, 0, [_aI, _dN, _iE, _d], [0, 0, 0, 0]];
1172
+ var Application$ = [
1173
1173
  3,
1174
1174
  n0,
1175
1175
  _A,
1176
1176
  0,
1177
1177
  [_dN, _aIp, _cA, _uA, _s, _iT, _qSC],
1178
- [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration],
1178
+ [0, 0, 4, 4, 0, 0, () => QuickSightConfiguration$],
1179
1179
  ];
1180
- var AppliedAttachmentsConfiguration = [3, n0, _AAC, 0, [_aCM], [0]];
1181
- var AppliedCreatorModeConfiguration = [3, n0, _ACMC, 0, [_cMC], [0]];
1182
- var AppliedOrchestrationConfiguration = [3, n0, _AOC, 0, [_co], [0]];
1183
- var AssociatedGroup = [3, n0, _AG, 0, [_n, _t], [0, 0]];
1184
- var AssociatedUser = [3, n0, _AU, 0, [_i, _t], [0, 0]];
1185
- var AssociatePermissionRequest = [
1180
+ var AppliedAttachmentsConfiguration$ = [3, n0, _AAC, 0, [_aCM], [0]];
1181
+ var AppliedCreatorModeConfiguration$ = [3, n0, _ACMC, 0, [_cMC], [0]];
1182
+ var AppliedOrchestrationConfiguration$ = [3, n0, _AOC, 0, [_co], [0]];
1183
+ var AssociatedGroup$ = [3, n0, _AG, 0, [_n, _t], [0, 0]];
1184
+ var AssociatedUser$ = [3, n0, _AU, 0, [_i, _t], [0, 0]];
1185
+ var AssociatePermissionRequest$ = [
1186
1186
  3,
1187
1187
  n0,
1188
1188
  _APR,
@@ -1190,27 +1190,27 @@ var AssociatePermissionRequest = [
1190
1190
  [_aIp, _sI, _ac, _con, _pr],
1191
1191
  [[0, 1], 0, 64 | 0, () => PermissionConditions, 0],
1192
1192
  ];
1193
- var AssociatePermissionResponse = [3, n0, _APRs, 0, [_st], [0]];
1194
- var Attachment = [
1193
+ var AssociatePermissionResponse$ = [3, n0, _APRs, 0, [_st], [0]];
1194
+ var Attachment$ = [
1195
1195
  3,
1196
1196
  n0,
1197
1197
  _At,
1198
1198
  0,
1199
1199
  [_aIt, _cI, _n, _cF, _fT, _fS, _md, _cA, _s, _e],
1200
- [0, 0, 0, () => CopyFromSource, 0, 1, 0, 4, 0, () => ErrorDetail],
1200
+ [0, 0, 0, () => CopyFromSource$, 0, 1, 0, 4, 0, () => ErrorDetail$],
1201
1201
  ];
1202
- var AttachmentInput = [3, n0, _AI, 0, [_da, _n, _cF], [21, 0, () => CopyFromSource]];
1203
- var AttachmentInputEvent = [3, n0, _AIE, 0, [_at], [() => AttachmentInput]];
1204
- var AttachmentOutput = [
1202
+ var AttachmentInput$ = [3, n0, _AI, 0, [_da, _n, _cF], [21, 0, () => CopyFromSource$]];
1203
+ var AttachmentInputEvent$ = [3, n0, _AIE, 0, [_at], [() => AttachmentInput$]];
1204
+ var AttachmentOutput$ = [
1205
1205
  3,
1206
1206
  n0,
1207
1207
  _AO,
1208
1208
  0,
1209
1209
  [_n, _s, _e, _aIt, _cI],
1210
- [0, 0, () => ErrorDetail, 0, 0],
1210
+ [0, 0, () => ErrorDetail$, 0, 0],
1211
1211
  ];
1212
- var AttachmentsConfiguration = [3, n0, _ACt, 0, [_aCM], [0]];
1213
- var AttributeFilter = [
1212
+ var AttachmentsConfiguration$ = [3, n0, _ACt, 0, [_aCM], [0]];
1213
+ var AttributeFilter$ = [
1214
1214
  3,
1215
1215
  n0,
1216
1216
  _AF,
@@ -1219,25 +1219,32 @@ var AttributeFilter = [
1219
1219
  [
1220
1220
  () => AttributeFilters,
1221
1221
  () => AttributeFilters,
1222
- () => AttributeFilter,
1223
- () => DocumentAttribute,
1224
- () => DocumentAttribute,
1225
- () => DocumentAttribute,
1226
- () => DocumentAttribute,
1227
- () => DocumentAttribute,
1228
- () => DocumentAttribute,
1229
- () => DocumentAttribute,
1222
+ () => AttributeFilter$,
1223
+ () => DocumentAttribute$,
1224
+ () => DocumentAttribute$,
1225
+ () => DocumentAttribute$,
1226
+ () => DocumentAttribute$,
1227
+ () => DocumentAttribute$,
1228
+ () => DocumentAttribute$,
1229
+ () => DocumentAttribute$,
1230
1230
  ],
1231
1231
  ];
1232
- var AudioExtractionConfiguration = [3, n0, _AEC, 0, [_aES], [0]];
1233
- var AudioSourceDetails = [3, n0, _ASD, 0, [_mI, _mMT, _sTM, _eTM, _aET], [0, 0, 1, 1, 0]];
1234
- var AuthChallengeRequest = [3, n0, _ACR, 0, [_aU], [0]];
1235
- var AuthChallengeRequestEvent = [3, n0, _ACRE, 0, [_aU], [0]];
1236
- var AuthChallengeResponse = [3, n0, _ACRu, 0, [_rM], [128 | 0]];
1237
- var AuthChallengeResponseEvent = [3, n0, _ACREu, 0, [_rM], [128 | 0]];
1238
- var AutoSubscriptionConfiguration = [3, n0, _ASC, 0, [_aS, _dST], [0, 0]];
1239
- var BasicAuthConfiguration = [3, n0, _BAC, 0, [_sA, _rA], [0, 0]];
1240
- var BatchDeleteDocumentRequest = [
1232
+ var AudioExtractionConfiguration$ = [3, n0, _AEC, 0, [_aES], [0]];
1233
+ var AudioSourceDetails$ = [
1234
+ 3,
1235
+ n0,
1236
+ _ASD,
1237
+ 0,
1238
+ [_mI, _mMT, _sTM, _eTM, _aET],
1239
+ [0, 0, 1, 1, 0],
1240
+ ];
1241
+ var AuthChallengeRequest$ = [3, n0, _ACR, 0, [_aU], [0]];
1242
+ var AuthChallengeRequestEvent$ = [3, n0, _ACRE, 0, [_aU], [0]];
1243
+ var AuthChallengeResponse$ = [3, n0, _ACRu, 0, [_rM], [128 | 0]];
1244
+ var AuthChallengeResponseEvent$ = [3, n0, _ACREu, 0, [_rM], [128 | 0]];
1245
+ var AutoSubscriptionConfiguration$ = [3, n0, _ASC, 0, [_aS, _dST], [0, 0]];
1246
+ var BasicAuthConfiguration$ = [3, n0, _BAC, 0, [_sA, _rA], [0, 0]];
1247
+ var BatchDeleteDocumentRequest$ = [
1241
1248
  3,
1242
1249
  n0,
1243
1250
  _BDDR,
@@ -1245,8 +1252,8 @@ var BatchDeleteDocumentRequest = [
1245
1252
  [_aIp, _iI, _do, _dSSI],
1246
1253
  [[0, 1], [0, 1], () => DeleteDocuments, 0],
1247
1254
  ];
1248
- var BatchDeleteDocumentResponse = [3, n0, _BDDRa, 0, [_fD], [() => FailedDocuments]];
1249
- var BatchPutDocumentRequest = [
1255
+ var BatchDeleteDocumentResponse$ = [3, n0, _BDDRa, 0, [_fD], [() => FailedDocuments]];
1256
+ var BatchPutDocumentRequest$ = [
1250
1257
  3,
1251
1258
  n0,
1252
1259
  _BPDR,
@@ -1254,9 +1261,9 @@ var BatchPutDocumentRequest = [
1254
1261
  [_aIp, _iI, _do, _rA, _dSSI],
1255
1262
  [[0, 1], [0, 1], () => Documents, 0, 0],
1256
1263
  ];
1257
- var BatchPutDocumentResponse = [3, n0, _BPDRa, 0, [_fD], [() => FailedDocuments]];
1258
- var BlockedPhrasesConfiguration = [3, n0, _BPC, 0, [_bP, _sMO], [64 | 0, 0]];
1259
- var BlockedPhrasesConfigurationUpdate = [
1264
+ var BatchPutDocumentResponse$ = [3, n0, _BPDRa, 0, [_fD], [() => FailedDocuments]];
1265
+ var BlockedPhrasesConfiguration$ = [3, n0, _BPC, 0, [_bP, _sMO], [64 | 0, 0]];
1266
+ var BlockedPhrasesConfigurationUpdate$ = [
1260
1267
  3,
1261
1268
  n0,
1262
1269
  _BPCU,
@@ -1264,8 +1271,8 @@ var BlockedPhrasesConfigurationUpdate = [
1264
1271
  [_bPTCOU, _bPTD, _sMO],
1265
1272
  [64 | 0, 64 | 0, 0],
1266
1273
  ];
1267
- var BrowserExtensionConfiguration = [3, n0, _BEC, 0, [_eBE], [64 | 0]];
1268
- var CancelSubscriptionRequest = [
1274
+ var BrowserExtensionConfiguration$ = [3, n0, _BEC, 0, [_eBE], [64 | 0]];
1275
+ var CancelSubscriptionRequest$ = [
1269
1276
  3,
1270
1277
  n0,
1271
1278
  _CSR,
@@ -1276,15 +1283,15 @@ var CancelSubscriptionRequest = [
1276
1283
  [0, 1],
1277
1284
  ],
1278
1285
  ];
1279
- var CancelSubscriptionResponse = [
1286
+ var CancelSubscriptionResponse$ = [
1280
1287
  3,
1281
1288
  n0,
1282
1289
  _CSRa,
1283
1290
  0,
1284
1291
  [_sAu, _cS, _nS],
1285
- [0, () => SubscriptionDetails, () => SubscriptionDetails],
1292
+ [0, () => SubscriptionDetails$, () => SubscriptionDetails$],
1286
1293
  ];
1287
- var ChatInput = [
1294
+ var ChatInput$ = [
1288
1295
  3,
1289
1296
  n0,
1290
1297
  _CI,
@@ -1297,11 +1304,11 @@ var ChatInput = [
1297
1304
  [0, { [_hQ]: _cI }],
1298
1305
  [0, { [_hQ]: _pMI }],
1299
1306
  [0, { [_iTd]: 1, [_hQ]: _cT }],
1300
- [() => ChatInputStream, 16],
1307
+ [() => ChatInputStream$, 16],
1301
1308
  ],
1302
1309
  ];
1303
- var ChatOutput = [3, n0, _CO, 0, [_oS], [[() => ChatOutputStream, 16]]];
1304
- var ChatResponseConfiguration = [
1310
+ var ChatOutput$ = [3, n0, _CO, 0, [_oS], [[() => ChatOutputStream$, 16]]];
1311
+ var ChatResponseConfiguration$ = [
1305
1312
  3,
1306
1313
  n0,
1307
1314
  _CRC,
@@ -1309,15 +1316,15 @@ var ChatResponseConfiguration = [
1309
1316
  [_cRCI, _cRCA, _dN, _rCS, _s, _cA, _uA],
1310
1317
  [0, 0, 0, 0, 0, 4, 4],
1311
1318
  ];
1312
- var ChatResponseConfigurationDetail = [
1319
+ var ChatResponseConfigurationDetail$ = [
1313
1320
  3,
1314
1321
  n0,
1315
1322
  _CRCD,
1316
1323
  0,
1317
1324
  [_rC, _rCS, _s, _e, _uA],
1318
- [() => ResponseConfigurations, 0, 0, () => ErrorDetail, 4],
1325
+ [() => ResponseConfigurations, 0, 0, () => ErrorDetail$, 4],
1319
1326
  ];
1320
- var ChatSyncInput = [
1327
+ var ChatSyncInput$ = [
1321
1328
  3,
1322
1329
  n0,
1323
1330
  _CSI,
@@ -1329,25 +1336,34 @@ var ChatSyncInput = [
1329
1336
  [64 | 0, { [_hQ]: _uG }],
1330
1337
  0,
1331
1338
  () => AttachmentsInput,
1332
- () => ActionExecution,
1333
- () => AuthChallengeResponse,
1339
+ () => ActionExecution$,
1340
+ () => AuthChallengeResponse$,
1334
1341
  0,
1335
1342
  0,
1336
- () => AttributeFilter,
1343
+ () => AttributeFilter$,
1337
1344
  0,
1338
- () => ChatModeConfiguration,
1345
+ () => ChatModeConfiguration$,
1339
1346
  [0, 4],
1340
1347
  ],
1341
1348
  ];
1342
- var ChatSyncOutput = [
1349
+ var ChatSyncOutput$ = [
1343
1350
  3,
1344
1351
  n0,
1345
1352
  _CSO,
1346
1353
  0,
1347
1354
  [_cI, _sM, _sMI, _uMI, _aR, _aCRu, _sAo, _fA],
1348
- [0, 0, 0, 0, () => ActionReview, () => AuthChallengeRequest, [() => SourceAttributions, 0], () => AttachmentsOutput],
1355
+ [
1356
+ 0,
1357
+ 0,
1358
+ 0,
1359
+ 0,
1360
+ () => ActionReview$,
1361
+ () => AuthChallengeRequest$,
1362
+ [() => SourceAttributions, 0],
1363
+ () => AttachmentsOutput,
1364
+ ],
1349
1365
  ];
1350
- var CheckDocumentAccessRequest = [
1366
+ var CheckDocumentAccessRequest$ = [
1351
1367
  3,
1352
1368
  n0,
1353
1369
  _CDAR,
@@ -1361,29 +1377,29 @@ var CheckDocumentAccessRequest = [
1361
1377
  [0, { [_hQ]: _dSI }],
1362
1378
  ],
1363
1379
  ];
1364
- var CheckDocumentAccessResponse = [
1380
+ var CheckDocumentAccessResponse$ = [
1365
1381
  3,
1366
1382
  n0,
1367
1383
  _CDARh,
1368
1384
  0,
1369
1385
  [_uG, _uAs, _hA, _dA],
1370
- [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl],
1386
+ [() => AssociatedGroups, () => AssociatedUsers, 2, () => DocumentAcl$],
1371
1387
  ];
1372
- var ConfigurationEvent = [
1388
+ var ConfigurationEvent$ = [
1373
1389
  3,
1374
1390
  n0,
1375
1391
  _CE,
1376
1392
  0,
1377
1393
  [_cM, _cMCh, _aFt],
1378
- [0, () => ChatModeConfiguration, () => AttributeFilter],
1394
+ [0, () => ChatModeConfiguration$, () => AttributeFilter$],
1379
1395
  ];
1380
- var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
1381
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
1382
- var ContentBlockerRule = [3, n0, _CBR, 0, [_sMO], [0]];
1383
- var ContentRetrievalRule = [3, n0, _CRR, 0, [_eDS], [() => EligibleDataSources]];
1384
- var Conversation = [3, n0, _C, 0, [_cI, _ti, _sT], [0, 0, 4]];
1385
- var ConversationSource = [3, n0, _CS, 0, [_cI, _aIt], [0, 0]];
1386
- var CreateAnonymousWebExperienceUrlRequest = [
1396
+ var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
1397
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1398
+ var ContentBlockerRule$ = [3, n0, _CBR, 0, [_sMO], [0]];
1399
+ var ContentRetrievalRule$ = [3, n0, _CRR, 0, [_eDS], [() => EligibleDataSources]];
1400
+ var Conversation$ = [3, n0, _C, 0, [_cI, _ti, _sT], [0, 0, 4]];
1401
+ var ConversationSource$ = [3, n0, _CS, 0, [_cI, _aIt], [0, 0]];
1402
+ var CreateAnonymousWebExperienceUrlRequest$ = [
1387
1403
  3,
1388
1404
  n0,
1389
1405
  _CAWEUR,
@@ -1391,8 +1407,8 @@ var CreateAnonymousWebExperienceUrlRequest = [
1391
1407
  [_aIp, _wEI, _sDIM],
1392
1408
  [[0, 1], [0, 1], 1],
1393
1409
  ];
1394
- var CreateAnonymousWebExperienceUrlResponse = [3, n0, _CAWEURr, 0, [_aUn], [0]];
1395
- var CreateApplicationRequest = [
1410
+ var CreateAnonymousWebExperienceUrlResponse$ = [3, n0, _CAWEURr, 0, [_aUn], [0]];
1411
+ var CreateApplicationRequest$ = [
1396
1412
  3,
1397
1413
  n0,
1398
1414
  _CAR,
@@ -1406,17 +1422,17 @@ var CreateApplicationRequest = [
1406
1422
  0,
1407
1423
  64 | 0,
1408
1424
  0,
1409
- [() => EncryptionConfiguration, 0],
1425
+ [() => EncryptionConfiguration$, 0],
1410
1426
  () => Tags,
1411
1427
  [0, 4],
1412
- () => AttachmentsConfiguration,
1413
- () => QAppsConfiguration,
1414
- () => PersonalizationConfiguration,
1415
- () => QuickSightConfiguration,
1428
+ () => AttachmentsConfiguration$,
1429
+ () => QAppsConfiguration$,
1430
+ () => PersonalizationConfiguration$,
1431
+ () => QuickSightConfiguration$,
1416
1432
  ],
1417
1433
  ];
1418
- var CreateApplicationResponse = [3, n0, _CARr, 0, [_aIp, _aA], [0, 0]];
1419
- var CreateChatResponseConfigurationRequest = [
1434
+ var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_aIp, _aA], [0, 0]];
1435
+ var CreateChatResponseConfigurationRequest$ = [
1420
1436
  3,
1421
1437
  n0,
1422
1438
  _CCRCR,
@@ -1424,8 +1440,15 @@ var CreateChatResponseConfigurationRequest = [
1424
1440
  [_aIp, _dN, _cT, _rC, _ta],
1425
1441
  [[0, 1], 0, [0, 4], () => ResponseConfigurations, () => Tags],
1426
1442
  ];
1427
- var CreateChatResponseConfigurationResponse = [3, n0, _CCRCRr, 0, [_cRCI, _cRCA], [0, 0]];
1428
- var CreateDataAccessorRequest = [
1443
+ var CreateChatResponseConfigurationResponse$ = [
1444
+ 3,
1445
+ n0,
1446
+ _CCRCRr,
1447
+ 0,
1448
+ [_cRCI, _cRCA],
1449
+ [0, 0],
1450
+ ];
1451
+ var CreateDataAccessorRequest$ = [
1429
1452
  3,
1430
1453
  n0,
1431
1454
  _CDARr,
@@ -1437,12 +1460,12 @@ var CreateDataAccessorRequest = [
1437
1460
  () => ActionConfigurationList,
1438
1461
  [0, 4],
1439
1462
  [() => DataAccessorName, 0],
1440
- () => DataAccessorAuthenticationDetail,
1463
+ () => DataAccessorAuthenticationDetail$,
1441
1464
  () => Tags,
1442
1465
  ],
1443
1466
  ];
1444
- var CreateDataAccessorResponse = [3, n0, _CDARre, 0, [_dAI, _iAA, _dAA], [0, 0, 0]];
1445
- var CreateDataSourceRequest = [
1467
+ var CreateDataAccessorResponse$ = [3, n0, _CDARre, 0, [_dAI, _iAA, _dAA], [0, 0, 0]];
1468
+ var CreateDataSourceRequest$ = [
1446
1469
  3,
1447
1470
  n0,
1448
1471
  _CDSR,
@@ -1453,61 +1476,61 @@ var CreateDataSourceRequest = [
1453
1476
  [0, 1],
1454
1477
  0,
1455
1478
  15,
1456
- () => DataSourceVpcConfiguration,
1479
+ () => DataSourceVpcConfiguration$,
1457
1480
  0,
1458
1481
  () => Tags,
1459
1482
  0,
1460
1483
  0,
1461
1484
  [0, 4],
1462
- () => DocumentEnrichmentConfiguration,
1463
- () => MediaExtractionConfiguration,
1485
+ () => DocumentEnrichmentConfiguration$,
1486
+ () => MediaExtractionConfiguration$,
1464
1487
  ],
1465
1488
  ];
1466
- var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_dSI, _dSA], [0, 0]];
1467
- var CreateIndexRequest = [
1489
+ var CreateDataSourceResponse$ = [3, n0, _CDSRr, 0, [_dSI, _dSA], [0, 0]];
1490
+ var CreateIndexRequest$ = [
1468
1491
  3,
1469
1492
  n0,
1470
1493
  _CIR,
1471
1494
  0,
1472
1495
  [_aIp, _dN, _d, _t, _ta, _cC, _cT],
1473
- [[0, 1], 0, 0, 0, () => Tags, () => IndexCapacityConfiguration, [0, 4]],
1496
+ [[0, 1], 0, 0, 0, () => Tags, () => IndexCapacityConfiguration$, [0, 4]],
1474
1497
  ];
1475
- var CreateIndexResponse = [3, n0, _CIRr, 0, [_iI, _iA], [0, 0]];
1476
- var CreatePluginRequest = [
1498
+ var CreateIndexResponse$ = [3, n0, _CIRr, 0, [_iI, _iA], [0, 0]];
1499
+ var CreatePluginRequest$ = [
1477
1500
  3,
1478
1501
  n0,
1479
1502
  _CPR,
1480
1503
  0,
1481
1504
  [_aIp, _dN, _t, _aCu, _sU, _cPC, _ta, _cT],
1482
- [[0, 1], 0, 0, () => PluginAuthConfiguration, 0, [() => CustomPluginConfiguration, 0], () => Tags, [0, 4]],
1505
+ [[0, 1], 0, 0, () => PluginAuthConfiguration$, 0, [() => CustomPluginConfiguration$, 0], () => Tags, [0, 4]],
1483
1506
  ];
1484
- var CreatePluginResponse = [3, n0, _CPRr, 0, [_pI, _pA, _bS], [0, 0, 0]];
1485
- var CreateRetrieverRequest = [
1507
+ var CreatePluginResponse$ = [3, n0, _CPRr, 0, [_pI, _pA, _bS], [0, 0, 0]];
1508
+ var CreateRetrieverRequest$ = [
1486
1509
  3,
1487
1510
  n0,
1488
1511
  _CRRr,
1489
1512
  0,
1490
1513
  [_aIp, _t, _dN, _conf, _rA, _cT, _ta],
1491
- [[0, 1], 0, 0, () => RetrieverConfiguration, 0, [0, 4], () => Tags],
1514
+ [[0, 1], 0, 0, () => RetrieverConfiguration$, 0, [0, 4], () => Tags],
1492
1515
  ];
1493
- var CreateRetrieverResponse = [3, n0, _CRRre, 0, [_rIe, _rAe], [0, 0]];
1494
- var CreateSubscriptionRequest = [
1516
+ var CreateRetrieverResponse$ = [3, n0, _CRRre, 0, [_rIe, _rAe], [0, 0]];
1517
+ var CreateSubscriptionRequest$ = [
1495
1518
  3,
1496
1519
  n0,
1497
1520
  _CSRr,
1498
1521
  0,
1499
1522
  [_aIp, _pr, _t, _cT],
1500
- [[0, 1], () => SubscriptionPrincipal, 0, [0, 4]],
1523
+ [[0, 1], () => SubscriptionPrincipal$, 0, [0, 4]],
1501
1524
  ];
1502
- var CreateSubscriptionResponse = [
1525
+ var CreateSubscriptionResponse$ = [
1503
1526
  3,
1504
1527
  n0,
1505
1528
  _CSRre,
1506
1529
  0,
1507
1530
  [_sIu, _sAu, _cS, _nS],
1508
- [0, 0, () => SubscriptionDetails, () => SubscriptionDetails],
1531
+ [0, 0, () => SubscriptionDetails$, () => SubscriptionDetails$],
1509
1532
  ];
1510
- var CreateUserRequest = [
1533
+ var CreateUserRequest$ = [
1511
1534
  3,
1512
1535
  n0,
1513
1536
  _CUR,
@@ -1515,8 +1538,8 @@ var CreateUserRequest = [
1515
1538
  [_aIp, _uI, _uAs, _cT],
1516
1539
  [[0, 1], 0, () => UserAliases, [0, 4]],
1517
1540
  ];
1518
- var CreateUserResponse = [3, n0, _CURr, 0, [], []];
1519
- var CreateWebExperienceRequest = [
1541
+ var CreateUserResponse$ = [3, n0, _CURr, 0, [], []];
1542
+ var CreateWebExperienceRequest$ = [
1520
1543
  3,
1521
1544
  n0,
1522
1545
  _CWER,
@@ -1532,49 +1555,49 @@ var CreateWebExperienceRequest = [
1532
1555
  0,
1533
1556
  () => Tags,
1534
1557
  [0, 4],
1535
- () => IdentityProviderConfiguration,
1536
- () => BrowserExtensionConfiguration,
1537
- () => CustomizationConfiguration,
1558
+ () => IdentityProviderConfiguration$,
1559
+ () => BrowserExtensionConfiguration$,
1560
+ () => CustomizationConfiguration$,
1538
1561
  ],
1539
1562
  ];
1540
- var CreateWebExperienceResponse = [3, n0, _CWERr, 0, [_wEI, _wEA], [0, 0]];
1541
- var CreatorModeConfiguration = [3, n0, _CMC, 0, [_cMC], [0]];
1542
- var CustomizationConfiguration = [3, n0, _CC, 0, [_cCSSU, _lU, _fU, _fUa], [0, 0, 0, 0]];
1543
- var CustomPluginConfiguration = [
1563
+ var CreateWebExperienceResponse$ = [3, n0, _CWERr, 0, [_wEI, _wEA], [0, 0]];
1564
+ var CreatorModeConfiguration$ = [3, n0, _CMC, 0, [_cMC], [0]];
1565
+ var CustomizationConfiguration$ = [3, n0, _CC, 0, [_cCSSU, _lU, _fU, _fUa], [0, 0, 0, 0]];
1566
+ var CustomPluginConfiguration$ = [
1544
1567
  3,
1545
1568
  n0,
1546
1569
  _CPC,
1547
1570
  0,
1548
1571
  [_d, _aST, _aSp],
1549
- [0, 0, [() => APISchema, 0]],
1572
+ [0, 0, [() => APISchema$, 0]],
1550
1573
  ];
1551
- var DataAccessor = [
1574
+ var DataAccessor$ = [
1552
1575
  3,
1553
1576
  n0,
1554
1577
  _DA,
1555
1578
  0,
1556
1579
  [_dN, _dAI, _dAA, _iAA, _pr, _aD, _cA, _uA],
1557
- [[() => DataAccessorName, 0], 0, 0, 0, 0, () => DataAccessorAuthenticationDetail, 4, 4],
1580
+ [[() => DataAccessorName, 0], 0, 0, 0, 0, () => DataAccessorAuthenticationDetail$, 4, 4],
1558
1581
  ];
1559
- var DataAccessorAuthenticationDetail = [
1582
+ var DataAccessorAuthenticationDetail$ = [
1560
1583
  3,
1561
1584
  n0,
1562
1585
  _DAAD,
1563
1586
  0,
1564
1587
  [_aT, _aCut, _eI],
1565
- [0, () => DataAccessorAuthenticationConfiguration, 64 | 0],
1588
+ [0, () => DataAccessorAuthenticationConfiguration$, 64 | 0],
1566
1589
  ];
1567
- var DataAccessorIdcTrustedTokenIssuerConfiguration = [3, n0, _DAITTIC, 0, [_iTTIA], [0]];
1568
- var DataSource = [3, n0, _DS, 0, [_dN, _dSI, _t, _cA, _uA, _s], [0, 0, 0, 4, 4, 0]];
1569
- var DataSourceSyncJob = [
1590
+ var DataAccessorIdcTrustedTokenIssuerConfiguration$ = [3, n0, _DAITTIC, 0, [_iTTIA], [0]];
1591
+ var DataSource$ = [3, n0, _DS, 0, [_dN, _dSI, _t, _cA, _uA, _s], [0, 0, 0, 4, 4, 0]];
1592
+ var DataSourceSyncJob$ = [
1570
1593
  3,
1571
1594
  n0,
1572
1595
  _DSSJ,
1573
1596
  0,
1574
1597
  [_eIx, _sT, _eTn, _s, _e, _dSEC, _me],
1575
- [0, 4, 4, 0, () => ErrorDetail, 0, () => DataSourceSyncJobMetrics],
1598
+ [0, 4, 4, 0, () => ErrorDetail$, 0, () => DataSourceSyncJobMetrics$],
1576
1599
  ];
1577
- var DataSourceSyncJobMetrics = [
1600
+ var DataSourceSyncJobMetrics$ = [
1578
1601
  3,
1579
1602
  n0,
1580
1603
  _DSSJM,
@@ -1582,11 +1605,11 @@ var DataSourceSyncJobMetrics = [
1582
1605
  [_dAo, _dM, _dDo, _dF, _dS],
1583
1606
  [0, 0, 0, 0, 0],
1584
1607
  ];
1585
- var DataSourceVpcConfiguration = [3, n0, _DSVC, 0, [_sIub, _sGI], [64 | 0, 64 | 0]];
1586
- var DateAttributeBoostingConfiguration = [3, n0, _DABC, 0, [_bL, _bDIS], [0, 1]];
1587
- var DeleteApplicationRequest = [3, n0, _DAR, 0, [_aIp], [[0, 1]]];
1588
- var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
1589
- var DeleteAttachmentRequest = [
1608
+ var DataSourceVpcConfiguration$ = [3, n0, _DSVC, 0, [_sIub, _sGI], [64 | 0, 64 | 0]];
1609
+ var DateAttributeBoostingConfiguration$ = [3, n0, _DABC, 0, [_bL, _bDIS], [0, 1]];
1610
+ var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_aIp], [[0, 1]]];
1611
+ var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
1612
+ var DeleteAttachmentRequest$ = [
1590
1613
  3,
1591
1614
  n0,
1592
1615
  _DARel,
@@ -1599,10 +1622,10 @@ var DeleteAttachmentRequest = [
1599
1622
  [0, { [_hQ]: _uI }],
1600
1623
  ],
1601
1624
  ];
1602
- var DeleteAttachmentResponse = [3, n0, _DARele, 0, [], []];
1603
- var DeleteChatControlsConfigurationRequest = [3, n0, _DCCCR, 0, [_aIp], [[0, 1]]];
1604
- var DeleteChatControlsConfigurationResponse = [3, n0, _DCCCRe, 0, [], []];
1605
- var DeleteChatResponseConfigurationRequest = [
1625
+ var DeleteAttachmentResponse$ = [3, n0, _DARele, 0, [], []];
1626
+ var DeleteChatControlsConfigurationRequest$ = [3, n0, _DCCCR, 0, [_aIp], [[0, 1]]];
1627
+ var DeleteChatControlsConfigurationResponse$ = [3, n0, _DCCCRe, 0, [], []];
1628
+ var DeleteChatResponseConfigurationRequest$ = [
1606
1629
  3,
1607
1630
  n0,
1608
1631
  _DCRCR,
@@ -1613,8 +1636,8 @@ var DeleteChatResponseConfigurationRequest = [
1613
1636
  [0, 1],
1614
1637
  ],
1615
1638
  ];
1616
- var DeleteChatResponseConfigurationResponse = [3, n0, _DCRCRe, 0, [], []];
1617
- var DeleteConversationRequest = [
1639
+ var DeleteChatResponseConfigurationResponse$ = [3, n0, _DCRCRe, 0, [], []];
1640
+ var DeleteConversationRequest$ = [
1618
1641
  3,
1619
1642
  n0,
1620
1643
  _DCR,
@@ -1626,8 +1649,8 @@ var DeleteConversationRequest = [
1626
1649
  [0, { [_hQ]: _uI }],
1627
1650
  ],
1628
1651
  ];
1629
- var DeleteConversationResponse = [3, n0, _DCRe, 0, [], []];
1630
- var DeleteDataAccessorRequest = [
1652
+ var DeleteConversationResponse$ = [3, n0, _DCRe, 0, [], []];
1653
+ var DeleteDataAccessorRequest$ = [
1631
1654
  3,
1632
1655
  n0,
1633
1656
  _DDAR,
@@ -1638,8 +1661,8 @@ var DeleteDataAccessorRequest = [
1638
1661
  [0, 1],
1639
1662
  ],
1640
1663
  ];
1641
- var DeleteDataAccessorResponse = [3, n0, _DDARe, 0, [], []];
1642
- var DeleteDataSourceRequest = [
1664
+ var DeleteDataAccessorResponse$ = [3, n0, _DDARe, 0, [], []];
1665
+ var DeleteDataSourceRequest$ = [
1643
1666
  3,
1644
1667
  n0,
1645
1668
  _DDSR,
@@ -1651,9 +1674,9 @@ var DeleteDataSourceRequest = [
1651
1674
  [0, 1],
1652
1675
  ],
1653
1676
  ];
1654
- var DeleteDataSourceResponse = [3, n0, _DDSRe, 0, [], []];
1655
- var DeleteDocument = [3, n0, _DD, 0, [_dI], [0]];
1656
- var DeleteGroupRequest = [
1677
+ var DeleteDataSourceResponse$ = [3, n0, _DDSRe, 0, [], []];
1678
+ var DeleteDocument$ = [3, n0, _DD, 0, [_dI], [0]];
1679
+ var DeleteGroupRequest$ = [
1657
1680
  3,
1658
1681
  n0,
1659
1682
  _DGR,
@@ -1666,8 +1689,8 @@ var DeleteGroupRequest = [
1666
1689
  [0, { [_hQ]: _dSI }],
1667
1690
  ],
1668
1691
  ];
1669
- var DeleteGroupResponse = [3, n0, _DGRe, 0, [], []];
1670
- var DeleteIndexRequest = [
1692
+ var DeleteGroupResponse$ = [3, n0, _DGRe, 0, [], []];
1693
+ var DeleteIndexRequest$ = [
1671
1694
  3,
1672
1695
  n0,
1673
1696
  _DIR,
@@ -1678,8 +1701,8 @@ var DeleteIndexRequest = [
1678
1701
  [0, 1],
1679
1702
  ],
1680
1703
  ];
1681
- var DeleteIndexResponse = [3, n0, _DIRe, 0, [], []];
1682
- var DeletePluginRequest = [
1704
+ var DeleteIndexResponse$ = [3, n0, _DIRe, 0, [], []];
1705
+ var DeletePluginRequest$ = [
1683
1706
  3,
1684
1707
  n0,
1685
1708
  _DPR,
@@ -1690,8 +1713,8 @@ var DeletePluginRequest = [
1690
1713
  [0, 1],
1691
1714
  ],
1692
1715
  ];
1693
- var DeletePluginResponse = [3, n0, _DPRe, 0, [], []];
1694
- var DeleteRetrieverRequest = [
1716
+ var DeletePluginResponse$ = [3, n0, _DPRe, 0, [], []];
1717
+ var DeleteRetrieverRequest$ = [
1695
1718
  3,
1696
1719
  n0,
1697
1720
  _DRR,
@@ -1702,8 +1725,8 @@ var DeleteRetrieverRequest = [
1702
1725
  [0, 1],
1703
1726
  ],
1704
1727
  ];
1705
- var DeleteRetrieverResponse = [3, n0, _DRRe, 0, [], []];
1706
- var DeleteUserRequest = [
1728
+ var DeleteRetrieverResponse$ = [3, n0, _DRRe, 0, [], []];
1729
+ var DeleteUserRequest$ = [
1707
1730
  3,
1708
1731
  n0,
1709
1732
  _DUR,
@@ -1714,8 +1737,8 @@ var DeleteUserRequest = [
1714
1737
  [0, 1],
1715
1738
  ],
1716
1739
  ];
1717
- var DeleteUserResponse = [3, n0, _DURe, 0, [], []];
1718
- var DeleteWebExperienceRequest = [
1740
+ var DeleteUserResponse$ = [3, n0, _DURe, 0, [], []];
1741
+ var DeleteWebExperienceRequest$ = [
1719
1742
  3,
1720
1743
  n0,
1721
1744
  _DWER,
@@ -1726,8 +1749,8 @@ var DeleteWebExperienceRequest = [
1726
1749
  [0, 1],
1727
1750
  ],
1728
1751
  ];
1729
- var DeleteWebExperienceResponse = [3, n0, _DWERe, 0, [], []];
1730
- var DisassociatePermissionRequest = [
1752
+ var DeleteWebExperienceResponse$ = [3, n0, _DWERe, 0, [], []];
1753
+ var DisassociatePermissionRequest$ = [
1731
1754
  3,
1732
1755
  n0,
1733
1756
  _DPRi,
@@ -1738,8 +1761,8 @@ var DisassociatePermissionRequest = [
1738
1761
  [0, 1],
1739
1762
  ],
1740
1763
  ];
1741
- var DisassociatePermissionResponse = [3, n0, _DPRis, 0, [], []];
1742
- var Document = [
1764
+ var DisassociatePermissionResponse$ = [3, n0, _DPRis, 0, [], []];
1765
+ var Document$ = [
1743
1766
  3,
1744
1767
  n0,
1745
1768
  _D,
@@ -1748,23 +1771,23 @@ var Document = [
1748
1771
  [
1749
1772
  0,
1750
1773
  () => DocumentAttributes,
1751
- () => DocumentContent,
1774
+ () => DocumentContent$,
1752
1775
  0,
1753
1776
  0,
1754
- () => AccessConfiguration,
1755
- () => DocumentEnrichmentConfiguration,
1756
- () => MediaExtractionConfiguration,
1777
+ () => AccessConfiguration$,
1778
+ () => DocumentEnrichmentConfiguration$,
1779
+ () => MediaExtractionConfiguration$,
1757
1780
  ],
1758
1781
  ];
1759
- var DocumentAcl = [
1782
+ var DocumentAcl$ = [
1760
1783
  3,
1761
1784
  n0,
1762
1785
  _DAo,
1763
1786
  0,
1764
1787
  [_al, _dL],
1765
- [() => DocumentAclMembership, () => DocumentAclMembership],
1788
+ [() => DocumentAclMembership$, () => DocumentAclMembership$],
1766
1789
  ];
1767
- var DocumentAclCondition = [
1790
+ var DocumentAclCondition$ = [
1768
1791
  3,
1769
1792
  n0,
1770
1793
  _DAC,
@@ -1772,8 +1795,8 @@ var DocumentAclCondition = [
1772
1795
  [_mR, _u, _g],
1773
1796
  [0, () => DocumentAclUsers, () => DocumentAclGroups],
1774
1797
  ];
1775
- var DocumentAclGroup = [3, n0, _DAG, 0, [_n, _t], [0, 0]];
1776
- var DocumentAclMembership = [
1798
+ var DocumentAclGroup$ = [3, n0, _DAG, 0, [_n, _t], [0, 0]];
1799
+ var DocumentAclMembership$ = [
1777
1800
  3,
1778
1801
  n0,
1779
1802
  _DAM,
@@ -1781,58 +1804,58 @@ var DocumentAclMembership = [
1781
1804
  [_mR, _con],
1782
1805
  [0, () => DocumentAclConditions],
1783
1806
  ];
1784
- var DocumentAclUser = [3, n0, _DAU, 0, [_i, _t], [0, 0]];
1785
- var DocumentAttribute = [3, n0, _DAoc, 0, [_n, _v], [0, () => DocumentAttributeValue]];
1786
- var DocumentAttributeCondition = [
1807
+ var DocumentAclUser$ = [3, n0, _DAU, 0, [_i, _t], [0, 0]];
1808
+ var DocumentAttribute$ = [3, n0, _DAoc, 0, [_n, _v], [0, () => DocumentAttributeValue$]];
1809
+ var DocumentAttributeCondition$ = [
1787
1810
  3,
1788
1811
  n0,
1789
1812
  _DACo,
1790
1813
  0,
1791
1814
  [_k, _op, _v],
1792
- [0, 0, () => DocumentAttributeValue],
1815
+ [0, 0, () => DocumentAttributeValue$],
1793
1816
  ];
1794
- var DocumentAttributeConfiguration = [3, n0, _DACoc, 0, [_n, _t, _se], [0, 0, 0]];
1795
- var DocumentAttributeTarget = [
1817
+ var DocumentAttributeConfiguration$ = [3, n0, _DACoc, 0, [_n, _t, _se], [0, 0, 0]];
1818
+ var DocumentAttributeTarget$ = [
1796
1819
  3,
1797
1820
  n0,
1798
1821
  _DAT,
1799
1822
  0,
1800
1823
  [_k, _v, _aVO],
1801
- [0, () => DocumentAttributeValue, 0],
1824
+ [0, () => DocumentAttributeValue$, 0],
1802
1825
  ];
1803
- var DocumentDetails = [
1826
+ var DocumentDetails$ = [
1804
1827
  3,
1805
1828
  n0,
1806
1829
  _DDo,
1807
1830
  0,
1808
1831
  [_dI, _s, _e, _cA, _uA],
1809
- [0, 0, () => ErrorDetail, 4, 4],
1832
+ [0, 0, () => ErrorDetail$, 4, 4],
1810
1833
  ];
1811
- var DocumentEnrichmentConfiguration = [
1834
+ var DocumentEnrichmentConfiguration$ = [
1812
1835
  3,
1813
1836
  n0,
1814
1837
  _DEC,
1815
1838
  0,
1816
1839
  [_iC, _pEHC, _pEHCo],
1817
- [() => InlineDocumentEnrichmentConfigurations, () => HookConfiguration, () => HookConfiguration],
1840
+ [() => InlineDocumentEnrichmentConfigurations, () => HookConfiguration$, () => HookConfiguration$],
1818
1841
  ];
1819
- var EligibleDataSource = [3, n0, _EDS, 0, [_iI, _dSI], [0, 0]];
1820
- var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI], [[() => KmsKeyId, 0]]];
1821
- var EndOfInputEvent = [3, n0, _EOIE, 0, [], []];
1822
- var ErrorDetail = [3, n0, _ED, 0, [_eM, _eCr], [0, 0]];
1823
- var ExternalResourceException = [-3, n0, _ERE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1824
- schema.TypeRegistry.for(n0).registerError(ExternalResourceException, ExternalResourceException$1);
1825
- var FailedAttachmentEvent = [
1842
+ var EligibleDataSource$ = [3, n0, _EDS, 0, [_iI, _dSI], [0, 0]];
1843
+ var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI], [[() => KmsKeyId, 0]]];
1844
+ var EndOfInputEvent$ = [3, n0, _EOIE, 0, [], []];
1845
+ var ErrorDetail$ = [3, n0, _ED, 0, [_eM, _eCr], [0, 0]];
1846
+ var ExternalResourceException$ = [-3, n0, _ERE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
1847
+ schema.TypeRegistry.for(n0).registerError(ExternalResourceException$, ExternalResourceException);
1848
+ var FailedAttachmentEvent$ = [
1826
1849
  3,
1827
1850
  n0,
1828
1851
  _FAE,
1829
1852
  0,
1830
1853
  [_cI, _uMI, _sMI, _at],
1831
- [0, 0, 0, () => AttachmentOutput],
1854
+ [0, 0, 0, () => AttachmentOutput$],
1832
1855
  ];
1833
- var FailedDocument = [3, n0, _FD, 0, [_i, _e, _dSI], [0, () => ErrorDetail, 0]];
1834
- var GetApplicationRequest = [3, n0, _GAR, 0, [_aIp], [[0, 1]]];
1835
- var GetApplicationResponse = [
1856
+ var FailedDocument$ = [3, n0, _FD, 0, [_i, _e, _dSI], [0, () => ErrorDetail$, 0]];
1857
+ var GetApplicationRequest$ = [3, n0, _GAR, 0, [_aIp], [[0, 1]]];
1858
+ var GetApplicationResponse$ = [
1836
1859
  3,
1837
1860
  n0,
1838
1861
  _GARe,
@@ -1848,19 +1871,19 @@ var GetApplicationResponse = [
1848
1871
  0,
1849
1872
  0,
1850
1873
  0,
1851
- [() => EncryptionConfiguration, 0],
1874
+ [() => EncryptionConfiguration$, 0],
1852
1875
  4,
1853
1876
  4,
1854
- () => ErrorDetail,
1855
- () => AppliedAttachmentsConfiguration,
1856
- () => QAppsConfiguration,
1857
- () => PersonalizationConfiguration,
1858
- () => AutoSubscriptionConfiguration,
1877
+ () => ErrorDetail$,
1878
+ () => AppliedAttachmentsConfiguration$,
1879
+ () => QAppsConfiguration$,
1880
+ () => PersonalizationConfiguration$,
1881
+ () => AutoSubscriptionConfiguration$,
1859
1882
  64 | 0,
1860
- () => QuickSightConfiguration,
1883
+ () => QuickSightConfiguration$,
1861
1884
  ],
1862
1885
  ];
1863
- var GetChatControlsConfigurationRequest = [
1886
+ var GetChatControlsConfigurationRequest$ = [
1864
1887
  3,
1865
1888
  n0,
1866
1889
  _GCCCR,
@@ -1872,7 +1895,7 @@ var GetChatControlsConfigurationRequest = [
1872
1895
  [0, { [_hQ]: _nT }],
1873
1896
  ],
1874
1897
  ];
1875
- var GetChatControlsConfigurationResponse = [
1898
+ var GetChatControlsConfigurationResponse$ = [
1876
1899
  3,
1877
1900
  n0,
1878
1901
  _GCCCRe,
@@ -1880,15 +1903,15 @@ var GetChatControlsConfigurationResponse = [
1880
1903
  [_rS, _oC, _bP, _tC, _cMCr, _nT, _hRC],
1881
1904
  [
1882
1905
  0,
1883
- () => AppliedOrchestrationConfiguration,
1884
- () => BlockedPhrasesConfiguration,
1906
+ () => AppliedOrchestrationConfiguration$,
1907
+ () => BlockedPhrasesConfiguration$,
1885
1908
  () => TopicConfigurations,
1886
- () => AppliedCreatorModeConfiguration,
1909
+ () => AppliedCreatorModeConfiguration$,
1887
1910
  0,
1888
- () => HallucinationReductionConfiguration,
1911
+ () => HallucinationReductionConfiguration$,
1889
1912
  ],
1890
1913
  ];
1891
- var GetChatResponseConfigurationRequest = [
1914
+ var GetChatResponseConfigurationRequest$ = [
1892
1915
  3,
1893
1916
  n0,
1894
1917
  _GCRCR,
@@ -1899,15 +1922,15 @@ var GetChatResponseConfigurationRequest = [
1899
1922
  [0, 1],
1900
1923
  ],
1901
1924
  ];
1902
- var GetChatResponseConfigurationResponse = [
1925
+ var GetChatResponseConfigurationResponse$ = [
1903
1926
  3,
1904
1927
  n0,
1905
1928
  _GCRCRe,
1906
1929
  0,
1907
1930
  [_cRCI, _cRCA, _dN, _cA, _iUC, _lUC],
1908
- [0, 0, 0, 4, () => ChatResponseConfigurationDetail, () => ChatResponseConfigurationDetail],
1931
+ [0, 0, 0, 4, () => ChatResponseConfigurationDetail$, () => ChatResponseConfigurationDetail$],
1909
1932
  ];
1910
- var GetDataAccessorRequest = [
1933
+ var GetDataAccessorRequest$ = [
1911
1934
  3,
1912
1935
  n0,
1913
1936
  _GDAR,
@@ -1918,7 +1941,7 @@ var GetDataAccessorRequest = [
1918
1941
  [0, 1],
1919
1942
  ],
1920
1943
  ];
1921
- var GetDataAccessorResponse = [
1944
+ var GetDataAccessorResponse$ = [
1922
1945
  3,
1923
1946
  n0,
1924
1947
  _GDARe,
@@ -1932,12 +1955,12 @@ var GetDataAccessorResponse = [
1932
1955
  0,
1933
1956
  0,
1934
1957
  () => ActionConfigurationList,
1935
- () => DataAccessorAuthenticationDetail,
1958
+ () => DataAccessorAuthenticationDetail$,
1936
1959
  4,
1937
1960
  4,
1938
1961
  ],
1939
1962
  ];
1940
- var GetDataSourceRequest = [
1963
+ var GetDataSourceRequest$ = [
1941
1964
  3,
1942
1965
  n0,
1943
1966
  _GDSR,
@@ -1949,7 +1972,7 @@ var GetDataSourceRequest = [
1949
1972
  [0, 1],
1950
1973
  ],
1951
1974
  ];
1952
- var GetDataSourceResponse = [
1975
+ var GetDataSourceResponse$ = [
1953
1976
  3,
1954
1977
  n0,
1955
1978
  _GDSRe,
@@ -1963,19 +1986,19 @@ var GetDataSourceResponse = [
1963
1986
  0,
1964
1987
  0,
1965
1988
  15,
1966
- () => DataSourceVpcConfiguration,
1989
+ () => DataSourceVpcConfiguration$,
1967
1990
  4,
1968
1991
  4,
1969
1992
  0,
1970
1993
  0,
1971
1994
  0,
1972
1995
  0,
1973
- () => ErrorDetail,
1974
- () => DocumentEnrichmentConfiguration,
1975
- () => MediaExtractionConfiguration,
1996
+ () => ErrorDetail$,
1997
+ () => DocumentEnrichmentConfiguration$,
1998
+ () => MediaExtractionConfiguration$,
1976
1999
  ],
1977
2000
  ];
1978
- var GetDocumentContentRequest = [
2001
+ var GetDocumentContentRequest$ = [
1979
2002
  3,
1980
2003
  n0,
1981
2004
  _GDCR,
@@ -1989,8 +2012,8 @@ var GetDocumentContentRequest = [
1989
2012
  [0, { [_hQ]: _oF }],
1990
2013
  ],
1991
2014
  ];
1992
- var GetDocumentContentResponse = [3, n0, _GDCRe, 0, [_pU, _mT], [0, 0]];
1993
- var GetGroupRequest = [
2015
+ var GetDocumentContentResponse$ = [3, n0, _GDCRe, 0, [_pU, _mT], [0, 0]];
2016
+ var GetGroupRequest$ = [
1994
2017
  3,
1995
2018
  n0,
1996
2019
  _GGR,
@@ -2003,15 +2026,15 @@ var GetGroupRequest = [
2003
2026
  [0, { [_hQ]: _dSI }],
2004
2027
  ],
2005
2028
  ];
2006
- var GetGroupResponse = [
2029
+ var GetGroupResponse$ = [
2007
2030
  3,
2008
2031
  n0,
2009
2032
  _GGRe,
2010
2033
  0,
2011
2034
  [_s, _sH],
2012
- [() => GroupStatusDetail, () => GroupStatusDetails],
2035
+ [() => GroupStatusDetail$, () => GroupStatusDetails],
2013
2036
  ];
2014
- var GetIndexRequest = [
2037
+ var GetIndexRequest$ = [
2015
2038
  3,
2016
2039
  n0,
2017
2040
  _GIR,
@@ -2022,7 +2045,7 @@ var GetIndexRequest = [
2022
2045
  [0, 1],
2023
2046
  ],
2024
2047
  ];
2025
- var GetIndexResponse = [
2048
+ var GetIndexResponse$ = [
2026
2049
  3,
2027
2050
  n0,
2028
2051
  _GIRe,
@@ -2038,13 +2061,13 @@ var GetIndexResponse = [
2038
2061
  0,
2039
2062
  4,
2040
2063
  4,
2041
- () => IndexCapacityConfiguration,
2064
+ () => IndexCapacityConfiguration$,
2042
2065
  () => DocumentAttributeConfigurations,
2043
- () => ErrorDetail,
2044
- () => IndexStatistics,
2066
+ () => ErrorDetail$,
2067
+ () => IndexStatistics$,
2045
2068
  ],
2046
2069
  ];
2047
- var GetMediaRequest = [
2070
+ var GetMediaRequest$ = [
2048
2071
  3,
2049
2072
  n0,
2050
2073
  _GMR,
@@ -2057,8 +2080,8 @@ var GetMediaRequest = [
2057
2080
  [0, 1],
2058
2081
  ],
2059
2082
  ];
2060
- var GetMediaResponse = [3, n0, _GMRe, 0, [_mB, _mMT], [21, 0]];
2061
- var GetPluginRequest = [
2083
+ var GetMediaResponse$ = [3, n0, _GMRe, 0, [_mB, _mMT], [21, 0]];
2084
+ var GetPluginRequest$ = [
2062
2085
  3,
2063
2086
  n0,
2064
2087
  _GPR,
@@ -2069,17 +2092,17 @@ var GetPluginRequest = [
2069
2092
  [0, 1],
2070
2093
  ],
2071
2094
  ];
2072
- var GetPluginResponse = [
2095
+ var GetPluginResponse$ = [
2073
2096
  3,
2074
2097
  n0,
2075
2098
  _GPRe,
2076
2099
  0,
2077
2100
  [_aIp, _pI, _dN, _t, _sU, _aCu, _cPC, _bS, _pA, _sta, _cA, _uA],
2078
- [0, 0, 0, 0, 0, () => PluginAuthConfiguration, [() => CustomPluginConfiguration, 0], 0, 0, 0, 4, 4],
2101
+ [0, 0, 0, 0, 0, () => PluginAuthConfiguration$, [() => CustomPluginConfiguration$, 0], 0, 0, 0, 4, 4],
2079
2102
  ];
2080
- var GetPolicyRequest = [3, n0, _GPRet, 0, [_aIp], [[0, 1]]];
2081
- var GetPolicyResponse = [3, n0, _GPReto, 0, [_po], [0]];
2082
- var GetRetrieverRequest = [
2103
+ var GetPolicyRequest$ = [3, n0, _GPRet, 0, [_aIp], [[0, 1]]];
2104
+ var GetPolicyResponse$ = [3, n0, _GPReto, 0, [_po], [0]];
2105
+ var GetRetrieverRequest$ = [
2083
2106
  3,
2084
2107
  n0,
2085
2108
  _GRR,
@@ -2090,15 +2113,15 @@ var GetRetrieverRequest = [
2090
2113
  [0, 1],
2091
2114
  ],
2092
2115
  ];
2093
- var GetRetrieverResponse = [
2116
+ var GetRetrieverResponse$ = [
2094
2117
  3,
2095
2118
  n0,
2096
2119
  _GRRe,
2097
2120
  0,
2098
2121
  [_aIp, _rIe, _rAe, _t, _s, _dN, _conf, _rA, _cA, _uA],
2099
- [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration, 0, 4, 4],
2122
+ [0, 0, 0, 0, 0, 0, () => RetrieverConfiguration$, 0, 4, 4],
2100
2123
  ];
2101
- var GetUserRequest = [
2124
+ var GetUserRequest$ = [
2102
2125
  3,
2103
2126
  n0,
2104
2127
  _GUR,
@@ -2109,8 +2132,8 @@ var GetUserRequest = [
2109
2132
  [0, 1],
2110
2133
  ],
2111
2134
  ];
2112
- var GetUserResponse = [3, n0, _GURe, 0, [_uAs], [() => UserAliases]];
2113
- var GetWebExperienceRequest = [
2135
+ var GetUserResponse$ = [3, n0, _GURe, 0, [_uAs], [() => UserAliases]];
2136
+ var GetWebExperienceRequest$ = [
2114
2137
  3,
2115
2138
  n0,
2116
2139
  _GWER,
@@ -2121,7 +2144,7 @@ var GetWebExperienceRequest = [
2121
2144
  [0, 1],
2122
2145
  ],
2123
2146
  ];
2124
- var GetWebExperienceResponse = [
2147
+ var GetWebExperienceResponse$ = [
2125
2148
  3,
2126
2149
  n0,
2127
2150
  _GWERe,
@@ -2141,47 +2164,47 @@ var GetWebExperienceResponse = [
2141
2164
  0,
2142
2165
  64 | 0,
2143
2166
  0,
2144
- () => IdentityProviderConfiguration,
2145
- () => WebExperienceAuthConfiguration,
2146
- () => ErrorDetail,
2147
- () => BrowserExtensionConfiguration,
2148
- () => CustomizationConfiguration,
2167
+ () => IdentityProviderConfiguration$,
2168
+ () => WebExperienceAuthConfiguration$,
2169
+ () => ErrorDetail$,
2170
+ () => BrowserExtensionConfiguration$,
2171
+ () => CustomizationConfiguration$,
2149
2172
  ],
2150
2173
  ];
2151
- var GroupMembers = [
2174
+ var GroupMembers$ = [
2152
2175
  3,
2153
2176
  n0,
2154
2177
  _GM,
2155
2178
  0,
2156
2179
  [_mG, _mU, _sPFGM],
2157
- [() => MemberGroups, () => MemberUsers, () => S3],
2180
+ [() => MemberGroups, () => MemberUsers, () => S3$],
2158
2181
  ];
2159
- var GroupStatusDetail = [3, n0, _GSD, 0, [_s, _lUA, _eD], [0, 4, () => ErrorDetail]];
2160
- var GroupSummary = [3, n0, _GS, 0, [_gN], [0]];
2161
- var HallucinationReductionConfiguration = [3, n0, _HRC, 0, [_hRCa], [0]];
2162
- var HookConfiguration = [
2182
+ var GroupStatusDetail$ = [3, n0, _GSD, 0, [_s, _lUA, _eD], [0, 4, () => ErrorDetail$]];
2183
+ var GroupSummary$ = [3, n0, _GS, 0, [_gN], [0]];
2184
+ var HallucinationReductionConfiguration$ = [3, n0, _HRC, 0, [_hRCa], [0]];
2185
+ var HookConfiguration$ = [
2163
2186
  3,
2164
2187
  n0,
2165
2188
  _HC,
2166
2189
  0,
2167
2190
  [_iCn, _lA, _sBN, _rA],
2168
- [() => DocumentAttributeCondition, 0, 0, 0],
2191
+ [() => DocumentAttributeCondition$, 0, 0, 0],
2169
2192
  ];
2170
- var IdcAuthConfiguration = [3, n0, _IAC, 0, [_iAA, _rA], [0, 0]];
2171
- var ImageExtractionConfiguration = [3, n0, _IEC, 0, [_iES], [0]];
2172
- var ImageSourceDetails = [3, n0, _ISD, 0, [_mI, _mMT], [0, 0]];
2173
- var Index = [3, n0, _I, 0, [_dN, _iI, _cA, _uA, _s], [0, 0, 4, 4, 0]];
2174
- var IndexCapacityConfiguration = [3, n0, _ICC, 0, [_un], [1]];
2175
- var IndexStatistics = [3, n0, _IS, 0, [_tDS], [() => TextDocumentStatistics]];
2176
- var InlineDocumentEnrichmentConfiguration = [
2193
+ var IdcAuthConfiguration$ = [3, n0, _IAC, 0, [_iAA, _rA], [0, 0]];
2194
+ var ImageExtractionConfiguration$ = [3, n0, _IEC, 0, [_iES], [0]];
2195
+ var ImageSourceDetails$ = [3, n0, _ISD, 0, [_mI, _mMT], [0, 0]];
2196
+ var Index$ = [3, n0, _I, 0, [_dN, _iI, _cA, _uA, _s], [0, 0, 4, 4, 0]];
2197
+ var IndexCapacityConfiguration$ = [3, n0, _ICC, 0, [_un], [1]];
2198
+ var IndexStatistics$ = [3, n0, _IS, 0, [_tDS], [() => TextDocumentStatistics$]];
2199
+ var InlineDocumentEnrichmentConfiguration$ = [
2177
2200
  3,
2178
2201
  n0,
2179
2202
  _IDEC,
2180
2203
  0,
2181
2204
  [_cond, _tar, _dCO],
2182
- [() => DocumentAttributeCondition, () => DocumentAttributeTarget, 0],
2205
+ [() => DocumentAttributeCondition$, () => DocumentAttributeTarget$, 0],
2183
2206
  ];
2184
- var InstructionCollection = [
2207
+ var InstructionCollection$ = [
2185
2208
  3,
2186
2209
  n0,
2187
2210
  _IC,
@@ -2189,12 +2212,12 @@ var InstructionCollection = [
2189
2212
  [_rL, _tA, _pe, _oSu, _id, _to, _cIu, _ex],
2190
2213
  [0, 0, 0, 0, 0, 0, 0, 0],
2191
2214
  ];
2192
- var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
2193
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
2194
- var KendraIndexConfiguration = [3, n0, _KIC, 0, [_iI], [0]];
2195
- var LicenseNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2196
- schema.TypeRegistry.for(n0).registerError(LicenseNotFoundException, LicenseNotFoundException$1);
2197
- var ListApplicationsRequest = [
2215
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
2216
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
2217
+ var KendraIndexConfiguration$ = [3, n0, _KIC, 0, [_iI], [0]];
2218
+ var LicenseNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2219
+ schema.TypeRegistry.for(n0).registerError(LicenseNotFoundException$, LicenseNotFoundException);
2220
+ var ListApplicationsRequest$ = [
2198
2221
  3,
2199
2222
  n0,
2200
2223
  _LAR,
@@ -2205,8 +2228,8 @@ var ListApplicationsRequest = [
2205
2228
  [1, { [_hQ]: _mRa }],
2206
2229
  ],
2207
2230
  ];
2208
- var ListApplicationsResponse = [3, n0, _LARi, 0, [_nT, _ap], [0, () => Applications]];
2209
- var ListAttachmentsRequest = [
2231
+ var ListApplicationsResponse$ = [3, n0, _LARi, 0, [_nT, _ap], [0, () => Applications]];
2232
+ var ListAttachmentsRequest$ = [
2210
2233
  3,
2211
2234
  n0,
2212
2235
  _LARis,
@@ -2220,8 +2243,15 @@ var ListAttachmentsRequest = [
2220
2243
  [1, { [_hQ]: _mRa }],
2221
2244
  ],
2222
2245
  ];
2223
- var ListAttachmentsResponse = [3, n0, _LARist, 0, [_att, _nT], [() => AttachmentList, 0]];
2224
- var ListChatResponseConfigurationsRequest = [
2246
+ var ListAttachmentsResponse$ = [
2247
+ 3,
2248
+ n0,
2249
+ _LARist,
2250
+ 0,
2251
+ [_att, _nT],
2252
+ [() => AttachmentList, 0],
2253
+ ];
2254
+ var ListChatResponseConfigurationsRequest$ = [
2225
2255
  3,
2226
2256
  n0,
2227
2257
  _LCRCR,
@@ -2233,7 +2263,7 @@ var ListChatResponseConfigurationsRequest = [
2233
2263
  [0, { [_hQ]: _nT }],
2234
2264
  ],
2235
2265
  ];
2236
- var ListChatResponseConfigurationsResponse = [
2266
+ var ListChatResponseConfigurationsResponse$ = [
2237
2267
  3,
2238
2268
  n0,
2239
2269
  _LCRCRi,
@@ -2241,7 +2271,7 @@ var ListChatResponseConfigurationsResponse = [
2241
2271
  [_cRC, _nT],
2242
2272
  [() => ChatResponseConfigurations, 0],
2243
2273
  ];
2244
- var ListConversationsRequest = [
2274
+ var ListConversationsRequest$ = [
2245
2275
  3,
2246
2276
  n0,
2247
2277
  _LCR,
@@ -2254,8 +2284,15 @@ var ListConversationsRequest = [
2254
2284
  [1, { [_hQ]: _mRa }],
2255
2285
  ],
2256
2286
  ];
2257
- var ListConversationsResponse = [3, n0, _LCRi, 0, [_nT, _conv], [0, () => Conversations]];
2258
- var ListDataAccessorsRequest = [
2287
+ var ListConversationsResponse$ = [
2288
+ 3,
2289
+ n0,
2290
+ _LCRi,
2291
+ 0,
2292
+ [_nT, _conv],
2293
+ [0, () => Conversations],
2294
+ ];
2295
+ var ListDataAccessorsRequest$ = [
2259
2296
  3,
2260
2297
  n0,
2261
2298
  _LDAR,
@@ -2267,7 +2304,7 @@ var ListDataAccessorsRequest = [
2267
2304
  [1, { [_hQ]: _mRa }],
2268
2305
  ],
2269
2306
  ];
2270
- var ListDataAccessorsResponse = [
2307
+ var ListDataAccessorsResponse$ = [
2271
2308
  3,
2272
2309
  n0,
2273
2310
  _LDARi,
@@ -2275,7 +2312,7 @@ var ListDataAccessorsResponse = [
2275
2312
  [_dAa, _nT],
2276
2313
  [[() => DataAccessors, 0], 0],
2277
2314
  ];
2278
- var ListDataSourcesRequest = [
2315
+ var ListDataSourcesRequest$ = [
2279
2316
  3,
2280
2317
  n0,
2281
2318
  _LDSR,
@@ -2288,8 +2325,8 @@ var ListDataSourcesRequest = [
2288
2325
  [1, { [_hQ]: _mRa }],
2289
2326
  ],
2290
2327
  ];
2291
- var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
2292
- var ListDataSourceSyncJobsRequest = [
2328
+ var ListDataSourcesResponse$ = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
2329
+ var ListDataSourceSyncJobsRequest$ = [
2293
2330
  3,
2294
2331
  n0,
2295
2332
  _LDSSJR,
@@ -2306,7 +2343,7 @@ var ListDataSourceSyncJobsRequest = [
2306
2343
  [0, { [_hQ]: _sSy }],
2307
2344
  ],
2308
2345
  ];
2309
- var ListDataSourceSyncJobsResponse = [
2346
+ var ListDataSourceSyncJobsResponse$ = [
2310
2347
  3,
2311
2348
  n0,
2312
2349
  _LDSSJRi,
@@ -2314,7 +2351,7 @@ var ListDataSourceSyncJobsResponse = [
2314
2351
  [_h, _nT],
2315
2352
  [() => DataSourceSyncJobs, 0],
2316
2353
  ];
2317
- var ListDocumentsRequest = [
2354
+ var ListDocumentsRequest$ = [
2318
2355
  3,
2319
2356
  n0,
2320
2357
  _LDR,
@@ -2328,8 +2365,15 @@ var ListDocumentsRequest = [
2328
2365
  [1, { [_hQ]: _mRa }],
2329
2366
  ],
2330
2367
  ];
2331
- var ListDocumentsResponse = [3, n0, _LDRi, 0, [_dDL, _nT], [() => DocumentDetailList, 0]];
2332
- var ListGroupsRequest = [
2368
+ var ListDocumentsResponse$ = [
2369
+ 3,
2370
+ n0,
2371
+ _LDRi,
2372
+ 0,
2373
+ [_dDL, _nT],
2374
+ [() => DocumentDetailList, 0],
2375
+ ];
2376
+ var ListGroupsRequest$ = [
2333
2377
  3,
2334
2378
  n0,
2335
2379
  _LGR,
@@ -2344,8 +2388,8 @@ var ListGroupsRequest = [
2344
2388
  [1, { [_hQ]: _mRa }],
2345
2389
  ],
2346
2390
  ];
2347
- var ListGroupsResponse = [3, n0, _LGRi, 0, [_nT, _it], [0, () => GroupSummaryList]];
2348
- var ListIndicesRequest = [
2391
+ var ListGroupsResponse$ = [3, n0, _LGRi, 0, [_nT, _it], [0, () => GroupSummaryList]];
2392
+ var ListIndicesRequest$ = [
2349
2393
  3,
2350
2394
  n0,
2351
2395
  _LIR,
@@ -2357,8 +2401,8 @@ var ListIndicesRequest = [
2357
2401
  [1, { [_hQ]: _mRa }],
2358
2402
  ],
2359
2403
  ];
2360
- var ListIndicesResponse = [3, n0, _LIRi, 0, [_nT, _in], [0, () => Indices]];
2361
- var ListMessagesRequest = [
2404
+ var ListIndicesResponse$ = [3, n0, _LIRi, 0, [_nT, _in], [0, () => Indices]];
2405
+ var ListMessagesRequest$ = [
2362
2406
  3,
2363
2407
  n0,
2364
2408
  _LMR,
@@ -2372,8 +2416,8 @@ var ListMessagesRequest = [
2372
2416
  [1, { [_hQ]: _mRa }],
2373
2417
  ],
2374
2418
  ];
2375
- var ListMessagesResponse = [3, n0, _LMRi, 0, [_mes, _nT], [[() => Messages, 0], 0]];
2376
- var ListPluginActionsRequest = [
2419
+ var ListMessagesResponse$ = [3, n0, _LMRi, 0, [_mes, _nT], [[() => Messages, 0], 0]];
2420
+ var ListPluginActionsRequest$ = [
2377
2421
  3,
2378
2422
  n0,
2379
2423
  _LPAR,
@@ -2386,8 +2430,8 @@ var ListPluginActionsRequest = [
2386
2430
  [1, { [_hQ]: _mRa }],
2387
2431
  ],
2388
2432
  ];
2389
- var ListPluginActionsResponse = [3, n0, _LPARi, 0, [_nT, _it], [0, () => Actions]];
2390
- var ListPluginsRequest = [
2433
+ var ListPluginActionsResponse$ = [3, n0, _LPARi, 0, [_nT, _it], [0, () => Actions]];
2434
+ var ListPluginsRequest$ = [
2391
2435
  3,
2392
2436
  n0,
2393
2437
  _LPR,
@@ -2399,8 +2443,8 @@ var ListPluginsRequest = [
2399
2443
  [1, { [_hQ]: _mRa }],
2400
2444
  ],
2401
2445
  ];
2402
- var ListPluginsResponse = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => Plugins]];
2403
- var ListPluginTypeActionsRequest = [
2446
+ var ListPluginsResponse$ = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => Plugins]];
2447
+ var ListPluginTypeActionsRequest$ = [
2404
2448
  3,
2405
2449
  n0,
2406
2450
  _LPTAR,
@@ -2412,8 +2456,8 @@ var ListPluginTypeActionsRequest = [
2412
2456
  [1, { [_hQ]: _mRa }],
2413
2457
  ],
2414
2458
  ];
2415
- var ListPluginTypeActionsResponse = [3, n0, _LPTARi, 0, [_nT, _it], [0, () => Actions]];
2416
- var ListPluginTypeMetadataRequest = [
2459
+ var ListPluginTypeActionsResponse$ = [3, n0, _LPTARi, 0, [_nT, _it], [0, () => Actions]];
2460
+ var ListPluginTypeMetadataRequest$ = [
2417
2461
  3,
2418
2462
  n0,
2419
2463
  _LPTMR,
@@ -2424,7 +2468,7 @@ var ListPluginTypeMetadataRequest = [
2424
2468
  [1, { [_hQ]: _mRa }],
2425
2469
  ],
2426
2470
  ];
2427
- var ListPluginTypeMetadataResponse = [
2471
+ var ListPluginTypeMetadataResponse$ = [
2428
2472
  3,
2429
2473
  n0,
2430
2474
  _LPTMRi,
@@ -2432,7 +2476,7 @@ var ListPluginTypeMetadataResponse = [
2432
2476
  [_nT, _it],
2433
2477
  [0, () => ListPluginTypeMetadataSummaries],
2434
2478
  ];
2435
- var ListRetrieversRequest = [
2479
+ var ListRetrieversRequest$ = [
2436
2480
  3,
2437
2481
  n0,
2438
2482
  _LRR,
@@ -2444,8 +2488,8 @@ var ListRetrieversRequest = [
2444
2488
  [1, { [_hQ]: _mRa }],
2445
2489
  ],
2446
2490
  ];
2447
- var ListRetrieversResponse = [3, n0, _LRRi, 0, [_re, _nT], [() => Retrievers, 0]];
2448
- var ListSubscriptionsRequest = [
2491
+ var ListRetrieversResponse$ = [3, n0, _LRRi, 0, [_re, _nT], [() => Retrievers, 0]];
2492
+ var ListSubscriptionsRequest$ = [
2449
2493
  3,
2450
2494
  n0,
2451
2495
  _LSR,
@@ -2457,10 +2501,10 @@ var ListSubscriptionsRequest = [
2457
2501
  [1, { [_hQ]: _mRa }],
2458
2502
  ],
2459
2503
  ];
2460
- var ListSubscriptionsResponse = [3, n0, _LSRi, 0, [_nT, _sub], [0, () => Subscriptions]];
2461
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [[0, 1]]];
2462
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
2463
- var ListWebExperiencesRequest = [
2504
+ var ListSubscriptionsResponse$ = [3, n0, _LSRi, 0, [_nT, _sub], [0, () => Subscriptions]];
2505
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [[0, 1]]];
2506
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
2507
+ var ListWebExperiencesRequest$ = [
2464
2508
  3,
2465
2509
  n0,
2466
2510
  _LWER,
@@ -2472,7 +2516,7 @@ var ListWebExperiencesRequest = [
2472
2516
  [1, { [_hQ]: _mRa }],
2473
2517
  ],
2474
2518
  ];
2475
- var ListWebExperiencesResponse = [
2519
+ var ListWebExperiencesResponse$ = [
2476
2520
  3,
2477
2521
  n0,
2478
2522
  _LWERi,
@@ -2480,28 +2524,28 @@ var ListWebExperiencesResponse = [
2480
2524
  [_wE, _nT],
2481
2525
  [() => WebExperiences, 0],
2482
2526
  ];
2483
- var MediaExtractionConfiguration = [
2527
+ var MediaExtractionConfiguration$ = [
2484
2528
  3,
2485
2529
  n0,
2486
2530
  _MEC,
2487
2531
  0,
2488
2532
  [_iEC, _aEC, _vEC],
2489
- [() => ImageExtractionConfiguration, () => AudioExtractionConfiguration, () => VideoExtractionConfiguration],
2533
+ [() => ImageExtractionConfiguration$, () => AudioExtractionConfiguration$, () => VideoExtractionConfiguration$],
2490
2534
  ];
2491
- var MediaTooLargeException = [-3, n0, _MTLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2492
- schema.TypeRegistry.for(n0).registerError(MediaTooLargeException, MediaTooLargeException$1);
2493
- var MemberGroup = [3, n0, _MG, 0, [_gN, _t], [0, 0]];
2494
- var MemberUser = [3, n0, _MU, 0, [_uI, _t], [0, 0]];
2495
- var Message = [
2535
+ var MediaTooLargeException$ = [-3, n0, _MTLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2536
+ schema.TypeRegistry.for(n0).registerError(MediaTooLargeException$, MediaTooLargeException);
2537
+ var MemberGroup$ = [3, n0, _MG, 0, [_gN, _t], [0, 0]];
2538
+ var MemberUser$ = [3, n0, _MU, 0, [_uI, _t], [0, 0]];
2539
+ var Message$ = [
2496
2540
  3,
2497
2541
  n0,
2498
2542
  _M,
2499
2543
  0,
2500
2544
  [_mIe, _b, _tim, _t, _att, _sAou, _aR, _aE],
2501
- [0, 0, 4, 0, () => AttachmentsOutput, [() => SourceAttributions, 0], () => ActionReview, () => ActionExecution],
2545
+ [0, 0, 4, 0, () => AttachmentsOutput, [() => SourceAttributions, 0], () => ActionReview$, () => ActionExecution$],
2502
2546
  ];
2503
- var MessageUsefulnessFeedback = [3, n0, _MUF, 0, [_us, _rea, _com, _sAub], [0, 0, 0, 4]];
2504
- var MetadataEvent = [
2547
+ var MessageUsefulnessFeedback$ = [3, n0, _MUF, 0, [_us, _rea, _com, _sAub], [0, 0, 0, 4]];
2548
+ var MetadataEvent$ = [
2505
2549
  3,
2506
2550
  n0,
2507
2551
  _ME,
@@ -2509,7 +2553,7 @@ var MetadataEvent = [
2509
2553
  [_cI, _uMI, _sMI, _sAo, _fTM],
2510
2554
  [0, 0, 0, [() => SourceAttributions, 0], 0],
2511
2555
  ];
2512
- var NativeIndexConfiguration = [
2556
+ var NativeIndexConfiguration$ = [
2513
2557
  3,
2514
2558
  n0,
2515
2559
  _NIC,
@@ -2517,9 +2561,9 @@ var NativeIndexConfiguration = [
2517
2561
  [_iI, _ve, _bO],
2518
2562
  [0, 1, () => DocumentAttributeBoostingOverrideMap],
2519
2563
  ];
2520
- var NoAuthConfiguration = [3, n0, _NAC, 0, [], []];
2521
- var NumberAttributeBoostingConfiguration = [3, n0, _NABC, 0, [_bL, _bT], [0, 0]];
2522
- var OAuth2ClientCredentialConfiguration = [
2564
+ var NoAuthConfiguration$ = [3, n0, _NAC, 0, [], []];
2565
+ var NumberAttributeBoostingConfiguration$ = [3, n0, _NABC, 0, [_bL, _bT], [0, 0]];
2566
+ var OAuth2ClientCredentialConfiguration$ = [
2523
2567
  3,
2524
2568
  n0,
2525
2569
  _OACCC,
@@ -2527,11 +2571,11 @@ var OAuth2ClientCredentialConfiguration = [
2527
2571
  [_sA, _rA, _aU, _tU],
2528
2572
  [0, 0, 0, 0],
2529
2573
  ];
2530
- var OpenIDConnectProviderConfiguration = [3, n0, _OIDCPC, 0, [_sAe, _sR], [0, 0]];
2531
- var OrchestrationConfiguration = [3, n0, _OC, 0, [_co], [0]];
2532
- var PermissionCondition = [3, n0, _PC, 0, [_cO, _cK, _cV], [0, 0, 64 | 0]];
2533
- var PersonalizationConfiguration = [3, n0, _PCe, 0, [_pCM], [0]];
2534
- var Plugin = [
2574
+ var OpenIDConnectProviderConfiguration$ = [3, n0, _OIDCPC, 0, [_sAe, _sR], [0, 0]];
2575
+ var OrchestrationConfiguration$ = [3, n0, _OC, 0, [_co], [0]];
2576
+ var PermissionCondition$ = [3, n0, _PC, 0, [_cO, _cK, _cV], [0, 0, 64 | 0]];
2577
+ var PersonalizationConfiguration$ = [3, n0, _PCe, 0, [_pCM], [0]];
2578
+ var Plugin$ = [
2535
2579
  3,
2536
2580
  n0,
2537
2581
  _Pl,
@@ -2539,38 +2583,38 @@ var Plugin = [
2539
2583
  [_pI, _dN, _t, _sU, _sta, _bS, _cA, _uA],
2540
2584
  [0, 0, 0, 0, 0, 0, 4, 4],
2541
2585
  ];
2542
- var PluginConfiguration = [3, n0, _PCl, 0, [_pI], [0]];
2543
- var PluginTypeMetadataSummary = [3, n0, _PTMS, 0, [_t, _ca, _d], [0, 0, 0]];
2544
- var PrincipalGroup = [3, n0, _PG, 0, [_n, _acc, _mTe], [0, 0, 0]];
2545
- var PrincipalUser = [3, n0, _PU, 0, [_i, _acc, _mTe], [0, 0, 0]];
2546
- var PutFeedbackRequest = [
2586
+ var PluginConfiguration$ = [3, n0, _PCl, 0, [_pI], [0]];
2587
+ var PluginTypeMetadataSummary$ = [3, n0, _PTMS, 0, [_t, _ca, _d], [0, 0, 0]];
2588
+ var PrincipalGroup$ = [3, n0, _PG, 0, [_n, _acc, _mTe], [0, 0, 0]];
2589
+ var PrincipalUser$ = [3, n0, _PU, 0, [_i, _acc, _mTe], [0, 0, 0]];
2590
+ var PutFeedbackRequest$ = [
2547
2591
  3,
2548
2592
  n0,
2549
2593
  _PFR,
2550
2594
  0,
2551
2595
  [_aIp, _uI, _cI, _mIe, _mCA, _mUe],
2552
- [[0, 1], [0, { [_hQ]: _uI }], [0, 1], [0, 1], 4, () => MessageUsefulnessFeedback],
2596
+ [[0, 1], [0, { [_hQ]: _uI }], [0, 1], [0, 1], 4, () => MessageUsefulnessFeedback$],
2553
2597
  ];
2554
- var PutGroupRequest = [
2598
+ var PutGroupRequest$ = [
2555
2599
  3,
2556
2600
  n0,
2557
2601
  _PGR,
2558
2602
  0,
2559
2603
  [_aIp, _iI, _gN, _dSI, _t, _gM, _rA],
2560
- [[0, 1], [0, 1], 0, 0, 0, () => GroupMembers, 0],
2604
+ [[0, 1], [0, 1], 0, 0, 0, () => GroupMembers$, 0],
2561
2605
  ];
2562
- var PutGroupResponse = [3, n0, _PGRu, 0, [], []];
2563
- var QAppsConfiguration = [3, n0, _QAC, 0, [_qACM], [0]];
2564
- var QuickSightConfiguration = [3, n0, _QSC, 0, [_cN], [0]];
2565
- var RelevantContent = [
2606
+ var PutGroupResponse$ = [3, n0, _PGRu, 0, [], []];
2607
+ var QAppsConfiguration$ = [3, n0, _QAC, 0, [_qACM], [0]];
2608
+ var QuickSightConfiguration$ = [3, n0, _QSC, 0, [_cN], [0]];
2609
+ var RelevantContent$ = [
2566
2610
  3,
2567
2611
  n0,
2568
2612
  _RC,
2569
2613
  0,
2570
2614
  [_cont, _dI, _dT, _dU, _dAoc, _sAc],
2571
- [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes],
2615
+ [0, 0, 0, 0, () => DocumentAttributes, () => ScoreAttributes$],
2572
2616
  ];
2573
- var ResourceNotFoundException = [
2617
+ var ResourceNotFoundException$ = [
2574
2618
  -3,
2575
2619
  n0,
2576
2620
  _RNFE,
@@ -2578,31 +2622,31 @@ var ResourceNotFoundException = [
2578
2622
  [_m, _rI, _rT],
2579
2623
  [0, 0, 0],
2580
2624
  ];
2581
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
2582
- var ResponseConfiguration = [3, n0, _RCe, 0, [_iCns], [() => InstructionCollection]];
2583
- var Retriever = [3, n0, _R, 0, [_aIp, _rIe, _t, _s, _dN], [0, 0, 0, 0, 0]];
2584
- var RetrieverContentSource = [3, n0, _RCS, 0, [_rIe], [0]];
2585
- var Rule = [
2625
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2626
+ var ResponseConfiguration$ = [3, n0, _RCe, 0, [_iCns], [() => InstructionCollection$]];
2627
+ var Retriever$ = [3, n0, _R, 0, [_aIp, _rIe, _t, _s, _dN], [0, 0, 0, 0, 0]];
2628
+ var RetrieverContentSource$ = [3, n0, _RCS, 0, [_rIe], [0]];
2629
+ var Rule$ = [
2586
2630
  3,
2587
2631
  n0,
2588
2632
  _Ru,
2589
2633
  0,
2590
2634
  [_iUAG, _eUAG, _rTu, _rCu],
2591
- [() => UsersAndGroups, () => UsersAndGroups, 0, () => RuleConfiguration],
2635
+ [() => UsersAndGroups$, () => UsersAndGroups$, 0, () => RuleConfiguration$],
2592
2636
  ];
2593
- var S3 = [3, n0, _S, 0, [_bu, _k], [0, 0]];
2594
- var SamlConfiguration = [3, n0, _SC, 0, [_mXML, _rA, _uIA, _uGA], [0, 0, 0, 0]];
2595
- var SamlProviderConfiguration = [3, n0, _SPC, 0, [_aUu], [0]];
2596
- var ScoreAttributes = [3, n0, _SA, 0, [_sC], [0]];
2597
- var SearchRelevantContentRequest = [
2637
+ var S3$ = [3, n0, _S, 0, [_bu, _k], [0, 0]];
2638
+ var SamlConfiguration$ = [3, n0, _SC, 0, [_mXML, _rA, _uIA, _uGA], [0, 0, 0, 0]];
2639
+ var SamlProviderConfiguration$ = [3, n0, _SPC, 0, [_aUu], [0]];
2640
+ var ScoreAttributes$ = [3, n0, _SA, 0, [_sC], [0]];
2641
+ var SearchRelevantContentRequest$ = [
2598
2642
  3,
2599
2643
  n0,
2600
2644
  _SRCR,
2601
2645
  0,
2602
2646
  [_aIp, _qT, _cSo, _aFt, _mRa, _nT],
2603
- [[0, 1], 0, () => ContentSource, () => AttributeFilter, 1, 0],
2647
+ [[0, 1], 0, () => ContentSource$, () => AttributeFilter$, 1, 0],
2604
2648
  ];
2605
- var SearchRelevantContentResponse = [
2649
+ var SearchRelevantContentResponse$ = [
2606
2650
  3,
2607
2651
  n0,
2608
2652
  _SRCRe,
@@ -2610,7 +2654,7 @@ var SearchRelevantContentResponse = [
2610
2654
  [_rCe, _nT],
2611
2655
  [() => RelevantContentList, 0],
2612
2656
  ];
2613
- var ServiceQuotaExceededException = [
2657
+ var ServiceQuotaExceededException$ = [
2614
2658
  -3,
2615
2659
  n0,
2616
2660
  _SQEE,
@@ -2618,9 +2662,9 @@ var ServiceQuotaExceededException = [
2618
2662
  [_m, _rI, _rT],
2619
2663
  [0, 0, 0],
2620
2664
  ];
2621
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
2622
- var SnippetExcerpt = [3, n0, _SE, 0, [_te], [0]];
2623
- var SourceAttribution = [
2665
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2666
+ var SnippetExcerpt$ = [3, n0, _SE, 0, [_te], [0]];
2667
+ var SourceAttribution$ = [
2624
2668
  3,
2625
2669
  n0,
2626
2670
  _SAo,
@@ -2628,7 +2672,7 @@ var SourceAttribution = [
2628
2672
  [_ti, _sn, _ur, _cNi, _uA, _tMS, _dI, _iI, _dIa],
2629
2673
  [0, 0, 0, 1, 4, () => TextSegmentList, 0, 0, 0],
2630
2674
  ];
2631
- var StartDataSourceSyncJobRequest = [
2675
+ var StartDataSourceSyncJobRequest$ = [
2632
2676
  3,
2633
2677
  n0,
2634
2678
  _SDSSJR,
@@ -2640,8 +2684,8 @@ var StartDataSourceSyncJobRequest = [
2640
2684
  [0, 1],
2641
2685
  ],
2642
2686
  ];
2643
- var StartDataSourceSyncJobResponse = [3, n0, _SDSSJRt, 0, [_eIx], [0]];
2644
- var StopDataSourceSyncJobRequest = [
2687
+ var StartDataSourceSyncJobResponse$ = [3, n0, _SDSSJRt, 0, [_eIx], [0]];
2688
+ var StopDataSourceSyncJobRequest$ = [
2645
2689
  3,
2646
2690
  n0,
2647
2691
  _SDSSJRto,
@@ -2653,35 +2697,35 @@ var StopDataSourceSyncJobRequest = [
2653
2697
  [0, 1],
2654
2698
  ],
2655
2699
  ];
2656
- var StopDataSourceSyncJobResponse = [3, n0, _SDSSJRtop, 0, [], []];
2657
- var StringAttributeBoostingConfiguration = [3, n0, _SABC, 0, [_bL, _aVB], [0, 128 | 0]];
2658
- var StringListAttributeBoostingConfiguration = [3, n0, _SLABC, 0, [_bL], [0]];
2659
- var Subscription = [
2700
+ var StopDataSourceSyncJobResponse$ = [3, n0, _SDSSJRtop, 0, [], []];
2701
+ var StringAttributeBoostingConfiguration$ = [3, n0, _SABC, 0, [_bL, _aVB], [0, 128 | 0]];
2702
+ var StringListAttributeBoostingConfiguration$ = [3, n0, _SLABC, 0, [_bL], [0]];
2703
+ var Subscription$ = [
2660
2704
  3,
2661
2705
  n0,
2662
2706
  _Su,
2663
2707
  0,
2664
2708
  [_sIu, _sAu, _pr, _cS, _nS],
2665
- [0, 0, () => SubscriptionPrincipal, () => SubscriptionDetails, () => SubscriptionDetails],
2709
+ [0, 0, () => SubscriptionPrincipal$, () => SubscriptionDetails$, () => SubscriptionDetails$],
2666
2710
  ];
2667
- var SubscriptionDetails = [3, n0, _SD, 0, [_t], [0]];
2668
- var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
2669
- var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [[0, 1], () => Tags]];
2670
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2671
- var TextDocumentStatistics = [3, n0, _TDS, 0, [_iTB, _iTDC], [1, 1]];
2672
- var TextInputEvent = [3, n0, _TIE, 0, [_uM], [0]];
2673
- var TextOutputEvent = [3, n0, _TOE, 0, [_sMT, _cI, _uMI, _sMI, _sM], [0, 0, 0, 0, 0]];
2674
- var TextSegment = [
2711
+ var SubscriptionDetails$ = [3, n0, _SD, 0, [_t], [0]];
2712
+ var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
2713
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _ta], [[0, 1], () => Tags]];
2714
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2715
+ var TextDocumentStatistics$ = [3, n0, _TDS, 0, [_iTB, _iTDC], [1, 1]];
2716
+ var TextInputEvent$ = [3, n0, _TIE, 0, [_uM], [0]];
2717
+ var TextOutputEvent$ = [3, n0, _TOE, 0, [_sMT, _cI, _uMI, _sMI, _sM], [0, 0, 0, 0, 0]];
2718
+ var TextSegment$ = [
2675
2719
  3,
2676
2720
  n0,
2677
2721
  _TS,
2678
2722
  0,
2679
2723
  [_bOe, _eO, _sE, _mI, _mMT, _sD],
2680
- [1, 1, () => SnippetExcerpt, 0, 0, () => SourceDetails],
2724
+ [1, 1, () => SnippetExcerpt$, 0, 0, () => SourceDetails$],
2681
2725
  ];
2682
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2683
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2684
- var TopicConfiguration = [
2726
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2727
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2728
+ var TopicConfiguration$ = [
2685
2729
  3,
2686
2730
  n0,
2687
2731
  _TC,
@@ -2689,7 +2733,7 @@ var TopicConfiguration = [
2689
2733
  [_n, _d, _eCM, _ru],
2690
2734
  [0, 0, 64 | 0, () => Rules],
2691
2735
  ];
2692
- var UntagResourceRequest = [
2736
+ var UntagResourceRequest$ = [
2693
2737
  3,
2694
2738
  n0,
2695
2739
  _URR,
@@ -2700,8 +2744,8 @@ var UntagResourceRequest = [
2700
2744
  [64 | 0, { [_hQ]: _tK }],
2701
2745
  ],
2702
2746
  ];
2703
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2704
- var UpdateApplicationRequest = [
2747
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2748
+ var UpdateApplicationRequest$ = [
2705
2749
  3,
2706
2750
  n0,
2707
2751
  _UAR,
@@ -2713,14 +2757,14 @@ var UpdateApplicationRequest = [
2713
2757
  0,
2714
2758
  0,
2715
2759
  0,
2716
- () => AttachmentsConfiguration,
2717
- () => QAppsConfiguration,
2718
- () => PersonalizationConfiguration,
2719
- () => AutoSubscriptionConfiguration,
2760
+ () => AttachmentsConfiguration$,
2761
+ () => QAppsConfiguration$,
2762
+ () => PersonalizationConfiguration$,
2763
+ () => AutoSubscriptionConfiguration$,
2720
2764
  ],
2721
2765
  ];
2722
- var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
2723
- var UpdateChatControlsConfigurationRequest = [
2766
+ var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
2767
+ var UpdateChatControlsConfigurationRequest$ = [
2724
2768
  3,
2725
2769
  n0,
2726
2770
  _UCCCR,
@@ -2730,16 +2774,16 @@ var UpdateChatControlsConfigurationRequest = [
2730
2774
  [0, 1],
2731
2775
  [0, 4],
2732
2776
  0,
2733
- () => OrchestrationConfiguration,
2734
- () => BlockedPhrasesConfigurationUpdate,
2777
+ () => OrchestrationConfiguration$,
2778
+ () => BlockedPhrasesConfigurationUpdate$,
2735
2779
  () => TopicConfigurations,
2736
2780
  () => TopicConfigurations,
2737
- () => CreatorModeConfiguration,
2738
- () => HallucinationReductionConfiguration,
2781
+ () => CreatorModeConfiguration$,
2782
+ () => HallucinationReductionConfiguration$,
2739
2783
  ],
2740
2784
  ];
2741
- var UpdateChatControlsConfigurationResponse = [3, n0, _UCCCRp, 0, [], []];
2742
- var UpdateChatResponseConfigurationRequest = [
2785
+ var UpdateChatControlsConfigurationResponse$ = [3, n0, _UCCCRp, 0, [], []];
2786
+ var UpdateChatResponseConfigurationRequest$ = [
2743
2787
  3,
2744
2788
  n0,
2745
2789
  _UCRCR,
@@ -2747,17 +2791,17 @@ var UpdateChatResponseConfigurationRequest = [
2747
2791
  [_aIp, _cRCI, _dN, _rC, _cT],
2748
2792
  [[0, 1], [0, 1], 0, () => ResponseConfigurations, [0, 4]],
2749
2793
  ];
2750
- var UpdateChatResponseConfigurationResponse = [3, n0, _UCRCRp, 0, [], []];
2751
- var UpdateDataAccessorRequest = [
2794
+ var UpdateChatResponseConfigurationResponse$ = [3, n0, _UCRCRp, 0, [], []];
2795
+ var UpdateDataAccessorRequest$ = [
2752
2796
  3,
2753
2797
  n0,
2754
2798
  _UDAR,
2755
2799
  0,
2756
2800
  [_aIp, _dAI, _aCc, _aD, _dN],
2757
- [[0, 1], [0, 1], () => ActionConfigurationList, () => DataAccessorAuthenticationDetail, [() => DataAccessorName, 0]],
2801
+ [[0, 1], [0, 1], () => ActionConfigurationList, () => DataAccessorAuthenticationDetail$, [() => DataAccessorName, 0]],
2758
2802
  ];
2759
- var UpdateDataAccessorResponse = [3, n0, _UDARp, 0, [], []];
2760
- var UpdateDataSourceRequest = [
2803
+ var UpdateDataAccessorResponse$ = [3, n0, _UDARp, 0, [], []];
2804
+ var UpdateDataSourceRequest$ = [
2761
2805
  3,
2762
2806
  n0,
2763
2807
  _UDSR,
@@ -2769,52 +2813,52 @@ var UpdateDataSourceRequest = [
2769
2813
  [0, 1],
2770
2814
  0,
2771
2815
  15,
2772
- () => DataSourceVpcConfiguration,
2816
+ () => DataSourceVpcConfiguration$,
2773
2817
  0,
2774
2818
  0,
2775
2819
  0,
2776
- () => DocumentEnrichmentConfiguration,
2777
- () => MediaExtractionConfiguration,
2820
+ () => DocumentEnrichmentConfiguration$,
2821
+ () => MediaExtractionConfiguration$,
2778
2822
  ],
2779
2823
  ];
2780
- var UpdateDataSourceResponse = [3, n0, _UDSRp, 0, [], []];
2781
- var UpdateIndexRequest = [
2824
+ var UpdateDataSourceResponse$ = [3, n0, _UDSRp, 0, [], []];
2825
+ var UpdateIndexRequest$ = [
2782
2826
  3,
2783
2827
  n0,
2784
2828
  _UIR,
2785
2829
  0,
2786
2830
  [_aIp, _iI, _dN, _d, _cC, _dAC],
2787
- [[0, 1], [0, 1], 0, 0, () => IndexCapacityConfiguration, () => DocumentAttributeConfigurations],
2831
+ [[0, 1], [0, 1], 0, 0, () => IndexCapacityConfiguration$, () => DocumentAttributeConfigurations],
2788
2832
  ];
2789
- var UpdateIndexResponse = [3, n0, _UIRp, 0, [], []];
2790
- var UpdatePluginRequest = [
2833
+ var UpdateIndexResponse$ = [3, n0, _UIRp, 0, [], []];
2834
+ var UpdatePluginRequest$ = [
2791
2835
  3,
2792
2836
  n0,
2793
2837
  _UPR,
2794
2838
  0,
2795
2839
  [_aIp, _pI, _dN, _sta, _sU, _cPC, _aCu],
2796
- [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration, 0], () => PluginAuthConfiguration],
2840
+ [[0, 1], [0, 1], 0, 0, 0, [() => CustomPluginConfiguration$, 0], () => PluginAuthConfiguration$],
2797
2841
  ];
2798
- var UpdatePluginResponse = [3, n0, _UPRp, 0, [], []];
2799
- var UpdateRetrieverRequest = [
2842
+ var UpdatePluginResponse$ = [3, n0, _UPRp, 0, [], []];
2843
+ var UpdateRetrieverRequest$ = [
2800
2844
  3,
2801
2845
  n0,
2802
2846
  _URRp,
2803
2847
  0,
2804
2848
  [_aIp, _rIe, _conf, _dN, _rA],
2805
- [[0, 1], [0, 1], () => RetrieverConfiguration, 0, 0],
2849
+ [[0, 1], [0, 1], () => RetrieverConfiguration$, 0, 0],
2806
2850
  ];
2807
- var UpdateRetrieverResponse = [3, n0, _URRpd, 0, [], []];
2808
- var UpdateSubscriptionRequest = [3, n0, _USR, 0, [_aIp, _sIu, _t], [[0, 1], [0, 1], 0]];
2809
- var UpdateSubscriptionResponse = [
2851
+ var UpdateRetrieverResponse$ = [3, n0, _URRpd, 0, [], []];
2852
+ var UpdateSubscriptionRequest$ = [3, n0, _USR, 0, [_aIp, _sIu, _t], [[0, 1], [0, 1], 0]];
2853
+ var UpdateSubscriptionResponse$ = [
2810
2854
  3,
2811
2855
  n0,
2812
2856
  _USRp,
2813
2857
  0,
2814
2858
  [_sAu, _cS, _nS],
2815
- [0, () => SubscriptionDetails, () => SubscriptionDetails],
2859
+ [0, () => SubscriptionDetails$, () => SubscriptionDetails$],
2816
2860
  ];
2817
- var UpdateUserRequest = [
2861
+ var UpdateUserRequest$ = [
2818
2862
  3,
2819
2863
  n0,
2820
2864
  _UUR,
@@ -2822,7 +2866,7 @@ var UpdateUserRequest = [
2822
2866
  [_aIp, _uI, _uATU, _uATD],
2823
2867
  [[0, 1], [0, 1], () => UserAliases, () => UserAliases],
2824
2868
  ];
2825
- var UpdateUserResponse = [
2869
+ var UpdateUserResponse$ = [
2826
2870
  3,
2827
2871
  n0,
2828
2872
  _UURp,
@@ -2830,7 +2874,7 @@ var UpdateUserResponse = [
2830
2874
  [_uAA, _uAU, _uAD],
2831
2875
  [() => UserAliases, () => UserAliases, () => UserAliases],
2832
2876
  ];
2833
- var UpdateWebExperienceRequest = [
2877
+ var UpdateWebExperienceRequest$ = [
2834
2878
  3,
2835
2879
  n0,
2836
2880
  _UWER,
@@ -2840,21 +2884,21 @@ var UpdateWebExperienceRequest = [
2840
2884
  [0, 1],
2841
2885
  [0, 1],
2842
2886
  0,
2843
- () => WebExperienceAuthConfiguration,
2887
+ () => WebExperienceAuthConfiguration$,
2844
2888
  0,
2845
2889
  0,
2846
2890
  0,
2847
2891
  0,
2848
- () => IdentityProviderConfiguration,
2892
+ () => IdentityProviderConfiguration$,
2849
2893
  64 | 0,
2850
- () => BrowserExtensionConfiguration,
2851
- () => CustomizationConfiguration,
2894
+ () => BrowserExtensionConfiguration$,
2895
+ () => CustomizationConfiguration$,
2852
2896
  ],
2853
2897
  ];
2854
- var UpdateWebExperienceResponse = [3, n0, _UWERp, 0, [], []];
2855
- var UserAlias = [3, n0, _UA, 0, [_iI, _dSI, _uI], [0, 0, 0]];
2856
- var UsersAndGroups = [3, n0, _UAG, 0, [_uIs, _uG], [64 | 0, 64 | 0]];
2857
- var ValidationException = [
2898
+ var UpdateWebExperienceResponse$ = [3, n0, _UWERp, 0, [], []];
2899
+ var UserAlias$ = [3, n0, _UA, 0, [_iI, _dSI, _uI], [0, 0, 0]];
2900
+ var UsersAndGroups$ = [3, n0, _UAG, 0, [_uIs, _uG], [64 | 0, 64 | 0]];
2901
+ var ValidationException$ = [
2858
2902
  -3,
2859
2903
  n0,
2860
2904
  _VE,
@@ -2862,251 +2906,259 @@ var ValidationException = [
2862
2906
  [_m, _rea, _f],
2863
2907
  [0, 0, () => ValidationExceptionFields],
2864
2908
  ];
2865
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
2866
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
2867
- var VideoExtractionConfiguration = [3, n0, _VEC, 0, [_vES], [0]];
2868
- var VideoSourceDetails = [3, n0, _VSD, 0, [_mI, _mMT, _sTM, _eTM, _vET], [0, 0, 1, 1, 0]];
2869
- var WebExperience = [3, n0, _WE, 0, [_wEI, _cA, _uA, _dE, _s], [0, 4, 4, 0, 0]];
2909
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2910
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
2911
+ var VideoExtractionConfiguration$ = [3, n0, _VEC, 0, [_vES], [0]];
2912
+ var VideoSourceDetails$ = [
2913
+ 3,
2914
+ n0,
2915
+ _VSD,
2916
+ 0,
2917
+ [_mI, _mMT, _sTM, _eTM, _vET],
2918
+ [0, 0, 1, 1, 0],
2919
+ ];
2920
+ var WebExperience$ = [3, n0, _WE, 0, [_wEI, _cA, _uA, _dE, _s], [0, 4, 4, 0, 0]];
2870
2921
  var __Unit = "unit";
2871
- var QBusinessServiceException = [-3, _sm, "QBusinessServiceException", 0, [], []];
2872
- schema.TypeRegistry.for(_sm).registerError(QBusinessServiceException, QBusinessServiceException$1);
2873
- var AccessControls = [1, n0, _ACcc, 0, () => AccessControl];
2874
- var ActionConfigurationList = [1, n0, _ACL, 0, () => ActionConfiguration];
2922
+ var QBusinessServiceException$ = [-3, _sm, "QBusinessServiceException", 0, [], []];
2923
+ schema.TypeRegistry.for(_sm).registerError(QBusinessServiceException$, QBusinessServiceException);
2924
+ var AccessControls = [1, n0, _ACcc, 0, () => AccessControl$];
2925
+ var ActionConfigurationList = [1, n0, _ACL, 0, () => ActionConfiguration$];
2875
2926
  var ActionReviewPayloadFieldAllowedValues = [
2876
2927
  1,
2877
2928
  n0,
2878
2929
  _ARPFAVc,
2879
2930
  0,
2880
- () => ActionReviewPayloadFieldAllowedValue,
2881
- ];
2882
- var Actions = [1, n0, _Ac, 0, () => ActionSummary];
2883
- var Applications = [1, n0, _Ap, 0, () => Application];
2884
- var AssociatedGroups = [1, n0, _AGs, 0, () => AssociatedGroup];
2885
- var AssociatedUsers = [1, n0, _AUs, 0, () => AssociatedUser];
2886
- var AttachmentList = [1, n0, _AL, 0, () => Attachment];
2887
- var AttachmentsInput = [1, n0, _AIt, 0, () => AttachmentInput];
2888
- var AttachmentsOutput = [1, n0, _AOt, 0, () => AttachmentOutput];
2889
- var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter];
2890
- var ChatResponseConfigurations = [1, n0, _CRCh, 0, () => ChatResponseConfiguration];
2891
- var Conversations = [1, n0, _Co, 0, () => Conversation];
2892
- var DataAccessors = [1, n0, _DAa, 0, [() => DataAccessor, 0]];
2893
- var DataSources = [1, n0, _DSa, 0, () => DataSource];
2894
- var DataSourceSyncJobs = [1, n0, _DSSJa, 0, () => DataSourceSyncJob];
2895
- var DeleteDocuments = [1, n0, _DDe, 0, () => DeleteDocument];
2896
- var DocumentAclConditions = [1, n0, _DACocu, 0, () => DocumentAclCondition];
2897
- var DocumentAclGroups = [1, n0, _DAGo, 0, () => DocumentAclGroup];
2898
- var DocumentAclUsers = [1, n0, _DAUo, 0, () => DocumentAclUser];
2899
- var DocumentAttributeConfigurations = [
2900
- 1,
2901
- n0,
2902
- _DACocum,
2903
- 0,
2904
- () => DocumentAttributeConfiguration,
2905
- ];
2906
- var DocumentAttributes = [1, n0, _DAocu, 0, () => DocumentAttribute];
2907
- var DocumentDetailList = [1, n0, _DDL, 0, () => DocumentDetails];
2908
- var Documents = [1, n0, _Do, 0, () => Document];
2909
- var EligibleDataSources = [1, n0, _EDSl, 0, () => EligibleDataSource];
2910
- var FailedDocuments = [1, n0, _FDa, 0, () => FailedDocument];
2911
- var GroupStatusDetails = [1, n0, _GSDr, 0, () => GroupStatusDetail];
2912
- var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary];
2913
- var Indices = [1, n0, _In, 0, () => Index];
2931
+ () => ActionReviewPayloadFieldAllowedValue$,
2932
+ ];
2933
+ var Actions = [1, n0, _Ac, 0, () => ActionSummary$];
2934
+ var Applications = [1, n0, _Ap, 0, () => Application$];
2935
+ var AssociatedGroups = [1, n0, _AGs, 0, () => AssociatedGroup$];
2936
+ var AssociatedUsers = [1, n0, _AUs, 0, () => AssociatedUser$];
2937
+ var AttachmentList = [1, n0, _AL, 0, () => Attachment$];
2938
+ var AttachmentsInput = [1, n0, _AIt, 0, () => AttachmentInput$];
2939
+ var AttachmentsOutput = [1, n0, _AOt, 0, () => AttachmentOutput$];
2940
+ var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter$];
2941
+ var ChatResponseConfigurations = [1, n0, _CRCh, 0, () => ChatResponseConfiguration$];
2942
+ var Conversations = [1, n0, _Co, 0, () => Conversation$];
2943
+ var DataAccessors = [1, n0, _DAa, 0, [() => DataAccessor$, 0]];
2944
+ var DataSources = [1, n0, _DSa, 0, () => DataSource$];
2945
+ var DataSourceSyncJobs = [1, n0, _DSSJa, 0, () => DataSourceSyncJob$];
2946
+ var DeleteDocuments = [1, n0, _DDe, 0, () => DeleteDocument$];
2947
+ var DocumentAclConditions = [1, n0, _DACocu, 0, () => DocumentAclCondition$];
2948
+ var DocumentAclGroups = [1, n0, _DAGo, 0, () => DocumentAclGroup$];
2949
+ var DocumentAclUsers = [1, n0, _DAUo, 0, () => DocumentAclUser$];
2950
+ var DocumentAttributeConfigurations = [1, n0, _DACocum, 0, () => DocumentAttributeConfiguration$];
2951
+ var DocumentAttributes = [1, n0, _DAocu, 0, () => DocumentAttribute$];
2952
+ var DocumentDetailList = [1, n0, _DDL, 0, () => DocumentDetails$];
2953
+ var Documents = [1, n0, _Do, 0, () => Document$];
2954
+ var EligibleDataSources = [1, n0, _EDSl, 0, () => EligibleDataSource$];
2955
+ var FailedDocuments = [1, n0, _FDa, 0, () => FailedDocument$];
2956
+ var GroupStatusDetails = [1, n0, _GSDr, 0, () => GroupStatusDetail$];
2957
+ var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary$];
2958
+ var Indices = [1, n0, _In, 0, () => Index$];
2914
2959
  var InlineDocumentEnrichmentConfigurations = [
2915
2960
  1,
2916
2961
  n0,
2917
2962
  _IDECn,
2918
2963
  0,
2919
- () => InlineDocumentEnrichmentConfiguration,
2920
- ];
2921
- var ListPluginTypeMetadataSummaries = [1, n0, _LPTMS, 0, () => PluginTypeMetadataSummary];
2922
- var MemberGroups = [1, n0, _MGe, 0, () => MemberGroup];
2923
- var MemberUsers = [1, n0, _MUe, 0, () => MemberUser];
2924
- var Messages = [1, n0, _Me, 0, [() => Message, 0]];
2925
- var PermissionConditions = [1, n0, _PCer, 0, () => PermissionCondition];
2926
- var Plugins = [1, n0, _Plu, 0, () => Plugin];
2927
- var Principals = [1, n0, _Pr, 0, () => Principal];
2928
- var RelevantContentList = [1, n0, _RCL, 0, () => RelevantContent];
2929
- var Retrievers = [1, n0, _Re, 0, () => Retriever];
2930
- var Rules = [1, n0, _Rul, 0, () => Rule];
2931
- var SourceAttributions = [1, n0, _SAou, { [_sp]: 1 }, () => SourceAttribution];
2932
- var Subscriptions = [1, n0, _Sub, 0, () => Subscription];
2933
- var Tags = [1, n0, _Ta, 0, () => Tag];
2934
- var TextSegmentList = [1, n0, _TSL, 0, () => TextSegment];
2935
- var TopicConfigurations = [1, n0, _TCo, 0, () => TopicConfiguration];
2936
- var UserAliases = [1, n0, _UAs, 0, () => UserAlias];
2937
- var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField];
2938
- var WebExperiences = [1, n0, _WEe, 0, () => WebExperience];
2939
- var ActionExecutionPayload = [2, n0, _AEP, 0, 0, () => ActionExecutionPayloadField];
2940
- var ActionReviewPayload = [2, n0, _ARP, 0, 0, () => ActionReviewPayloadField];
2964
+ () => InlineDocumentEnrichmentConfiguration$,
2965
+ ];
2966
+ var ListPluginTypeMetadataSummaries = [1, n0, _LPTMS, 0, () => PluginTypeMetadataSummary$];
2967
+ var MemberGroups = [1, n0, _MGe, 0, () => MemberGroup$];
2968
+ var MemberUsers = [1, n0, _MUe, 0, () => MemberUser$];
2969
+ var Messages = [1, n0, _Me, 0, [() => Message$, 0]];
2970
+ var PermissionConditions = [1, n0, _PCer, 0, () => PermissionCondition$];
2971
+ var Plugins = [1, n0, _Plu, 0, () => Plugin$];
2972
+ var Principals = [1, n0, _Pr, 0, () => Principal$];
2973
+ var RelevantContentList = [1, n0, _RCL, 0, () => RelevantContent$];
2974
+ var Retrievers = [1, n0, _Re, 0, () => Retriever$];
2975
+ var Rules = [1, n0, _Rul, 0, () => Rule$];
2976
+ var SourceAttributions = [1, n0, _SAou, { [_sp]: 1 }, () => SourceAttribution$];
2977
+ var Subscriptions = [1, n0, _Sub, 0, () => Subscription$];
2978
+ var Tags = [1, n0, _Ta, 0, () => Tag$];
2979
+ var TextSegmentList = [1, n0, _TSL, 0, () => TextSegment$];
2980
+ var TopicConfigurations = [1, n0, _TCo, 0, () => TopicConfiguration$];
2981
+ var UserAliases = [1, n0, _UAs, 0, () => UserAlias$];
2982
+ var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField$];
2983
+ var WebExperiences = [1, n0, _WEe, 0, () => WebExperience$];
2984
+ var ActionExecutionPayload = [2, n0, _AEP, 0, 0, () => ActionExecutionPayloadField$];
2985
+ var ActionReviewPayload = [2, n0, _ARP, 0, 0, () => ActionReviewPayloadField$];
2941
2986
  var DocumentAttributeBoostingOverrideMap = [
2942
2987
  2,
2943
2988
  n0,
2944
2989
  _DABOM,
2945
2990
  0,
2946
2991
  0,
2947
- () => DocumentAttributeBoostingConfiguration,
2992
+ () => DocumentAttributeBoostingConfiguration$,
2948
2993
  ];
2949
- var ResponseConfigurations = [2, n0, _RCes, 0, 0, () => ResponseConfiguration];
2950
- var APISchema = [3, n0, _APIS, 0, [_pa, _s_], [[() => Payload, 0], () => S3]];
2951
- var ChatInputStream = [
2994
+ var ResponseConfigurations = [2, n0, _RCes, 0, 0, () => ResponseConfiguration$];
2995
+ var APISchema$ = [3, n0, _APIS, 0, [_pa, _s_], [[() => Payload, 0], () => S3$]];
2996
+ var ChatInputStream$ = [
2952
2997
  3,
2953
2998
  n0,
2954
2999
  _CIS,
2955
3000
  { [_str]: 1 },
2956
3001
  [_cE, _tE, _aEt, _aEE, _eOIE, _aCRE],
2957
3002
  [
2958
- () => ConfigurationEvent,
2959
- () => TextInputEvent,
2960
- () => AttachmentInputEvent,
2961
- () => ActionExecutionEvent,
2962
- () => EndOfInputEvent,
2963
- () => AuthChallengeResponseEvent,
3003
+ () => ConfigurationEvent$,
3004
+ () => TextInputEvent$,
3005
+ () => AttachmentInputEvent$,
3006
+ () => ActionExecutionEvent$,
3007
+ () => EndOfInputEvent$,
3008
+ () => AuthChallengeResponseEvent$,
2964
3009
  ],
2965
3010
  ];
2966
- var ChatModeConfiguration = [3, n0, _CMCh, 0, [_pCl], [() => PluginConfiguration]];
2967
- var ChatOutputStream = [
3011
+ var ChatModeConfiguration$ = [3, n0, _CMCh, 0, [_pCl], [() => PluginConfiguration$]];
3012
+ var ChatOutputStream$ = [
2968
3013
  3,
2969
3014
  n0,
2970
3015
  _COS,
2971
3016
  { [_str]: 1 },
2972
3017
  [_tE, _mE, _aRE, _fAE, _aCREu],
2973
3018
  [
2974
- () => TextOutputEvent,
2975
- [() => MetadataEvent, 0],
2976
- () => ActionReviewEvent,
2977
- () => FailedAttachmentEvent,
2978
- () => AuthChallengeRequestEvent,
3019
+ () => TextOutputEvent$,
3020
+ [() => MetadataEvent$, 0],
3021
+ () => ActionReviewEvent$,
3022
+ () => FailedAttachmentEvent$,
3023
+ () => AuthChallengeRequestEvent$,
2979
3024
  ],
2980
3025
  ];
2981
- var ContentSource = [3, n0, _CSo, 0, [_ret], [() => RetrieverContentSource]];
2982
- var CopyFromSource = [3, n0, _CFS, 0, [_conve], [() => ConversationSource]];
2983
- var DataAccessorAuthenticationConfiguration = [
3026
+ var ContentSource$ = [3, n0, _CSo, 0, [_ret], [() => RetrieverContentSource$]];
3027
+ var CopyFromSource$ = [3, n0, _CFS, 0, [_conve], [() => ConversationSource$]];
3028
+ var DataAccessorAuthenticationConfiguration$ = [
2984
3029
  3,
2985
3030
  n0,
2986
3031
  _DAAC,
2987
3032
  0,
2988
3033
  [_iTTIC],
2989
- [() => DataAccessorIdcTrustedTokenIssuerConfiguration],
3034
+ [() => DataAccessorIdcTrustedTokenIssuerConfiguration$],
2990
3035
  ];
2991
- var DocumentAttributeBoostingConfiguration = [
3036
+ var DocumentAttributeBoostingConfiguration$ = [
2992
3037
  3,
2993
3038
  n0,
2994
3039
  _DABCo,
2995
3040
  0,
2996
3041
  [_nC, _sCt, _dC, _sLC],
2997
3042
  [
2998
- () => NumberAttributeBoostingConfiguration,
2999
- () => StringAttributeBoostingConfiguration,
3000
- () => DateAttributeBoostingConfiguration,
3001
- () => StringListAttributeBoostingConfiguration,
3043
+ () => NumberAttributeBoostingConfiguration$,
3044
+ () => StringAttributeBoostingConfiguration$,
3045
+ () => DateAttributeBoostingConfiguration$,
3046
+ () => StringListAttributeBoostingConfiguration$,
3002
3047
  ],
3003
3048
  ];
3004
- var DocumentAttributeValue = [3, n0, _DAV, 0, [_sV, _sLV, _lV, _dVa], [0, 64 | 0, 1, 4]];
3005
- var DocumentContent = [3, n0, _DC, 0, [_bl, _s_], [21, () => S3]];
3006
- var IdentityProviderConfiguration = [
3049
+ var DocumentAttributeValue$ = [3, n0, _DAV, 0, [_sV, _sLV, _lV, _dVa], [0, 64 | 0, 1, 4]];
3050
+ var DocumentContent$ = [3, n0, _DC, 0, [_bl, _s_], [21, () => S3$]];
3051
+ var IdentityProviderConfiguration$ = [
3007
3052
  3,
3008
3053
  n0,
3009
3054
  _IPC,
3010
3055
  0,
3011
3056
  [_sCa, _oIDCC],
3012
- [() => SamlProviderConfiguration, () => OpenIDConnectProviderConfiguration],
3057
+ [() => SamlProviderConfiguration$, () => OpenIDConnectProviderConfiguration$],
3013
3058
  ];
3014
- var PluginAuthConfiguration = [
3059
+ var PluginAuthConfiguration$ = [
3015
3060
  3,
3016
3061
  n0,
3017
3062
  _PAC,
3018
3063
  0,
3019
3064
  [_bAC, _oACCC, _nAC, _iAC],
3020
3065
  [
3021
- () => BasicAuthConfiguration,
3022
- () => OAuth2ClientCredentialConfiguration,
3023
- () => NoAuthConfiguration,
3024
- () => IdcAuthConfiguration,
3066
+ () => BasicAuthConfiguration$,
3067
+ () => OAuth2ClientCredentialConfiguration$,
3068
+ () => NoAuthConfiguration$,
3069
+ () => IdcAuthConfiguration$,
3025
3070
  ],
3026
3071
  ];
3027
- var Principal = [
3072
+ var Principal$ = [
3028
3073
  3,
3029
3074
  n0,
3030
3075
  _Pri,
3031
3076
  0,
3032
3077
  [_use, _gr],
3033
- [() => PrincipalUser, () => PrincipalGroup],
3078
+ [() => PrincipalUser$, () => PrincipalGroup$],
3034
3079
  ];
3035
- var RetrieverConfiguration = [
3080
+ var RetrieverConfiguration$ = [
3036
3081
  3,
3037
3082
  n0,
3038
3083
  _RCet,
3039
3084
  0,
3040
3085
  [_nIC, _kIC],
3041
- [() => NativeIndexConfiguration, () => KendraIndexConfiguration],
3086
+ [() => NativeIndexConfiguration$, () => KendraIndexConfiguration$],
3042
3087
  ];
3043
- var RuleConfiguration = [
3088
+ var RuleConfiguration$ = [
3044
3089
  3,
3045
3090
  n0,
3046
3091
  _RCu,
3047
3092
  0,
3048
3093
  [_cBR, _cRR],
3049
- [() => ContentBlockerRule, () => ContentRetrievalRule],
3094
+ [() => ContentBlockerRule$, () => ContentRetrievalRule$],
3050
3095
  ];
3051
- var SourceDetails = [
3096
+ var SourceDetails$ = [
3052
3097
  3,
3053
3098
  n0,
3054
3099
  _SDo,
3055
3100
  0,
3056
3101
  [_iSD, _aSD, _vSD],
3057
- [() => ImageSourceDetails, () => AudioSourceDetails, () => VideoSourceDetails],
3102
+ [() => ImageSourceDetails$, () => AudioSourceDetails$, () => VideoSourceDetails$],
3103
+ ];
3104
+ var SubscriptionPrincipal$ = [3, n0, _SP, 0, [_use, _gr], [0, 0]];
3105
+ var WebExperienceAuthConfiguration$ = [
3106
+ 3,
3107
+ n0,
3108
+ _WEAC,
3109
+ 0,
3110
+ [_sCa],
3111
+ [() => SamlConfiguration$],
3058
3112
  ];
3059
- var SubscriptionPrincipal = [3, n0, _SP, 0, [_use, _gr], [0, 0]];
3060
- var WebExperienceAuthConfiguration = [3, n0, _WEAC, 0, [_sCa], [() => SamlConfiguration]];
3061
- var AssociatePermission = [
3113
+ var AssociatePermission$ = [
3062
3114
  9,
3063
3115
  n0,
3064
3116
  _AP,
3065
3117
  { [_ht]: ["POST", "/applications/{applicationId}/policy", 200] },
3066
- () => AssociatePermissionRequest,
3067
- () => AssociatePermissionResponse,
3118
+ () => AssociatePermissionRequest$,
3119
+ () => AssociatePermissionResponse$,
3068
3120
  ];
3069
- var BatchDeleteDocument = [
3121
+ var BatchDeleteDocument$ = [
3070
3122
  9,
3071
3123
  n0,
3072
3124
  _BDD,
3073
3125
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents/delete", 200] },
3074
- () => BatchDeleteDocumentRequest,
3075
- () => BatchDeleteDocumentResponse,
3126
+ () => BatchDeleteDocumentRequest$,
3127
+ () => BatchDeleteDocumentResponse$,
3076
3128
  ];
3077
- var BatchPutDocument = [
3129
+ var BatchPutDocument$ = [
3078
3130
  9,
3079
3131
  n0,
3080
3132
  _BPD,
3081
3133
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/documents", 200] },
3082
- () => BatchPutDocumentRequest,
3083
- () => BatchPutDocumentResponse,
3134
+ () => BatchPutDocumentRequest$,
3135
+ () => BatchPutDocumentResponse$,
3084
3136
  ];
3085
- var CancelSubscription = [
3137
+ var CancelSubscription$ = [
3086
3138
  9,
3087
3139
  n0,
3088
3140
  _CSa,
3089
3141
  { [_ht]: ["DELETE", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
3090
- () => CancelSubscriptionRequest,
3091
- () => CancelSubscriptionResponse,
3142
+ () => CancelSubscriptionRequest$,
3143
+ () => CancelSubscriptionResponse$,
3092
3144
  ];
3093
- var Chat = [
3145
+ var Chat$ = [
3094
3146
  9,
3095
3147
  n0,
3096
3148
  _Ch,
3097
3149
  { [_ht]: ["POST", "/applications/{applicationId}/conversations", 200] },
3098
- () => ChatInput,
3099
- () => ChatOutput,
3150
+ () => ChatInput$,
3151
+ () => ChatOutput$,
3100
3152
  ];
3101
- var ChatSync = [
3153
+ var ChatSync$ = [
3102
3154
  9,
3103
3155
  n0,
3104
3156
  _CSh,
3105
3157
  { [_ht]: ["POST", "/applications/{applicationId}/conversations?sync", 200] },
3106
- () => ChatSyncInput,
3107
- () => ChatSyncOutput,
3158
+ () => ChatSyncInput$,
3159
+ () => ChatSyncOutput$,
3108
3160
  ];
3109
- var CheckDocumentAccess = [
3161
+ var CheckDocumentAccess$ = [
3110
3162
  9,
3111
3163
  n0,
3112
3164
  _CDA,
@@ -3117,274 +3169,274 @@ var CheckDocumentAccess = [
3117
3169
  200,
3118
3170
  ],
3119
3171
  },
3120
- () => CheckDocumentAccessRequest,
3121
- () => CheckDocumentAccessResponse,
3172
+ () => CheckDocumentAccessRequest$,
3173
+ () => CheckDocumentAccessResponse$,
3122
3174
  ];
3123
- var CreateAnonymousWebExperienceUrl = [
3175
+ var CreateAnonymousWebExperienceUrl$ = [
3124
3176
  9,
3125
3177
  n0,
3126
3178
  _CAWEU,
3127
3179
  { [_ht]: ["POST", "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url", 200] },
3128
- () => CreateAnonymousWebExperienceUrlRequest,
3129
- () => CreateAnonymousWebExperienceUrlResponse,
3180
+ () => CreateAnonymousWebExperienceUrlRequest$,
3181
+ () => CreateAnonymousWebExperienceUrlResponse$,
3130
3182
  ];
3131
- var CreateApplication = [
3183
+ var CreateApplication$ = [
3132
3184
  9,
3133
3185
  n0,
3134
3186
  _CA,
3135
3187
  { [_ht]: ["POST", "/applications", 200] },
3136
- () => CreateApplicationRequest,
3137
- () => CreateApplicationResponse,
3188
+ () => CreateApplicationRequest$,
3189
+ () => CreateApplicationResponse$,
3138
3190
  ];
3139
- var CreateChatResponseConfiguration = [
3191
+ var CreateChatResponseConfiguration$ = [
3140
3192
  9,
3141
3193
  n0,
3142
3194
  _CCRC,
3143
3195
  { [_ht]: ["POST", "/applications/{applicationId}/chatresponseconfigurations", 200] },
3144
- () => CreateChatResponseConfigurationRequest,
3145
- () => CreateChatResponseConfigurationResponse,
3196
+ () => CreateChatResponseConfigurationRequest$,
3197
+ () => CreateChatResponseConfigurationResponse$,
3146
3198
  ];
3147
- var CreateDataAccessor = [
3199
+ var CreateDataAccessor$ = [
3148
3200
  9,
3149
3201
  n0,
3150
3202
  _CDAr,
3151
3203
  { [_ht]: ["POST", "/applications/{applicationId}/dataaccessors", 200] },
3152
- () => CreateDataAccessorRequest,
3153
- () => CreateDataAccessorResponse,
3204
+ () => CreateDataAccessorRequest$,
3205
+ () => CreateDataAccessorResponse$,
3154
3206
  ];
3155
- var CreateDataSource = [
3207
+ var CreateDataSource$ = [
3156
3208
  9,
3157
3209
  n0,
3158
3210
  _CDS,
3159
3211
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
3160
- () => CreateDataSourceRequest,
3161
- () => CreateDataSourceResponse,
3212
+ () => CreateDataSourceRequest$,
3213
+ () => CreateDataSourceResponse$,
3162
3214
  ];
3163
- var CreateIndex = [
3215
+ var CreateIndex$ = [
3164
3216
  9,
3165
3217
  n0,
3166
3218
  _CIr,
3167
3219
  { [_ht]: ["POST", "/applications/{applicationId}/indices", 200] },
3168
- () => CreateIndexRequest,
3169
- () => CreateIndexResponse,
3220
+ () => CreateIndexRequest$,
3221
+ () => CreateIndexResponse$,
3170
3222
  ];
3171
- var CreatePlugin = [
3223
+ var CreatePlugin$ = [
3172
3224
  9,
3173
3225
  n0,
3174
3226
  _CP,
3175
3227
  { [_ht]: ["POST", "/applications/{applicationId}/plugins", 200] },
3176
- () => CreatePluginRequest,
3177
- () => CreatePluginResponse,
3228
+ () => CreatePluginRequest$,
3229
+ () => CreatePluginResponse$,
3178
3230
  ];
3179
- var CreateRetriever = [
3231
+ var CreateRetriever$ = [
3180
3232
  9,
3181
3233
  n0,
3182
3234
  _CR,
3183
3235
  { [_ht]: ["POST", "/applications/{applicationId}/retrievers", 200] },
3184
- () => CreateRetrieverRequest,
3185
- () => CreateRetrieverResponse,
3236
+ () => CreateRetrieverRequest$,
3237
+ () => CreateRetrieverResponse$,
3186
3238
  ];
3187
- var CreateSubscription = [
3239
+ var CreateSubscription$ = [
3188
3240
  9,
3189
3241
  n0,
3190
3242
  _CSr,
3191
3243
  { [_ht]: ["POST", "/applications/{applicationId}/subscriptions", 200] },
3192
- () => CreateSubscriptionRequest,
3193
- () => CreateSubscriptionResponse,
3244
+ () => CreateSubscriptionRequest$,
3245
+ () => CreateSubscriptionResponse$,
3194
3246
  ];
3195
- var CreateUser = [
3247
+ var CreateUser$ = [
3196
3248
  9,
3197
3249
  n0,
3198
3250
  _CU,
3199
3251
  { [_ht]: ["POST", "/applications/{applicationId}/users", 200] },
3200
- () => CreateUserRequest,
3201
- () => CreateUserResponse,
3252
+ () => CreateUserRequest$,
3253
+ () => CreateUserResponse$,
3202
3254
  ];
3203
- var CreateWebExperience = [
3255
+ var CreateWebExperience$ = [
3204
3256
  9,
3205
3257
  n0,
3206
3258
  _CWE,
3207
3259
  { [_ht]: ["POST", "/applications/{applicationId}/experiences", 200] },
3208
- () => CreateWebExperienceRequest,
3209
- () => CreateWebExperienceResponse,
3260
+ () => CreateWebExperienceRequest$,
3261
+ () => CreateWebExperienceResponse$,
3210
3262
  ];
3211
- var DeleteApplication = [
3263
+ var DeleteApplication$ = [
3212
3264
  9,
3213
3265
  n0,
3214
3266
  _DAe,
3215
3267
  { [_ht]: ["DELETE", "/applications/{applicationId}", 200] },
3216
- () => DeleteApplicationRequest,
3217
- () => DeleteApplicationResponse,
3268
+ () => DeleteApplicationRequest$,
3269
+ () => DeleteApplicationResponse$,
3218
3270
  ];
3219
- var DeleteAttachment = [
3271
+ var DeleteAttachment$ = [
3220
3272
  9,
3221
3273
  n0,
3222
3274
  _DAel,
3223
3275
  { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}", 200] },
3224
- () => DeleteAttachmentRequest,
3225
- () => DeleteAttachmentResponse,
3276
+ () => DeleteAttachmentRequest$,
3277
+ () => DeleteAttachmentResponse$,
3226
3278
  ];
3227
- var DeleteChatControlsConfiguration = [
3279
+ var DeleteChatControlsConfiguration$ = [
3228
3280
  9,
3229
3281
  n0,
3230
3282
  _DCCC,
3231
3283
  { [_ht]: ["DELETE", "/applications/{applicationId}/chatcontrols", 200] },
3232
- () => DeleteChatControlsConfigurationRequest,
3233
- () => DeleteChatControlsConfigurationResponse,
3284
+ () => DeleteChatControlsConfigurationRequest$,
3285
+ () => DeleteChatControlsConfigurationResponse$,
3234
3286
  ];
3235
- var DeleteChatResponseConfiguration = [
3287
+ var DeleteChatResponseConfiguration$ = [
3236
3288
  9,
3237
3289
  n0,
3238
3290
  _DCRC,
3239
3291
  { [_ht]: ["DELETE", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3240
- () => DeleteChatResponseConfigurationRequest,
3241
- () => DeleteChatResponseConfigurationResponse,
3292
+ () => DeleteChatResponseConfigurationRequest$,
3293
+ () => DeleteChatResponseConfigurationResponse$,
3242
3294
  ];
3243
- var DeleteConversation = [
3295
+ var DeleteConversation$ = [
3244
3296
  9,
3245
3297
  n0,
3246
3298
  _DCe,
3247
3299
  { [_ht]: ["DELETE", "/applications/{applicationId}/conversations/{conversationId}", 200] },
3248
- () => DeleteConversationRequest,
3249
- () => DeleteConversationResponse,
3300
+ () => DeleteConversationRequest$,
3301
+ () => DeleteConversationResponse$,
3250
3302
  ];
3251
- var DeleteDataAccessor = [
3303
+ var DeleteDataAccessor$ = [
3252
3304
  9,
3253
3305
  n0,
3254
3306
  _DDA,
3255
3307
  { [_ht]: ["DELETE", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3256
- () => DeleteDataAccessorRequest,
3257
- () => DeleteDataAccessorResponse,
3308
+ () => DeleteDataAccessorRequest$,
3309
+ () => DeleteDataAccessorResponse$,
3258
3310
  ];
3259
- var DeleteDataSource = [
3311
+ var DeleteDataSource$ = [
3260
3312
  9,
3261
3313
  n0,
3262
3314
  _DDS,
3263
3315
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3264
- () => DeleteDataSourceRequest,
3265
- () => DeleteDataSourceResponse,
3316
+ () => DeleteDataSourceRequest$,
3317
+ () => DeleteDataSourceResponse$,
3266
3318
  ];
3267
- var DeleteGroup = [
3319
+ var DeleteGroup$ = [
3268
3320
  9,
3269
3321
  n0,
3270
3322
  _DG,
3271
3323
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
3272
- () => DeleteGroupRequest,
3273
- () => DeleteGroupResponse,
3324
+ () => DeleteGroupRequest$,
3325
+ () => DeleteGroupResponse$,
3274
3326
  ];
3275
- var DeleteIndex = [
3327
+ var DeleteIndex$ = [
3276
3328
  9,
3277
3329
  n0,
3278
3330
  _DI,
3279
3331
  { [_ht]: ["DELETE", "/applications/{applicationId}/indices/{indexId}", 200] },
3280
- () => DeleteIndexRequest,
3281
- () => DeleteIndexResponse,
3332
+ () => DeleteIndexRequest$,
3333
+ () => DeleteIndexResponse$,
3282
3334
  ];
3283
- var DeletePlugin = [
3335
+ var DeletePlugin$ = [
3284
3336
  9,
3285
3337
  n0,
3286
3338
  _DP,
3287
3339
  { [_ht]: ["DELETE", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3288
- () => DeletePluginRequest,
3289
- () => DeletePluginResponse,
3340
+ () => DeletePluginRequest$,
3341
+ () => DeletePluginResponse$,
3290
3342
  ];
3291
- var DeleteRetriever = [
3343
+ var DeleteRetriever$ = [
3292
3344
  9,
3293
3345
  n0,
3294
3346
  _DR,
3295
3347
  { [_ht]: ["DELETE", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3296
- () => DeleteRetrieverRequest,
3297
- () => DeleteRetrieverResponse,
3348
+ () => DeleteRetrieverRequest$,
3349
+ () => DeleteRetrieverResponse$,
3298
3350
  ];
3299
- var DeleteUser = [
3351
+ var DeleteUser$ = [
3300
3352
  9,
3301
3353
  n0,
3302
3354
  _DU,
3303
3355
  { [_ht]: ["DELETE", "/applications/{applicationId}/users/{userId}", 200] },
3304
- () => DeleteUserRequest,
3305
- () => DeleteUserResponse,
3356
+ () => DeleteUserRequest$,
3357
+ () => DeleteUserResponse$,
3306
3358
  ];
3307
- var DeleteWebExperience = [
3359
+ var DeleteWebExperience$ = [
3308
3360
  9,
3309
3361
  n0,
3310
3362
  _DWE,
3311
3363
  { [_ht]: ["DELETE", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3312
- () => DeleteWebExperienceRequest,
3313
- () => DeleteWebExperienceResponse,
3364
+ () => DeleteWebExperienceRequest$,
3365
+ () => DeleteWebExperienceResponse$,
3314
3366
  ];
3315
- var DisassociatePermission = [
3367
+ var DisassociatePermission$ = [
3316
3368
  9,
3317
3369
  n0,
3318
3370
  _DPi,
3319
3371
  { [_ht]: ["DELETE", "/applications/{applicationId}/policy/{statementId}", 200] },
3320
- () => DisassociatePermissionRequest,
3321
- () => DisassociatePermissionResponse,
3372
+ () => DisassociatePermissionRequest$,
3373
+ () => DisassociatePermissionResponse$,
3322
3374
  ];
3323
- var GetApplication = [
3375
+ var GetApplication$ = [
3324
3376
  9,
3325
3377
  n0,
3326
3378
  _GA,
3327
3379
  { [_ht]: ["GET", "/applications/{applicationId}", 200] },
3328
- () => GetApplicationRequest,
3329
- () => GetApplicationResponse,
3380
+ () => GetApplicationRequest$,
3381
+ () => GetApplicationResponse$,
3330
3382
  ];
3331
- var GetChatControlsConfiguration = [
3383
+ var GetChatControlsConfiguration$ = [
3332
3384
  9,
3333
3385
  n0,
3334
3386
  _GCCC,
3335
3387
  { [_ht]: ["GET", "/applications/{applicationId}/chatcontrols", 200] },
3336
- () => GetChatControlsConfigurationRequest,
3337
- () => GetChatControlsConfigurationResponse,
3388
+ () => GetChatControlsConfigurationRequest$,
3389
+ () => GetChatControlsConfigurationResponse$,
3338
3390
  ];
3339
- var GetChatResponseConfiguration = [
3391
+ var GetChatResponseConfiguration$ = [
3340
3392
  9,
3341
3393
  n0,
3342
3394
  _GCRC,
3343
3395
  { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3344
- () => GetChatResponseConfigurationRequest,
3345
- () => GetChatResponseConfigurationResponse,
3396
+ () => GetChatResponseConfigurationRequest$,
3397
+ () => GetChatResponseConfigurationResponse$,
3346
3398
  ];
3347
- var GetDataAccessor = [
3399
+ var GetDataAccessor$ = [
3348
3400
  9,
3349
3401
  n0,
3350
3402
  _GDA,
3351
3403
  { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3352
- () => GetDataAccessorRequest,
3353
- () => GetDataAccessorResponse,
3404
+ () => GetDataAccessorRequest$,
3405
+ () => GetDataAccessorResponse$,
3354
3406
  ];
3355
- var GetDataSource = [
3407
+ var GetDataSource$ = [
3356
3408
  9,
3357
3409
  n0,
3358
3410
  _GDS,
3359
3411
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3360
- () => GetDataSourceRequest,
3361
- () => GetDataSourceResponse,
3412
+ () => GetDataSourceRequest$,
3413
+ () => GetDataSourceResponse$,
3362
3414
  ];
3363
- var GetDocumentContent = [
3415
+ var GetDocumentContent$ = [
3364
3416
  9,
3365
3417
  n0,
3366
3418
  _GDC,
3367
3419
  { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents/{documentId}/content", 200] },
3368
- () => GetDocumentContentRequest,
3369
- () => GetDocumentContentResponse,
3420
+ () => GetDocumentContentRequest$,
3421
+ () => GetDocumentContentResponse$,
3370
3422
  ];
3371
- var GetGroup = [
3423
+ var GetGroup$ = [
3372
3424
  9,
3373
3425
  n0,
3374
3426
  _GG,
3375
3427
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", 200] },
3376
- () => GetGroupRequest,
3377
- () => GetGroupResponse,
3428
+ () => GetGroupRequest$,
3429
+ () => GetGroupResponse$,
3378
3430
  ];
3379
- var GetIndex = [
3431
+ var GetIndex$ = [
3380
3432
  9,
3381
3433
  n0,
3382
3434
  _GI,
3383
3435
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}", 200] },
3384
- () => GetIndexRequest,
3385
- () => GetIndexResponse,
3436
+ () => GetIndexRequest$,
3437
+ () => GetIndexResponse$,
3386
3438
  ];
3387
- var GetMedia = [
3439
+ var GetMedia$ = [
3388
3440
  9,
3389
3441
  n0,
3390
3442
  _GMe,
@@ -3395,346 +3447,346 @@ var GetMedia = [
3395
3447
  200,
3396
3448
  ],
3397
3449
  },
3398
- () => GetMediaRequest,
3399
- () => GetMediaResponse,
3450
+ () => GetMediaRequest$,
3451
+ () => GetMediaResponse$,
3400
3452
  ];
3401
- var GetPlugin = [
3453
+ var GetPlugin$ = [
3402
3454
  9,
3403
3455
  n0,
3404
3456
  _GP,
3405
3457
  { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3406
- () => GetPluginRequest,
3407
- () => GetPluginResponse,
3458
+ () => GetPluginRequest$,
3459
+ () => GetPluginResponse$,
3408
3460
  ];
3409
- var GetPolicy = [
3461
+ var GetPolicy$ = [
3410
3462
  9,
3411
3463
  n0,
3412
3464
  _GPe,
3413
3465
  { [_ht]: ["GET", "/applications/{applicationId}/policy", 200] },
3414
- () => GetPolicyRequest,
3415
- () => GetPolicyResponse,
3466
+ () => GetPolicyRequest$,
3467
+ () => GetPolicyResponse$,
3416
3468
  ];
3417
- var GetRetriever = [
3469
+ var GetRetriever$ = [
3418
3470
  9,
3419
3471
  n0,
3420
3472
  _GR,
3421
3473
  { [_ht]: ["GET", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3422
- () => GetRetrieverRequest,
3423
- () => GetRetrieverResponse,
3474
+ () => GetRetrieverRequest$,
3475
+ () => GetRetrieverResponse$,
3424
3476
  ];
3425
- var GetUser = [
3477
+ var GetUser$ = [
3426
3478
  9,
3427
3479
  n0,
3428
3480
  _GU,
3429
3481
  { [_ht]: ["GET", "/applications/{applicationId}/users/{userId}", 200] },
3430
- () => GetUserRequest,
3431
- () => GetUserResponse,
3482
+ () => GetUserRequest$,
3483
+ () => GetUserResponse$,
3432
3484
  ];
3433
- var GetWebExperience = [
3485
+ var GetWebExperience$ = [
3434
3486
  9,
3435
3487
  n0,
3436
3488
  _GWE,
3437
3489
  { [_ht]: ["GET", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3438
- () => GetWebExperienceRequest,
3439
- () => GetWebExperienceResponse,
3490
+ () => GetWebExperienceRequest$,
3491
+ () => GetWebExperienceResponse$,
3440
3492
  ];
3441
- var ListApplications = [
3493
+ var ListApplications$ = [
3442
3494
  9,
3443
3495
  n0,
3444
3496
  _LA,
3445
3497
  { [_ht]: ["GET", "/applications", 200] },
3446
- () => ListApplicationsRequest,
3447
- () => ListApplicationsResponse,
3498
+ () => ListApplicationsRequest$,
3499
+ () => ListApplicationsResponse$,
3448
3500
  ];
3449
- var ListAttachments = [
3501
+ var ListAttachments$ = [
3450
3502
  9,
3451
3503
  n0,
3452
3504
  _LAi,
3453
3505
  { [_ht]: ["GET", "/applications/{applicationId}/attachments", 200] },
3454
- () => ListAttachmentsRequest,
3455
- () => ListAttachmentsResponse,
3506
+ () => ListAttachmentsRequest$,
3507
+ () => ListAttachmentsResponse$,
3456
3508
  ];
3457
- var ListChatResponseConfigurations = [
3509
+ var ListChatResponseConfigurations$ = [
3458
3510
  9,
3459
3511
  n0,
3460
3512
  _LCRC,
3461
3513
  { [_ht]: ["GET", "/applications/{applicationId}/chatresponseconfigurations", 200] },
3462
- () => ListChatResponseConfigurationsRequest,
3463
- () => ListChatResponseConfigurationsResponse,
3514
+ () => ListChatResponseConfigurationsRequest$,
3515
+ () => ListChatResponseConfigurationsResponse$,
3464
3516
  ];
3465
- var ListConversations = [
3517
+ var ListConversations$ = [
3466
3518
  9,
3467
3519
  n0,
3468
3520
  _LC,
3469
3521
  { [_ht]: ["GET", "/applications/{applicationId}/conversations", 200] },
3470
- () => ListConversationsRequest,
3471
- () => ListConversationsResponse,
3522
+ () => ListConversationsRequest$,
3523
+ () => ListConversationsResponse$,
3472
3524
  ];
3473
- var ListDataAccessors = [
3525
+ var ListDataAccessors$ = [
3474
3526
  9,
3475
3527
  n0,
3476
3528
  _LDA,
3477
3529
  { [_ht]: ["GET", "/applications/{applicationId}/dataaccessors", 200] },
3478
- () => ListDataAccessorsRequest,
3479
- () => ListDataAccessorsResponse,
3530
+ () => ListDataAccessorsRequest$,
3531
+ () => ListDataAccessorsResponse$,
3480
3532
  ];
3481
- var ListDataSources = [
3533
+ var ListDataSources$ = [
3482
3534
  9,
3483
3535
  n0,
3484
3536
  _LDS,
3485
3537
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources", 200] },
3486
- () => ListDataSourcesRequest,
3487
- () => ListDataSourcesResponse,
3538
+ () => ListDataSourcesRequest$,
3539
+ () => ListDataSourcesResponse$,
3488
3540
  ];
3489
- var ListDataSourceSyncJobs = [
3541
+ var ListDataSourceSyncJobs$ = [
3490
3542
  9,
3491
3543
  n0,
3492
3544
  _LDSSJ,
3493
3545
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", 200] },
3494
- () => ListDataSourceSyncJobsRequest,
3495
- () => ListDataSourceSyncJobsResponse,
3546
+ () => ListDataSourceSyncJobsRequest$,
3547
+ () => ListDataSourceSyncJobsResponse$,
3496
3548
  ];
3497
- var ListDocuments = [
3549
+ var ListDocuments$ = [
3498
3550
  9,
3499
3551
  n0,
3500
3552
  _LD,
3501
3553
  { [_ht]: ["GET", "/applications/{applicationId}/index/{indexId}/documents", 200] },
3502
- () => ListDocumentsRequest,
3503
- () => ListDocumentsResponse,
3554
+ () => ListDocumentsRequest$,
3555
+ () => ListDocumentsResponse$,
3504
3556
  ];
3505
- var ListGroups = [
3557
+ var ListGroups$ = [
3506
3558
  9,
3507
3559
  n0,
3508
3560
  _LG,
3509
3561
  { [_ht]: ["GET", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
3510
- () => ListGroupsRequest,
3511
- () => ListGroupsResponse,
3562
+ () => ListGroupsRequest$,
3563
+ () => ListGroupsResponse$,
3512
3564
  ];
3513
- var ListIndices = [
3565
+ var ListIndices$ = [
3514
3566
  9,
3515
3567
  n0,
3516
3568
  _LI,
3517
3569
  { [_ht]: ["GET", "/applications/{applicationId}/indices", 200] },
3518
- () => ListIndicesRequest,
3519
- () => ListIndicesResponse,
3570
+ () => ListIndicesRequest$,
3571
+ () => ListIndicesResponse$,
3520
3572
  ];
3521
- var ListMessages = [
3573
+ var ListMessages$ = [
3522
3574
  9,
3523
3575
  n0,
3524
3576
  _LM,
3525
3577
  { [_ht]: ["GET", "/applications/{applicationId}/conversations/{conversationId}", 200] },
3526
- () => ListMessagesRequest,
3527
- () => ListMessagesResponse,
3578
+ () => ListMessagesRequest$,
3579
+ () => ListMessagesResponse$,
3528
3580
  ];
3529
- var ListPluginActions = [
3581
+ var ListPluginActions$ = [
3530
3582
  9,
3531
3583
  n0,
3532
3584
  _LPA,
3533
3585
  { [_ht]: ["GET", "/applications/{applicationId}/plugins/{pluginId}/actions", 200] },
3534
- () => ListPluginActionsRequest,
3535
- () => ListPluginActionsResponse,
3586
+ () => ListPluginActionsRequest$,
3587
+ () => ListPluginActionsResponse$,
3536
3588
  ];
3537
- var ListPlugins = [
3589
+ var ListPlugins$ = [
3538
3590
  9,
3539
3591
  n0,
3540
3592
  _LP,
3541
3593
  { [_ht]: ["GET", "/applications/{applicationId}/plugins", 200] },
3542
- () => ListPluginsRequest,
3543
- () => ListPluginsResponse,
3594
+ () => ListPluginsRequest$,
3595
+ () => ListPluginsResponse$,
3544
3596
  ];
3545
- var ListPluginTypeActions = [
3597
+ var ListPluginTypeActions$ = [
3546
3598
  9,
3547
3599
  n0,
3548
3600
  _LPTA,
3549
3601
  { [_ht]: ["GET", "/pluginTypes/{pluginType}/actions", 200] },
3550
- () => ListPluginTypeActionsRequest,
3551
- () => ListPluginTypeActionsResponse,
3602
+ () => ListPluginTypeActionsRequest$,
3603
+ () => ListPluginTypeActionsResponse$,
3552
3604
  ];
3553
- var ListPluginTypeMetadata = [
3605
+ var ListPluginTypeMetadata$ = [
3554
3606
  9,
3555
3607
  n0,
3556
3608
  _LPTM,
3557
3609
  { [_ht]: ["GET", "/pluginTypeMetadata", 200] },
3558
- () => ListPluginTypeMetadataRequest,
3559
- () => ListPluginTypeMetadataResponse,
3610
+ () => ListPluginTypeMetadataRequest$,
3611
+ () => ListPluginTypeMetadataResponse$,
3560
3612
  ];
3561
- var ListRetrievers = [
3613
+ var ListRetrievers$ = [
3562
3614
  9,
3563
3615
  n0,
3564
3616
  _LR,
3565
3617
  { [_ht]: ["GET", "/applications/{applicationId}/retrievers", 200] },
3566
- () => ListRetrieversRequest,
3567
- () => ListRetrieversResponse,
3618
+ () => ListRetrieversRequest$,
3619
+ () => ListRetrieversResponse$,
3568
3620
  ];
3569
- var ListSubscriptions = [
3621
+ var ListSubscriptions$ = [
3570
3622
  9,
3571
3623
  n0,
3572
3624
  _LS,
3573
3625
  { [_ht]: ["GET", "/applications/{applicationId}/subscriptions", 200] },
3574
- () => ListSubscriptionsRequest,
3575
- () => ListSubscriptionsResponse,
3626
+ () => ListSubscriptionsRequest$,
3627
+ () => ListSubscriptionsResponse$,
3576
3628
  ];
3577
- var ListTagsForResource = [
3629
+ var ListTagsForResource$ = [
3578
3630
  9,
3579
3631
  n0,
3580
3632
  _LTFR,
3581
3633
  { [_ht]: ["GET", "/v1/tags/{resourceARN}", 200] },
3582
- () => ListTagsForResourceRequest,
3583
- () => ListTagsForResourceResponse,
3634
+ () => ListTagsForResourceRequest$,
3635
+ () => ListTagsForResourceResponse$,
3584
3636
  ];
3585
- var ListWebExperiences = [
3637
+ var ListWebExperiences$ = [
3586
3638
  9,
3587
3639
  n0,
3588
3640
  _LWE,
3589
3641
  { [_ht]: ["GET", "/applications/{applicationId}/experiences", 200] },
3590
- () => ListWebExperiencesRequest,
3591
- () => ListWebExperiencesResponse,
3642
+ () => ListWebExperiencesRequest$,
3643
+ () => ListWebExperiencesResponse$,
3592
3644
  ];
3593
- var PutFeedback = [
3645
+ var PutFeedback$ = [
3594
3646
  9,
3595
3647
  n0,
3596
3648
  _PF,
3597
3649
  {
3598
3650
  [_ht]: ["POST", "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback", 200],
3599
3651
  },
3600
- () => PutFeedbackRequest,
3652
+ () => PutFeedbackRequest$,
3601
3653
  () => __Unit,
3602
3654
  ];
3603
- var PutGroup = [
3655
+ var PutGroup$ = [
3604
3656
  9,
3605
3657
  n0,
3606
3658
  _PGu,
3607
3659
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/groups", 200] },
3608
- () => PutGroupRequest,
3609
- () => PutGroupResponse,
3660
+ () => PutGroupRequest$,
3661
+ () => PutGroupResponse$,
3610
3662
  ];
3611
- var SearchRelevantContent = [
3663
+ var SearchRelevantContent$ = [
3612
3664
  9,
3613
3665
  n0,
3614
3666
  _SRC,
3615
3667
  { [_ht]: ["POST", "/applications/{applicationId}/relevant-content", 200] },
3616
- () => SearchRelevantContentRequest,
3617
- () => SearchRelevantContentResponse,
3668
+ () => SearchRelevantContentRequest$,
3669
+ () => SearchRelevantContentResponse$,
3618
3670
  ];
3619
- var StartDataSourceSyncJob = [
3671
+ var StartDataSourceSyncJob$ = [
3620
3672
  9,
3621
3673
  n0,
3622
3674
  _SDSSJ,
3623
3675
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", 200] },
3624
- () => StartDataSourceSyncJobRequest,
3625
- () => StartDataSourceSyncJobResponse,
3676
+ () => StartDataSourceSyncJobRequest$,
3677
+ () => StartDataSourceSyncJobResponse$,
3626
3678
  ];
3627
- var StopDataSourceSyncJob = [
3679
+ var StopDataSourceSyncJob$ = [
3628
3680
  9,
3629
3681
  n0,
3630
3682
  _SDSSJt,
3631
3683
  { [_ht]: ["POST", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", 200] },
3632
- () => StopDataSourceSyncJobRequest,
3633
- () => StopDataSourceSyncJobResponse,
3684
+ () => StopDataSourceSyncJobRequest$,
3685
+ () => StopDataSourceSyncJobResponse$,
3634
3686
  ];
3635
- var TagResource = [
3687
+ var TagResource$ = [
3636
3688
  9,
3637
3689
  n0,
3638
3690
  _TR,
3639
3691
  { [_ht]: ["POST", "/v1/tags/{resourceARN}", 200] },
3640
- () => TagResourceRequest,
3641
- () => TagResourceResponse,
3692
+ () => TagResourceRequest$,
3693
+ () => TagResourceResponse$,
3642
3694
  ];
3643
- var UntagResource = [
3695
+ var UntagResource$ = [
3644
3696
  9,
3645
3697
  n0,
3646
3698
  _UR,
3647
3699
  { [_ht]: ["DELETE", "/v1/tags/{resourceARN}", 200] },
3648
- () => UntagResourceRequest,
3649
- () => UntagResourceResponse,
3700
+ () => UntagResourceRequest$,
3701
+ () => UntagResourceResponse$,
3650
3702
  ];
3651
- var UpdateApplication = [
3703
+ var UpdateApplication$ = [
3652
3704
  9,
3653
3705
  n0,
3654
3706
  _UAp,
3655
3707
  { [_ht]: ["PUT", "/applications/{applicationId}", 200] },
3656
- () => UpdateApplicationRequest,
3657
- () => UpdateApplicationResponse,
3708
+ () => UpdateApplicationRequest$,
3709
+ () => UpdateApplicationResponse$,
3658
3710
  ];
3659
- var UpdateChatControlsConfiguration = [
3711
+ var UpdateChatControlsConfiguration$ = [
3660
3712
  9,
3661
3713
  n0,
3662
3714
  _UCCC,
3663
3715
  { [_ht]: ["PATCH", "/applications/{applicationId}/chatcontrols", 200] },
3664
- () => UpdateChatControlsConfigurationRequest,
3665
- () => UpdateChatControlsConfigurationResponse,
3716
+ () => UpdateChatControlsConfigurationRequest$,
3717
+ () => UpdateChatControlsConfigurationResponse$,
3666
3718
  ];
3667
- var UpdateChatResponseConfiguration = [
3719
+ var UpdateChatResponseConfiguration$ = [
3668
3720
  9,
3669
3721
  n0,
3670
3722
  _UCRC,
3671
3723
  { [_ht]: ["PUT", "/applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}", 200] },
3672
- () => UpdateChatResponseConfigurationRequest,
3673
- () => UpdateChatResponseConfigurationResponse,
3724
+ () => UpdateChatResponseConfigurationRequest$,
3725
+ () => UpdateChatResponseConfigurationResponse$,
3674
3726
  ];
3675
- var UpdateDataAccessor = [
3727
+ var UpdateDataAccessor$ = [
3676
3728
  9,
3677
3729
  n0,
3678
3730
  _UDA,
3679
3731
  { [_ht]: ["PUT", "/applications/{applicationId}/dataaccessors/{dataAccessorId}", 200] },
3680
- () => UpdateDataAccessorRequest,
3681
- () => UpdateDataAccessorResponse,
3732
+ () => UpdateDataAccessorRequest$,
3733
+ () => UpdateDataAccessorResponse$,
3682
3734
  ];
3683
- var UpdateDataSource = [
3735
+ var UpdateDataSource$ = [
3684
3736
  9,
3685
3737
  n0,
3686
3738
  _UDS,
3687
3739
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", 200] },
3688
- () => UpdateDataSourceRequest,
3689
- () => UpdateDataSourceResponse,
3740
+ () => UpdateDataSourceRequest$,
3741
+ () => UpdateDataSourceResponse$,
3690
3742
  ];
3691
- var UpdateIndex = [
3743
+ var UpdateIndex$ = [
3692
3744
  9,
3693
3745
  n0,
3694
3746
  _UI,
3695
3747
  { [_ht]: ["PUT", "/applications/{applicationId}/indices/{indexId}", 200] },
3696
- () => UpdateIndexRequest,
3697
- () => UpdateIndexResponse,
3748
+ () => UpdateIndexRequest$,
3749
+ () => UpdateIndexResponse$,
3698
3750
  ];
3699
- var UpdatePlugin = [
3751
+ var UpdatePlugin$ = [
3700
3752
  9,
3701
3753
  n0,
3702
3754
  _UP,
3703
3755
  { [_ht]: ["PUT", "/applications/{applicationId}/plugins/{pluginId}", 200] },
3704
- () => UpdatePluginRequest,
3705
- () => UpdatePluginResponse,
3756
+ () => UpdatePluginRequest$,
3757
+ () => UpdatePluginResponse$,
3706
3758
  ];
3707
- var UpdateRetriever = [
3759
+ var UpdateRetriever$ = [
3708
3760
  9,
3709
3761
  n0,
3710
3762
  _URp,
3711
3763
  { [_ht]: ["PUT", "/applications/{applicationId}/retrievers/{retrieverId}", 200] },
3712
- () => UpdateRetrieverRequest,
3713
- () => UpdateRetrieverResponse,
3764
+ () => UpdateRetrieverRequest$,
3765
+ () => UpdateRetrieverResponse$,
3714
3766
  ];
3715
- var UpdateSubscription = [
3767
+ var UpdateSubscription$ = [
3716
3768
  9,
3717
3769
  n0,
3718
3770
  _US,
3719
3771
  { [_ht]: ["PUT", "/applications/{applicationId}/subscriptions/{subscriptionId}", 200] },
3720
- () => UpdateSubscriptionRequest,
3721
- () => UpdateSubscriptionResponse,
3772
+ () => UpdateSubscriptionRequest$,
3773
+ () => UpdateSubscriptionResponse$,
3722
3774
  ];
3723
- var UpdateUser = [
3775
+ var UpdateUser$ = [
3724
3776
  9,
3725
3777
  n0,
3726
3778
  _UU,
3727
3779
  { [_ht]: ["PUT", "/applications/{applicationId}/users/{userId}", 200] },
3728
- () => UpdateUserRequest,
3729
- () => UpdateUserResponse,
3780
+ () => UpdateUserRequest$,
3781
+ () => UpdateUserResponse$,
3730
3782
  ];
3731
- var UpdateWebExperience = [
3783
+ var UpdateWebExperience$ = [
3732
3784
  9,
3733
3785
  n0,
3734
3786
  _UWE,
3735
3787
  { [_ht]: ["PUT", "/applications/{applicationId}/experiences/{webExperienceId}", 200] },
3736
- () => UpdateWebExperienceRequest,
3737
- () => UpdateWebExperienceResponse,
3788
+ () => UpdateWebExperienceRequest$,
3789
+ () => UpdateWebExperienceResponse$,
3738
3790
  ];
3739
3791
 
3740
3792
  class AssociatePermissionCommand extends smithyClient.Command
@@ -3745,7 +3797,7 @@ class AssociatePermissionCommand extends smithyClient.Command
3745
3797
  })
3746
3798
  .s("ExpertQ", "AssociatePermission", {})
3747
3799
  .n("QBusinessClient", "AssociatePermissionCommand")
3748
- .sc(AssociatePermission)
3800
+ .sc(AssociatePermission$)
3749
3801
  .build() {
3750
3802
  }
3751
3803
 
@@ -3757,7 +3809,7 @@ class BatchDeleteDocumentCommand extends smithyClient.Command
3757
3809
  })
3758
3810
  .s("ExpertQ", "BatchDeleteDocument", {})
3759
3811
  .n("QBusinessClient", "BatchDeleteDocumentCommand")
3760
- .sc(BatchDeleteDocument)
3812
+ .sc(BatchDeleteDocument$)
3761
3813
  .build() {
3762
3814
  }
3763
3815
 
@@ -3769,7 +3821,7 @@ class BatchPutDocumentCommand extends smithyClient.Command
3769
3821
  })
3770
3822
  .s("ExpertQ", "BatchPutDocument", {})
3771
3823
  .n("QBusinessClient", "BatchPutDocumentCommand")
3772
- .sc(BatchPutDocument)
3824
+ .sc(BatchPutDocument$)
3773
3825
  .build() {
3774
3826
  }
3775
3827
 
@@ -3781,7 +3833,7 @@ class CancelSubscriptionCommand extends smithyClient.Command
3781
3833
  })
3782
3834
  .s("ExpertQ", "CancelSubscription", {})
3783
3835
  .n("QBusinessClient", "CancelSubscriptionCommand")
3784
- .sc(CancelSubscription)
3836
+ .sc(CancelSubscription$)
3785
3837
  .build() {
3786
3838
  }
3787
3839
 
@@ -3798,7 +3850,7 @@ class ChatCommand extends smithyClient.Command
3798
3850
  },
3799
3851
  })
3800
3852
  .n("QBusinessClient", "ChatCommand")
3801
- .sc(Chat)
3853
+ .sc(Chat$)
3802
3854
  .build() {
3803
3855
  }
3804
3856
 
@@ -3810,7 +3862,7 @@ class ChatSyncCommand extends smithyClient.Command
3810
3862
  })
3811
3863
  .s("ExpertQ", "ChatSync", {})
3812
3864
  .n("QBusinessClient", "ChatSyncCommand")
3813
- .sc(ChatSync)
3865
+ .sc(ChatSync$)
3814
3866
  .build() {
3815
3867
  }
3816
3868
 
@@ -3822,7 +3874,7 @@ class CheckDocumentAccessCommand extends smithyClient.Command
3822
3874
  })
3823
3875
  .s("ExpertQ", "CheckDocumentAccess", {})
3824
3876
  .n("QBusinessClient", "CheckDocumentAccessCommand")
3825
- .sc(CheckDocumentAccess)
3877
+ .sc(CheckDocumentAccess$)
3826
3878
  .build() {
3827
3879
  }
3828
3880
 
@@ -3834,7 +3886,7 @@ class CreateAnonymousWebExperienceUrlCommand extends smithyClient.Command
3834
3886
  })
3835
3887
  .s("ExpertQ", "CreateAnonymousWebExperienceUrl", {})
3836
3888
  .n("QBusinessClient", "CreateAnonymousWebExperienceUrlCommand")
3837
- .sc(CreateAnonymousWebExperienceUrl)
3889
+ .sc(CreateAnonymousWebExperienceUrl$)
3838
3890
  .build() {
3839
3891
  }
3840
3892
 
@@ -3846,7 +3898,7 @@ class CreateApplicationCommand extends smithyClient.Command
3846
3898
  })
3847
3899
  .s("ExpertQ", "CreateApplication", {})
3848
3900
  .n("QBusinessClient", "CreateApplicationCommand")
3849
- .sc(CreateApplication)
3901
+ .sc(CreateApplication$)
3850
3902
  .build() {
3851
3903
  }
3852
3904
 
@@ -3858,7 +3910,7 @@ class CreateChatResponseConfigurationCommand extends smithyClient.Command
3858
3910
  })
3859
3911
  .s("ExpertQ", "CreateChatResponseConfiguration", {})
3860
3912
  .n("QBusinessClient", "CreateChatResponseConfigurationCommand")
3861
- .sc(CreateChatResponseConfiguration)
3913
+ .sc(CreateChatResponseConfiguration$)
3862
3914
  .build() {
3863
3915
  }
3864
3916
 
@@ -3870,7 +3922,7 @@ class CreateDataAccessorCommand extends smithyClient.Command
3870
3922
  })
3871
3923
  .s("ExpertQ", "CreateDataAccessor", {})
3872
3924
  .n("QBusinessClient", "CreateDataAccessorCommand")
3873
- .sc(CreateDataAccessor)
3925
+ .sc(CreateDataAccessor$)
3874
3926
  .build() {
3875
3927
  }
3876
3928
 
@@ -3882,7 +3934,7 @@ class CreateDataSourceCommand extends smithyClient.Command
3882
3934
  })
3883
3935
  .s("ExpertQ", "CreateDataSource", {})
3884
3936
  .n("QBusinessClient", "CreateDataSourceCommand")
3885
- .sc(CreateDataSource)
3937
+ .sc(CreateDataSource$)
3886
3938
  .build() {
3887
3939
  }
3888
3940
 
@@ -3894,7 +3946,7 @@ class CreateIndexCommand extends smithyClient.Command
3894
3946
  })
3895
3947
  .s("ExpertQ", "CreateIndex", {})
3896
3948
  .n("QBusinessClient", "CreateIndexCommand")
3897
- .sc(CreateIndex)
3949
+ .sc(CreateIndex$)
3898
3950
  .build() {
3899
3951
  }
3900
3952
 
@@ -3906,7 +3958,7 @@ class CreatePluginCommand extends smithyClient.Command
3906
3958
  })
3907
3959
  .s("ExpertQ", "CreatePlugin", {})
3908
3960
  .n("QBusinessClient", "CreatePluginCommand")
3909
- .sc(CreatePlugin)
3961
+ .sc(CreatePlugin$)
3910
3962
  .build() {
3911
3963
  }
3912
3964
 
@@ -3918,7 +3970,7 @@ class CreateRetrieverCommand extends smithyClient.Command
3918
3970
  })
3919
3971
  .s("ExpertQ", "CreateRetriever", {})
3920
3972
  .n("QBusinessClient", "CreateRetrieverCommand")
3921
- .sc(CreateRetriever)
3973
+ .sc(CreateRetriever$)
3922
3974
  .build() {
3923
3975
  }
3924
3976
 
@@ -3930,7 +3982,7 @@ class CreateSubscriptionCommand extends smithyClient.Command
3930
3982
  })
3931
3983
  .s("ExpertQ", "CreateSubscription", {})
3932
3984
  .n("QBusinessClient", "CreateSubscriptionCommand")
3933
- .sc(CreateSubscription)
3985
+ .sc(CreateSubscription$)
3934
3986
  .build() {
3935
3987
  }
3936
3988
 
@@ -3942,7 +3994,7 @@ class CreateUserCommand extends smithyClient.Command
3942
3994
  })
3943
3995
  .s("ExpertQ", "CreateUser", {})
3944
3996
  .n("QBusinessClient", "CreateUserCommand")
3945
- .sc(CreateUser)
3997
+ .sc(CreateUser$)
3946
3998
  .build() {
3947
3999
  }
3948
4000
 
@@ -3954,7 +4006,7 @@ class CreateWebExperienceCommand extends smithyClient.Command
3954
4006
  })
3955
4007
  .s("ExpertQ", "CreateWebExperience", {})
3956
4008
  .n("QBusinessClient", "CreateWebExperienceCommand")
3957
- .sc(CreateWebExperience)
4009
+ .sc(CreateWebExperience$)
3958
4010
  .build() {
3959
4011
  }
3960
4012
 
@@ -3966,7 +4018,7 @@ class DeleteApplicationCommand extends smithyClient.Command
3966
4018
  })
3967
4019
  .s("ExpertQ", "DeleteApplication", {})
3968
4020
  .n("QBusinessClient", "DeleteApplicationCommand")
3969
- .sc(DeleteApplication)
4021
+ .sc(DeleteApplication$)
3970
4022
  .build() {
3971
4023
  }
3972
4024
 
@@ -3978,7 +4030,7 @@ class DeleteAttachmentCommand extends smithyClient.Command
3978
4030
  })
3979
4031
  .s("ExpertQ", "DeleteAttachment", {})
3980
4032
  .n("QBusinessClient", "DeleteAttachmentCommand")
3981
- .sc(DeleteAttachment)
4033
+ .sc(DeleteAttachment$)
3982
4034
  .build() {
3983
4035
  }
3984
4036
 
@@ -3990,7 +4042,7 @@ class DeleteChatControlsConfigurationCommand extends smithyClient.Command
3990
4042
  })
3991
4043
  .s("ExpertQ", "DeleteChatControlsConfiguration", {})
3992
4044
  .n("QBusinessClient", "DeleteChatControlsConfigurationCommand")
3993
- .sc(DeleteChatControlsConfiguration)
4045
+ .sc(DeleteChatControlsConfiguration$)
3994
4046
  .build() {
3995
4047
  }
3996
4048
 
@@ -4002,7 +4054,7 @@ class DeleteChatResponseConfigurationCommand extends smithyClient.Command
4002
4054
  })
4003
4055
  .s("ExpertQ", "DeleteChatResponseConfiguration", {})
4004
4056
  .n("QBusinessClient", "DeleteChatResponseConfigurationCommand")
4005
- .sc(DeleteChatResponseConfiguration)
4057
+ .sc(DeleteChatResponseConfiguration$)
4006
4058
  .build() {
4007
4059
  }
4008
4060
 
@@ -4014,7 +4066,7 @@ class DeleteConversationCommand extends smithyClient.Command
4014
4066
  })
4015
4067
  .s("ExpertQ", "DeleteConversation", {})
4016
4068
  .n("QBusinessClient", "DeleteConversationCommand")
4017
- .sc(DeleteConversation)
4069
+ .sc(DeleteConversation$)
4018
4070
  .build() {
4019
4071
  }
4020
4072
 
@@ -4026,7 +4078,7 @@ class DeleteDataAccessorCommand extends smithyClient.Command
4026
4078
  })
4027
4079
  .s("ExpertQ", "DeleteDataAccessor", {})
4028
4080
  .n("QBusinessClient", "DeleteDataAccessorCommand")
4029
- .sc(DeleteDataAccessor)
4081
+ .sc(DeleteDataAccessor$)
4030
4082
  .build() {
4031
4083
  }
4032
4084
 
@@ -4038,7 +4090,7 @@ class DeleteDataSourceCommand extends smithyClient.Command
4038
4090
  })
4039
4091
  .s("ExpertQ", "DeleteDataSource", {})
4040
4092
  .n("QBusinessClient", "DeleteDataSourceCommand")
4041
- .sc(DeleteDataSource)
4093
+ .sc(DeleteDataSource$)
4042
4094
  .build() {
4043
4095
  }
4044
4096
 
@@ -4050,7 +4102,7 @@ class DeleteGroupCommand extends smithyClient.Command
4050
4102
  })
4051
4103
  .s("ExpertQ", "DeleteGroup", {})
4052
4104
  .n("QBusinessClient", "DeleteGroupCommand")
4053
- .sc(DeleteGroup)
4105
+ .sc(DeleteGroup$)
4054
4106
  .build() {
4055
4107
  }
4056
4108
 
@@ -4062,7 +4114,7 @@ class DeleteIndexCommand extends smithyClient.Command
4062
4114
  })
4063
4115
  .s("ExpertQ", "DeleteIndex", {})
4064
4116
  .n("QBusinessClient", "DeleteIndexCommand")
4065
- .sc(DeleteIndex)
4117
+ .sc(DeleteIndex$)
4066
4118
  .build() {
4067
4119
  }
4068
4120
 
@@ -4074,7 +4126,7 @@ class DeletePluginCommand extends smithyClient.Command
4074
4126
  })
4075
4127
  .s("ExpertQ", "DeletePlugin", {})
4076
4128
  .n("QBusinessClient", "DeletePluginCommand")
4077
- .sc(DeletePlugin)
4129
+ .sc(DeletePlugin$)
4078
4130
  .build() {
4079
4131
  }
4080
4132
 
@@ -4086,7 +4138,7 @@ class DeleteRetrieverCommand extends smithyClient.Command
4086
4138
  })
4087
4139
  .s("ExpertQ", "DeleteRetriever", {})
4088
4140
  .n("QBusinessClient", "DeleteRetrieverCommand")
4089
- .sc(DeleteRetriever)
4141
+ .sc(DeleteRetriever$)
4090
4142
  .build() {
4091
4143
  }
4092
4144
 
@@ -4098,7 +4150,7 @@ class DeleteUserCommand extends smithyClient.Command
4098
4150
  })
4099
4151
  .s("ExpertQ", "DeleteUser", {})
4100
4152
  .n("QBusinessClient", "DeleteUserCommand")
4101
- .sc(DeleteUser)
4153
+ .sc(DeleteUser$)
4102
4154
  .build() {
4103
4155
  }
4104
4156
 
@@ -4110,7 +4162,7 @@ class DeleteWebExperienceCommand extends smithyClient.Command
4110
4162
  })
4111
4163
  .s("ExpertQ", "DeleteWebExperience", {})
4112
4164
  .n("QBusinessClient", "DeleteWebExperienceCommand")
4113
- .sc(DeleteWebExperience)
4165
+ .sc(DeleteWebExperience$)
4114
4166
  .build() {
4115
4167
  }
4116
4168
 
@@ -4122,7 +4174,7 @@ class DisassociatePermissionCommand extends smithyClient.Command
4122
4174
  })
4123
4175
  .s("ExpertQ", "DisassociatePermission", {})
4124
4176
  .n("QBusinessClient", "DisassociatePermissionCommand")
4125
- .sc(DisassociatePermission)
4177
+ .sc(DisassociatePermission$)
4126
4178
  .build() {
4127
4179
  }
4128
4180
 
@@ -4134,7 +4186,7 @@ class GetApplicationCommand extends smithyClient.Command
4134
4186
  })
4135
4187
  .s("ExpertQ", "GetApplication", {})
4136
4188
  .n("QBusinessClient", "GetApplicationCommand")
4137
- .sc(GetApplication)
4189
+ .sc(GetApplication$)
4138
4190
  .build() {
4139
4191
  }
4140
4192
 
@@ -4146,7 +4198,7 @@ class GetChatControlsConfigurationCommand extends smithyClient.Command
4146
4198
  })
4147
4199
  .s("ExpertQ", "GetChatControlsConfiguration", {})
4148
4200
  .n("QBusinessClient", "GetChatControlsConfigurationCommand")
4149
- .sc(GetChatControlsConfiguration)
4201
+ .sc(GetChatControlsConfiguration$)
4150
4202
  .build() {
4151
4203
  }
4152
4204
 
@@ -4158,7 +4210,7 @@ class GetChatResponseConfigurationCommand extends smithyClient.Command
4158
4210
  })
4159
4211
  .s("ExpertQ", "GetChatResponseConfiguration", {})
4160
4212
  .n("QBusinessClient", "GetChatResponseConfigurationCommand")
4161
- .sc(GetChatResponseConfiguration)
4213
+ .sc(GetChatResponseConfiguration$)
4162
4214
  .build() {
4163
4215
  }
4164
4216
 
@@ -4170,7 +4222,7 @@ class GetDataAccessorCommand extends smithyClient.Command
4170
4222
  })
4171
4223
  .s("ExpertQ", "GetDataAccessor", {})
4172
4224
  .n("QBusinessClient", "GetDataAccessorCommand")
4173
- .sc(GetDataAccessor)
4225
+ .sc(GetDataAccessor$)
4174
4226
  .build() {
4175
4227
  }
4176
4228
 
@@ -4182,7 +4234,7 @@ class GetDataSourceCommand extends smithyClient.Command
4182
4234
  })
4183
4235
  .s("ExpertQ", "GetDataSource", {})
4184
4236
  .n("QBusinessClient", "GetDataSourceCommand")
4185
- .sc(GetDataSource)
4237
+ .sc(GetDataSource$)
4186
4238
  .build() {
4187
4239
  }
4188
4240
 
@@ -4194,7 +4246,7 @@ class GetDocumentContentCommand extends smithyClient.Command
4194
4246
  })
4195
4247
  .s("ExpertQ", "GetDocumentContent", {})
4196
4248
  .n("QBusinessClient", "GetDocumentContentCommand")
4197
- .sc(GetDocumentContent)
4249
+ .sc(GetDocumentContent$)
4198
4250
  .build() {
4199
4251
  }
4200
4252
 
@@ -4206,7 +4258,7 @@ class GetGroupCommand extends smithyClient.Command
4206
4258
  })
4207
4259
  .s("ExpertQ", "GetGroup", {})
4208
4260
  .n("QBusinessClient", "GetGroupCommand")
4209
- .sc(GetGroup)
4261
+ .sc(GetGroup$)
4210
4262
  .build() {
4211
4263
  }
4212
4264
 
@@ -4218,7 +4270,7 @@ class GetIndexCommand extends smithyClient.Command
4218
4270
  })
4219
4271
  .s("ExpertQ", "GetIndex", {})
4220
4272
  .n("QBusinessClient", "GetIndexCommand")
4221
- .sc(GetIndex)
4273
+ .sc(GetIndex$)
4222
4274
  .build() {
4223
4275
  }
4224
4276
 
@@ -4230,7 +4282,7 @@ class GetMediaCommand extends smithyClient.Command
4230
4282
  })
4231
4283
  .s("ExpertQ", "GetMedia", {})
4232
4284
  .n("QBusinessClient", "GetMediaCommand")
4233
- .sc(GetMedia)
4285
+ .sc(GetMedia$)
4234
4286
  .build() {
4235
4287
  }
4236
4288
 
@@ -4242,7 +4294,7 @@ class GetPluginCommand extends smithyClient.Command
4242
4294
  })
4243
4295
  .s("ExpertQ", "GetPlugin", {})
4244
4296
  .n("QBusinessClient", "GetPluginCommand")
4245
- .sc(GetPlugin)
4297
+ .sc(GetPlugin$)
4246
4298
  .build() {
4247
4299
  }
4248
4300
 
@@ -4254,7 +4306,7 @@ class GetPolicyCommand extends smithyClient.Command
4254
4306
  })
4255
4307
  .s("ExpertQ", "GetPolicy", {})
4256
4308
  .n("QBusinessClient", "GetPolicyCommand")
4257
- .sc(GetPolicy)
4309
+ .sc(GetPolicy$)
4258
4310
  .build() {
4259
4311
  }
4260
4312
 
@@ -4266,7 +4318,7 @@ class GetRetrieverCommand extends smithyClient.Command
4266
4318
  })
4267
4319
  .s("ExpertQ", "GetRetriever", {})
4268
4320
  .n("QBusinessClient", "GetRetrieverCommand")
4269
- .sc(GetRetriever)
4321
+ .sc(GetRetriever$)
4270
4322
  .build() {
4271
4323
  }
4272
4324
 
@@ -4278,7 +4330,7 @@ class GetUserCommand extends smithyClient.Command
4278
4330
  })
4279
4331
  .s("ExpertQ", "GetUser", {})
4280
4332
  .n("QBusinessClient", "GetUserCommand")
4281
- .sc(GetUser)
4333
+ .sc(GetUser$)
4282
4334
  .build() {
4283
4335
  }
4284
4336
 
@@ -4290,7 +4342,7 @@ class GetWebExperienceCommand extends smithyClient.Command
4290
4342
  })
4291
4343
  .s("ExpertQ", "GetWebExperience", {})
4292
4344
  .n("QBusinessClient", "GetWebExperienceCommand")
4293
- .sc(GetWebExperience)
4345
+ .sc(GetWebExperience$)
4294
4346
  .build() {
4295
4347
  }
4296
4348
 
@@ -4302,7 +4354,7 @@ class ListApplicationsCommand extends smithyClient.Command
4302
4354
  })
4303
4355
  .s("ExpertQ", "ListApplications", {})
4304
4356
  .n("QBusinessClient", "ListApplicationsCommand")
4305
- .sc(ListApplications)
4357
+ .sc(ListApplications$)
4306
4358
  .build() {
4307
4359
  }
4308
4360
 
@@ -4314,7 +4366,7 @@ class ListAttachmentsCommand extends smithyClient.Command
4314
4366
  })
4315
4367
  .s("ExpertQ", "ListAttachments", {})
4316
4368
  .n("QBusinessClient", "ListAttachmentsCommand")
4317
- .sc(ListAttachments)
4369
+ .sc(ListAttachments$)
4318
4370
  .build() {
4319
4371
  }
4320
4372
 
@@ -4326,7 +4378,7 @@ class ListChatResponseConfigurationsCommand extends smithyClient.Command
4326
4378
  })
4327
4379
  .s("ExpertQ", "ListChatResponseConfigurations", {})
4328
4380
  .n("QBusinessClient", "ListChatResponseConfigurationsCommand")
4329
- .sc(ListChatResponseConfigurations)
4381
+ .sc(ListChatResponseConfigurations$)
4330
4382
  .build() {
4331
4383
  }
4332
4384
 
@@ -4338,7 +4390,7 @@ class ListConversationsCommand extends smithyClient.Command
4338
4390
  })
4339
4391
  .s("ExpertQ", "ListConversations", {})
4340
4392
  .n("QBusinessClient", "ListConversationsCommand")
4341
- .sc(ListConversations)
4393
+ .sc(ListConversations$)
4342
4394
  .build() {
4343
4395
  }
4344
4396
 
@@ -4350,7 +4402,7 @@ class ListDataAccessorsCommand extends smithyClient.Command
4350
4402
  })
4351
4403
  .s("ExpertQ", "ListDataAccessors", {})
4352
4404
  .n("QBusinessClient", "ListDataAccessorsCommand")
4353
- .sc(ListDataAccessors)
4405
+ .sc(ListDataAccessors$)
4354
4406
  .build() {
4355
4407
  }
4356
4408
 
@@ -4362,7 +4414,7 @@ class ListDataSourcesCommand extends smithyClient.Command
4362
4414
  })
4363
4415
  .s("ExpertQ", "ListDataSources", {})
4364
4416
  .n("QBusinessClient", "ListDataSourcesCommand")
4365
- .sc(ListDataSources)
4417
+ .sc(ListDataSources$)
4366
4418
  .build() {
4367
4419
  }
4368
4420
 
@@ -4374,7 +4426,7 @@ class ListDataSourceSyncJobsCommand extends smithyClient.Command
4374
4426
  })
4375
4427
  .s("ExpertQ", "ListDataSourceSyncJobs", {})
4376
4428
  .n("QBusinessClient", "ListDataSourceSyncJobsCommand")
4377
- .sc(ListDataSourceSyncJobs)
4429
+ .sc(ListDataSourceSyncJobs$)
4378
4430
  .build() {
4379
4431
  }
4380
4432
 
@@ -4386,7 +4438,7 @@ class ListDocumentsCommand extends smithyClient.Command
4386
4438
  })
4387
4439
  .s("ExpertQ", "ListDocuments", {})
4388
4440
  .n("QBusinessClient", "ListDocumentsCommand")
4389
- .sc(ListDocuments)
4441
+ .sc(ListDocuments$)
4390
4442
  .build() {
4391
4443
  }
4392
4444
 
@@ -4398,7 +4450,7 @@ class ListGroupsCommand extends smithyClient.Command
4398
4450
  })
4399
4451
  .s("ExpertQ", "ListGroups", {})
4400
4452
  .n("QBusinessClient", "ListGroupsCommand")
4401
- .sc(ListGroups)
4453
+ .sc(ListGroups$)
4402
4454
  .build() {
4403
4455
  }
4404
4456
 
@@ -4410,7 +4462,7 @@ class ListIndicesCommand extends smithyClient.Command
4410
4462
  })
4411
4463
  .s("ExpertQ", "ListIndices", {})
4412
4464
  .n("QBusinessClient", "ListIndicesCommand")
4413
- .sc(ListIndices)
4465
+ .sc(ListIndices$)
4414
4466
  .build() {
4415
4467
  }
4416
4468
 
@@ -4422,7 +4474,7 @@ class ListMessagesCommand extends smithyClient.Command
4422
4474
  })
4423
4475
  .s("ExpertQ", "ListMessages", {})
4424
4476
  .n("QBusinessClient", "ListMessagesCommand")
4425
- .sc(ListMessages)
4477
+ .sc(ListMessages$)
4426
4478
  .build() {
4427
4479
  }
4428
4480
 
@@ -4434,7 +4486,7 @@ class ListPluginActionsCommand extends smithyClient.Command
4434
4486
  })
4435
4487
  .s("ExpertQ", "ListPluginActions", {})
4436
4488
  .n("QBusinessClient", "ListPluginActionsCommand")
4437
- .sc(ListPluginActions)
4489
+ .sc(ListPluginActions$)
4438
4490
  .build() {
4439
4491
  }
4440
4492
 
@@ -4446,7 +4498,7 @@ class ListPluginsCommand extends smithyClient.Command
4446
4498
  })
4447
4499
  .s("ExpertQ", "ListPlugins", {})
4448
4500
  .n("QBusinessClient", "ListPluginsCommand")
4449
- .sc(ListPlugins)
4501
+ .sc(ListPlugins$)
4450
4502
  .build() {
4451
4503
  }
4452
4504
 
@@ -4458,7 +4510,7 @@ class ListPluginTypeActionsCommand extends smithyClient.Command
4458
4510
  })
4459
4511
  .s("ExpertQ", "ListPluginTypeActions", {})
4460
4512
  .n("QBusinessClient", "ListPluginTypeActionsCommand")
4461
- .sc(ListPluginTypeActions)
4513
+ .sc(ListPluginTypeActions$)
4462
4514
  .build() {
4463
4515
  }
4464
4516
 
@@ -4470,7 +4522,7 @@ class ListPluginTypeMetadataCommand extends smithyClient.Command
4470
4522
  })
4471
4523
  .s("ExpertQ", "ListPluginTypeMetadata", {})
4472
4524
  .n("QBusinessClient", "ListPluginTypeMetadataCommand")
4473
- .sc(ListPluginTypeMetadata)
4525
+ .sc(ListPluginTypeMetadata$)
4474
4526
  .build() {
4475
4527
  }
4476
4528
 
@@ -4482,7 +4534,7 @@ class ListRetrieversCommand extends smithyClient.Command
4482
4534
  })
4483
4535
  .s("ExpertQ", "ListRetrievers", {})
4484
4536
  .n("QBusinessClient", "ListRetrieversCommand")
4485
- .sc(ListRetrievers)
4537
+ .sc(ListRetrievers$)
4486
4538
  .build() {
4487
4539
  }
4488
4540
 
@@ -4494,7 +4546,7 @@ class ListSubscriptionsCommand extends smithyClient.Command
4494
4546
  })
4495
4547
  .s("ExpertQ", "ListSubscriptions", {})
4496
4548
  .n("QBusinessClient", "ListSubscriptionsCommand")
4497
- .sc(ListSubscriptions)
4549
+ .sc(ListSubscriptions$)
4498
4550
  .build() {
4499
4551
  }
4500
4552
 
@@ -4506,7 +4558,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
4506
4558
  })
4507
4559
  .s("ExpertQ", "ListTagsForResource", {})
4508
4560
  .n("QBusinessClient", "ListTagsForResourceCommand")
4509
- .sc(ListTagsForResource)
4561
+ .sc(ListTagsForResource$)
4510
4562
  .build() {
4511
4563
  }
4512
4564
 
@@ -4518,7 +4570,7 @@ class ListWebExperiencesCommand extends smithyClient.Command
4518
4570
  })
4519
4571
  .s("ExpertQ", "ListWebExperiences", {})
4520
4572
  .n("QBusinessClient", "ListWebExperiencesCommand")
4521
- .sc(ListWebExperiences)
4573
+ .sc(ListWebExperiences$)
4522
4574
  .build() {
4523
4575
  }
4524
4576
 
@@ -4530,7 +4582,7 @@ class PutFeedbackCommand extends smithyClient.Command
4530
4582
  })
4531
4583
  .s("ExpertQ", "PutFeedback", {})
4532
4584
  .n("QBusinessClient", "PutFeedbackCommand")
4533
- .sc(PutFeedback)
4585
+ .sc(PutFeedback$)
4534
4586
  .build() {
4535
4587
  }
4536
4588
 
@@ -4542,7 +4594,7 @@ class PutGroupCommand extends smithyClient.Command
4542
4594
  })
4543
4595
  .s("ExpertQ", "PutGroup", {})
4544
4596
  .n("QBusinessClient", "PutGroupCommand")
4545
- .sc(PutGroup)
4597
+ .sc(PutGroup$)
4546
4598
  .build() {
4547
4599
  }
4548
4600
 
@@ -4554,7 +4606,7 @@ class SearchRelevantContentCommand extends smithyClient.Command
4554
4606
  })
4555
4607
  .s("ExpertQ", "SearchRelevantContent", {})
4556
4608
  .n("QBusinessClient", "SearchRelevantContentCommand")
4557
- .sc(SearchRelevantContent)
4609
+ .sc(SearchRelevantContent$)
4558
4610
  .build() {
4559
4611
  }
4560
4612
 
@@ -4566,7 +4618,7 @@ class StartDataSourceSyncJobCommand extends smithyClient.Command
4566
4618
  })
4567
4619
  .s("ExpertQ", "StartDataSourceSyncJob", {})
4568
4620
  .n("QBusinessClient", "StartDataSourceSyncJobCommand")
4569
- .sc(StartDataSourceSyncJob)
4621
+ .sc(StartDataSourceSyncJob$)
4570
4622
  .build() {
4571
4623
  }
4572
4624
 
@@ -4578,7 +4630,7 @@ class StopDataSourceSyncJobCommand extends smithyClient.Command
4578
4630
  })
4579
4631
  .s("ExpertQ", "StopDataSourceSyncJob", {})
4580
4632
  .n("QBusinessClient", "StopDataSourceSyncJobCommand")
4581
- .sc(StopDataSourceSyncJob)
4633
+ .sc(StopDataSourceSyncJob$)
4582
4634
  .build() {
4583
4635
  }
4584
4636
 
@@ -4590,7 +4642,7 @@ class TagResourceCommand extends smithyClient.Command
4590
4642
  })
4591
4643
  .s("ExpertQ", "TagResource", {})
4592
4644
  .n("QBusinessClient", "TagResourceCommand")
4593
- .sc(TagResource)
4645
+ .sc(TagResource$)
4594
4646
  .build() {
4595
4647
  }
4596
4648
 
@@ -4602,7 +4654,7 @@ class UntagResourceCommand extends smithyClient.Command
4602
4654
  })
4603
4655
  .s("ExpertQ", "UntagResource", {})
4604
4656
  .n("QBusinessClient", "UntagResourceCommand")
4605
- .sc(UntagResource)
4657
+ .sc(UntagResource$)
4606
4658
  .build() {
4607
4659
  }
4608
4660
 
@@ -4614,7 +4666,7 @@ class UpdateApplicationCommand extends smithyClient.Command
4614
4666
  })
4615
4667
  .s("ExpertQ", "UpdateApplication", {})
4616
4668
  .n("QBusinessClient", "UpdateApplicationCommand")
4617
- .sc(UpdateApplication)
4669
+ .sc(UpdateApplication$)
4618
4670
  .build() {
4619
4671
  }
4620
4672
 
@@ -4626,7 +4678,7 @@ class UpdateChatControlsConfigurationCommand extends smithyClient.Command
4626
4678
  })
4627
4679
  .s("ExpertQ", "UpdateChatControlsConfiguration", {})
4628
4680
  .n("QBusinessClient", "UpdateChatControlsConfigurationCommand")
4629
- .sc(UpdateChatControlsConfiguration)
4681
+ .sc(UpdateChatControlsConfiguration$)
4630
4682
  .build() {
4631
4683
  }
4632
4684
 
@@ -4638,7 +4690,7 @@ class UpdateChatResponseConfigurationCommand extends smithyClient.Command
4638
4690
  })
4639
4691
  .s("ExpertQ", "UpdateChatResponseConfiguration", {})
4640
4692
  .n("QBusinessClient", "UpdateChatResponseConfigurationCommand")
4641
- .sc(UpdateChatResponseConfiguration)
4693
+ .sc(UpdateChatResponseConfiguration$)
4642
4694
  .build() {
4643
4695
  }
4644
4696
 
@@ -4650,7 +4702,7 @@ class UpdateDataAccessorCommand extends smithyClient.Command
4650
4702
  })
4651
4703
  .s("ExpertQ", "UpdateDataAccessor", {})
4652
4704
  .n("QBusinessClient", "UpdateDataAccessorCommand")
4653
- .sc(UpdateDataAccessor)
4705
+ .sc(UpdateDataAccessor$)
4654
4706
  .build() {
4655
4707
  }
4656
4708
 
@@ -4662,7 +4714,7 @@ class UpdateDataSourceCommand extends smithyClient.Command
4662
4714
  })
4663
4715
  .s("ExpertQ", "UpdateDataSource", {})
4664
4716
  .n("QBusinessClient", "UpdateDataSourceCommand")
4665
- .sc(UpdateDataSource)
4717
+ .sc(UpdateDataSource$)
4666
4718
  .build() {
4667
4719
  }
4668
4720
 
@@ -4674,7 +4726,7 @@ class UpdateIndexCommand extends smithyClient.Command
4674
4726
  })
4675
4727
  .s("ExpertQ", "UpdateIndex", {})
4676
4728
  .n("QBusinessClient", "UpdateIndexCommand")
4677
- .sc(UpdateIndex)
4729
+ .sc(UpdateIndex$)
4678
4730
  .build() {
4679
4731
  }
4680
4732
 
@@ -4686,7 +4738,7 @@ class UpdatePluginCommand extends smithyClient.Command
4686
4738
  })
4687
4739
  .s("ExpertQ", "UpdatePlugin", {})
4688
4740
  .n("QBusinessClient", "UpdatePluginCommand")
4689
- .sc(UpdatePlugin)
4741
+ .sc(UpdatePlugin$)
4690
4742
  .build() {
4691
4743
  }
4692
4744
 
@@ -4698,7 +4750,7 @@ class UpdateRetrieverCommand extends smithyClient.Command
4698
4750
  })
4699
4751
  .s("ExpertQ", "UpdateRetriever", {})
4700
4752
  .n("QBusinessClient", "UpdateRetrieverCommand")
4701
- .sc(UpdateRetriever)
4753
+ .sc(UpdateRetriever$)
4702
4754
  .build() {
4703
4755
  }
4704
4756
 
@@ -4710,7 +4762,7 @@ class UpdateSubscriptionCommand extends smithyClient.Command
4710
4762
  })
4711
4763
  .s("ExpertQ", "UpdateSubscription", {})
4712
4764
  .n("QBusinessClient", "UpdateSubscriptionCommand")
4713
- .sc(UpdateSubscription)
4765
+ .sc(UpdateSubscription$)
4714
4766
  .build() {
4715
4767
  }
4716
4768
 
@@ -4722,7 +4774,7 @@ class UpdateUserCommand extends smithyClient.Command
4722
4774
  })
4723
4775
  .s("ExpertQ", "UpdateUser", {})
4724
4776
  .n("QBusinessClient", "UpdateUserCommand")
4725
- .sc(UpdateUser)
4777
+ .sc(UpdateUser$)
4726
4778
  .build() {
4727
4779
  }
4728
4780
 
@@ -4734,7 +4786,7 @@ class UpdateWebExperienceCommand extends smithyClient.Command
4734
4786
  })
4735
4787
  .s("ExpertQ", "UpdateWebExperience", {})
4736
4788
  .n("QBusinessClient", "UpdateWebExperienceCommand")
4737
- .sc(UpdateWebExperience)
4789
+ .sc(UpdateWebExperience$)
4738
4790
  .build() {
4739
4791
  }
4740
4792
 
@@ -5219,160 +5271,571 @@ Object.defineProperty(exports, "__Client", {
5219
5271
  enumerable: true,
5220
5272
  get: function () { return smithyClient.Client; }
5221
5273
  });
5274
+ exports.APISchema$ = APISchema$;
5222
5275
  exports.APISchemaType = APISchemaType;
5223
- exports.AccessDeniedException = AccessDeniedException$1;
5276
+ exports.AccessConfiguration$ = AccessConfiguration$;
5277
+ exports.AccessControl$ = AccessControl$;
5278
+ exports.AccessDeniedException = AccessDeniedException;
5279
+ exports.AccessDeniedException$ = AccessDeniedException$;
5280
+ exports.ActionConfiguration$ = ActionConfiguration$;
5281
+ exports.ActionExecution$ = ActionExecution$;
5282
+ exports.ActionExecutionEvent$ = ActionExecutionEvent$;
5283
+ exports.ActionExecutionPayloadField$ = ActionExecutionPayloadField$;
5284
+ exports.ActionFilterConfiguration$ = ActionFilterConfiguration$;
5224
5285
  exports.ActionPayloadFieldType = ActionPayloadFieldType;
5286
+ exports.ActionReview$ = ActionReview$;
5287
+ exports.ActionReviewEvent$ = ActionReviewEvent$;
5288
+ exports.ActionReviewPayloadField$ = ActionReviewPayloadField$;
5289
+ exports.ActionReviewPayloadFieldAllowedValue$ = ActionReviewPayloadFieldAllowedValue$;
5290
+ exports.ActionSummary$ = ActionSummary$;
5291
+ exports.Application$ = Application$;
5225
5292
  exports.ApplicationStatus = ApplicationStatus;
5293
+ exports.AppliedAttachmentsConfiguration$ = AppliedAttachmentsConfiguration$;
5294
+ exports.AppliedCreatorModeConfiguration$ = AppliedCreatorModeConfiguration$;
5295
+ exports.AppliedOrchestrationConfiguration$ = AppliedOrchestrationConfiguration$;
5296
+ exports.AssociatePermission$ = AssociatePermission$;
5226
5297
  exports.AssociatePermissionCommand = AssociatePermissionCommand;
5298
+ exports.AssociatePermissionRequest$ = AssociatePermissionRequest$;
5299
+ exports.AssociatePermissionResponse$ = AssociatePermissionResponse$;
5300
+ exports.AssociatedGroup$ = AssociatedGroup$;
5301
+ exports.AssociatedUser$ = AssociatedUser$;
5302
+ exports.Attachment$ = Attachment$;
5303
+ exports.AttachmentInput$ = AttachmentInput$;
5304
+ exports.AttachmentInputEvent$ = AttachmentInputEvent$;
5305
+ exports.AttachmentOutput$ = AttachmentOutput$;
5227
5306
  exports.AttachmentStatus = AttachmentStatus;
5307
+ exports.AttachmentsConfiguration$ = AttachmentsConfiguration$;
5228
5308
  exports.AttachmentsControlMode = AttachmentsControlMode;
5309
+ exports.AttributeFilter$ = AttributeFilter$;
5229
5310
  exports.AttributeType = AttributeType;
5230
5311
  exports.AttributeValueOperator = AttributeValueOperator;
5312
+ exports.AudioExtractionConfiguration$ = AudioExtractionConfiguration$;
5231
5313
  exports.AudioExtractionStatus = AudioExtractionStatus;
5232
5314
  exports.AudioExtractionType = AudioExtractionType;
5315
+ exports.AudioSourceDetails$ = AudioSourceDetails$;
5316
+ exports.AuthChallengeRequest$ = AuthChallengeRequest$;
5317
+ exports.AuthChallengeRequestEvent$ = AuthChallengeRequestEvent$;
5318
+ exports.AuthChallengeResponse$ = AuthChallengeResponse$;
5319
+ exports.AuthChallengeResponseEvent$ = AuthChallengeResponseEvent$;
5320
+ exports.AutoSubscriptionConfiguration$ = AutoSubscriptionConfiguration$;
5233
5321
  exports.AutoSubscriptionStatus = AutoSubscriptionStatus;
5322
+ exports.BasicAuthConfiguration$ = BasicAuthConfiguration$;
5323
+ exports.BatchDeleteDocument$ = BatchDeleteDocument$;
5234
5324
  exports.BatchDeleteDocumentCommand = BatchDeleteDocumentCommand;
5325
+ exports.BatchDeleteDocumentRequest$ = BatchDeleteDocumentRequest$;
5326
+ exports.BatchDeleteDocumentResponse$ = BatchDeleteDocumentResponse$;
5327
+ exports.BatchPutDocument$ = BatchPutDocument$;
5235
5328
  exports.BatchPutDocumentCommand = BatchPutDocumentCommand;
5329
+ exports.BatchPutDocumentRequest$ = BatchPutDocumentRequest$;
5330
+ exports.BatchPutDocumentResponse$ = BatchPutDocumentResponse$;
5331
+ exports.BlockedPhrasesConfiguration$ = BlockedPhrasesConfiguration$;
5332
+ exports.BlockedPhrasesConfigurationUpdate$ = BlockedPhrasesConfigurationUpdate$;
5236
5333
  exports.BrowserExtension = BrowserExtension;
5334
+ exports.BrowserExtensionConfiguration$ = BrowserExtensionConfiguration$;
5335
+ exports.CancelSubscription$ = CancelSubscription$;
5237
5336
  exports.CancelSubscriptionCommand = CancelSubscriptionCommand;
5337
+ exports.CancelSubscriptionRequest$ = CancelSubscriptionRequest$;
5338
+ exports.CancelSubscriptionResponse$ = CancelSubscriptionResponse$;
5339
+ exports.Chat$ = Chat$;
5238
5340
  exports.ChatCommand = ChatCommand;
5341
+ exports.ChatInput$ = ChatInput$;
5342
+ exports.ChatInputStream$ = ChatInputStream$;
5239
5343
  exports.ChatMode = ChatMode;
5344
+ exports.ChatModeConfiguration$ = ChatModeConfiguration$;
5345
+ exports.ChatOutput$ = ChatOutput$;
5346
+ exports.ChatOutputStream$ = ChatOutputStream$;
5347
+ exports.ChatResponseConfiguration$ = ChatResponseConfiguration$;
5348
+ exports.ChatResponseConfigurationDetail$ = ChatResponseConfigurationDetail$;
5240
5349
  exports.ChatResponseConfigurationStatus = ChatResponseConfigurationStatus;
5350
+ exports.ChatSync$ = ChatSync$;
5241
5351
  exports.ChatSyncCommand = ChatSyncCommand;
5352
+ exports.ChatSyncInput$ = ChatSyncInput$;
5353
+ exports.ChatSyncOutput$ = ChatSyncOutput$;
5354
+ exports.CheckDocumentAccess$ = CheckDocumentAccess$;
5242
5355
  exports.CheckDocumentAccessCommand = CheckDocumentAccessCommand;
5243
- exports.ConflictException = ConflictException$1;
5356
+ exports.CheckDocumentAccessRequest$ = CheckDocumentAccessRequest$;
5357
+ exports.CheckDocumentAccessResponse$ = CheckDocumentAccessResponse$;
5358
+ exports.ConfigurationEvent$ = ConfigurationEvent$;
5359
+ exports.ConflictException = ConflictException;
5360
+ exports.ConflictException$ = ConflictException$;
5361
+ exports.ContentBlockerRule$ = ContentBlockerRule$;
5362
+ exports.ContentRetrievalRule$ = ContentRetrievalRule$;
5363
+ exports.ContentSource$ = ContentSource$;
5244
5364
  exports.ContentType = ContentType;
5365
+ exports.Conversation$ = Conversation$;
5366
+ exports.ConversationSource$ = ConversationSource$;
5367
+ exports.CopyFromSource$ = CopyFromSource$;
5368
+ exports.CreateAnonymousWebExperienceUrl$ = CreateAnonymousWebExperienceUrl$;
5245
5369
  exports.CreateAnonymousWebExperienceUrlCommand = CreateAnonymousWebExperienceUrlCommand;
5370
+ exports.CreateAnonymousWebExperienceUrlRequest$ = CreateAnonymousWebExperienceUrlRequest$;
5371
+ exports.CreateAnonymousWebExperienceUrlResponse$ = CreateAnonymousWebExperienceUrlResponse$;
5372
+ exports.CreateApplication$ = CreateApplication$;
5246
5373
  exports.CreateApplicationCommand = CreateApplicationCommand;
5374
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
5375
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
5376
+ exports.CreateChatResponseConfiguration$ = CreateChatResponseConfiguration$;
5247
5377
  exports.CreateChatResponseConfigurationCommand = CreateChatResponseConfigurationCommand;
5378
+ exports.CreateChatResponseConfigurationRequest$ = CreateChatResponseConfigurationRequest$;
5379
+ exports.CreateChatResponseConfigurationResponse$ = CreateChatResponseConfigurationResponse$;
5380
+ exports.CreateDataAccessor$ = CreateDataAccessor$;
5248
5381
  exports.CreateDataAccessorCommand = CreateDataAccessorCommand;
5382
+ exports.CreateDataAccessorRequest$ = CreateDataAccessorRequest$;
5383
+ exports.CreateDataAccessorResponse$ = CreateDataAccessorResponse$;
5384
+ exports.CreateDataSource$ = CreateDataSource$;
5249
5385
  exports.CreateDataSourceCommand = CreateDataSourceCommand;
5386
+ exports.CreateDataSourceRequest$ = CreateDataSourceRequest$;
5387
+ exports.CreateDataSourceResponse$ = CreateDataSourceResponse$;
5388
+ exports.CreateIndex$ = CreateIndex$;
5250
5389
  exports.CreateIndexCommand = CreateIndexCommand;
5390
+ exports.CreateIndexRequest$ = CreateIndexRequest$;
5391
+ exports.CreateIndexResponse$ = CreateIndexResponse$;
5392
+ exports.CreatePlugin$ = CreatePlugin$;
5251
5393
  exports.CreatePluginCommand = CreatePluginCommand;
5394
+ exports.CreatePluginRequest$ = CreatePluginRequest$;
5395
+ exports.CreatePluginResponse$ = CreatePluginResponse$;
5396
+ exports.CreateRetriever$ = CreateRetriever$;
5252
5397
  exports.CreateRetrieverCommand = CreateRetrieverCommand;
5398
+ exports.CreateRetrieverRequest$ = CreateRetrieverRequest$;
5399
+ exports.CreateRetrieverResponse$ = CreateRetrieverResponse$;
5400
+ exports.CreateSubscription$ = CreateSubscription$;
5253
5401
  exports.CreateSubscriptionCommand = CreateSubscriptionCommand;
5402
+ exports.CreateSubscriptionRequest$ = CreateSubscriptionRequest$;
5403
+ exports.CreateSubscriptionResponse$ = CreateSubscriptionResponse$;
5404
+ exports.CreateUser$ = CreateUser$;
5254
5405
  exports.CreateUserCommand = CreateUserCommand;
5406
+ exports.CreateUserRequest$ = CreateUserRequest$;
5407
+ exports.CreateUserResponse$ = CreateUserResponse$;
5408
+ exports.CreateWebExperience$ = CreateWebExperience$;
5255
5409
  exports.CreateWebExperienceCommand = CreateWebExperienceCommand;
5410
+ exports.CreateWebExperienceRequest$ = CreateWebExperienceRequest$;
5411
+ exports.CreateWebExperienceResponse$ = CreateWebExperienceResponse$;
5412
+ exports.CreatorModeConfiguration$ = CreatorModeConfiguration$;
5256
5413
  exports.CreatorModeControl = CreatorModeControl;
5414
+ exports.CustomPluginConfiguration$ = CustomPluginConfiguration$;
5415
+ exports.CustomizationConfiguration$ = CustomizationConfiguration$;
5416
+ exports.DataAccessor$ = DataAccessor$;
5417
+ exports.DataAccessorAuthenticationConfiguration$ = DataAccessorAuthenticationConfiguration$;
5418
+ exports.DataAccessorAuthenticationDetail$ = DataAccessorAuthenticationDetail$;
5257
5419
  exports.DataAccessorAuthenticationType = DataAccessorAuthenticationType;
5420
+ exports.DataAccessorIdcTrustedTokenIssuerConfiguration$ = DataAccessorIdcTrustedTokenIssuerConfiguration$;
5421
+ exports.DataSource$ = DataSource$;
5258
5422
  exports.DataSourceStatus = DataSourceStatus;
5423
+ exports.DataSourceSyncJob$ = DataSourceSyncJob$;
5424
+ exports.DataSourceSyncJobMetrics$ = DataSourceSyncJobMetrics$;
5259
5425
  exports.DataSourceSyncJobStatus = DataSourceSyncJobStatus;
5426
+ exports.DataSourceVpcConfiguration$ = DataSourceVpcConfiguration$;
5427
+ exports.DateAttributeBoostingConfiguration$ = DateAttributeBoostingConfiguration$;
5428
+ exports.DeleteApplication$ = DeleteApplication$;
5260
5429
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
5430
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
5431
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
5432
+ exports.DeleteAttachment$ = DeleteAttachment$;
5261
5433
  exports.DeleteAttachmentCommand = DeleteAttachmentCommand;
5434
+ exports.DeleteAttachmentRequest$ = DeleteAttachmentRequest$;
5435
+ exports.DeleteAttachmentResponse$ = DeleteAttachmentResponse$;
5436
+ exports.DeleteChatControlsConfiguration$ = DeleteChatControlsConfiguration$;
5262
5437
  exports.DeleteChatControlsConfigurationCommand = DeleteChatControlsConfigurationCommand;
5438
+ exports.DeleteChatControlsConfigurationRequest$ = DeleteChatControlsConfigurationRequest$;
5439
+ exports.DeleteChatControlsConfigurationResponse$ = DeleteChatControlsConfigurationResponse$;
5440
+ exports.DeleteChatResponseConfiguration$ = DeleteChatResponseConfiguration$;
5263
5441
  exports.DeleteChatResponseConfigurationCommand = DeleteChatResponseConfigurationCommand;
5442
+ exports.DeleteChatResponseConfigurationRequest$ = DeleteChatResponseConfigurationRequest$;
5443
+ exports.DeleteChatResponseConfigurationResponse$ = DeleteChatResponseConfigurationResponse$;
5444
+ exports.DeleteConversation$ = DeleteConversation$;
5264
5445
  exports.DeleteConversationCommand = DeleteConversationCommand;
5446
+ exports.DeleteConversationRequest$ = DeleteConversationRequest$;
5447
+ exports.DeleteConversationResponse$ = DeleteConversationResponse$;
5448
+ exports.DeleteDataAccessor$ = DeleteDataAccessor$;
5265
5449
  exports.DeleteDataAccessorCommand = DeleteDataAccessorCommand;
5450
+ exports.DeleteDataAccessorRequest$ = DeleteDataAccessorRequest$;
5451
+ exports.DeleteDataAccessorResponse$ = DeleteDataAccessorResponse$;
5452
+ exports.DeleteDataSource$ = DeleteDataSource$;
5266
5453
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
5454
+ exports.DeleteDataSourceRequest$ = DeleteDataSourceRequest$;
5455
+ exports.DeleteDataSourceResponse$ = DeleteDataSourceResponse$;
5456
+ exports.DeleteDocument$ = DeleteDocument$;
5457
+ exports.DeleteGroup$ = DeleteGroup$;
5267
5458
  exports.DeleteGroupCommand = DeleteGroupCommand;
5459
+ exports.DeleteGroupRequest$ = DeleteGroupRequest$;
5460
+ exports.DeleteGroupResponse$ = DeleteGroupResponse$;
5461
+ exports.DeleteIndex$ = DeleteIndex$;
5268
5462
  exports.DeleteIndexCommand = DeleteIndexCommand;
5463
+ exports.DeleteIndexRequest$ = DeleteIndexRequest$;
5464
+ exports.DeleteIndexResponse$ = DeleteIndexResponse$;
5465
+ exports.DeletePlugin$ = DeletePlugin$;
5269
5466
  exports.DeletePluginCommand = DeletePluginCommand;
5467
+ exports.DeletePluginRequest$ = DeletePluginRequest$;
5468
+ exports.DeletePluginResponse$ = DeletePluginResponse$;
5469
+ exports.DeleteRetriever$ = DeleteRetriever$;
5270
5470
  exports.DeleteRetrieverCommand = DeleteRetrieverCommand;
5471
+ exports.DeleteRetrieverRequest$ = DeleteRetrieverRequest$;
5472
+ exports.DeleteRetrieverResponse$ = DeleteRetrieverResponse$;
5473
+ exports.DeleteUser$ = DeleteUser$;
5271
5474
  exports.DeleteUserCommand = DeleteUserCommand;
5475
+ exports.DeleteUserRequest$ = DeleteUserRequest$;
5476
+ exports.DeleteUserResponse$ = DeleteUserResponse$;
5477
+ exports.DeleteWebExperience$ = DeleteWebExperience$;
5272
5478
  exports.DeleteWebExperienceCommand = DeleteWebExperienceCommand;
5479
+ exports.DeleteWebExperienceRequest$ = DeleteWebExperienceRequest$;
5480
+ exports.DeleteWebExperienceResponse$ = DeleteWebExperienceResponse$;
5481
+ exports.DisassociatePermission$ = DisassociatePermission$;
5273
5482
  exports.DisassociatePermissionCommand = DisassociatePermissionCommand;
5483
+ exports.DisassociatePermissionRequest$ = DisassociatePermissionRequest$;
5484
+ exports.DisassociatePermissionResponse$ = DisassociatePermissionResponse$;
5485
+ exports.Document$ = Document$;
5486
+ exports.DocumentAcl$ = DocumentAcl$;
5487
+ exports.DocumentAclCondition$ = DocumentAclCondition$;
5488
+ exports.DocumentAclGroup$ = DocumentAclGroup$;
5489
+ exports.DocumentAclMembership$ = DocumentAclMembership$;
5490
+ exports.DocumentAclUser$ = DocumentAclUser$;
5491
+ exports.DocumentAttribute$ = DocumentAttribute$;
5492
+ exports.DocumentAttributeBoostingConfiguration$ = DocumentAttributeBoostingConfiguration$;
5274
5493
  exports.DocumentAttributeBoostingLevel = DocumentAttributeBoostingLevel;
5494
+ exports.DocumentAttributeCondition$ = DocumentAttributeCondition$;
5495
+ exports.DocumentAttributeConfiguration$ = DocumentAttributeConfiguration$;
5496
+ exports.DocumentAttributeTarget$ = DocumentAttributeTarget$;
5497
+ exports.DocumentAttributeValue$ = DocumentAttributeValue$;
5498
+ exports.DocumentContent$ = DocumentContent$;
5275
5499
  exports.DocumentContentOperator = DocumentContentOperator;
5500
+ exports.DocumentDetails$ = DocumentDetails$;
5276
5501
  exports.DocumentEnrichmentConditionOperator = DocumentEnrichmentConditionOperator;
5502
+ exports.DocumentEnrichmentConfiguration$ = DocumentEnrichmentConfiguration$;
5277
5503
  exports.DocumentStatus = DocumentStatus;
5504
+ exports.EligibleDataSource$ = EligibleDataSource$;
5505
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
5506
+ exports.EndOfInputEvent$ = EndOfInputEvent$;
5278
5507
  exports.ErrorCode = ErrorCode;
5279
- exports.ExternalResourceException = ExternalResourceException$1;
5508
+ exports.ErrorDetail$ = ErrorDetail$;
5509
+ exports.ExternalResourceException = ExternalResourceException;
5510
+ exports.ExternalResourceException$ = ExternalResourceException$;
5511
+ exports.FailedAttachmentEvent$ = FailedAttachmentEvent$;
5512
+ exports.FailedDocument$ = FailedDocument$;
5513
+ exports.GetApplication$ = GetApplication$;
5280
5514
  exports.GetApplicationCommand = GetApplicationCommand;
5515
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
5516
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
5517
+ exports.GetChatControlsConfiguration$ = GetChatControlsConfiguration$;
5281
5518
  exports.GetChatControlsConfigurationCommand = GetChatControlsConfigurationCommand;
5519
+ exports.GetChatControlsConfigurationRequest$ = GetChatControlsConfigurationRequest$;
5520
+ exports.GetChatControlsConfigurationResponse$ = GetChatControlsConfigurationResponse$;
5521
+ exports.GetChatResponseConfiguration$ = GetChatResponseConfiguration$;
5282
5522
  exports.GetChatResponseConfigurationCommand = GetChatResponseConfigurationCommand;
5523
+ exports.GetChatResponseConfigurationRequest$ = GetChatResponseConfigurationRequest$;
5524
+ exports.GetChatResponseConfigurationResponse$ = GetChatResponseConfigurationResponse$;
5525
+ exports.GetDataAccessor$ = GetDataAccessor$;
5283
5526
  exports.GetDataAccessorCommand = GetDataAccessorCommand;
5527
+ exports.GetDataAccessorRequest$ = GetDataAccessorRequest$;
5528
+ exports.GetDataAccessorResponse$ = GetDataAccessorResponse$;
5529
+ exports.GetDataSource$ = GetDataSource$;
5284
5530
  exports.GetDataSourceCommand = GetDataSourceCommand;
5531
+ exports.GetDataSourceRequest$ = GetDataSourceRequest$;
5532
+ exports.GetDataSourceResponse$ = GetDataSourceResponse$;
5533
+ exports.GetDocumentContent$ = GetDocumentContent$;
5285
5534
  exports.GetDocumentContentCommand = GetDocumentContentCommand;
5535
+ exports.GetDocumentContentRequest$ = GetDocumentContentRequest$;
5536
+ exports.GetDocumentContentResponse$ = GetDocumentContentResponse$;
5537
+ exports.GetGroup$ = GetGroup$;
5286
5538
  exports.GetGroupCommand = GetGroupCommand;
5539
+ exports.GetGroupRequest$ = GetGroupRequest$;
5540
+ exports.GetGroupResponse$ = GetGroupResponse$;
5541
+ exports.GetIndex$ = GetIndex$;
5287
5542
  exports.GetIndexCommand = GetIndexCommand;
5543
+ exports.GetIndexRequest$ = GetIndexRequest$;
5544
+ exports.GetIndexResponse$ = GetIndexResponse$;
5545
+ exports.GetMedia$ = GetMedia$;
5288
5546
  exports.GetMediaCommand = GetMediaCommand;
5547
+ exports.GetMediaRequest$ = GetMediaRequest$;
5548
+ exports.GetMediaResponse$ = GetMediaResponse$;
5549
+ exports.GetPlugin$ = GetPlugin$;
5289
5550
  exports.GetPluginCommand = GetPluginCommand;
5551
+ exports.GetPluginRequest$ = GetPluginRequest$;
5552
+ exports.GetPluginResponse$ = GetPluginResponse$;
5553
+ exports.GetPolicy$ = GetPolicy$;
5290
5554
  exports.GetPolicyCommand = GetPolicyCommand;
5555
+ exports.GetPolicyRequest$ = GetPolicyRequest$;
5556
+ exports.GetPolicyResponse$ = GetPolicyResponse$;
5557
+ exports.GetRetriever$ = GetRetriever$;
5291
5558
  exports.GetRetrieverCommand = GetRetrieverCommand;
5559
+ exports.GetRetrieverRequest$ = GetRetrieverRequest$;
5560
+ exports.GetRetrieverResponse$ = GetRetrieverResponse$;
5561
+ exports.GetUser$ = GetUser$;
5292
5562
  exports.GetUserCommand = GetUserCommand;
5563
+ exports.GetUserRequest$ = GetUserRequest$;
5564
+ exports.GetUserResponse$ = GetUserResponse$;
5565
+ exports.GetWebExperience$ = GetWebExperience$;
5293
5566
  exports.GetWebExperienceCommand = GetWebExperienceCommand;
5567
+ exports.GetWebExperienceRequest$ = GetWebExperienceRequest$;
5568
+ exports.GetWebExperienceResponse$ = GetWebExperienceResponse$;
5569
+ exports.GroupMembers$ = GroupMembers$;
5294
5570
  exports.GroupStatus = GroupStatus;
5571
+ exports.GroupStatusDetail$ = GroupStatusDetail$;
5572
+ exports.GroupSummary$ = GroupSummary$;
5573
+ exports.HallucinationReductionConfiguration$ = HallucinationReductionConfiguration$;
5295
5574
  exports.HallucinationReductionControl = HallucinationReductionControl;
5575
+ exports.HookConfiguration$ = HookConfiguration$;
5576
+ exports.IdcAuthConfiguration$ = IdcAuthConfiguration$;
5577
+ exports.IdentityProviderConfiguration$ = IdentityProviderConfiguration$;
5296
5578
  exports.IdentityType = IdentityType;
5579
+ exports.ImageExtractionConfiguration$ = ImageExtractionConfiguration$;
5297
5580
  exports.ImageExtractionStatus = ImageExtractionStatus;
5581
+ exports.ImageSourceDetails$ = ImageSourceDetails$;
5582
+ exports.Index$ = Index$;
5583
+ exports.IndexCapacityConfiguration$ = IndexCapacityConfiguration$;
5584
+ exports.IndexStatistics$ = IndexStatistics$;
5298
5585
  exports.IndexStatus = IndexStatus;
5299
5586
  exports.IndexType = IndexType;
5300
- exports.InternalServerException = InternalServerException$1;
5301
- exports.LicenseNotFoundException = LicenseNotFoundException$1;
5587
+ exports.InlineDocumentEnrichmentConfiguration$ = InlineDocumentEnrichmentConfiguration$;
5588
+ exports.InstructionCollection$ = InstructionCollection$;
5589
+ exports.InternalServerException = InternalServerException;
5590
+ exports.InternalServerException$ = InternalServerException$;
5591
+ exports.KendraIndexConfiguration$ = KendraIndexConfiguration$;
5592
+ exports.LicenseNotFoundException = LicenseNotFoundException;
5593
+ exports.LicenseNotFoundException$ = LicenseNotFoundException$;
5594
+ exports.ListApplications$ = ListApplications$;
5302
5595
  exports.ListApplicationsCommand = ListApplicationsCommand;
5596
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
5597
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
5598
+ exports.ListAttachments$ = ListAttachments$;
5303
5599
  exports.ListAttachmentsCommand = ListAttachmentsCommand;
5600
+ exports.ListAttachmentsRequest$ = ListAttachmentsRequest$;
5601
+ exports.ListAttachmentsResponse$ = ListAttachmentsResponse$;
5602
+ exports.ListChatResponseConfigurations$ = ListChatResponseConfigurations$;
5304
5603
  exports.ListChatResponseConfigurationsCommand = ListChatResponseConfigurationsCommand;
5604
+ exports.ListChatResponseConfigurationsRequest$ = ListChatResponseConfigurationsRequest$;
5605
+ exports.ListChatResponseConfigurationsResponse$ = ListChatResponseConfigurationsResponse$;
5606
+ exports.ListConversations$ = ListConversations$;
5305
5607
  exports.ListConversationsCommand = ListConversationsCommand;
5608
+ exports.ListConversationsRequest$ = ListConversationsRequest$;
5609
+ exports.ListConversationsResponse$ = ListConversationsResponse$;
5610
+ exports.ListDataAccessors$ = ListDataAccessors$;
5306
5611
  exports.ListDataAccessorsCommand = ListDataAccessorsCommand;
5612
+ exports.ListDataAccessorsRequest$ = ListDataAccessorsRequest$;
5613
+ exports.ListDataAccessorsResponse$ = ListDataAccessorsResponse$;
5614
+ exports.ListDataSourceSyncJobs$ = ListDataSourceSyncJobs$;
5307
5615
  exports.ListDataSourceSyncJobsCommand = ListDataSourceSyncJobsCommand;
5616
+ exports.ListDataSourceSyncJobsRequest$ = ListDataSourceSyncJobsRequest$;
5617
+ exports.ListDataSourceSyncJobsResponse$ = ListDataSourceSyncJobsResponse$;
5618
+ exports.ListDataSources$ = ListDataSources$;
5308
5619
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
5620
+ exports.ListDataSourcesRequest$ = ListDataSourcesRequest$;
5621
+ exports.ListDataSourcesResponse$ = ListDataSourcesResponse$;
5622
+ exports.ListDocuments$ = ListDocuments$;
5309
5623
  exports.ListDocumentsCommand = ListDocumentsCommand;
5624
+ exports.ListDocumentsRequest$ = ListDocumentsRequest$;
5625
+ exports.ListDocumentsResponse$ = ListDocumentsResponse$;
5626
+ exports.ListGroups$ = ListGroups$;
5310
5627
  exports.ListGroupsCommand = ListGroupsCommand;
5628
+ exports.ListGroupsRequest$ = ListGroupsRequest$;
5629
+ exports.ListGroupsResponse$ = ListGroupsResponse$;
5630
+ exports.ListIndices$ = ListIndices$;
5311
5631
  exports.ListIndicesCommand = ListIndicesCommand;
5632
+ exports.ListIndicesRequest$ = ListIndicesRequest$;
5633
+ exports.ListIndicesResponse$ = ListIndicesResponse$;
5634
+ exports.ListMessages$ = ListMessages$;
5312
5635
  exports.ListMessagesCommand = ListMessagesCommand;
5636
+ exports.ListMessagesRequest$ = ListMessagesRequest$;
5637
+ exports.ListMessagesResponse$ = ListMessagesResponse$;
5638
+ exports.ListPluginActions$ = ListPluginActions$;
5313
5639
  exports.ListPluginActionsCommand = ListPluginActionsCommand;
5640
+ exports.ListPluginActionsRequest$ = ListPluginActionsRequest$;
5641
+ exports.ListPluginActionsResponse$ = ListPluginActionsResponse$;
5642
+ exports.ListPluginTypeActions$ = ListPluginTypeActions$;
5314
5643
  exports.ListPluginTypeActionsCommand = ListPluginTypeActionsCommand;
5644
+ exports.ListPluginTypeActionsRequest$ = ListPluginTypeActionsRequest$;
5645
+ exports.ListPluginTypeActionsResponse$ = ListPluginTypeActionsResponse$;
5646
+ exports.ListPluginTypeMetadata$ = ListPluginTypeMetadata$;
5315
5647
  exports.ListPluginTypeMetadataCommand = ListPluginTypeMetadataCommand;
5648
+ exports.ListPluginTypeMetadataRequest$ = ListPluginTypeMetadataRequest$;
5649
+ exports.ListPluginTypeMetadataResponse$ = ListPluginTypeMetadataResponse$;
5650
+ exports.ListPlugins$ = ListPlugins$;
5316
5651
  exports.ListPluginsCommand = ListPluginsCommand;
5652
+ exports.ListPluginsRequest$ = ListPluginsRequest$;
5653
+ exports.ListPluginsResponse$ = ListPluginsResponse$;
5654
+ exports.ListRetrievers$ = ListRetrievers$;
5317
5655
  exports.ListRetrieversCommand = ListRetrieversCommand;
5656
+ exports.ListRetrieversRequest$ = ListRetrieversRequest$;
5657
+ exports.ListRetrieversResponse$ = ListRetrieversResponse$;
5658
+ exports.ListSubscriptions$ = ListSubscriptions$;
5318
5659
  exports.ListSubscriptionsCommand = ListSubscriptionsCommand;
5660
+ exports.ListSubscriptionsRequest$ = ListSubscriptionsRequest$;
5661
+ exports.ListSubscriptionsResponse$ = ListSubscriptionsResponse$;
5662
+ exports.ListTagsForResource$ = ListTagsForResource$;
5319
5663
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5664
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5665
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5666
+ exports.ListWebExperiences$ = ListWebExperiences$;
5320
5667
  exports.ListWebExperiencesCommand = ListWebExperiencesCommand;
5321
- exports.MediaTooLargeException = MediaTooLargeException$1;
5668
+ exports.ListWebExperiencesRequest$ = ListWebExperiencesRequest$;
5669
+ exports.ListWebExperiencesResponse$ = ListWebExperiencesResponse$;
5670
+ exports.MediaExtractionConfiguration$ = MediaExtractionConfiguration$;
5671
+ exports.MediaTooLargeException = MediaTooLargeException;
5672
+ exports.MediaTooLargeException$ = MediaTooLargeException$;
5673
+ exports.MemberGroup$ = MemberGroup$;
5322
5674
  exports.MemberRelation = MemberRelation;
5675
+ exports.MemberUser$ = MemberUser$;
5323
5676
  exports.MembershipType = MembershipType;
5677
+ exports.Message$ = Message$;
5324
5678
  exports.MessageType = MessageType;
5325
5679
  exports.MessageUsefulness = MessageUsefulness;
5680
+ exports.MessageUsefulnessFeedback$ = MessageUsefulnessFeedback$;
5326
5681
  exports.MessageUsefulnessReason = MessageUsefulnessReason;
5682
+ exports.MetadataEvent$ = MetadataEvent$;
5683
+ exports.NativeIndexConfiguration$ = NativeIndexConfiguration$;
5684
+ exports.NoAuthConfiguration$ = NoAuthConfiguration$;
5685
+ exports.NumberAttributeBoostingConfiguration$ = NumberAttributeBoostingConfiguration$;
5327
5686
  exports.NumberAttributeBoostingType = NumberAttributeBoostingType;
5687
+ exports.OAuth2ClientCredentialConfiguration$ = OAuth2ClientCredentialConfiguration$;
5688
+ exports.OpenIDConnectProviderConfiguration$ = OpenIDConnectProviderConfiguration$;
5689
+ exports.OrchestrationConfiguration$ = OrchestrationConfiguration$;
5328
5690
  exports.OrchestrationControl = OrchestrationControl;
5329
5691
  exports.OutputFormat = OutputFormat;
5692
+ exports.PermissionCondition$ = PermissionCondition$;
5330
5693
  exports.PermissionConditionOperator = PermissionConditionOperator;
5694
+ exports.PersonalizationConfiguration$ = PersonalizationConfiguration$;
5331
5695
  exports.PersonalizationControlMode = PersonalizationControlMode;
5696
+ exports.Plugin$ = Plugin$;
5697
+ exports.PluginAuthConfiguration$ = PluginAuthConfiguration$;
5332
5698
  exports.PluginBuildStatus = PluginBuildStatus;
5699
+ exports.PluginConfiguration$ = PluginConfiguration$;
5333
5700
  exports.PluginState = PluginState;
5334
5701
  exports.PluginType = PluginType;
5335
5702
  exports.PluginTypeCategory = PluginTypeCategory;
5703
+ exports.PluginTypeMetadataSummary$ = PluginTypeMetadataSummary$;
5704
+ exports.Principal$ = Principal$;
5705
+ exports.PrincipalGroup$ = PrincipalGroup$;
5706
+ exports.PrincipalUser$ = PrincipalUser$;
5707
+ exports.PutFeedback$ = PutFeedback$;
5336
5708
  exports.PutFeedbackCommand = PutFeedbackCommand;
5709
+ exports.PutFeedbackRequest$ = PutFeedbackRequest$;
5710
+ exports.PutGroup$ = PutGroup$;
5337
5711
  exports.PutGroupCommand = PutGroupCommand;
5712
+ exports.PutGroupRequest$ = PutGroupRequest$;
5713
+ exports.PutGroupResponse$ = PutGroupResponse$;
5714
+ exports.QAppsConfiguration$ = QAppsConfiguration$;
5338
5715
  exports.QAppsControlMode = QAppsControlMode;
5339
5716
  exports.QBusiness = QBusiness;
5340
5717
  exports.QBusinessClient = QBusinessClient;
5341
- exports.QBusinessServiceException = QBusinessServiceException$1;
5718
+ exports.QBusinessServiceException = QBusinessServiceException;
5719
+ exports.QBusinessServiceException$ = QBusinessServiceException$;
5720
+ exports.QuickSightConfiguration$ = QuickSightConfiguration$;
5342
5721
  exports.ReadAccessType = ReadAccessType;
5343
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
5722
+ exports.RelevantContent$ = RelevantContent$;
5723
+ exports.ResourceNotFoundException = ResourceNotFoundException;
5724
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5725
+ exports.ResponseConfiguration$ = ResponseConfiguration$;
5344
5726
  exports.ResponseConfigurationType = ResponseConfigurationType;
5345
5727
  exports.ResponseScope = ResponseScope;
5728
+ exports.Retriever$ = Retriever$;
5729
+ exports.RetrieverConfiguration$ = RetrieverConfiguration$;
5730
+ exports.RetrieverContentSource$ = RetrieverContentSource$;
5346
5731
  exports.RetrieverStatus = RetrieverStatus;
5347
5732
  exports.RetrieverType = RetrieverType;
5733
+ exports.Rule$ = Rule$;
5734
+ exports.RuleConfiguration$ = RuleConfiguration$;
5348
5735
  exports.RuleType = RuleType;
5736
+ exports.S3$ = S3$;
5737
+ exports.SamlConfiguration$ = SamlConfiguration$;
5738
+ exports.SamlProviderConfiguration$ = SamlProviderConfiguration$;
5739
+ exports.ScoreAttributes$ = ScoreAttributes$;
5349
5740
  exports.ScoreConfidence = ScoreConfidence;
5741
+ exports.SearchRelevantContent$ = SearchRelevantContent$;
5350
5742
  exports.SearchRelevantContentCommand = SearchRelevantContentCommand;
5351
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
5743
+ exports.SearchRelevantContentRequest$ = SearchRelevantContentRequest$;
5744
+ exports.SearchRelevantContentResponse$ = SearchRelevantContentResponse$;
5745
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5746
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5747
+ exports.SnippetExcerpt$ = SnippetExcerpt$;
5748
+ exports.SourceAttribution$ = SourceAttribution$;
5749
+ exports.SourceDetails$ = SourceDetails$;
5750
+ exports.StartDataSourceSyncJob$ = StartDataSourceSyncJob$;
5352
5751
  exports.StartDataSourceSyncJobCommand = StartDataSourceSyncJobCommand;
5752
+ exports.StartDataSourceSyncJobRequest$ = StartDataSourceSyncJobRequest$;
5753
+ exports.StartDataSourceSyncJobResponse$ = StartDataSourceSyncJobResponse$;
5353
5754
  exports.Status = Status;
5755
+ exports.StopDataSourceSyncJob$ = StopDataSourceSyncJob$;
5354
5756
  exports.StopDataSourceSyncJobCommand = StopDataSourceSyncJobCommand;
5757
+ exports.StopDataSourceSyncJobRequest$ = StopDataSourceSyncJobRequest$;
5758
+ exports.StopDataSourceSyncJobResponse$ = StopDataSourceSyncJobResponse$;
5759
+ exports.StringAttributeBoostingConfiguration$ = StringAttributeBoostingConfiguration$;
5355
5760
  exports.StringAttributeValueBoostingLevel = StringAttributeValueBoostingLevel;
5761
+ exports.StringListAttributeBoostingConfiguration$ = StringListAttributeBoostingConfiguration$;
5762
+ exports.Subscription$ = Subscription$;
5763
+ exports.SubscriptionDetails$ = SubscriptionDetails$;
5764
+ exports.SubscriptionPrincipal$ = SubscriptionPrincipal$;
5356
5765
  exports.SubscriptionType = SubscriptionType;
5357
5766
  exports.SystemMessageType = SystemMessageType;
5767
+ exports.Tag$ = Tag$;
5768
+ exports.TagResource$ = TagResource$;
5358
5769
  exports.TagResourceCommand = TagResourceCommand;
5359
- exports.ThrottlingException = ThrottlingException$1;
5770
+ exports.TagResourceRequest$ = TagResourceRequest$;
5771
+ exports.TagResourceResponse$ = TagResourceResponse$;
5772
+ exports.TextDocumentStatistics$ = TextDocumentStatistics$;
5773
+ exports.TextInputEvent$ = TextInputEvent$;
5774
+ exports.TextOutputEvent$ = TextOutputEvent$;
5775
+ exports.TextSegment$ = TextSegment$;
5776
+ exports.ThrottlingException = ThrottlingException;
5777
+ exports.ThrottlingException$ = ThrottlingException$;
5778
+ exports.TopicConfiguration$ = TopicConfiguration$;
5779
+ exports.UntagResource$ = UntagResource$;
5360
5780
  exports.UntagResourceCommand = UntagResourceCommand;
5781
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
5782
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
5783
+ exports.UpdateApplication$ = UpdateApplication$;
5361
5784
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
5785
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
5786
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
5787
+ exports.UpdateChatControlsConfiguration$ = UpdateChatControlsConfiguration$;
5362
5788
  exports.UpdateChatControlsConfigurationCommand = UpdateChatControlsConfigurationCommand;
5789
+ exports.UpdateChatControlsConfigurationRequest$ = UpdateChatControlsConfigurationRequest$;
5790
+ exports.UpdateChatControlsConfigurationResponse$ = UpdateChatControlsConfigurationResponse$;
5791
+ exports.UpdateChatResponseConfiguration$ = UpdateChatResponseConfiguration$;
5363
5792
  exports.UpdateChatResponseConfigurationCommand = UpdateChatResponseConfigurationCommand;
5793
+ exports.UpdateChatResponseConfigurationRequest$ = UpdateChatResponseConfigurationRequest$;
5794
+ exports.UpdateChatResponseConfigurationResponse$ = UpdateChatResponseConfigurationResponse$;
5795
+ exports.UpdateDataAccessor$ = UpdateDataAccessor$;
5364
5796
  exports.UpdateDataAccessorCommand = UpdateDataAccessorCommand;
5797
+ exports.UpdateDataAccessorRequest$ = UpdateDataAccessorRequest$;
5798
+ exports.UpdateDataAccessorResponse$ = UpdateDataAccessorResponse$;
5799
+ exports.UpdateDataSource$ = UpdateDataSource$;
5365
5800
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
5801
+ exports.UpdateDataSourceRequest$ = UpdateDataSourceRequest$;
5802
+ exports.UpdateDataSourceResponse$ = UpdateDataSourceResponse$;
5803
+ exports.UpdateIndex$ = UpdateIndex$;
5366
5804
  exports.UpdateIndexCommand = UpdateIndexCommand;
5805
+ exports.UpdateIndexRequest$ = UpdateIndexRequest$;
5806
+ exports.UpdateIndexResponse$ = UpdateIndexResponse$;
5807
+ exports.UpdatePlugin$ = UpdatePlugin$;
5367
5808
  exports.UpdatePluginCommand = UpdatePluginCommand;
5809
+ exports.UpdatePluginRequest$ = UpdatePluginRequest$;
5810
+ exports.UpdatePluginResponse$ = UpdatePluginResponse$;
5811
+ exports.UpdateRetriever$ = UpdateRetriever$;
5368
5812
  exports.UpdateRetrieverCommand = UpdateRetrieverCommand;
5813
+ exports.UpdateRetrieverRequest$ = UpdateRetrieverRequest$;
5814
+ exports.UpdateRetrieverResponse$ = UpdateRetrieverResponse$;
5815
+ exports.UpdateSubscription$ = UpdateSubscription$;
5369
5816
  exports.UpdateSubscriptionCommand = UpdateSubscriptionCommand;
5817
+ exports.UpdateSubscriptionRequest$ = UpdateSubscriptionRequest$;
5818
+ exports.UpdateSubscriptionResponse$ = UpdateSubscriptionResponse$;
5819
+ exports.UpdateUser$ = UpdateUser$;
5370
5820
  exports.UpdateUserCommand = UpdateUserCommand;
5821
+ exports.UpdateUserRequest$ = UpdateUserRequest$;
5822
+ exports.UpdateUserResponse$ = UpdateUserResponse$;
5823
+ exports.UpdateWebExperience$ = UpdateWebExperience$;
5371
5824
  exports.UpdateWebExperienceCommand = UpdateWebExperienceCommand;
5372
- exports.ValidationException = ValidationException$1;
5825
+ exports.UpdateWebExperienceRequest$ = UpdateWebExperienceRequest$;
5826
+ exports.UpdateWebExperienceResponse$ = UpdateWebExperienceResponse$;
5827
+ exports.UserAlias$ = UserAlias$;
5828
+ exports.UsersAndGroups$ = UsersAndGroups$;
5829
+ exports.ValidationException = ValidationException;
5830
+ exports.ValidationException$ = ValidationException$;
5831
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
5373
5832
  exports.ValidationExceptionReason = ValidationExceptionReason;
5833
+ exports.VideoExtractionConfiguration$ = VideoExtractionConfiguration$;
5374
5834
  exports.VideoExtractionStatus = VideoExtractionStatus;
5375
5835
  exports.VideoExtractionType = VideoExtractionType;
5836
+ exports.VideoSourceDetails$ = VideoSourceDetails$;
5837
+ exports.WebExperience$ = WebExperience$;
5838
+ exports.WebExperienceAuthConfiguration$ = WebExperienceAuthConfiguration$;
5376
5839
  exports.WebExperienceSamplePromptsControlMode = WebExperienceSamplePromptsControlMode;
5377
5840
  exports.WebExperienceStatus = WebExperienceStatus;
5378
5841
  exports.paginateGetChatControlsConfiguration = paginateGetChatControlsConfiguration;