@aws-sdk/client-qbusiness 3.1087.0 → 3.1089.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 (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/QBusiness.d.ts +289 -376
  3. package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
  7. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
  12. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
  13. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
  47. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  54. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
  85. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +21 -42
  94. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -48
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  99. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  105. package/package.json +41 -41
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRetrieverRequest,
4
- UpdateRetrieverResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRetrieverRequest, UpdateRetrieverResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateRetrieverCommandInput extends UpdateRetrieverRequest {}
8
- export interface UpdateRetrieverCommandOutput
9
- extends UpdateRetrieverResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateRetrieverCommandOutput extends UpdateRetrieverResponse, __MetadataBearer {}
11
6
  declare const UpdateRetrieverCommand_base: {
12
7
  new (
13
- input: UpdateRetrieverCommandInput
8
+ input: UpdateRetrieverCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateRetrieverCommandInput,
16
11
  UpdateRetrieverCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateRetrieverCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateRetrieverCommandInput
17
+ input: UpdateRetrieverCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateRetrieverCommandInput,
25
20
  UpdateRetrieverCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSubscriptionRequest,
4
- UpdateSubscriptionResponse,
5
- } from "../models/models_1";
2
+ import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateSubscriptionCommandInput
8
- extends UpdateSubscriptionRequest {}
4
+ export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionRequest {}
9
5
  export interface UpdateSubscriptionCommandOutput
10
- extends UpdateSubscriptionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateSubscriptionResponse, __MetadataBearer {}
12
7
  declare const UpdateSubscriptionCommand_base: {
13
8
  new (
14
- input: UpdateSubscriptionCommandInput
9
+ input: UpdateSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateSubscriptionCommandInput,
17
12
  UpdateSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateSubscriptionCommandInput
18
+ input: UpdateSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateSubscriptionCommandInput,
26
21
  UpdateSubscriptionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateUserCommandInput extends UpdateUserRequest {}
5
- export interface UpdateUserCommandOutput
6
- extends UpdateUserResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {}
8
6
  declare const UpdateUserCommand_base: {
9
7
  new (
10
- input: UpdateUserCommandInput
8
+ input: UpdateUserCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateUserCommandInput,
13
11
  UpdateUserCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateUserCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateUserCommandInput
17
+ input: UpdateUserCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateUserCommandInput,
22
20
  UpdateUserCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWebExperienceRequest,
4
- UpdateWebExperienceResponse,
5
- } from "../models/models_0";
2
+ import { UpdateWebExperienceRequest, UpdateWebExperienceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateWebExperienceCommandInput
8
- extends UpdateWebExperienceRequest {}
4
+ export interface UpdateWebExperienceCommandInput extends UpdateWebExperienceRequest {}
9
5
  export interface UpdateWebExperienceCommandOutput
10
- extends UpdateWebExperienceResponse,
11
- __MetadataBearer {}
6
+ extends UpdateWebExperienceResponse, __MetadataBearer {}
12
7
  declare const UpdateWebExperienceCommand_base: {
13
8
  new (
14
- input: UpdateWebExperienceCommandInput
9
+ input: UpdateWebExperienceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateWebExperienceCommandInput,
17
12
  UpdateWebExperienceCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateWebExperienceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateWebExperienceCommandInput
18
+ input: UpdateWebExperienceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateWebExperienceCommandInput,
26
21
  UpdateWebExperienceCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface QBusinessExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,20 +2,17 @@ export declare const MemberRelation: {
2
2
  readonly AND: "AND";
3
3
  readonly OR: "OR";
4
4
  };
5
- export type MemberRelation =
6
- (typeof MemberRelation)[keyof typeof MemberRelation];
5
+ export type MemberRelation = (typeof MemberRelation)[keyof typeof MemberRelation];
7
6
  export declare const ReadAccessType: {
8
7
  readonly ALLOW: "ALLOW";
9
8
  readonly DENY: "DENY";
10
9
  };
11
- export type ReadAccessType =
12
- (typeof ReadAccessType)[keyof typeof ReadAccessType];
10
+ export type ReadAccessType = (typeof ReadAccessType)[keyof typeof ReadAccessType];
13
11
  export declare const MembershipType: {
14
12
  readonly DATASOURCE: "DATASOURCE";
15
13
  readonly INDEX: "INDEX";
16
14
  };
17
- export type MembershipType =
18
- (typeof MembershipType)[keyof typeof MembershipType];
15
+ export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
19
16
  export declare const ActionPayloadFieldType: {
20
17
  readonly ARRAY: "ARRAY";
21
18
  readonly BOOLEAN: "BOOLEAN";
@@ -63,8 +60,7 @@ export declare const ApplicationStatus: {
63
60
  readonly FAILED: "FAILED";
64
61
  readonly UPDATING: "UPDATING";
65
62
  };
66
- export type ApplicationStatus =
67
- (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
63
+ export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
68
64
  export declare const AttachmentsControlMode: {
69
65
  readonly DISABLED: "DISABLED";
70
66
  readonly ENABLED: "ENABLED";
@@ -81,8 +77,7 @@ export declare const QAppsControlMode: {
81
77
  readonly DISABLED: "DISABLED";
82
78
  readonly ENABLED: "ENABLED";
83
79
  };
84
- export type QAppsControlMode =
85
- (typeof QAppsControlMode)[keyof typeof QAppsControlMode];
80
+ export type QAppsControlMode = (typeof QAppsControlMode)[keyof typeof QAppsControlMode];
86
81
  export declare const ValidationExceptionReason: {
87
82
  readonly CANNOT_PARSE: "CANNOT_PARSE";
88
83
  readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
@@ -106,8 +101,7 @@ export declare const SubscriptionType: {
106
101
  readonly Q_BUSINESS: "Q_BUSINESS";
107
102
  readonly Q_LITE: "Q_LITE";
108
103
  };
109
- export type SubscriptionType =
110
- (typeof SubscriptionType)[keyof typeof SubscriptionType];
104
+ export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
111
105
  export declare const ErrorCode: {
112
106
  readonly INTERNAL_ERROR: "InternalError";
113
107
  readonly INVALID_REQUEST: "InvalidRequest";
@@ -171,8 +165,7 @@ export declare const DataSourceStatus: {
171
165
  readonly PENDING_CREATION: "PENDING_CREATION";
172
166
  readonly UPDATING: "UPDATING";
173
167
  };
174
- export type DataSourceStatus =
175
- (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
168
+ export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
176
169
  export declare const Status: {
177
170
  readonly DISABLED: "DISABLED";
178
171
  readonly ENABLED: "ENABLED";
@@ -202,8 +195,7 @@ export declare const PluginBuildStatus: {
202
195
  readonly UPDATE_FAILED: "UPDATE_FAILED";
203
196
  readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
204
197
  };
205
- export type PluginBuildStatus =
206
- (typeof PluginBuildStatus)[keyof typeof PluginBuildStatus];
198
+ export type PluginBuildStatus = (typeof PluginBuildStatus)[keyof typeof PluginBuildStatus];
207
199
  export declare const PluginState: {
208
200
  readonly DISABLED: "DISABLED";
209
201
  readonly ENABLED: "ENABLED";
@@ -249,14 +241,12 @@ export declare const RetrieverStatus: {
249
241
  readonly CREATING: "CREATING";
250
242
  readonly FAILED: "FAILED";
251
243
  };
252
- export type RetrieverStatus =
253
- (typeof RetrieverStatus)[keyof typeof RetrieverStatus];
244
+ export type RetrieverStatus = (typeof RetrieverStatus)[keyof typeof RetrieverStatus];
254
245
  export declare const BrowserExtension: {
255
246
  readonly CHROME: "CHROME";
256
247
  readonly FIREFOX: "FIREFOX";
257
248
  };
258
- export type BrowserExtension =
259
- (typeof BrowserExtension)[keyof typeof BrowserExtension];
249
+ export type BrowserExtension = (typeof BrowserExtension)[keyof typeof BrowserExtension];
260
250
  export declare const WebExperienceSamplePromptsControlMode: {
261
251
  readonly DISABLED: "DISABLED";
262
252
  readonly ENABLED: "ENABLED";
@@ -270,20 +260,17 @@ export declare const WebExperienceStatus: {
270
260
  readonly FAILED: "FAILED";
271
261
  readonly PENDING_AUTH_CONFIG: "PENDING_AUTH_CONFIG";
272
262
  };
273
- export type WebExperienceStatus =
274
- (typeof WebExperienceStatus)[keyof typeof WebExperienceStatus];
263
+ export type WebExperienceStatus = (typeof WebExperienceStatus)[keyof typeof WebExperienceStatus];
275
264
  export declare const CreatorModeControl: {
276
265
  readonly DISABLED: "DISABLED";
277
266
  readonly ENABLED: "ENABLED";
278
267
  };
279
- export type CreatorModeControl =
280
- (typeof CreatorModeControl)[keyof typeof CreatorModeControl];
268
+ export type CreatorModeControl = (typeof CreatorModeControl)[keyof typeof CreatorModeControl];
281
269
  export declare const OrchestrationControl: {
282
270
  readonly DISABLED: "DISABLED";
283
271
  readonly ENABLED: "ENABLED";
284
272
  };
285
- export type OrchestrationControl =
286
- (typeof OrchestrationControl)[keyof typeof OrchestrationControl];
273
+ export type OrchestrationControl = (typeof OrchestrationControl)[keyof typeof OrchestrationControl];
287
274
  export declare const PermissionConditionOperator: {
288
275
  readonly STRING_EQUALS: "StringEquals";
289
276
  };
@@ -293,14 +280,12 @@ export declare const AttachmentStatus: {
293
280
  readonly FAILED: "FAILED";
294
281
  readonly SUCCESS: "SUCCESS";
295
282
  };
296
- export type AttachmentStatus =
297
- (typeof AttachmentStatus)[keyof typeof AttachmentStatus];
283
+ export type AttachmentStatus = (typeof AttachmentStatus)[keyof typeof AttachmentStatus];
298
284
  export declare const AudioExtractionType: {
299
285
  readonly SUMMARY: "SUMMARY";
300
286
  readonly TRANSCRIPT: "TRANSCRIPT";
301
287
  };
302
- export type AudioExtractionType =
303
- (typeof AudioExtractionType)[keyof typeof AudioExtractionType];
288
+ export type AudioExtractionType = (typeof AudioExtractionType)[keyof typeof AudioExtractionType];
304
289
  export declare const ContentType: {
305
290
  readonly CSV: "CSV";
306
291
  readonly HTML: "HTML";
@@ -326,14 +311,12 @@ export declare const VideoExtractionType: {
326
311
  readonly SUMMARY: "SUMMARY";
327
312
  readonly TRANSCRIPT: "TRANSCRIPT";
328
313
  };
329
- export type VideoExtractionType =
330
- (typeof VideoExtractionType)[keyof typeof VideoExtractionType];
314
+ export type VideoExtractionType = (typeof VideoExtractionType)[keyof typeof VideoExtractionType];
331
315
  export declare const SystemMessageType: {
332
316
  readonly GROUNDED_RESPONSE: "GROUNDED_RESPONSE";
333
317
  readonly RESPONSE: "RESPONSE";
334
318
  };
335
- export type SystemMessageType =
336
- (typeof SystemMessageType)[keyof typeof SystemMessageType];
319
+ export type SystemMessageType = (typeof SystemMessageType)[keyof typeof SystemMessageType];
337
320
  export declare const ChatResponseConfigurationStatus: {
338
321
  readonly ACTIVE: "ACTIVE";
339
322
  readonly CREATING: "CREATING";
@@ -368,8 +351,7 @@ export declare const DocumentStatus: {
368
351
  readonly RECEIVED: "RECEIVED";
369
352
  readonly UPDATED: "UPDATED";
370
353
  };
371
- export type DocumentStatus =
372
- (typeof DocumentStatus)[keyof typeof DocumentStatus];
354
+ export type DocumentStatus = (typeof DocumentStatus)[keyof typeof DocumentStatus];
373
355
  export declare const HallucinationReductionControl: {
374
356
  readonly DISABLED: "DISABLED";
375
357
  readonly ENABLED: "ENABLED";
@@ -411,8 +393,7 @@ export declare const PluginTypeCategory: {
411
393
  readonly PROJECT_MANAGEMENT: "Project management";
412
394
  readonly TICKETING_MANAGEMENT: "Ticketing and incident management";
413
395
  };
414
- export type PluginTypeCategory =
415
- (typeof PluginTypeCategory)[keyof typeof PluginTypeCategory];
396
+ export type PluginTypeCategory = (typeof PluginTypeCategory)[keyof typeof PluginTypeCategory];
416
397
  export declare const MessageUsefulnessReason: {
417
398
  readonly COMPLETE: "COMPLETE";
418
399
  readonly FACTUALLY_CORRECT: "FACTUALLY_CORRECT";
@@ -433,8 +414,7 @@ export declare const MessageUsefulness: {
433
414
  readonly NOT_USEFUL: "NOT_USEFUL";
434
415
  readonly USEFUL: "USEFUL";
435
416
  };
436
- export type MessageUsefulness =
437
- (typeof MessageUsefulness)[keyof typeof MessageUsefulness];
417
+ export type MessageUsefulness = (typeof MessageUsefulness)[keyof typeof MessageUsefulness];
438
418
  export declare const ScoreConfidence: {
439
419
  readonly HIGH: "HIGH";
440
420
  readonly LOW: "LOW";
@@ -442,5 +422,4 @@ export declare const ScoreConfidence: {
442
422
  readonly NOT_AVAILABLE: "NOT_AVAILABLE";
443
423
  readonly VERY_HIGH: "VERY_HIGH";
444
424
  };
445
- export type ScoreConfidence =
446
- (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
425
+ export type ScoreConfidence = (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
@@ -5,9 +5,7 @@ import { QBusinessServiceException as __BaseException } from "./QBusinessService
5
5
  export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
- constructor(
9
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
- );
8
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
9
  }
12
10
  export declare class ConflictException extends __BaseException {
13
11
  readonly name: "ConflictException";
@@ -19,62 +17,46 @@ export declare class ConflictException extends __BaseException {
19
17
  export declare class InternalServerException extends __BaseException {
20
18
  readonly name: "InternalServerException";
21
19
  readonly $fault: "server";
22
- constructor(
23
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
24
- );
20
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
25
21
  }
26
22
  export declare class ResourceNotFoundException extends __BaseException {
27
23
  readonly name: "ResourceNotFoundException";
28
24
  readonly $fault: "client";
29
25
  resourceId: string | undefined;
30
26
  resourceType: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
33
- );
27
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
34
28
  }
35
29
  export declare class ServiceQuotaExceededException extends __BaseException {
36
30
  readonly name: "ServiceQuotaExceededException";
37
31
  readonly $fault: "client";
38
32
  resourceId: string | undefined;
39
33
  resourceType: string | undefined;
40
- constructor(
41
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
42
- );
34
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
43
35
  }
44
36
  export declare class ThrottlingException extends __BaseException {
45
37
  readonly name: "ThrottlingException";
46
38
  readonly $fault: "client";
47
- constructor(
48
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
49
- );
39
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
50
40
  }
51
41
  export declare class ValidationException extends __BaseException {
52
42
  readonly name: "ValidationException";
53
43
  readonly $fault: "client";
54
44
  reason: ValidationExceptionReason | undefined;
55
45
  fields?: ValidationExceptionField[] | undefined;
56
- constructor(
57
- opts: __ExceptionOptionType<ValidationException, __BaseException>
58
- );
46
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
59
47
  }
60
48
  export declare class ExternalResourceException extends __BaseException {
61
49
  readonly name: "ExternalResourceException";
62
50
  readonly $fault: "client";
63
- constructor(
64
- opts: __ExceptionOptionType<ExternalResourceException, __BaseException>
65
- );
51
+ constructor(opts: __ExceptionOptionType<ExternalResourceException, __BaseException>);
66
52
  }
67
53
  export declare class LicenseNotFoundException extends __BaseException {
68
54
  readonly name: "LicenseNotFoundException";
69
55
  readonly $fault: "client";
70
- constructor(
71
- opts: __ExceptionOptionType<LicenseNotFoundException, __BaseException>
72
- );
56
+ constructor(opts: __ExceptionOptionType<LicenseNotFoundException, __BaseException>);
73
57
  }
74
58
  export declare class MediaTooLargeException extends __BaseException {
75
59
  readonly name: "MediaTooLargeException";
76
60
  readonly $fault: "client";
77
- constructor(
78
- opts: __ExceptionOptionType<MediaTooLargeException, __BaseException>
79
- );
61
+ constructor(opts: __ExceptionOptionType<MediaTooLargeException, __BaseException>);
80
62
  }
@@ -69,10 +69,7 @@ export interface PrincipalUser {
69
69
  access: ReadAccessType | undefined;
70
70
  membershipType?: MembershipType | undefined;
71
71
  }
72
- export type Principal =
73
- | Principal.GroupMember
74
- | Principal.UserMember
75
- | Principal.$UnknownMember;
72
+ export type Principal = Principal.GroupMember | Principal.UserMember | Principal.$UnknownMember;
76
73
  export declare namespace Principal {
77
74
  interface UserMember {
78
75
  user: PrincipalUser;
@@ -210,10 +207,7 @@ export interface S3 {
210
207
  bucket: string | undefined;
211
208
  key: string | undefined;
212
209
  }
213
- export type APISchema =
214
- | APISchema.PayloadMember
215
- | APISchema.S3Member
216
- | APISchema.$UnknownMember;
210
+ export type APISchema = APISchema.PayloadMember | APISchema.S3Member | APISchema.$UnknownMember;
217
211
  export declare namespace APISchema {
218
212
  interface PayloadMember {
219
213
  payload: string;
@@ -305,16 +299,14 @@ export declare namespace DataAccessorAuthenticationConfiguration {
305
299
  }
306
300
  interface Visitor<T> {
307
301
  idcTrustedTokenIssuerConfiguration: (
308
- value: DataAccessorIdcTrustedTokenIssuerConfiguration
302
+ value: DataAccessorIdcTrustedTokenIssuerConfiguration,
309
303
  ) => T;
310
304
  _: (name: string, value: any) => T;
311
305
  }
312
306
  }
313
307
  export interface DataAccessorAuthenticationDetail {
314
308
  authenticationType: DataAccessorAuthenticationType | undefined;
315
- authenticationConfiguration?:
316
- | DataAccessorAuthenticationConfiguration
317
- | undefined;
309
+ authenticationConfiguration?: DataAccessorAuthenticationConfiguration | undefined;
318
310
  externalIds?: string[] | undefined;
319
311
  }
320
312
  export interface CreateDataAccessorResponse {
@@ -562,9 +554,7 @@ export interface GetIndexResponse {
562
554
  createdAt?: Date | undefined;
563
555
  updatedAt?: Date | undefined;
564
556
  capacityConfiguration?: IndexCapacityConfiguration | undefined;
565
- documentAttributeConfigurations?:
566
- | DocumentAttributeConfiguration[]
567
- | undefined;
557
+ documentAttributeConfigurations?: DocumentAttributeConfiguration[] | undefined;
568
558
  error?: ErrorDetail | undefined;
569
559
  indexStatistics?: IndexStatistics | undefined;
570
560
  }
@@ -590,9 +580,7 @@ export interface UpdateIndexRequest {
590
580
  displayName?: string | undefined;
591
581
  description?: string | undefined;
592
582
  capacityConfiguration?: IndexCapacityConfiguration | undefined;
593
- documentAttributeConfigurations?:
594
- | DocumentAttributeConfiguration[]
595
- | undefined;
583
+ documentAttributeConfigurations?: DocumentAttributeConfiguration[] | undefined;
596
584
  }
597
585
  export interface UpdateIndexResponse {}
598
586
  export interface ListApplicationsRequest {
@@ -662,9 +650,7 @@ export declare namespace PluginAuthConfiguration {
662
650
  }
663
651
  interface Visitor<T> {
664
652
  basicAuthConfiguration: (value: BasicAuthConfiguration) => T;
665
- oAuth2ClientCredentialConfiguration: (
666
- value: OAuth2ClientCredentialConfiguration
667
- ) => T;
653
+ oAuth2ClientCredentialConfiguration: (value: OAuth2ClientCredentialConfiguration) => T;
668
654
  noAuthConfiguration: (value: NoAuthConfiguration) => T;
669
655
  idcAuthConfiguration: (value: IdcAuthConfiguration) => T;
670
656
  _: (name: string, value: any) => T;
@@ -755,9 +741,7 @@ export interface NumberAttributeBoostingConfiguration {
755
741
  }
756
742
  export interface StringAttributeBoostingConfiguration {
757
743
  boostingLevel: DocumentAttributeBoostingLevel | undefined;
758
- attributeValueBoosting?:
759
- | Record<string, StringAttributeValueBoostingLevel>
760
- | undefined;
744
+ attributeValueBoosting?: Record<string, StringAttributeValueBoostingLevel> | undefined;
761
745
  }
762
746
  export interface StringListAttributeBoostingConfiguration {
763
747
  boostingLevel: DocumentAttributeBoostingLevel | undefined;
@@ -808,18 +792,14 @@ export declare namespace DocumentAttributeBoostingConfiguration {
808
792
  numberConfiguration: (value: NumberAttributeBoostingConfiguration) => T;
809
793
  stringConfiguration: (value: StringAttributeBoostingConfiguration) => T;
810
794
  dateConfiguration: (value: DateAttributeBoostingConfiguration) => T;
811
- stringListConfiguration: (
812
- value: StringListAttributeBoostingConfiguration
813
- ) => T;
795
+ stringListConfiguration: (value: StringListAttributeBoostingConfiguration) => T;
814
796
  _: (name: string, value: any) => T;
815
797
  }
816
798
  }
817
799
  export interface NativeIndexConfiguration {
818
800
  indexId: string | undefined;
819
801
  version?: number | undefined;
820
- boostingOverride?:
821
- | Record<string, DocumentAttributeBoostingConfiguration>
822
- | undefined;
802
+ boostingOverride?: Record<string, DocumentAttributeBoostingConfiguration> | undefined;
823
803
  }
824
804
  export type RetrieverConfiguration =
825
805
  | RetrieverConfiguration.KendraIndexConfigurationMember
@@ -955,9 +935,7 @@ export declare namespace IdentityProviderConfiguration {
955
935
  }
956
936
  interface Visitor<T> {
957
937
  samlConfiguration: (value: SamlProviderConfiguration) => T;
958
- openIDConnectConfiguration: (
959
- value: OpenIDConnectProviderConfiguration
960
- ) => T;
938
+ openIDConnectConfiguration: (value: OpenIDConnectProviderConfiguration) => T;
961
939
  _: (name: string, value: any) => T;
962
940
  }
963
941
  }
@@ -1095,9 +1073,7 @@ export interface ConversationSource {
1095
1073
  conversationId: string | undefined;
1096
1074
  attachmentId: string | undefined;
1097
1075
  }
1098
- export type CopyFromSource =
1099
- | CopyFromSource.ConversationMember
1100
- | CopyFromSource.$UnknownMember;
1076
+ export type CopyFromSource = CopyFromSource.ConversationMember | CopyFromSource.$UnknownMember;
1101
1077
  export declare namespace CopyFromSource {
1102
1078
  interface ConversationMember {
1103
1079
  conversation: ConversationSource;
@@ -1512,9 +1488,7 @@ export interface ContentRetrievalRule {
1512
1488
  export interface RetrieverContentSource {
1513
1489
  retrieverId: string | undefined;
1514
1490
  }
1515
- export type ContentSource =
1516
- | ContentSource.RetrieverMember
1517
- | ContentSource.$UnknownMember;
1491
+ export type ContentSource = ContentSource.RetrieverMember | ContentSource.$UnknownMember;
1518
1492
  export declare namespace ContentSource {
1519
1493
  interface RetrieverMember {
1520
1494
  retriever: RetrieverContentSource;
@@ -1727,9 +1701,7 @@ export interface GetChatControlsConfigurationResponse {
1727
1701
  topicConfigurations?: TopicConfiguration[] | undefined;
1728
1702
  creatorModeConfiguration?: AppliedCreatorModeConfiguration | undefined;
1729
1703
  nextToken?: string | undefined;
1730
- hallucinationReductionConfiguration?:
1731
- | HallucinationReductionConfiguration
1732
- | undefined;
1704
+ hallucinationReductionConfiguration?: HallucinationReductionConfiguration | undefined;
1733
1705
  }
1734
1706
  export interface GetChatResponseConfigurationRequest {
1735
1707
  applicationId: string | undefined;
@@ -2021,14 +1993,10 @@ export interface UpdateChatControlsConfigurationRequest {
2021
1993
  clientToken?: string | undefined;
2022
1994
  responseScope?: ResponseScope | undefined;
2023
1995
  orchestrationConfiguration?: OrchestrationConfiguration | undefined;
2024
- blockedPhrasesConfigurationUpdate?:
2025
- | BlockedPhrasesConfigurationUpdate
2026
- | undefined;
1996
+ blockedPhrasesConfigurationUpdate?: BlockedPhrasesConfigurationUpdate | undefined;
2027
1997
  topicConfigurationsToCreateOrUpdate?: TopicConfiguration[] | undefined;
2028
1998
  topicConfigurationsToDelete?: TopicConfiguration[] | undefined;
2029
1999
  creatorModeConfiguration?: CreatorModeConfiguration | undefined;
2030
- hallucinationReductionConfiguration?:
2031
- | HallucinationReductionConfiguration
2032
- | undefined;
2000
+ hallucinationReductionConfiguration?: HallucinationReductionConfiguration | undefined;
2033
2001
  }
2034
2002
  export interface UpdateChatControlsConfigurationResponse {}
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { QBusinessClient } from "../QBusinessClient";
3
- export interface QBusinessPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface QBusinessPaginationConfiguration extends PaginationConfiguration {
5
4
  client: QBusinessClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListGroupsCommandInput,
4
- ListGroupsCommandOutput,
5
- } from "../commands/ListGroupsCommand";
2
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
6
3
  import { QBusinessPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListGroups: (
8
5
  config: QBusinessPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListIndicesCommandInput,
4
- ListIndicesCommandOutput,
5
- } from "../commands/ListIndicesCommand";
2
+ import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
6
3
  import { QBusinessPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListIndices: (
8
5
  config: QBusinessPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListPluginsCommandInput,
4
- ListPluginsCommandOutput,
5
- } from "../commands/ListPluginsCommand";
2
+ import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
6
3
  import { QBusinessPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListPlugins: (
8
5
  config: QBusinessPaginationConfiguration,