@aws-sdk/client-qbusiness 3.1019.0 → 3.1020.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-es/QBusiness.js +12 -12
- package/dist-types/QBusiness.d.ts +83 -83
- package/dist-types/QBusinessClient.d.ts +86 -86
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/GetChatControlsConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChatResponseConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConversationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMessagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPluginsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetrieversPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWebExperiencesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +1 -1
- package/dist-types/ts3.4/QBusinessClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/package.json +13 -13
package/dist-es/QBusiness.js
CHANGED
|
@@ -11,11 +11,11 @@ import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
|
11
11
|
import { CreateChatResponseConfigurationCommand, } from "./commands/CreateChatResponseConfigurationCommand";
|
|
12
12
|
import { CreateDataAccessorCommand, } from "./commands/CreateDataAccessorCommand";
|
|
13
13
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
14
|
-
import { CreateIndexCommand } from "./commands/CreateIndexCommand";
|
|
14
|
+
import { CreateIndexCommand, } from "./commands/CreateIndexCommand";
|
|
15
15
|
import { CreatePluginCommand, } from "./commands/CreatePluginCommand";
|
|
16
16
|
import { CreateRetrieverCommand, } from "./commands/CreateRetrieverCommand";
|
|
17
17
|
import { CreateSubscriptionCommand, } from "./commands/CreateSubscriptionCommand";
|
|
18
|
-
import { CreateUserCommand } from "./commands/CreateUserCommand";
|
|
18
|
+
import { CreateUserCommand, } from "./commands/CreateUserCommand";
|
|
19
19
|
import { CreateWebExperienceCommand, } from "./commands/CreateWebExperienceCommand";
|
|
20
20
|
import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
21
21
|
import { DeleteAttachmentCommand, } from "./commands/DeleteAttachmentCommand";
|
|
@@ -24,11 +24,11 @@ import { DeleteChatResponseConfigurationCommand, } from "./commands/DeleteChatRe
|
|
|
24
24
|
import { DeleteConversationCommand, } from "./commands/DeleteConversationCommand";
|
|
25
25
|
import { DeleteDataAccessorCommand, } from "./commands/DeleteDataAccessorCommand";
|
|
26
26
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
27
|
-
import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
|
|
28
|
-
import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
|
|
27
|
+
import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
|
|
28
|
+
import { DeleteIndexCommand, } from "./commands/DeleteIndexCommand";
|
|
29
29
|
import { DeletePluginCommand, } from "./commands/DeletePluginCommand";
|
|
30
30
|
import { DeleteRetrieverCommand, } from "./commands/DeleteRetrieverCommand";
|
|
31
|
-
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
31
|
+
import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
|
|
32
32
|
import { DeleteWebExperienceCommand, } from "./commands/DeleteWebExperienceCommand";
|
|
33
33
|
import { DisassociatePermissionCommand, } from "./commands/DisassociatePermissionCommand";
|
|
34
34
|
import { GetApplicationCommand, } from "./commands/GetApplicationCommand";
|
|
@@ -53,34 +53,34 @@ import { ListDataAccessorsCommand, } from "./commands/ListDataAccessorsCommand";
|
|
|
53
53
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
54
54
|
import { ListDataSourceSyncJobsCommand, } from "./commands/ListDataSourceSyncJobsCommand";
|
|
55
55
|
import { ListDocumentsCommand, } from "./commands/ListDocumentsCommand";
|
|
56
|
-
import { ListGroupsCommand } from "./commands/ListGroupsCommand";
|
|
57
|
-
import { ListIndicesCommand } from "./commands/ListIndicesCommand";
|
|
56
|
+
import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
|
|
57
|
+
import { ListIndicesCommand, } from "./commands/ListIndicesCommand";
|
|
58
58
|
import { ListMessagesCommand, } from "./commands/ListMessagesCommand";
|
|
59
59
|
import { ListPluginActionsCommand, } from "./commands/ListPluginActionsCommand";
|
|
60
|
-
import { ListPluginsCommand } from "./commands/ListPluginsCommand";
|
|
60
|
+
import { ListPluginsCommand, } from "./commands/ListPluginsCommand";
|
|
61
61
|
import { ListPluginTypeActionsCommand, } from "./commands/ListPluginTypeActionsCommand";
|
|
62
62
|
import { ListPluginTypeMetadataCommand, } from "./commands/ListPluginTypeMetadataCommand";
|
|
63
63
|
import { ListRetrieversCommand, } from "./commands/ListRetrieversCommand";
|
|
64
64
|
import { ListSubscriptionsCommand, } from "./commands/ListSubscriptionsCommand";
|
|
65
65
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
66
66
|
import { ListWebExperiencesCommand, } from "./commands/ListWebExperiencesCommand";
|
|
67
|
-
import { PutFeedbackCommand } from "./commands/PutFeedbackCommand";
|
|
67
|
+
import { PutFeedbackCommand, } from "./commands/PutFeedbackCommand";
|
|
68
68
|
import { PutGroupCommand } from "./commands/PutGroupCommand";
|
|
69
69
|
import { SearchRelevantContentCommand, } from "./commands/SearchRelevantContentCommand";
|
|
70
70
|
import { StartDataSourceSyncJobCommand, } from "./commands/StartDataSourceSyncJobCommand";
|
|
71
71
|
import { StopDataSourceSyncJobCommand, } from "./commands/StopDataSourceSyncJobCommand";
|
|
72
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
72
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
73
73
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
74
74
|
import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
|
|
75
75
|
import { UpdateChatControlsConfigurationCommand, } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
76
76
|
import { UpdateChatResponseConfigurationCommand, } from "./commands/UpdateChatResponseConfigurationCommand";
|
|
77
77
|
import { UpdateDataAccessorCommand, } from "./commands/UpdateDataAccessorCommand";
|
|
78
78
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
79
|
-
import { UpdateIndexCommand } from "./commands/UpdateIndexCommand";
|
|
79
|
+
import { UpdateIndexCommand, } from "./commands/UpdateIndexCommand";
|
|
80
80
|
import { UpdatePluginCommand, } from "./commands/UpdatePluginCommand";
|
|
81
81
|
import { UpdateRetrieverCommand, } from "./commands/UpdateRetrieverCommand";
|
|
82
82
|
import { UpdateSubscriptionCommand, } from "./commands/UpdateSubscriptionCommand";
|
|
83
|
-
import { UpdateUserCommand } from "./commands/UpdateUserCommand";
|
|
83
|
+
import { UpdateUserCommand, } from "./commands/UpdateUserCommand";
|
|
84
84
|
import { UpdateWebExperienceCommand, } from "./commands/UpdateWebExperienceCommand";
|
|
85
85
|
import { paginateGetChatControlsConfiguration } from "./pagination/GetChatControlsConfigurationPaginator";
|
|
86
86
|
import { paginateListApplications } from "./pagination/ListApplicationsPaginator";
|
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
3
|
-
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
4
|
-
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
5
|
-
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
6
|
-
import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
|
|
7
|
-
import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
8
|
-
import { CheckDocumentAccessCommandInput, CheckDocumentAccessCommandOutput } from "./commands/CheckDocumentAccessCommand";
|
|
9
|
-
import { CreateAnonymousWebExperienceUrlCommandInput, CreateAnonymousWebExperienceUrlCommandOutput } from "./commands/CreateAnonymousWebExperienceUrlCommand";
|
|
10
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
11
|
-
import { CreateChatResponseConfigurationCommandInput, CreateChatResponseConfigurationCommandOutput } from "./commands/CreateChatResponseConfigurationCommand";
|
|
12
|
-
import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
13
|
-
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
14
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
15
|
-
import { CreatePluginCommandInput, CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
16
|
-
import { CreateRetrieverCommandInput, CreateRetrieverCommandOutput } from "./commands/CreateRetrieverCommand";
|
|
17
|
-
import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
|
|
18
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
19
|
-
import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } from "./commands/CreateWebExperienceCommand";
|
|
20
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
21
|
-
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
22
|
-
import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
23
|
-
import { DeleteChatResponseConfigurationCommandInput, DeleteChatResponseConfigurationCommandOutput } from "./commands/DeleteChatResponseConfigurationCommand";
|
|
24
|
-
import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
25
|
-
import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
26
|
-
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
27
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
28
|
-
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
29
|
-
import { DeletePluginCommandInput, DeletePluginCommandOutput } from "./commands/DeletePluginCommand";
|
|
30
|
-
import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
31
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
32
|
-
import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
33
|
-
import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
34
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
35
|
-
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
36
|
-
import { GetChatResponseConfigurationCommandInput, GetChatResponseConfigurationCommandOutput } from "./commands/GetChatResponseConfigurationCommand";
|
|
37
|
-
import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
38
|
-
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
39
|
-
import { GetDocumentContentCommandInput, GetDocumentContentCommandOutput } from "./commands/GetDocumentContentCommand";
|
|
40
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
41
|
-
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
42
|
-
import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
43
|
-
import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
44
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
45
|
-
import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
46
|
-
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
47
|
-
import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
48
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
49
|
-
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
50
|
-
import { ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput } from "./commands/ListChatResponseConfigurationsCommand";
|
|
51
|
-
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
52
|
-
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
53
|
-
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
54
|
-
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
55
|
-
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
56
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
57
|
-
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
58
|
-
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
59
|
-
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
60
|
-
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
61
|
-
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
62
|
-
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
63
|
-
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
64
|
-
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
65
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
67
|
-
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
68
|
-
import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
69
|
-
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
70
|
-
import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
71
|
-
import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
72
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
73
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
74
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
75
|
-
import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
76
|
-
import { UpdateChatResponseConfigurationCommandInput, UpdateChatResponseConfigurationCommandOutput } from "./commands/UpdateChatResponseConfigurationCommand";
|
|
77
|
-
import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
78
|
-
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
79
|
-
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
80
|
-
import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
81
|
-
import { UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput } from "./commands/UpdateRetrieverCommand";
|
|
82
|
-
import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
|
|
83
|
-
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
84
|
-
import { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "./commands/UpdateWebExperienceCommand";
|
|
2
|
+
import { type AssociatePermissionCommandInput, type AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
3
|
+
import { type BatchDeleteDocumentCommandInput, type BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
4
|
+
import { type BatchPutDocumentCommandInput, type BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
5
|
+
import { type CancelSubscriptionCommandInput, type CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
6
|
+
import { type ChatCommandInput, type ChatCommandOutput } from "./commands/ChatCommand";
|
|
7
|
+
import { type ChatSyncCommandInput, type ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
8
|
+
import { type CheckDocumentAccessCommandInput, type CheckDocumentAccessCommandOutput } from "./commands/CheckDocumentAccessCommand";
|
|
9
|
+
import { type CreateAnonymousWebExperienceUrlCommandInput, type CreateAnonymousWebExperienceUrlCommandOutput } from "./commands/CreateAnonymousWebExperienceUrlCommand";
|
|
10
|
+
import { type CreateApplicationCommandInput, type CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
11
|
+
import { type CreateChatResponseConfigurationCommandInput, type CreateChatResponseConfigurationCommandOutput } from "./commands/CreateChatResponseConfigurationCommand";
|
|
12
|
+
import { type CreateDataAccessorCommandInput, type CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
13
|
+
import { type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
14
|
+
import { type CreateIndexCommandInput, type CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
15
|
+
import { type CreatePluginCommandInput, type CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
16
|
+
import { type CreateRetrieverCommandInput, type CreateRetrieverCommandOutput } from "./commands/CreateRetrieverCommand";
|
|
17
|
+
import { type CreateSubscriptionCommandInput, type CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
|
|
18
|
+
import { type CreateUserCommandInput, type CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
19
|
+
import { type CreateWebExperienceCommandInput, type CreateWebExperienceCommandOutput } from "./commands/CreateWebExperienceCommand";
|
|
20
|
+
import { type DeleteApplicationCommandInput, type DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
21
|
+
import { type DeleteAttachmentCommandInput, type DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
22
|
+
import { type DeleteChatControlsConfigurationCommandInput, type DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
23
|
+
import { type DeleteChatResponseConfigurationCommandInput, type DeleteChatResponseConfigurationCommandOutput } from "./commands/DeleteChatResponseConfigurationCommand";
|
|
24
|
+
import { type DeleteConversationCommandInput, type DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
25
|
+
import { type DeleteDataAccessorCommandInput, type DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
26
|
+
import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
27
|
+
import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
28
|
+
import { type DeleteIndexCommandInput, type DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
29
|
+
import { type DeletePluginCommandInput, type DeletePluginCommandOutput } from "./commands/DeletePluginCommand";
|
|
30
|
+
import { type DeleteRetrieverCommandInput, type DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
31
|
+
import { type DeleteUserCommandInput, type DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
32
|
+
import { type DeleteWebExperienceCommandInput, type DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
33
|
+
import { type DisassociatePermissionCommandInput, type DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
34
|
+
import { type GetApplicationCommandInput, type GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
35
|
+
import { type GetChatControlsConfigurationCommandInput, type GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
36
|
+
import { type GetChatResponseConfigurationCommandInput, type GetChatResponseConfigurationCommandOutput } from "./commands/GetChatResponseConfigurationCommand";
|
|
37
|
+
import { type GetDataAccessorCommandInput, type GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
38
|
+
import { type GetDataSourceCommandInput, type GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
39
|
+
import { type GetDocumentContentCommandInput, type GetDocumentContentCommandOutput } from "./commands/GetDocumentContentCommand";
|
|
40
|
+
import { type GetGroupCommandInput, type GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
41
|
+
import { type GetIndexCommandInput, type GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
42
|
+
import { type GetMediaCommandInput, type GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
43
|
+
import { type GetPluginCommandInput, type GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
44
|
+
import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
45
|
+
import { type GetRetrieverCommandInput, type GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
46
|
+
import { type GetUserCommandInput, type GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
47
|
+
import { type GetWebExperienceCommandInput, type GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
48
|
+
import { type ListApplicationsCommandInput, type ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
49
|
+
import { type ListAttachmentsCommandInput, type ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
50
|
+
import { type ListChatResponseConfigurationsCommandInput, type ListChatResponseConfigurationsCommandOutput } from "./commands/ListChatResponseConfigurationsCommand";
|
|
51
|
+
import { type ListConversationsCommandInput, type ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
52
|
+
import { type ListDataAccessorsCommandInput, type ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
53
|
+
import { type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
54
|
+
import { type ListDataSourceSyncJobsCommandInput, type ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
55
|
+
import { type ListDocumentsCommandInput, type ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
56
|
+
import { type ListGroupsCommandInput, type ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
57
|
+
import { type ListIndicesCommandInput, type ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
58
|
+
import { type ListMessagesCommandInput, type ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
59
|
+
import { type ListPluginActionsCommandInput, type ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
60
|
+
import { type ListPluginsCommandInput, type ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
61
|
+
import { type ListPluginTypeActionsCommandInput, type ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
62
|
+
import { type ListPluginTypeMetadataCommandInput, type ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
63
|
+
import { type ListRetrieversCommandInput, type ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
64
|
+
import { type ListSubscriptionsCommandInput, type ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
65
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import { type ListWebExperiencesCommandInput, type ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
67
|
+
import { type PutFeedbackCommandInput, type PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
68
|
+
import { type PutGroupCommandInput, type PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
69
|
+
import { type SearchRelevantContentCommandInput, type SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
70
|
+
import { type StartDataSourceSyncJobCommandInput, type StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
71
|
+
import { type StopDataSourceSyncJobCommandInput, type StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
72
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
73
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
74
|
+
import { type UpdateApplicationCommandInput, type UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
75
|
+
import { type UpdateChatControlsConfigurationCommandInput, type UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
76
|
+
import { type UpdateChatResponseConfigurationCommandInput, type UpdateChatResponseConfigurationCommandOutput } from "./commands/UpdateChatResponseConfigurationCommand";
|
|
77
|
+
import { type UpdateDataAccessorCommandInput, type UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
78
|
+
import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
79
|
+
import { type UpdateIndexCommandInput, type UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
80
|
+
import { type UpdatePluginCommandInput, type UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
81
|
+
import { type UpdateRetrieverCommandInput, type UpdateRetrieverCommandOutput } from "./commands/UpdateRetrieverCommand";
|
|
82
|
+
import { type UpdateSubscriptionCommandInput, type UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
|
|
83
|
+
import { type UpdateUserCommandInput, type UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
84
|
+
import { type UpdateWebExperienceCommandInput, type UpdateWebExperienceCommandOutput } from "./commands/UpdateWebExperienceCommand";
|
|
85
85
|
import { QBusinessClient } from "./QBusinessClient";
|
|
86
86
|
export interface QBusiness {
|
|
87
87
|
/**
|
|
@@ -8,92 +8,92 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
8
8
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
9
9
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
10
10
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
11
|
-
import {
|
|
11
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
12
12
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
13
|
-
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
14
|
-
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
15
|
-
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
16
|
-
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
17
|
-
import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
|
|
18
|
-
import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
19
|
-
import { CheckDocumentAccessCommandInput, CheckDocumentAccessCommandOutput } from "./commands/CheckDocumentAccessCommand";
|
|
20
|
-
import { CreateAnonymousWebExperienceUrlCommandInput, CreateAnonymousWebExperienceUrlCommandOutput } from "./commands/CreateAnonymousWebExperienceUrlCommand";
|
|
21
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
22
|
-
import { CreateChatResponseConfigurationCommandInput, CreateChatResponseConfigurationCommandOutput } from "./commands/CreateChatResponseConfigurationCommand";
|
|
23
|
-
import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
24
|
-
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
25
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
26
|
-
import { CreatePluginCommandInput, CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
27
|
-
import { CreateRetrieverCommandInput, CreateRetrieverCommandOutput } from "./commands/CreateRetrieverCommand";
|
|
28
|
-
import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
|
|
29
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
30
|
-
import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } from "./commands/CreateWebExperienceCommand";
|
|
31
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
32
|
-
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
33
|
-
import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
34
|
-
import { DeleteChatResponseConfigurationCommandInput, DeleteChatResponseConfigurationCommandOutput } from "./commands/DeleteChatResponseConfigurationCommand";
|
|
35
|
-
import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
36
|
-
import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
37
|
-
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
38
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
39
|
-
import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
40
|
-
import { DeletePluginCommandInput, DeletePluginCommandOutput } from "./commands/DeletePluginCommand";
|
|
41
|
-
import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
42
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
43
|
-
import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
44
|
-
import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
45
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
46
|
-
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
47
|
-
import { GetChatResponseConfigurationCommandInput, GetChatResponseConfigurationCommandOutput } from "./commands/GetChatResponseConfigurationCommand";
|
|
48
|
-
import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
49
|
-
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
50
|
-
import { GetDocumentContentCommandInput, GetDocumentContentCommandOutput } from "./commands/GetDocumentContentCommand";
|
|
51
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
52
|
-
import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
53
|
-
import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
54
|
-
import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
55
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
56
|
-
import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
57
|
-
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
58
|
-
import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
59
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
60
|
-
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
61
|
-
import { ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput } from "./commands/ListChatResponseConfigurationsCommand";
|
|
62
|
-
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
63
|
-
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
64
|
-
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
65
|
-
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
66
|
-
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
67
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
68
|
-
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
69
|
-
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
70
|
-
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
71
|
-
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
72
|
-
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
73
|
-
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
74
|
-
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
75
|
-
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
76
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
-
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
78
|
-
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
79
|
-
import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
80
|
-
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
81
|
-
import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
82
|
-
import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
83
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
84
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
85
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
86
|
-
import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
87
|
-
import { UpdateChatResponseConfigurationCommandInput, UpdateChatResponseConfigurationCommandOutput } from "./commands/UpdateChatResponseConfigurationCommand";
|
|
88
|
-
import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
89
|
-
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
90
|
-
import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
91
|
-
import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
92
|
-
import { UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput } from "./commands/UpdateRetrieverCommand";
|
|
93
|
-
import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
|
|
94
|
-
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
95
|
-
import { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "./commands/UpdateWebExperienceCommand";
|
|
96
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
+
import type { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
14
|
+
import type { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
15
|
+
import type { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
16
|
+
import type { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
17
|
+
import type { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
|
|
18
|
+
import type { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
|
|
19
|
+
import type { CheckDocumentAccessCommandInput, CheckDocumentAccessCommandOutput } from "./commands/CheckDocumentAccessCommand";
|
|
20
|
+
import type { CreateAnonymousWebExperienceUrlCommandInput, CreateAnonymousWebExperienceUrlCommandOutput } from "./commands/CreateAnonymousWebExperienceUrlCommand";
|
|
21
|
+
import type { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
22
|
+
import type { CreateChatResponseConfigurationCommandInput, CreateChatResponseConfigurationCommandOutput } from "./commands/CreateChatResponseConfigurationCommand";
|
|
23
|
+
import type { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "./commands/CreateDataAccessorCommand";
|
|
24
|
+
import type { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
25
|
+
import type { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
26
|
+
import type { CreatePluginCommandInput, CreatePluginCommandOutput } from "./commands/CreatePluginCommand";
|
|
27
|
+
import type { CreateRetrieverCommandInput, CreateRetrieverCommandOutput } from "./commands/CreateRetrieverCommand";
|
|
28
|
+
import type { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
|
|
29
|
+
import type { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
30
|
+
import type { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } from "./commands/CreateWebExperienceCommand";
|
|
31
|
+
import type { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
|
|
32
|
+
import type { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
33
|
+
import type { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "./commands/DeleteChatControlsConfigurationCommand";
|
|
34
|
+
import type { DeleteChatResponseConfigurationCommandInput, DeleteChatResponseConfigurationCommandOutput } from "./commands/DeleteChatResponseConfigurationCommand";
|
|
35
|
+
import type { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "./commands/DeleteConversationCommand";
|
|
36
|
+
import type { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "./commands/DeleteDataAccessorCommand";
|
|
37
|
+
import type { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
38
|
+
import type { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
39
|
+
import type { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
|
|
40
|
+
import type { DeletePluginCommandInput, DeletePluginCommandOutput } from "./commands/DeletePluginCommand";
|
|
41
|
+
import type { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "./commands/DeleteRetrieverCommand";
|
|
42
|
+
import type { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
43
|
+
import type { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "./commands/DeleteWebExperienceCommand";
|
|
44
|
+
import type { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "./commands/DisassociatePermissionCommand";
|
|
45
|
+
import type { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
|
|
46
|
+
import type { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "./commands/GetChatControlsConfigurationCommand";
|
|
47
|
+
import type { GetChatResponseConfigurationCommandInput, GetChatResponseConfigurationCommandOutput } from "./commands/GetChatResponseConfigurationCommand";
|
|
48
|
+
import type { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "./commands/GetDataAccessorCommand";
|
|
49
|
+
import type { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
50
|
+
import type { GetDocumentContentCommandInput, GetDocumentContentCommandOutput } from "./commands/GetDocumentContentCommand";
|
|
51
|
+
import type { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
52
|
+
import type { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
|
|
53
|
+
import type { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
|
|
54
|
+
import type { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
|
|
55
|
+
import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
56
|
+
import type { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "./commands/GetRetrieverCommand";
|
|
57
|
+
import type { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
58
|
+
import type { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "./commands/GetWebExperienceCommand";
|
|
59
|
+
import type { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
|
|
60
|
+
import type { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
61
|
+
import type { ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput } from "./commands/ListChatResponseConfigurationsCommand";
|
|
62
|
+
import type { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
63
|
+
import type { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "./commands/ListDataAccessorsCommand";
|
|
64
|
+
import type { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
65
|
+
import type { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
|
|
66
|
+
import type { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
67
|
+
import type { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
68
|
+
import type { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
|
|
69
|
+
import type { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
|
|
70
|
+
import type { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "./commands/ListPluginActionsCommand";
|
|
71
|
+
import type { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
|
|
72
|
+
import type { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "./commands/ListPluginTypeActionsCommand";
|
|
73
|
+
import type { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "./commands/ListPluginTypeMetadataCommand";
|
|
74
|
+
import type { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "./commands/ListRetrieversCommand";
|
|
75
|
+
import type { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
|
|
76
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
+
import type { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "./commands/ListWebExperiencesCommand";
|
|
78
|
+
import type { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
79
|
+
import type { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
|
|
80
|
+
import type { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "./commands/SearchRelevantContentCommand";
|
|
81
|
+
import type { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
|
|
82
|
+
import type { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
|
|
83
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
84
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
85
|
+
import type { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
86
|
+
import type { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "./commands/UpdateChatControlsConfigurationCommand";
|
|
87
|
+
import type { UpdateChatResponseConfigurationCommandInput, UpdateChatResponseConfigurationCommandOutput } from "./commands/UpdateChatResponseConfigurationCommand";
|
|
88
|
+
import type { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "./commands/UpdateDataAccessorCommand";
|
|
89
|
+
import type { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
90
|
+
import type { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
|
|
91
|
+
import type { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "./commands/UpdatePluginCommand";
|
|
92
|
+
import type { UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput } from "./commands/UpdateRetrieverCommand";
|
|
93
|
+
import type { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
|
|
94
|
+
import type { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
95
|
+
import type { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "./commands/UpdateWebExperienceCommand";
|
|
96
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
97
97
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
98
98
|
export { __Client };
|
|
99
99
|
/**
|
|
@@ -202,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
202
202
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
203
203
|
* @internal
|
|
204
204
|
*/
|
|
205
|
-
defaultUserAgentProvider?:
|
|
205
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
206
206
|
/**
|
|
207
207
|
* Default credentials provider; Not available in browser runtime.
|
|
208
208
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { QBusinessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./QBusinessClient";
|
|
7
7
|
export * from "./QBusiness";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { QBusinessExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ValidationExceptionReason } from "./enums";
|
|
3
|
-
import { ValidationExceptionField } from "./models_0";
|
|
2
|
+
import type { ValidationExceptionReason } from "./enums";
|
|
3
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
|
|
5
5
|
/**
|
|
6
6
|
* <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
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";
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { 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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
|
|
2
|
+
import type { ActionExecution, ActionExecutionEvent, AttachmentInput, AttachmentInputEvent, AuthChallengeResponse, AuthChallengeResponseEvent, ChatModeConfiguration, ContentSource, DataAccessorAuthenticationDetail, DocumentAttribute, EndOfInputEvent, ResponseConfiguration, SubscriptionDetails, Tag, TextInputEvent, UserAlias } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "../commands/GetChatControlsConfigurationCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput } from "../commands/ListChatResponseConfigurationsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "../commands/ListConversationsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "../commands/ListDataAccessorsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "../commands/ListPluginActionsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "../commands/ListPluginTypeActionsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "../commands/ListPluginTypeMetadataCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "../commands/ListRetrieversCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "../commands/ListWebExperiencesCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "../commands/SearchRelevantContentCommand";
|
|
3
|
-
import { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { QBusinessPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
Client as __Client,
|
|
36
36
|
} from "@smithy/smithy-client";
|
|
37
37
|
import {
|
|
38
|
+
AwsCredentialIdentityProvider,
|
|
38
39
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
39
40
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
40
41
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -47,8 +48,6 @@ import {
|
|
|
47
48
|
Provider as __Provider,
|
|
48
49
|
StreamCollector as __StreamCollector,
|
|
49
50
|
UrlParser as __UrlParser,
|
|
50
|
-
AwsCredentialIdentityProvider,
|
|
51
|
-
Provider,
|
|
52
51
|
UserAgent as __UserAgent,
|
|
53
52
|
} from "@smithy/types";
|
|
54
53
|
import {
|
|
@@ -577,7 +576,7 @@ export interface ClientDefaults
|
|
|
577
576
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
578
577
|
region?: string | __Provider<string>;
|
|
579
578
|
profile?: string;
|
|
580
|
-
defaultUserAgentProvider?:
|
|
579
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
581
580
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
582
581
|
maxAttempts?: number | __Provider<number>;
|
|
583
582
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
|
|
2
2
|
import {
|
|
3
3
|
ActionExecution,
|
|
4
|
+
ActionExecutionEvent,
|
|
5
|
+
AttachmentInput,
|
|
6
|
+
AttachmentInputEvent,
|
|
4
7
|
AuthChallengeResponse,
|
|
8
|
+
AuthChallengeResponseEvent,
|
|
5
9
|
ChatModeConfiguration,
|
|
6
10
|
ContentSource,
|
|
7
11
|
DataAccessorAuthenticationDetail,
|
|
8
12
|
DocumentAttribute,
|
|
9
|
-
SubscriptionDetails,
|
|
10
|
-
ActionExecutionEvent,
|
|
11
|
-
AttachmentInput,
|
|
12
|
-
AttachmentInputEvent,
|
|
13
|
-
AuthChallengeResponseEvent,
|
|
14
13
|
EndOfInputEvent,
|
|
15
14
|
ResponseConfiguration,
|
|
15
|
+
SubscriptionDetails,
|
|
16
16
|
Tag,
|
|
17
17
|
TextInputEvent,
|
|
18
18
|
UserAlias,
|
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.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/eventstream-handler-node": "^3.972.12",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^4.3.12",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^4.2.12",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@smithy/hash-node": "^4.2.12",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
-
"@smithy/middleware-serde": "^4.2.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
48
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.12",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.12",
|
|
51
|
-
"@smithy/node-http-handler": "^4.5.
|
|
51
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.12",
|
|
53
|
-
"@smithy/smithy-client": "^4.12.
|
|
53
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
54
54
|
"@smithy/types": "^4.13.1",
|
|
55
55
|
"@smithy/url-parser": "^4.2.12",
|
|
56
56
|
"@smithy/util-base64": "^4.3.2",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
61
61
|
"@smithy/util-endpoints": "^3.3.3",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.12",
|
|
63
63
|
"@smithy/util-retry": "^4.2.12",
|