@aws-sdk/client-qbusiness 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +184 -185
- package/dist-cjs/models/QBusinessServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +15 -17
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.native.js +2 -2
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/QBusiness.js +1 -1
- package/dist-es/QBusinessClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociatePermissionCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
- package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
- package/dist-es/commands/ChatCommand.js +2 -2
- package/dist-es/commands/ChatSyncCommand.js +2 -2
- package/dist-es/commands/CheckDocumentAccessCommand.js +2 -2
- package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateDataAccessorCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreatePluginCommand.js +2 -2
- package/dist-es/commands/CreateRetrieverCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/CreateWebExperienceCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConversationCommand.js +2 -2
- package/dist-es/commands/DeleteDataAccessorCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeletePluginCommand.js +2 -2
- package/dist-es/commands/DeleteRetrieverCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DeleteWebExperienceCommand.js +2 -2
- package/dist-es/commands/DisassociatePermissionCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -2
- package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDataAccessorCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetDocumentContentCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetIndexCommand.js +2 -2
- package/dist-es/commands/GetMediaCommand.js +2 -2
- package/dist-es/commands/GetPluginCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetRetrieverCommand.js +2 -2
- package/dist-es/commands/GetUserCommand.js +2 -2
- package/dist-es/commands/GetWebExperienceCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListConversationsCommand.js +2 -2
- package/dist-es/commands/ListDataAccessorsCommand.js +2 -2
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListDocumentsCommand.js +2 -2
- package/dist-es/commands/ListGroupsCommand.js +2 -2
- package/dist-es/commands/ListIndicesCommand.js +2 -2
- package/dist-es/commands/ListMessagesCommand.js +2 -2
- package/dist-es/commands/ListPluginActionsCommand.js +2 -2
- package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -2
- package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -2
- package/dist-es/commands/ListPluginsCommand.js +2 -2
- package/dist-es/commands/ListRetrieversCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebExperiencesCommand.js +2 -2
- package/dist-es/commands/PutFeedbackCommand.js +2 -2
- package/dist-es/commands/PutGroupCommand.js +2 -2
- package/dist-es/commands/SearchRelevantContentCommand.js +2 -2
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateDataAccessorCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdatePluginCommand.js +2 -2
- package/dist-es/commands/UpdateRetrieverCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/commands/UpdateWebExperienceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/QBusinessServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.native.js +1 -1
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/QBusinessClient.d.ts +6 -6
- package/dist-types/commands/AssociatePermissionCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -4
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/ChatCommand.d.ts +6 -4
- package/dist-types/commands/ChatSyncCommand.d.ts +6 -4
- package/dist-types/commands/CheckDocumentAccessCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/commands/CreatePluginCommand.d.ts +6 -4
- package/dist-types/commands/CreateRetrieverCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConversationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/commands/DeletePluginCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +6 -4
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +6 -4
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAccessorCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetDocumentContentCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetIndexCommand.d.ts +6 -4
- package/dist-types/commands/GetMediaCommand.d.ts +6 -4
- package/dist-types/commands/GetPluginCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetRetrieverCommand.d.ts +6 -4
- package/dist-types/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/commands/GetWebExperienceCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAttachmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConversationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListDocumentsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListIndicesCommand.d.ts +6 -4
- package/dist-types/commands/ListMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListPluginActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ListPluginsCommand.d.ts +6 -4
- package/dist-types/commands/ListRetrieversCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +6 -4
- package/dist-types/commands/PutFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/PutGroupCommand.d.ts +6 -4
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +6 -4
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIndexCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePluginCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/QBusinessServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/QBusinessClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/QBusinessServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +16 -40
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdatePluginRequest, UpdatePluginResponse } from "../models/models_0";
|
|
4
4
|
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePluginCommandInput extends UpdatePluginRequest {
|
|
|
22
22
|
export interface UpdatePluginCommandOutput extends UpdatePluginResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePluginCommand_base: {
|
|
25
|
-
new (input: UpdatePluginCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePluginCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdatePluginCommandInput): import("@smithy/core/client").CommandImpl<UpdatePluginCommandInput, UpdatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePluginCommandInput): import("@smithy/core/client").CommandImpl<UpdatePluginCommandInput, UpdatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon Q Business plugin.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateRetrieverRequest, UpdateRetrieverResponse } from "../models/models_0";
|
|
4
4
|
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRetrieverCommandInput extends UpdateRetrieverRequest {
|
|
|
22
22
|
export interface UpdateRetrieverCommandOutput extends UpdateRetrieverResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRetrieverCommand_base: {
|
|
25
|
-
new (input: UpdateRetrieverCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRetrieverCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRetrieverCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRetrieverCommandInput): import("@smithy/core/client").CommandImpl<UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the retriever used for your Amazon Q Business application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_1";
|
|
4
4
|
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionReques
|
|
|
22
22
|
export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSubscriptionCommand_base: {
|
|
25
|
-
new (input: UpdateSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the pricing tier for an Amazon Q Business subscription. Upgrades are instant. Downgrades apply at the start of the next month. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see <a href="https://aws.amazon.com/q/business/pricing/">Amazon Q Business pricing</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateUserRequest, UpdateUserResponse } from "../models/models_1";
|
|
4
4
|
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {
|
|
|
22
22
|
export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateUserCommand_base: {
|
|
25
|
-
new (input: UpdateUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a information associated with a user id.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateWebExperienceRequest, UpdateWebExperienceResponse } from "../models/models_0";
|
|
4
4
|
import type { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateWebExperienceCommandInput extends UpdateWebExperienceRequ
|
|
|
22
22
|
export interface UpdateWebExperienceCommandOutput extends UpdateWebExperienceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateWebExperienceCommand_base: {
|
|
25
|
-
new (input: UpdateWebExperienceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateWebExperienceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateWebExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateWebExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon Q Business web experience. </p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
|
|
@@ -5,7 +5,7 @@ import type { QBusinessClientConfig } from "./QBusinessClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
|
13
13
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
14
14
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
15
15
|
region: string | import("@smithy/types").Provider<any>;
|
|
16
|
-
requestHandler: import("@smithy/
|
|
16
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
17
17
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
18
18
|
sha256: import("@smithy/types").HashConstructor;
|
|
19
19
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { QBusinessClientConfig } from "./QBusinessClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
|
14
14
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
16
|
region: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
17
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
18
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
19
19
|
sha256: import("@smithy/types").HashConstructor;
|
|
20
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
|
|
8
8
|
sha256: import("@smithy/types").HashConstructor;
|
|
9
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
9
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
10
10
|
cacheMiddleware?: boolean;
|
|
11
11
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
12
12
|
protocolSettings: {
|
|
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (config: QBusinessClientConfig) => {
|
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
36
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
37
|
-
defaultsMode: import("@smithy/
|
|
37
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
38
38
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
39
39
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
40
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -11,29 +11,23 @@ import {
|
|
|
11
11
|
UserAgentResolvedConfig,
|
|
12
12
|
} from "@aws-sdk/middleware-user-agent";
|
|
13
13
|
import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
|
|
14
|
-
import {
|
|
15
|
-
RegionInputConfig,
|
|
16
|
-
RegionResolvedConfig,
|
|
17
|
-
} from "@smithy/config-resolver";
|
|
18
|
-
import {
|
|
19
|
-
EventStreamSerdeInputConfig,
|
|
20
|
-
EventStreamSerdeResolvedConfig,
|
|
21
|
-
} from "@smithy/eventstream-serde-config-resolver";
|
|
22
|
-
import {
|
|
23
|
-
EndpointInputConfig,
|
|
24
|
-
EndpointResolvedConfig,
|
|
25
|
-
} from "@smithy/middleware-endpoint";
|
|
26
|
-
import {
|
|
27
|
-
RetryInputConfig,
|
|
28
|
-
RetryResolvedConfig,
|
|
29
|
-
} from "@smithy/middleware-retry";
|
|
30
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
31
14
|
import {
|
|
32
15
|
DefaultsMode as __DefaultsMode,
|
|
33
16
|
SmithyConfiguration as __SmithyConfiguration,
|
|
34
17
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
18
|
Client as __Client,
|
|
36
|
-
} from "@smithy/
|
|
19
|
+
} from "@smithy/core/client";
|
|
20
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
21
|
+
import {
|
|
22
|
+
EndpointInputConfig,
|
|
23
|
+
EndpointResolvedConfig,
|
|
24
|
+
} from "@smithy/core/endpoints";
|
|
25
|
+
import {
|
|
26
|
+
EventStreamSerdeInputConfig,
|
|
27
|
+
EventStreamSerdeResolvedConfig,
|
|
28
|
+
} from "@smithy/core/event-streams";
|
|
29
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
30
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
37
31
|
import {
|
|
38
32
|
AwsCredentialIdentityProvider,
|
|
39
33
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociatePermissionRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociatePermissionCommandOutput
|
|
|
19
19
|
declare const AssociatePermissionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociatePermissionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociatePermissionCommandInput,
|
|
24
24
|
AssociatePermissionCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociatePermissionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociatePermissionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociatePermissionCommandInput,
|
|
33
33
|
AssociatePermissionCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociatePermissionCommand extends AssociatePermissionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchDeleteDocumentRequest,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteDocumentCommandOutput
|
|
|
19
19
|
declare const BatchDeleteDocumentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteDocumentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteDocumentCommandInput,
|
|
24
24
|
BatchDeleteDocumentCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteDocumentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteDocumentCommandInput,
|
|
33
33
|
BatchDeleteDocumentCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchPutDocumentRequest,
|
|
@@ -18,7 +18,7 @@ export interface BatchPutDocumentCommandOutput
|
|
|
18
18
|
declare const BatchPutDocumentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: BatchPutDocumentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
BatchPutDocumentCommandInput,
|
|
23
23
|
BatchPutDocumentCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: BatchPutDocumentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
BatchPutDocumentCommandInput,
|
|
32
32
|
BatchPutDocumentCommandOutput,
|
|
33
33
|
QBusinessClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CancelSubscriptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface CancelSubscriptionCommandOutput
|
|
|
19
19
|
declare const CancelSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelSubscriptionCommandInput,
|
|
24
24
|
CancelSubscriptionCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelSubscriptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelSubscriptionCommandInput,
|
|
33
33
|
CancelSubscriptionCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CancelSubscriptionCommand extends CancelSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChatOutput } from "../models/models_0";
|
|
4
4
|
import { ChatInput } from "../models/models_1";
|
|
@@ -12,21 +12,23 @@ export { $Command };
|
|
|
12
12
|
export interface ChatCommandInput extends ChatInput {}
|
|
13
13
|
export interface ChatCommandOutput extends ChatOutput, __MetadataBearer {}
|
|
14
14
|
declare const ChatCommand_base: {
|
|
15
|
-
new (input: ChatCommandInput): import("@smithy/
|
|
15
|
+
new (input: ChatCommandInput): import("@smithy/core/client").CommandImpl<
|
|
16
16
|
ChatCommandInput,
|
|
17
17
|
ChatCommandOutput,
|
|
18
18
|
QBusinessClientResolvedConfig,
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
-
new (input: ChatCommandInput): import("@smithy/
|
|
22
|
+
new (input: ChatCommandInput): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ChatCommandInput,
|
|
24
24
|
ChatCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
26
26
|
ServiceInputTypes,
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
|
-
getEndpointParameterInstructions():
|
|
29
|
+
getEndpointParameterInstructions(): {
|
|
30
|
+
[x: string]: unknown;
|
|
31
|
+
};
|
|
30
32
|
};
|
|
31
33
|
export declare class ChatCommand extends ChatCommand_base {
|
|
32
34
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChatSyncOutput } from "../models/models_0";
|
|
4
4
|
import { ChatSyncInput } from "../models/models_1";
|
|
@@ -14,25 +14,23 @@ export interface ChatSyncCommandOutput
|
|
|
14
14
|
extends ChatSyncOutput,
|
|
15
15
|
__MetadataBearer {}
|
|
16
16
|
declare const ChatSyncCommand_base: {
|
|
17
|
-
new (
|
|
18
|
-
input: ChatSyncCommandInput
|
|
19
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
new (input: ChatSyncCommandInput): import("@smithy/core/client").CommandImpl<
|
|
20
18
|
ChatSyncCommandInput,
|
|
21
19
|
ChatSyncCommandOutput,
|
|
22
20
|
QBusinessClientResolvedConfig,
|
|
23
21
|
ServiceInputTypes,
|
|
24
22
|
ServiceOutputTypes
|
|
25
23
|
>;
|
|
26
|
-
new (
|
|
27
|
-
input: ChatSyncCommandInput
|
|
28
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
24
|
+
new (input: ChatSyncCommandInput): import("@smithy/core/client").CommandImpl<
|
|
29
25
|
ChatSyncCommandInput,
|
|
30
26
|
ChatSyncCommandOutput,
|
|
31
27
|
QBusinessClientResolvedConfig,
|
|
32
28
|
ServiceInputTypes,
|
|
33
29
|
ServiceOutputTypes
|
|
34
30
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
31
|
+
getEndpointParameterInstructions(): {
|
|
32
|
+
[x: string]: unknown;
|
|
33
|
+
};
|
|
36
34
|
};
|
|
37
35
|
export declare class ChatSyncCommand extends ChatSyncCommand_base {
|
|
38
36
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CheckDocumentAccessRequest,
|
|
@@ -19,7 +19,7 @@ export interface CheckDocumentAccessCommandOutput
|
|
|
19
19
|
declare const CheckDocumentAccessCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CheckDocumentAccessCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CheckDocumentAccessCommandInput,
|
|
24
24
|
CheckDocumentAccessCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CheckDocumentAccessCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CheckDocumentAccessCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CheckDocumentAccessCommandInput,
|
|
33
33
|
CheckDocumentAccessCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CheckDocumentAccessCommand extends CheckDocumentAccessCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateAnonymousWebExperienceUrlRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateAnonymousWebExperienceUrlCommandOutput
|
|
|
19
19
|
declare const CreateAnonymousWebExperienceUrlCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAnonymousWebExperienceUrlCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAnonymousWebExperienceUrlCommandInput,
|
|
24
24
|
CreateAnonymousWebExperienceUrlCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAnonymousWebExperienceUrlCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAnonymousWebExperienceUrlCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAnonymousWebExperienceUrlCommandInput,
|
|
33
33
|
CreateAnonymousWebExperienceUrlCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAnonymousWebExperienceUrlCommand extends CreateAnonymousWebExperienceUrlCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateApplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateApplicationCommandOutput
|
|
|
19
19
|
declare const CreateApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApplicationCommandInput,
|
|
24
24
|
CreateApplicationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApplicationCommandInput,
|
|
33
33
|
CreateApplicationCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateChatResponseConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateChatResponseConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateChatResponseConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateChatResponseConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateChatResponseConfigurationCommandInput,
|
|
24
24
|
CreateChatResponseConfigurationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateChatResponseConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateChatResponseConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateChatResponseConfigurationCommandInput,
|
|
33
33
|
CreateChatResponseConfigurationCommandOutput,
|
|
34
34
|
QBusinessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateChatResponseConfigurationCommand extends CreateChatResponseConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateDataAccessorResponse } from "../models/models_0";
|
|
4
4
|
import { CreateDataAccessorRequest } from "../models/models_1";
|
|
@@ -17,7 +17,7 @@ export interface CreateDataAccessorCommandOutput
|
|
|
17
17
|
declare const CreateDataAccessorCommand_base: {
|
|
18
18
|
new (
|
|
19
19
|
input: CreateDataAccessorCommandInput
|
|
20
|
-
): import("@smithy/
|
|
20
|
+
): import("@smithy/core/client").CommandImpl<
|
|
21
21
|
CreateDataAccessorCommandInput,
|
|
22
22
|
CreateDataAccessorCommandOutput,
|
|
23
23
|
QBusinessClientResolvedConfig,
|
|
@@ -26,14 +26,16 @@ declare const CreateDataAccessorCommand_base: {
|
|
|
26
26
|
>;
|
|
27
27
|
new (
|
|
28
28
|
input: CreateDataAccessorCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
CreateDataAccessorCommandInput,
|
|
31
31
|
CreateDataAccessorCommandOutput,
|
|
32
32
|
QBusinessClientResolvedConfig,
|
|
33
33
|
ServiceInputTypes,
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
|
-
getEndpointParameterInstructions():
|
|
36
|
+
getEndpointParameterInstructions(): {
|
|
37
|
+
[x: string]: unknown;
|
|
38
|
+
};
|
|
37
39
|
};
|
|
38
40
|
export declare class CreateDataAccessorCommand extends CreateDataAccessorCommand_base {
|
|
39
41
|
protected static __types: {
|