@aws-sdk/client-qbusiness 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/QBusiness.d.ts +289 -376
- package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +16 -48
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +41 -41
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListMessagesCommandInput extends ListMessagesRequest {}
|
|
5
|
-
export interface ListMessagesCommandOutput
|
|
6
|
-
extends ListMessagesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMessagesCommandOutput extends ListMessagesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListMessagesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListMessagesCommandInput
|
|
8
|
+
input: ListMessagesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListMessagesCommandInput,
|
|
13
11
|
ListMessagesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListMessagesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListMessagesCommandInput
|
|
17
|
+
input: ListMessagesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListMessagesCommandInput,
|
|
22
20
|
ListMessagesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPluginActionsRequest,
|
|
4
|
-
ListPluginActionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPluginActionsRequest, ListPluginActionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPluginActionsCommandInput
|
|
8
|
-
extends ListPluginActionsRequest {}
|
|
4
|
+
export interface ListPluginActionsCommandInput extends ListPluginActionsRequest {}
|
|
9
5
|
export interface ListPluginActionsCommandOutput
|
|
10
|
-
extends ListPluginActionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPluginActionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPluginActionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPluginActionsCommandInput
|
|
9
|
+
input: ListPluginActionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPluginActionsCommandInput,
|
|
17
12
|
ListPluginActionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPluginActionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPluginActionsCommandInput
|
|
18
|
+
input: ListPluginActionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPluginActionsCommandInput,
|
|
26
21
|
ListPluginActionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPluginTypeActionsRequest,
|
|
4
|
-
ListPluginTypeActionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPluginTypeActionsRequest, ListPluginTypeActionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPluginTypeActionsCommandInput
|
|
8
|
-
extends ListPluginTypeActionsRequest {}
|
|
4
|
+
export interface ListPluginTypeActionsCommandInput extends ListPluginTypeActionsRequest {}
|
|
9
5
|
export interface ListPluginTypeActionsCommandOutput
|
|
10
|
-
extends ListPluginTypeActionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPluginTypeActionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPluginTypeActionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPluginTypeActionsCommandInput
|
|
9
|
+
input: ListPluginTypeActionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPluginTypeActionsCommandInput,
|
|
17
12
|
ListPluginTypeActionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPluginTypeActionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPluginTypeActionsCommandInput
|
|
18
|
+
input: ListPluginTypeActionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPluginTypeActionsCommandInput,
|
|
26
21
|
ListPluginTypeActionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPluginTypeMetadataRequest,
|
|
4
|
-
ListPluginTypeMetadataResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPluginTypeMetadataRequest, ListPluginTypeMetadataResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPluginTypeMetadataCommandInput
|
|
8
|
-
extends ListPluginTypeMetadataRequest {}
|
|
4
|
+
export interface ListPluginTypeMetadataCommandInput extends ListPluginTypeMetadataRequest {}
|
|
9
5
|
export interface ListPluginTypeMetadataCommandOutput
|
|
10
|
-
extends ListPluginTypeMetadataResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPluginTypeMetadataResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPluginTypeMetadataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPluginTypeMetadataCommandInput
|
|
9
|
+
input: ListPluginTypeMetadataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPluginTypeMetadataCommandInput,
|
|
17
12
|
ListPluginTypeMetadataCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListPluginsCommandInput extends ListPluginsRequest {}
|
|
5
|
-
export interface ListPluginsCommandOutput
|
|
6
|
-
extends ListPluginsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListPluginsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListPluginsCommandInput
|
|
8
|
+
input: ListPluginsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListPluginsCommandInput,
|
|
13
11
|
ListPluginsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListPluginsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListPluginsCommandInput
|
|
17
|
+
input: ListPluginsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListPluginsCommandInput,
|
|
22
20
|
ListPluginsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRetrieversRequest,
|
|
4
|
-
ListRetrieversResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRetrieversRequest, ListRetrieversResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListRetrieversCommandInput extends ListRetrieversRequest {}
|
|
8
|
-
export interface ListRetrieversCommandOutput
|
|
9
|
-
extends ListRetrieversResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRetrieversCommandOutput extends ListRetrieversResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListRetrieversCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListRetrieversCommandInput
|
|
8
|
+
input: ListRetrieversCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListRetrieversCommandInput,
|
|
16
11
|
ListRetrieversCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListRetrieversCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListRetrieversCommandInput
|
|
17
|
+
input: ListRetrieversCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListRetrieversCommandInput,
|
|
25
20
|
ListRetrieversCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSubscriptionsRequest,
|
|
4
|
-
ListSubscriptionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSubscriptionsRequest, ListSubscriptionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSubscriptionsCommandInput
|
|
8
|
-
extends ListSubscriptionsRequest {}
|
|
4
|
+
export interface ListSubscriptionsCommandInput extends ListSubscriptionsRequest {}
|
|
9
5
|
export interface ListSubscriptionsCommandOutput
|
|
10
|
-
extends ListSubscriptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSubscriptionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListSubscriptionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSubscriptionsCommandInput
|
|
9
|
+
input: ListSubscriptionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSubscriptionsCommandInput,
|
|
17
12
|
ListSubscriptionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListSubscriptionsCommandInput
|
|
18
|
+
input: ListSubscriptionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListSubscriptionsCommandInput,
|
|
26
21
|
ListSubscriptionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWebExperiencesRequest,
|
|
4
|
-
ListWebExperiencesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWebExperiencesRequest, ListWebExperiencesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListWebExperiencesCommandInput
|
|
8
|
-
extends ListWebExperiencesRequest {}
|
|
4
|
+
export interface ListWebExperiencesCommandInput extends ListWebExperiencesRequest {}
|
|
9
5
|
export interface ListWebExperiencesCommandOutput
|
|
10
|
-
extends ListWebExperiencesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListWebExperiencesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListWebExperiencesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListWebExperiencesCommandInput
|
|
9
|
+
input: ListWebExperiencesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListWebExperiencesCommandInput,
|
|
17
12
|
ListWebExperiencesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListWebExperiencesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListWebExperiencesCommandInput
|
|
18
|
+
input: ListWebExperiencesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListWebExperiencesCommandInput,
|
|
26
21
|
ListWebExperiencesCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
|
|
|
5
5
|
export interface PutFeedbackCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutFeedbackCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutFeedbackCommandInput
|
|
8
|
+
input: PutFeedbackCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutFeedbackCommandInput,
|
|
11
11
|
PutFeedbackCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutFeedbackCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutFeedbackCommandInput
|
|
17
|
+
input: PutFeedbackCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutFeedbackCommandInput,
|
|
20
20
|
PutFeedbackCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutGroupRequest, PutGroupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutGroupCommandInput extends PutGroupRequest {}
|
|
5
|
-
export interface PutGroupCommandOutput
|
|
6
|
-
extends PutGroupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutGroupCommandOutput extends PutGroupResponse, __MetadataBearer {}
|
|
8
6
|
declare const PutGroupCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutGroupCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutGroupCommandInput,
|
|
11
11
|
PutGroupCommandOutput,
|
|
12
12
|
import("..").QBusinessClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutGroupCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
PutGroupCommandInput,
|
|
18
20
|
PutGroupCommandOutput,
|
|
19
21
|
import("..").QBusinessClientResolvedConfig,
|
|
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SearchRelevantContentResponse } from "../models/models_0";
|
|
3
3
|
import { SearchRelevantContentRequest } from "../models/models_1";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
|
-
export interface SearchRelevantContentCommandInput
|
|
6
|
-
extends SearchRelevantContentRequest {}
|
|
5
|
+
export interface SearchRelevantContentCommandInput extends SearchRelevantContentRequest {}
|
|
7
6
|
export interface SearchRelevantContentCommandOutput
|
|
8
|
-
extends SearchRelevantContentResponse,
|
|
9
|
-
__MetadataBearer {}
|
|
7
|
+
extends SearchRelevantContentResponse, __MetadataBearer {}
|
|
10
8
|
declare const SearchRelevantContentCommand_base: {
|
|
11
9
|
new (
|
|
12
|
-
input: SearchRelevantContentCommandInput
|
|
10
|
+
input: SearchRelevantContentCommandInput,
|
|
13
11
|
): import("@smithy/core/client").CommandImpl<
|
|
14
12
|
SearchRelevantContentCommandInput,
|
|
15
13
|
SearchRelevantContentCommandOutput,
|
|
@@ -18,7 +16,7 @@ declare const SearchRelevantContentCommand_base: {
|
|
|
18
16
|
import("..").ServiceOutputTypes
|
|
19
17
|
>;
|
|
20
18
|
new (
|
|
21
|
-
input: SearchRelevantContentCommandInput
|
|
19
|
+
input: SearchRelevantContentCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
SearchRelevantContentCommandInput,
|
|
24
22
|
SearchRelevantContentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartDataSourceSyncJobRequest,
|
|
4
|
-
StartDataSourceSyncJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartDataSourceSyncJobCommandInput
|
|
8
|
-
extends StartDataSourceSyncJobRequest {}
|
|
4
|
+
export interface StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJobRequest {}
|
|
9
5
|
export interface StartDataSourceSyncJobCommandOutput
|
|
10
|
-
extends StartDataSourceSyncJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartDataSourceSyncJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartDataSourceSyncJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartDataSourceSyncJobCommandInput
|
|
9
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartDataSourceSyncJobCommandInput,
|
|
17
12
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartDataSourceSyncJobCommandInput
|
|
18
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartDataSourceSyncJobCommandInput,
|
|
26
21
|
StartDataSourceSyncJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopDataSourceSyncJobRequest,
|
|
4
|
-
StopDataSourceSyncJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopDataSourceSyncJobRequest, StopDataSourceSyncJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopDataSourceSyncJobCommandInput
|
|
8
|
-
extends StopDataSourceSyncJobRequest {}
|
|
4
|
+
export interface StopDataSourceSyncJobCommandInput extends StopDataSourceSyncJobRequest {}
|
|
9
5
|
export interface StopDataSourceSyncJobCommandOutput
|
|
10
|
-
extends StopDataSourceSyncJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopDataSourceSyncJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopDataSourceSyncJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopDataSourceSyncJobCommandInput
|
|
9
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopDataSourceSyncJobCommandInput,
|
|
17
12
|
StopDataSourceSyncJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopDataSourceSyncJobCommandInput
|
|
18
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopDataSourceSyncJobCommandInput,
|
|
26
21
|
StopDataSourceSyncJobCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateApplicationRequest,
|
|
4
|
-
UpdateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationCommandInput
|
|
8
|
-
extends UpdateApplicationRequest {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
9
5
|
export interface UpdateApplicationCommandOutput
|
|
10
|
-
extends UpdateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateApplicationCommandInput
|
|
9
|
+
input: UpdateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateApplicationCommandInput,
|
|
17
12
|
UpdateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateApplicationCommandInput
|
|
18
|
+
input: UpdateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateApplicationCommandInput,
|
|
26
21
|
UpdateApplicationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateChatControlsConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateChatControlsConfigurationCommandInput
|
|
8
|
-
extends UpdateChatControlsConfigurationRequest {}
|
|
7
|
+
export interface UpdateChatControlsConfigurationCommandInput extends UpdateChatControlsConfigurationRequest {}
|
|
9
8
|
export interface UpdateChatControlsConfigurationCommandOutput
|
|
10
|
-
extends UpdateChatControlsConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateChatControlsConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateChatControlsConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateChatControlsConfigurationCommandInput
|
|
12
|
+
input: UpdateChatControlsConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateChatControlsConfigurationCommandInput,
|
|
17
15
|
UpdateChatControlsConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateChatControlsConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateChatControlsConfigurationCommandInput
|
|
21
|
+
input: UpdateChatControlsConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateChatControlsConfigurationCommandInput,
|
|
26
24
|
UpdateChatControlsConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateChatResponseConfigurationResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateChatResponseConfigurationCommandInput
|
|
8
|
-
extends UpdateChatResponseConfigurationRequest {}
|
|
7
|
+
export interface UpdateChatResponseConfigurationCommandInput extends UpdateChatResponseConfigurationRequest {}
|
|
9
8
|
export interface UpdateChatResponseConfigurationCommandOutput
|
|
10
|
-
extends UpdateChatResponseConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateChatResponseConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateChatResponseConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateChatResponseConfigurationCommandInput
|
|
12
|
+
input: UpdateChatResponseConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateChatResponseConfigurationCommandInput,
|
|
17
15
|
UpdateChatResponseConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateChatResponseConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateChatResponseConfigurationCommandInput
|
|
21
|
+
input: UpdateChatResponseConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateChatResponseConfigurationCommandInput,
|
|
26
24
|
UpdateChatResponseConfigurationCommandOutput,
|
|
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateDataAccessorResponse } from "../models/models_0";
|
|
3
3
|
import { UpdateDataAccessorRequest } from "../models/models_1";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
|
-
export interface UpdateDataAccessorCommandInput
|
|
6
|
-
extends UpdateDataAccessorRequest {}
|
|
5
|
+
export interface UpdateDataAccessorCommandInput extends UpdateDataAccessorRequest {}
|
|
7
6
|
export interface UpdateDataAccessorCommandOutput
|
|
8
|
-
extends UpdateDataAccessorResponse,
|
|
9
|
-
__MetadataBearer {}
|
|
7
|
+
extends UpdateDataAccessorResponse, __MetadataBearer {}
|
|
10
8
|
declare const UpdateDataAccessorCommand_base: {
|
|
11
9
|
new (
|
|
12
|
-
input: UpdateDataAccessorCommandInput
|
|
10
|
+
input: UpdateDataAccessorCommandInput,
|
|
13
11
|
): import("@smithy/core/client").CommandImpl<
|
|
14
12
|
UpdateDataAccessorCommandInput,
|
|
15
13
|
UpdateDataAccessorCommandOutput,
|
|
@@ -18,7 +16,7 @@ declare const UpdateDataAccessorCommand_base: {
|
|
|
18
16
|
import("..").ServiceOutputTypes
|
|
19
17
|
>;
|
|
20
18
|
new (
|
|
21
|
-
input: UpdateDataAccessorCommandInput
|
|
19
|
+
input: UpdateDataAccessorCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
UpdateDataAccessorCommandInput,
|
|
24
22
|
UpdateDataAccessorCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDataSourceRequest,
|
|
4
|
-
UpdateDataSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
8
|
-
export interface UpdateDataSourceCommandOutput
|
|
9
|
-
extends UpdateDataSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDataSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDataSourceCommandInput
|
|
8
|
+
input: UpdateDataSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDataSourceCommandInput,
|
|
16
11
|
UpdateDataSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDataSourceCommandInput
|
|
17
|
+
input: UpdateDataSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDataSourceCommandInput,
|
|
25
20
|
UpdateDataSourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateIndexRequest, UpdateIndexResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateIndexCommandInput extends UpdateIndexRequest {}
|
|
5
|
-
export interface UpdateIndexCommandOutput
|
|
6
|
-
extends UpdateIndexResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateIndexCommandOutput extends UpdateIndexResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateIndexCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateIndexCommandInput
|
|
8
|
+
input: UpdateIndexCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateIndexCommandInput,
|
|
13
11
|
UpdateIndexCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateIndexCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateIndexCommandInput
|
|
17
|
+
input: UpdateIndexCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateIndexCommandInput,
|
|
22
20
|
UpdateIndexCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdatePluginRequest, UpdatePluginResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdatePluginCommandInput extends UpdatePluginRequest {}
|
|
5
|
-
export interface UpdatePluginCommandOutput
|
|
6
|
-
extends UpdatePluginResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdatePluginCommandOutput extends UpdatePluginResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdatePluginCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdatePluginCommandInput
|
|
8
|
+
input: UpdatePluginCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdatePluginCommandInput,
|
|
13
11
|
UpdatePluginCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdatePluginCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdatePluginCommandInput
|
|
17
|
+
input: UpdatePluginCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdatePluginCommandInput,
|
|
22
20
|
UpdatePluginCommandOutput,
|