@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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateDataSourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateDataSourceCommandOutput
|
|
|
18
18
|
declare const CreateDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateDataSourceCommandInput,
|
|
23
23
|
CreateDataSourceCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateDataSourceCommandInput,
|
|
32
32
|
CreateDataSourceCommandOutput,
|
|
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 CreateDataSourceCommand extends CreateDataSourceCommand_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 { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateIndexCommandOutput
|
|
|
15
15
|
declare const CreateIndexCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateIndexCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateIndexCommandInput,
|
|
20
20
|
CreateIndexCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateIndexCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateIndexCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateIndexCommandInput,
|
|
29
29
|
CreateIndexCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
37
39
|
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 { CreatePluginRequest, CreatePluginResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreatePluginCommandOutput
|
|
|
15
15
|
declare const CreatePluginCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreatePluginCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreatePluginCommandInput,
|
|
20
20
|
CreatePluginCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreatePluginCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreatePluginCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreatePluginCommandInput,
|
|
29
29
|
CreatePluginCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreatePluginCommand extends CreatePluginCommand_base {
|
|
37
39
|
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
|
CreateRetrieverRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateRetrieverCommandOutput
|
|
|
18
18
|
declare const CreateRetrieverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateRetrieverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateRetrieverCommandInput,
|
|
23
23
|
CreateRetrieverCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateRetrieverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateRetrieverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateRetrieverCommandInput,
|
|
32
32
|
CreateRetrieverCommandOutput,
|
|
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 CreateRetrieverCommand extends CreateRetrieverCommand_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
|
CreateSubscriptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateSubscriptionCommandOutput
|
|
|
19
19
|
declare const CreateSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSubscriptionCommandInput,
|
|
24
24
|
CreateSubscriptionCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSubscriptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSubscriptionCommandInput,
|
|
33
33
|
CreateSubscriptionCommandOutput,
|
|
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 CreateSubscriptionCommand extends CreateSubscriptionCommand_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 { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateUserCommandOutput
|
|
|
15
15
|
declare const CreateUserCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateUserCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateUserCommandInput,
|
|
20
20
|
CreateUserCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateUserCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateUserCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateUserCommandInput,
|
|
29
29
|
CreateUserCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
37
39
|
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
|
CreateWebExperienceRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateWebExperienceCommandOutput
|
|
|
19
19
|
declare const CreateWebExperienceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateWebExperienceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateWebExperienceCommandInput,
|
|
24
24
|
CreateWebExperienceCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateWebExperienceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateWebExperienceCommandInput,
|
|
33
33
|
CreateWebExperienceCommandOutput,
|
|
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 CreateWebExperienceCommand extends CreateWebExperienceCommand_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
|
DeleteApplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationCommandInput,
|
|
24
24
|
DeleteApplicationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationCommandInput,
|
|
33
33
|
DeleteApplicationCommandOutput,
|
|
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 DeleteApplicationCommand extends DeleteApplicationCommand_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
|
DeleteAttachmentRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteAttachmentCommandOutput
|
|
|
18
18
|
declare const DeleteAttachmentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteAttachmentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteAttachmentCommandInput,
|
|
23
23
|
DeleteAttachmentCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteAttachmentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteAttachmentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteAttachmentCommandInput,
|
|
32
32
|
DeleteAttachmentCommandOutput,
|
|
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 DeleteAttachmentCommand extends DeleteAttachmentCommand_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
|
DeleteChatControlsConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteChatControlsConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteChatControlsConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteChatControlsConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteChatControlsConfigurationCommandInput,
|
|
24
24
|
DeleteChatControlsConfigurationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteChatControlsConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteChatControlsConfigurationCommandInput,
|
|
33
33
|
DeleteChatControlsConfigurationCommandOutput,
|
|
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 DeleteChatControlsConfigurationCommand extends DeleteChatControlsConfigurationCommand_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
|
DeleteChatResponseConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteChatResponseConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteChatResponseConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteChatResponseConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteChatResponseConfigurationCommandInput,
|
|
24
24
|
DeleteChatResponseConfigurationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteChatResponseConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteChatResponseConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteChatResponseConfigurationCommandInput,
|
|
33
33
|
DeleteChatResponseConfigurationCommandOutput,
|
|
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 DeleteChatResponseConfigurationCommand extends DeleteChatResponseConfigurationCommand_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
|
DeleteConversationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteConversationCommandOutput
|
|
|
19
19
|
declare const DeleteConversationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteConversationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteConversationCommandInput,
|
|
24
24
|
DeleteConversationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteConversationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteConversationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteConversationCommandInput,
|
|
33
33
|
DeleteConversationCommandOutput,
|
|
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 DeleteConversationCommand extends DeleteConversationCommand_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
|
DeleteDataAccessorRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteDataAccessorCommandOutput
|
|
|
19
19
|
declare const DeleteDataAccessorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteDataAccessorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteDataAccessorCommandInput,
|
|
24
24
|
DeleteDataAccessorCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteDataAccessorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteDataAccessorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteDataAccessorCommandInput,
|
|
33
33
|
DeleteDataAccessorCommandOutput,
|
|
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 DeleteDataAccessorCommand extends DeleteDataAccessorCommand_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
|
DeleteDataSourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteDataSourceCommandOutput
|
|
|
18
18
|
declare const DeleteDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteDataSourceCommandInput,
|
|
23
23
|
DeleteDataSourceCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteDataSourceCommandInput,
|
|
32
32
|
DeleteDataSourceCommandOutput,
|
|
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 DeleteDataSourceCommand extends DeleteDataSourceCommand_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 { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteGroupCommandOutput
|
|
|
15
15
|
declare const DeleteGroupCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteGroupCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteGroupCommandInput,
|
|
20
20
|
DeleteGroupCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteGroupCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteGroupCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteGroupCommandInput,
|
|
29
29
|
DeleteGroupCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
37
39
|
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 { DeleteIndexRequest, DeleteIndexResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteIndexCommandOutput
|
|
|
15
15
|
declare const DeleteIndexCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteIndexCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteIndexCommandInput,
|
|
20
20
|
DeleteIndexCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteIndexCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteIndexCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteIndexCommandInput,
|
|
29
29
|
DeleteIndexCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
37
39
|
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 { DeletePluginRequest, DeletePluginResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeletePluginCommandOutput
|
|
|
15
15
|
declare const DeletePluginCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeletePluginCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeletePluginCommandInput,
|
|
20
20
|
DeletePluginCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeletePluginCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeletePluginCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeletePluginCommandInput,
|
|
29
29
|
DeletePluginCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeletePluginCommand extends DeletePluginCommand_base {
|
|
37
39
|
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
|
DeleteRetrieverRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteRetrieverCommandOutput
|
|
|
18
18
|
declare const DeleteRetrieverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteRetrieverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteRetrieverCommandInput,
|
|
23
23
|
DeleteRetrieverCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteRetrieverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteRetrieverCommandInput,
|
|
32
32
|
DeleteRetrieverCommandOutput,
|
|
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 DeleteRetrieverCommand extends DeleteRetrieverCommand_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 { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteUserCommandOutput
|
|
|
15
15
|
declare const DeleteUserCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteUserCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteUserCommandInput,
|
|
20
20
|
DeleteUserCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteUserCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteUserCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteUserCommandInput,
|
|
29
29
|
DeleteUserCommandOutput,
|
|
30
30
|
QBusinessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
37
39
|
protected static __types: {
|