@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
|
DeleteWebExperienceRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteWebExperienceCommandOutput
|
|
|
19
19
|
declare const DeleteWebExperienceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteWebExperienceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteWebExperienceCommandInput,
|
|
24
24
|
DeleteWebExperienceCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteWebExperienceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteWebExperienceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteWebExperienceCommandInput,
|
|
33
33
|
DeleteWebExperienceCommandOutput,
|
|
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 DeleteWebExperienceCommand extends DeleteWebExperienceCommand_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
|
DisassociatePermissionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociatePermissionCommandOutput
|
|
|
19
19
|
declare const DisassociatePermissionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociatePermissionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociatePermissionCommandInput,
|
|
24
24
|
DisassociatePermissionCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociatePermissionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociatePermissionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociatePermissionCommandInput,
|
|
33
33
|
DisassociatePermissionCommandOutput,
|
|
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 DisassociatePermissionCommand extends DisassociatePermissionCommand_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
|
GetApplicationRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetApplicationCommandOutput
|
|
|
18
18
|
declare const GetApplicationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetApplicationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetApplicationCommandInput,
|
|
23
23
|
GetApplicationCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetApplicationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetApplicationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetApplicationCommandInput,
|
|
32
32
|
GetApplicationCommandOutput,
|
|
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 GetApplicationCommand extends GetApplicationCommand_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
|
GetChatControlsConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetChatControlsConfigurationCommandOutput
|
|
|
19
19
|
declare const GetChatControlsConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetChatControlsConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetChatControlsConfigurationCommandInput,
|
|
24
24
|
GetChatControlsConfigurationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetChatControlsConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetChatControlsConfigurationCommandInput,
|
|
33
33
|
GetChatControlsConfigurationCommandOutput,
|
|
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 GetChatControlsConfigurationCommand extends GetChatControlsConfigurationCommand_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
|
GetChatResponseConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetChatResponseConfigurationCommandOutput
|
|
|
19
19
|
declare const GetChatResponseConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetChatResponseConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetChatResponseConfigurationCommandInput,
|
|
24
24
|
GetChatResponseConfigurationCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetChatResponseConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetChatResponseConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetChatResponseConfigurationCommandInput,
|
|
33
33
|
GetChatResponseConfigurationCommandOutput,
|
|
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 GetChatResponseConfigurationCommand extends GetChatResponseConfigurationCommand_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 { GetDataAccessorRequest } from "../models/models_0";
|
|
4
4
|
import { GetDataAccessorResponse } from "../models/models_1";
|
|
@@ -16,7 +16,7 @@ export interface GetDataAccessorCommandOutput
|
|
|
16
16
|
declare const GetDataAccessorCommand_base: {
|
|
17
17
|
new (
|
|
18
18
|
input: GetDataAccessorCommandInput
|
|
19
|
-
): import("@smithy/
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
20
|
GetDataAccessorCommandInput,
|
|
21
21
|
GetDataAccessorCommandOutput,
|
|
22
22
|
QBusinessClientResolvedConfig,
|
|
@@ -25,14 +25,16 @@ declare const GetDataAccessorCommand_base: {
|
|
|
25
25
|
>;
|
|
26
26
|
new (
|
|
27
27
|
input: GetDataAccessorCommandInput
|
|
28
|
-
): import("@smithy/
|
|
28
|
+
): import("@smithy/core/client").CommandImpl<
|
|
29
29
|
GetDataAccessorCommandInput,
|
|
30
30
|
GetDataAccessorCommandOutput,
|
|
31
31
|
QBusinessClientResolvedConfig,
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
35
|
+
getEndpointParameterInstructions(): {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
36
38
|
};
|
|
37
39
|
export declare class GetDataAccessorCommand extends GetDataAccessorCommand_base {
|
|
38
40
|
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
|
GetDataSourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetDataSourceCommandOutput
|
|
|
18
18
|
declare const GetDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetDataSourceCommandInput,
|
|
23
23
|
GetDataSourceCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetDataSourceCommandInput,
|
|
32
32
|
GetDataSourceCommandOutput,
|
|
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 GetDataSourceCommand extends GetDataSourceCommand_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
|
GetDocumentContentRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetDocumentContentCommandOutput
|
|
|
19
19
|
declare const GetDocumentContentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDocumentContentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDocumentContentCommandInput,
|
|
24
24
|
GetDocumentContentCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDocumentContentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDocumentContentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDocumentContentCommandInput,
|
|
33
33
|
GetDocumentContentCommandOutput,
|
|
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 GetDocumentContentCommand extends GetDocumentContentCommand_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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetGroupCommandOutput
|
|
|
13
13
|
extends GetGroupResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetGroupCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetGroupCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetGroupCommandInput,
|
|
20
18
|
GetGroupCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetGroupCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetGroupCommandInput,
|
|
29
25
|
GetGroupCommandOutput,
|
|
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 GetGroupCommand extends GetGroupCommand_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 { GetIndexRequest, GetIndexResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetIndexCommandOutput
|
|
|
13
13
|
extends GetIndexResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetIndexCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetIndexCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetIndexCommandInput,
|
|
20
18
|
GetIndexCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetIndexCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetIndexCommandInput,
|
|
29
25
|
GetIndexCommandOutput,
|
|
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 GetIndexCommand extends GetIndexCommand_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 { GetMediaRequest, GetMediaResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetMediaCommandOutput
|
|
|
13
13
|
extends GetMediaResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetMediaCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetMediaCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetMediaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetMediaCommandInput,
|
|
20
18
|
GetMediaCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetMediaCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetMediaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetMediaCommandInput,
|
|
29
25
|
GetMediaCommandOutput,
|
|
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 GetMediaCommand extends GetMediaCommand_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 { GetPluginRequest, GetPluginResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetPluginCommandOutput
|
|
|
13
13
|
extends GetPluginResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetPluginCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetPluginCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetPluginCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetPluginCommandInput,
|
|
20
18
|
GetPluginCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetPluginCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetPluginCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetPluginCommandInput,
|
|
29
25
|
GetPluginCommandOutput,
|
|
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 GetPluginCommand extends GetPluginCommand_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 { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetPolicyCommandOutput
|
|
|
13
13
|
extends GetPolicyResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetPolicyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetPolicyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetPolicyCommandInput,
|
|
20
18
|
GetPolicyCommandOutput,
|
|
21
19
|
QBusinessClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetPolicyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetPolicyCommandInput,
|
|
29
25
|
GetPolicyCommandOutput,
|
|
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 GetPolicyCommand extends GetPolicyCommand_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 { GetRetrieverRequest, GetRetrieverResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetRetrieverCommandOutput
|
|
|
15
15
|
declare const GetRetrieverCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetRetrieverCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetRetrieverCommandInput,
|
|
20
20
|
GetRetrieverCommandOutput,
|
|
21
21
|
QBusinessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetRetrieverCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetRetrieverCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetRetrieverCommandInput,
|
|
29
29
|
GetRetrieverCommandOutput,
|
|
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 GetRetrieverCommand extends GetRetrieverCommand_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 { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,21 +13,23 @@ export interface GetUserCommandOutput
|
|
|
13
13
|
extends GetUserResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetUserCommand_base: {
|
|
16
|
-
new (input: GetUserCommandInput): import("@smithy/
|
|
16
|
+
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetUserCommandInput,
|
|
18
18
|
GetUserCommandOutput,
|
|
19
19
|
QBusinessClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: GetUserCommandInput): import("@smithy/
|
|
23
|
+
new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetUserCommandInput,
|
|
25
25
|
GetUserCommandOutput,
|
|
26
26
|
QBusinessClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
33
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 {
|
|
4
4
|
GetWebExperienceRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetWebExperienceCommandOutput
|
|
|
18
18
|
declare const GetWebExperienceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetWebExperienceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetWebExperienceCommandInput,
|
|
23
23
|
GetWebExperienceCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetWebExperienceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetWebExperienceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetWebExperienceCommandInput,
|
|
32
32
|
GetWebExperienceCommandOutput,
|
|
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 GetWebExperienceCommand extends GetWebExperienceCommand_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
|
ListApplicationsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListApplicationsCommandOutput
|
|
|
18
18
|
declare const ListApplicationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListApplicationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListApplicationsCommandInput,
|
|
23
23
|
ListApplicationsCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListApplicationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListApplicationsCommandInput,
|
|
32
32
|
ListApplicationsCommandOutput,
|
|
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 ListApplicationsCommand extends ListApplicationsCommand_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
|
ListAttachmentsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListAttachmentsCommandOutput
|
|
|
18
18
|
declare const ListAttachmentsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAttachmentsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAttachmentsCommandInput,
|
|
23
23
|
ListAttachmentsCommandOutput,
|
|
24
24
|
QBusinessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAttachmentsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListAttachmentsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAttachmentsCommandInput,
|
|
32
32
|
ListAttachmentsCommandOutput,
|
|
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 ListAttachmentsCommand extends ListAttachmentsCommand_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
|
ListChatResponseConfigurationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListChatResponseConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListChatResponseConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListChatResponseConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListChatResponseConfigurationsCommandInput,
|
|
24
24
|
ListChatResponseConfigurationsCommandOutput,
|
|
25
25
|
QBusinessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListChatResponseConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListChatResponseConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListChatResponseConfigurationsCommandInput,
|
|
33
33
|
ListChatResponseConfigurationsCommandOutput,
|
|
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 ListChatResponseConfigurationsCommand extends ListChatResponseConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|