@aws-sdk/client-qbusiness 3.936.0 → 3.940.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -5641,6 +5641,10 @@ const RetrieverStatus = {
5641
5641
  CREATING: "CREATING",
5642
5642
  FAILED: "FAILED",
5643
5643
  };
5644
+ const BrowserExtension = {
5645
+ CHROME: "CHROME",
5646
+ FIREFOX: "FIREFOX",
5647
+ };
5644
5648
  const WebExperienceSamplePromptsControlMode = {
5645
5649
  DISABLED: "DISABLED",
5646
5650
  ENABLED: "ENABLED",
@@ -5808,6 +5812,7 @@ exports.AudioExtractionType = AudioExtractionType;
5808
5812
  exports.AutoSubscriptionStatus = AutoSubscriptionStatus;
5809
5813
  exports.BatchDeleteDocumentCommand = BatchDeleteDocumentCommand;
5810
5814
  exports.BatchPutDocumentCommand = BatchPutDocumentCommand;
5815
+ exports.BrowserExtension = BrowserExtension;
5811
5816
  exports.CancelSubscriptionCommand = CancelSubscriptionCommand;
5812
5817
  exports.ChatCommand = ChatCommand;
5813
5818
  exports.ChatMode = ChatMode;
@@ -193,6 +193,10 @@ export const RetrieverStatus = {
193
193
  CREATING: "CREATING",
194
194
  FAILED: "FAILED",
195
195
  };
196
+ export const BrowserExtension = {
197
+ CHROME: "CHROME",
198
+ FIREFOX: "FIREFOX",
199
+ };
196
200
  export const WebExperienceSamplePromptsControlMode = {
197
201
  DISABLED: "DISABLED",
198
202
  ENABLED: "ENABLED",
@@ -1,4 +1 @@
1
- export const BrowserExtension = {
2
- CHROME: "CHROME",
3
- FIREFOX: "FIREFOX",
4
- };
1
+ export {};
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateChatControlsConfigurationRequest } from "../models/models_0";
4
- import { UpdateChatControlsConfigurationResponse } from "../models/models_1";
3
+ import { UpdateChatControlsConfigurationRequest, UpdateChatControlsConfigurationResponse } from "../models/models_0";
5
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
6
5
  /**
7
6
  * @public
@@ -465,6 +465,18 @@ export declare const RetrieverStatus: {
465
465
  * @public
466
466
  */
467
467
  export type RetrieverStatus = (typeof RetrieverStatus)[keyof typeof RetrieverStatus];
468
+ /**
469
+ * @public
470
+ * @enum
471
+ */
472
+ export declare const BrowserExtension: {
473
+ readonly CHROME: "CHROME";
474
+ readonly FIREFOX: "FIREFOX";
475
+ };
476
+ /**
477
+ * @public
478
+ */
479
+ export type BrowserExtension = (typeof BrowserExtension)[keyof typeof BrowserExtension];
468
480
  /**
469
481
  * @public
470
482
  * @enum
@@ -1,5 +1,5 @@
1
1
  import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { ActionPayloadFieldType, APISchemaType, ApplicationStatus, AttachmentsControlMode, AttachmentStatus, AttributeType, AttributeValueOperator, AudioExtractionStatus, AudioExtractionType, AutoSubscriptionStatus, ChatResponseConfigurationStatus, ContentType, CreatorModeControl, DataAccessorAuthenticationType, DataSourceStatus, DataSourceSyncJobStatus, DocumentAttributeBoostingLevel, DocumentContentOperator, DocumentEnrichmentConditionOperator, DocumentStatus, ErrorCode, GroupStatus, HallucinationReductionControl, IdentityType, ImageExtractionStatus, IndexStatus, IndexType, MemberRelation, MembershipType, MessageType, MessageUsefulness, MessageUsefulnessReason, NumberAttributeBoostingType, OrchestrationControl, OutputFormat, PermissionConditionOperator, PersonalizationControlMode, PluginBuildStatus, PluginState, PluginType, PluginTypeCategory, QAppsControlMode, ReadAccessType, ResponseConfigurationType, ResponseScope, RetrieverStatus, RetrieverType, RuleType, ScoreConfidence, Status, StringAttributeValueBoostingLevel, SubscriptionType, SystemMessageType, VideoExtractionStatus, VideoExtractionType, WebExperienceSamplePromptsControlMode, WebExperienceStatus } from "./enums";
2
+ import { ActionPayloadFieldType, APISchemaType, ApplicationStatus, AttachmentsControlMode, AttachmentStatus, AttributeType, AttributeValueOperator, AudioExtractionStatus, AudioExtractionType, AutoSubscriptionStatus, BrowserExtension, ChatResponseConfigurationStatus, ContentType, CreatorModeControl, DataAccessorAuthenticationType, DataSourceStatus, DataSourceSyncJobStatus, DocumentAttributeBoostingLevel, DocumentContentOperator, DocumentEnrichmentConditionOperator, DocumentStatus, ErrorCode, GroupStatus, HallucinationReductionControl, IdentityType, ImageExtractionStatus, IndexStatus, IndexType, MemberRelation, MembershipType, MessageType, MessageUsefulness, MessageUsefulnessReason, NumberAttributeBoostingType, OrchestrationControl, OutputFormat, PermissionConditionOperator, PersonalizationControlMode, PluginBuildStatus, PluginState, PluginType, PluginTypeCategory, QAppsControlMode, ReadAccessType, ResponseConfigurationType, ResponseScope, RetrieverStatus, RetrieverType, RuleType, ScoreConfidence, Status, StringAttributeValueBoostingLevel, SubscriptionType, SystemMessageType, VideoExtractionStatus, VideoExtractionType, WebExperienceSamplePromptsControlMode, WebExperienceStatus } from "./enums";
3
3
  /**
4
4
  * <p>Provides information about a group associated with the principal.</p>
5
5
  * @public
@@ -2930,18 +2930,6 @@ export interface UpdateApplicationRequest {
2930
2930
  */
2931
2931
  export interface UpdateApplicationResponse {
2932
2932
  }
2933
- /**
2934
- * @public
2935
- * @enum
2936
- */
2937
- export declare const BrowserExtension: {
2938
- readonly CHROME: "CHROME";
2939
- readonly FIREFOX: "FIREFOX";
2940
- };
2941
- /**
2942
- * @public
2943
- */
2944
- export type BrowserExtension = (typeof BrowserExtension)[keyof typeof BrowserExtension];
2945
2933
  /**
2946
2934
  * <p>The container for browser extension configuration for an Amazon Q Business web experience.</p>
2947
2935
  * @public
@@ -6862,3 +6850,8 @@ export interface UpdateChatControlsConfigurationRequest {
6862
6850
  */
6863
6851
  hallucinationReductionConfiguration?: HallucinationReductionConfiguration | undefined;
6864
6852
  }
