@aws-sdk/client-qbusiness 3.1045.0 → 3.1047.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
|
ListConversationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListConversationsCommandOutput
|
|
|
19
19
|
declare const ListConversationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListConversationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListConversationsCommandInput,
|
|
24
24
|
ListConversationsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListConversationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListConversationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListConversationsCommandInput,
|
|
33
33
|
ListConversationsCommandOutput,
|
|
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 ListConversationsCommand extends ListConversationsCommand_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
|
ListDataAccessorsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListDataAccessorsCommandOutput
|
|
|
19
19
|
declare const ListDataAccessorsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDataAccessorsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDataAccessorsCommandInput,
|
|
24
24
|
ListDataAccessorsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDataAccessorsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDataAccessorsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDataAccessorsCommandInput,
|
|
33
33
|
ListDataAccessorsCommandOutput,
|
|
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 ListDataAccessorsCommand extends ListDataAccessorsCommand_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
|
ListDataSourceSyncJobsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListDataSourceSyncJobsCommandOutput
|
|
|
19
19
|
declare const ListDataSourceSyncJobsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDataSourceSyncJobsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDataSourceSyncJobsCommandInput,
|
|
24
24
|
ListDataSourceSyncJobsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDataSourceSyncJobsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDataSourceSyncJobsCommandInput,
|
|
33
33
|
ListDataSourceSyncJobsCommandOutput,
|
|
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 ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_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
|
ListDataSourcesRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListDataSourcesCommandOutput
|
|
|
18
18
|
declare const ListDataSourcesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDataSourcesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDataSourcesCommandInput,
|
|
23
23
|
ListDataSourcesCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDataSourcesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListDataSourcesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDataSourcesCommandInput,
|
|
32
32
|
ListDataSourcesCommandOutput,
|
|
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 ListDataSourcesCommand extends ListDataSourcesCommand_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
|
ListDocumentsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListDocumentsCommandOutput
|
|
|
18
18
|
declare const ListDocumentsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDocumentsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDocumentsCommandInput,
|
|
23
23
|
ListDocumentsCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDocumentsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListDocumentsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDocumentsCommandInput,
|
|
32
32
|
ListDocumentsCommandOutput,
|
|
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 ListDocumentsCommand extends ListDocumentsCommand_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 { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListGroupsCommandOutput
|
|
|
15
15
|
declare const ListGroupsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListGroupsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListGroupsCommandInput,
|
|
20
20
|
ListGroupsCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListGroupsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListGroupsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListGroupsCommandInput,
|
|
29
29
|
ListGroupsCommandOutput,
|
|
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 ListGroupsCommand extends ListGroupsCommand_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 { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListIndicesCommandOutput
|
|
|
15
15
|
declare const ListIndicesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListIndicesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListIndicesCommandInput,
|
|
20
20
|
ListIndicesCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListIndicesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListIndicesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListIndicesCommandInput,
|
|
29
29
|
ListIndicesCommandOutput,
|
|
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 ListIndicesCommand extends ListIndicesCommand_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 { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListMessagesCommandOutput
|
|
|
15
15
|
declare const ListMessagesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListMessagesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListMessagesCommandInput,
|
|
20
20
|
ListMessagesCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListMessagesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListMessagesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListMessagesCommandInput,
|
|
29
29
|
ListMessagesCommandOutput,
|
|
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 ListMessagesCommand extends ListMessagesCommand_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
|
ListPluginActionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListPluginActionsCommandOutput
|
|
|
19
19
|
declare const ListPluginActionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPluginActionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPluginActionsCommandInput,
|
|
24
24
|
ListPluginActionsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPluginActionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPluginActionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPluginActionsCommandInput,
|
|
33
33
|
ListPluginActionsCommandOutput,
|
|
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 ListPluginActionsCommand extends ListPluginActionsCommand_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
|
ListPluginTypeActionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListPluginTypeActionsCommandOutput
|
|
|
19
19
|
declare const ListPluginTypeActionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPluginTypeActionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPluginTypeActionsCommandInput,
|
|
24
24
|
ListPluginTypeActionsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPluginTypeActionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPluginTypeActionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPluginTypeActionsCommandInput,
|
|
33
33
|
ListPluginTypeActionsCommandOutput,
|
|
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 ListPluginTypeActionsCommand extends ListPluginTypeActionsCommand_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
|
ListPluginTypeMetadataRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListPluginTypeMetadataCommandOutput
|
|
|
19
19
|
declare const ListPluginTypeMetadataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPluginTypeMetadataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPluginTypeMetadataCommandInput,
|
|
24
24
|
ListPluginTypeMetadataCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPluginTypeMetadataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListPluginTypeMetadataCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPluginTypeMetadataCommandInput,
|
|
33
33
|
ListPluginTypeMetadataCommandOutput,
|
|
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 ListPluginTypeMetadataCommand extends ListPluginTypeMetadataCommand_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 { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListPluginsCommandOutput
|
|
|
15
15
|
declare const ListPluginsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListPluginsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListPluginsCommandInput,
|
|
20
20
|
ListPluginsCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListPluginsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListPluginsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListPluginsCommandInput,
|
|
29
29
|
ListPluginsCommandOutput,
|
|
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 ListPluginsCommand extends ListPluginsCommand_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
|
ListRetrieversRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListRetrieversCommandOutput
|
|
|
18
18
|
declare const ListRetrieversCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListRetrieversCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListRetrieversCommandInput,
|
|
23
23
|
ListRetrieversCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListRetrieversCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListRetrieversCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListRetrieversCommandInput,
|
|
32
32
|
ListRetrieversCommandOutput,
|
|
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 ListRetrieversCommand extends ListRetrieversCommand_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
|
ListSubscriptionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListSubscriptionsCommandOutput
|
|
|
19
19
|
declare const ListSubscriptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSubscriptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSubscriptionsCommandInput,
|
|
24
24
|
ListSubscriptionsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSubscriptionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSubscriptionsCommandInput,
|
|
33
33
|
ListSubscriptionsCommandOutput,
|
|
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 ListSubscriptionsCommand extends ListSubscriptionsCommand_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
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
ListWebExperiencesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListWebExperiencesCommandOutput
|
|
|
19
19
|
declare const ListWebExperiencesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWebExperiencesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWebExperiencesCommandInput,
|
|
24
24
|
ListWebExperiencesCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWebExperiencesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListWebExperiencesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWebExperiencesCommandInput,
|
|
33
33
|
ListWebExperiencesCommandOutput,
|
|
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 ListWebExperiencesCommand extends ListWebExperiencesCommand_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 { PutFeedbackRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface PutFeedbackCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PutFeedbackCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PutFeedbackCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PutFeedbackCommandInput,
|
|
18
18
|
PutFeedbackCommandOutput,
|
|
19
19
|
QBusinessClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PutFeedbackCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PutFeedbackCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PutFeedbackCommandInput,
|
|
27
27
|
PutFeedbackCommandOutput,
|
|
28
28
|
QBusinessClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
35
37
|
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 { PutGroupRequest, PutGroupResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface PutGroupCommandOutput
|
|
|
13
13
|
extends PutGroupResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const PutGroupCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: PutGroupCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
PutGroupCommandInput,
|
|
20
18
|
PutGroupCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: PutGroupCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: PutGroupCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
PutGroupCommandInput,
|
|
29
25
|
PutGroupCommandOutput,
|
|
30
26
|
QBusinessClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class PutGroupCommand extends PutGroupCommand_base {
|
|
37
35
|
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 { SearchRelevantContentResponse } from "../models/models_0";
|
|
4
4
|
import { SearchRelevantContentRequest } from "../models/models_1";
|
|
@@ -17,7 +17,7 @@ export interface SearchRelevantContentCommandOutput
|
|
|
17
17
|
declare const SearchRelevantContentCommand_base: {
|
|
18
18
|
new (
|
|
19
19
|
input: SearchRelevantContentCommandInput
|
|
20
|
-
): import("@smithy/
|
|
20
|
+
): import("@smithy/core/client").CommandImpl<
|
|
21
21
|
SearchRelevantContentCommandInput,
|
|
22
22
|
SearchRelevantContentCommandOutput,
|
|
23
23
|
QBusinessClientResolvedConfig,
|
|
@@ -26,14 +26,16 @@ declare const SearchRelevantContentCommand_base: {
|
|
|
26
26
|
>;
|
|
27
27
|
new (
|
|
28
28
|
input: SearchRelevantContentCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
SearchRelevantContentCommandInput,
|
|
31
31
|
SearchRelevantContentCommandOutput,
|
|
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 SearchRelevantContentCommand extends SearchRelevantContentCommand_base {
|
|
39
41
|
protected static __types: {
|