6853
+ /**
6854
+ * @public
6855
+ */
6856
+ export interface UpdateChatControlsConfigurationResponse {
6857
+ }
@@ -1,10 +1,5 @@
1
1
  import { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
2
2
  import { ActionExecution, ActionExecutionEvent, AttachmentInput, AttachmentInputEvent, AuthChallengeResponse, AuthChallengeResponseEvent, ChatModeConfiguration, ContentSource, DataAccessorAuthenticationDetail, DocumentAttribute, EndOfInputEvent, ResponseConfiguration, SubscriptionDetails, Tag, TextInputEvent, UserAlias } from "./models_0";
3
- /**
4
- * @public
5
- */
6
- export interface UpdateChatControlsConfigurationResponse {
7
- }
8
3
  /**
9
4
  * @public
10
5
  */
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateChatControlsConfigurationRequest } from "../models/models_0";
4
- import { UpdateChatControlsConfigurationResponse } from "../models/models_1";
3
+ import {
4
+ UpdateChatControlsConfigurationRequest,
5
+ UpdateChatControlsConfigurationResponse,
6
+ } from "../models/models_0";
5
7
  import {
6
8
  QBusinessClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -251,6 +251,12 @@ export declare const RetrieverStatus: {
251
251
  };
252
252
  export type RetrieverStatus =
253
253
  (typeof RetrieverStatus)[keyof typeof RetrieverStatus];
254
+ export declare const BrowserExtension: {
255
+ readonly CHROME: "CHROME";
256
+ readonly FIREFOX: "FIREFOX";
257
+ };
258
+ export type BrowserExtension =
259
+ (typeof BrowserExtension)[keyof typeof BrowserExtension];
254
260
  export declare const WebExperienceSamplePromptsControlMode: {
255
261
  readonly DISABLED: "DISABLED";
256
262
  readonly ENABLED: "ENABLED";
@@ -10,6 +10,7 @@ import {
10
10
  AudioExtractionStatus,
11
11
  AudioExtractionType,
12
12
  AutoSubscriptionStatus,
13
+ BrowserExtension,
13
14
  ChatResponseConfigurationStatus,
14
15
  ContentType,
15
16
  CreatorModeControl,
@@ -916,12 +917,6 @@ export interface UpdateApplicationRequest {
916
917
  autoSubscriptionConfiguration?: AutoSubscriptionConfiguration | undefined;
917
918
  }
918
919
  export interface UpdateApplicationResponse {}
919
- export declare const BrowserExtension: {
920
- readonly CHROME: "CHROME";
921
- readonly FIREFOX: "FIREFOX";
922
- };
923
- export type BrowserExtension =
924
- (typeof BrowserExtension)[keyof typeof BrowserExtension];
925
920
  export interface BrowserExtensionConfiguration {
926
921
  enabledBrowserExtensions: BrowserExtension[] | undefined;
927
922
  }
@@ -2036,3 +2031,4 @@ export interface UpdateChatControlsConfigurationRequest {
2036
2031
  | HallucinationReductionConfiguration
2037
2032
  | undefined;
2038
2033
  }
2034
+ export interface UpdateChatControlsConfigurationResponse {}
@@ -17,7 +17,6 @@ import {
17
17
  TextInputEvent,
18
18
  UserAlias,
19
19
  } from "./models_0";
20
- export interface UpdateChatControlsConfigurationResponse {}
21
20
  export interface UpdateChatResponseConfigurationRequest {
22
21
  applicationId: string | undefined;
23
22
  chatResponseConfigurationId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qbusiness",
3
3
  "description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
4
- "version": "3.936.0",
4
+ "version": "3.940.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
23
+ "@aws-sdk/core": "3.940.0",
24
+ "@aws-sdk/credential-provider-node": "3.940.0",
25
25
  "@aws-sdk/eventstream-handler-node": "3.936.0",
26
26
  "@aws-sdk/middleware-eventstream": "3.936.0",
27
27
  "@aws-sdk/middleware-host-header": "3.936.0",
28
28
  "@aws-sdk/middleware-logger": "3.936.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
30
- "@aws-sdk/middleware-user-agent": "3.936.0",
30
+ "@aws-sdk/middleware-user-agent": "3.940.0",
31
31
  "@aws-sdk/region-config-resolver": "3.936.0",
32
32
  "@aws-sdk/types": "3.936.0",
33
33
  "@aws-sdk/util-endpoints": "3.936.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.936.0",
35
- "@aws-sdk/util-user-agent-node": "3.936.0",
35
+ "@aws-sdk/util-user-agent-node": "3.940.0",
36
36
  "@smithy/config-resolver": "^4.4.3",
37
37
  "@smithy/core": "^3.18.5",
38
38
  "@smithy/eventstream-serde-browser": "^4.2.5",