@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.
Files changed (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/QBusiness.d.ts +289 -376
  3. package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
  7. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
  12. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
  13. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
  47. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  54. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
  85. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +21 -42
  94. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -48
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  99. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  105. package/package.json +41 -41
@@ -4,14 +4,12 @@ import {
4
4
  GetChatControlsConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetChatControlsConfigurationCommandInput
8
- extends GetChatControlsConfigurationRequest {}
7
+ export interface GetChatControlsConfigurationCommandInput extends GetChatControlsConfigurationRequest {}
9
8
  export interface GetChatControlsConfigurationCommandOutput
10
- extends GetChatControlsConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetChatControlsConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetChatControlsConfigurationCommand_base: {
13
11
  new (
14
- input: GetChatControlsConfigurationCommandInput
12
+ input: GetChatControlsConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetChatControlsConfigurationCommandInput,
17
15
  GetChatControlsConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetChatControlsConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetChatControlsConfigurationCommandInput
21
+ input: GetChatControlsConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetChatControlsConfigurationCommandInput,
26
24
  GetChatControlsConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetChatResponseConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetChatResponseConfigurationCommandInput
8
- extends GetChatResponseConfigurationRequest {}
7
+ export interface GetChatResponseConfigurationCommandInput extends GetChatResponseConfigurationRequest {}
9
8
  export interface GetChatResponseConfigurationCommandOutput
10
- extends GetChatResponseConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetChatResponseConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetChatResponseConfigurationCommand_base: {
13
11
  new (
14
- input: GetChatResponseConfigurationCommandInput
12
+ input: GetChatResponseConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetChatResponseConfigurationCommandInput,
17
15
  GetChatResponseConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetChatResponseConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetChatResponseConfigurationCommandInput
21
+ input: GetChatResponseConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetChatResponseConfigurationCommandInput,
26
24
  GetChatResponseConfigurationCommandOutput,
@@ -3,12 +3,10 @@ import { GetDataAccessorRequest } from "../models/models_0";
3
3
  import { GetDataAccessorResponse } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
5
  export interface GetDataAccessorCommandInput extends GetDataAccessorRequest {}
6
- export interface GetDataAccessorCommandOutput
7
- extends GetDataAccessorResponse,
8
- __MetadataBearer {}
6
+ export interface GetDataAccessorCommandOutput extends GetDataAccessorResponse, __MetadataBearer {}
9
7
  declare const GetDataAccessorCommand_base: {
10
8
  new (
11
- input: GetDataAccessorCommandInput
9
+ input: GetDataAccessorCommandInput,
12
10
  ): import("@smithy/core/client").CommandImpl<
13
11
  GetDataAccessorCommandInput,
14
12
  GetDataAccessorCommandOutput,
@@ -17,7 +15,7 @@ declare const GetDataAccessorCommand_base: {
17
15
  import("..").ServiceOutputTypes
18
16
  >;
19
17
  new (
20
- input: GetDataAccessorCommandInput
18
+ input: GetDataAccessorCommandInput,
21
19
  ): import("@smithy/core/client").CommandImpl<
22
20
  GetDataAccessorCommandInput,
23
21
  GetDataAccessorCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDataSourceRequest,
4
- GetDataSourceResponse,
5
- } from "../models/models_0";
2
+ import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
8
- export interface GetDataSourceCommandOutput
9
- extends GetDataSourceResponse,
10
- __MetadataBearer {}
5
+ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {}
11
6
  declare const GetDataSourceCommand_base: {
12
7
  new (
13
- input: GetDataSourceCommandInput
8
+ input: GetDataSourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDataSourceCommandInput,
16
11
  GetDataSourceCommandOutput,
@@ -19,7 +14,7 @@ declare const GetDataSourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetDataSourceCommandInput
17
+ input: GetDataSourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetDataSourceCommandInput,
25
20
  GetDataSourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDocumentContentRequest,
4
- GetDocumentContentResponse,
5
- } from "../models/models_0";
2
+ import { GetDocumentContentRequest, GetDocumentContentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetDocumentContentCommandInput
8
- extends GetDocumentContentRequest {}
4
+ export interface GetDocumentContentCommandInput extends GetDocumentContentRequest {}
9
5
  export interface GetDocumentContentCommandOutput
10
- extends GetDocumentContentResponse,
11
- __MetadataBearer {}
6
+ extends GetDocumentContentResponse, __MetadataBearer {}
12
7
  declare const GetDocumentContentCommand_base: {
13
8
  new (
14
- input: GetDocumentContentCommandInput
9
+ input: GetDocumentContentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetDocumentContentCommandInput,
17
12
  GetDocumentContentCommandOutput,
@@ -20,7 +15,7 @@ declare const GetDocumentContentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetDocumentContentCommandInput
18
+ input: GetDocumentContentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetDocumentContentCommandInput,
26
21
  GetDocumentContentCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetGroupCommandInput extends GetGroupRequest {}
5
- export interface GetGroupCommandOutput
6
- extends GetGroupResponse,
7
- __MetadataBearer {}
5
+ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {}
8
6
  declare const GetGroupCommand_base: {
9
- new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetGroupCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetGroupCommandInput,
11
11
  GetGroupCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetGroupCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetGroupCommandInput,
18
20
  GetGroupCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetIndexRequest, GetIndexResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetIndexCommandInput extends GetIndexRequest {}
5
- export interface GetIndexCommandOutput
6
- extends GetIndexResponse,
7
- __MetadataBearer {}
5
+ export interface GetIndexCommandOutput extends GetIndexResponse, __MetadataBearer {}
8
6
  declare const GetIndexCommand_base: {
9
- new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetIndexCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetIndexCommandInput,
11
11
  GetIndexCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetIndexCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetIndexCommandInput,
18
20
  GetIndexCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMediaRequest, GetMediaResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMediaCommandInput extends GetMediaRequest {}
5
- export interface GetMediaCommandOutput
6
- extends GetMediaResponse,
7
- __MetadataBearer {}
5
+ export interface GetMediaCommandOutput extends GetMediaResponse, __MetadataBearer {}
8
6
  declare const GetMediaCommand_base: {
9
- new (input: GetMediaCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetMediaCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetMediaCommandInput,
11
11
  GetMediaCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetMediaCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetMediaCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetMediaCommandInput,
18
20
  GetMediaCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetPluginRequest, GetPluginResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPluginCommandInput extends GetPluginRequest {}
5
- export interface GetPluginCommandOutput
6
- extends GetPluginResponse,
7
- __MetadataBearer {}
5
+ export interface GetPluginCommandOutput extends GetPluginResponse, __MetadataBearer {}
8
6
  declare const GetPluginCommand_base: {
9
- new (input: GetPluginCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetPluginCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetPluginCommandInput,
11
11
  GetPluginCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetPluginCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetPluginCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetPluginCommandInput,
18
20
  GetPluginCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
5
- export interface GetPolicyCommandOutput
6
- extends GetPolicyResponse,
7
- __MetadataBearer {}
5
+ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {}
8
6
  declare const GetPolicyCommand_base: {
9
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetPolicyCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetPolicyCommandInput,
11
11
  GetPolicyCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetPolicyCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetPolicyCommandInput,
18
20
  GetPolicyCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetRetrieverRequest, GetRetrieverResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetRetrieverCommandInput extends GetRetrieverRequest {}
5
- export interface GetRetrieverCommandOutput
6
- extends GetRetrieverResponse,
7
- __MetadataBearer {}
5
+ export interface GetRetrieverCommandOutput extends GetRetrieverResponse, __MetadataBearer {}
8
6
  declare const GetRetrieverCommand_base: {
9
7
  new (
10
- input: GetRetrieverCommandInput
8
+ input: GetRetrieverCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetRetrieverCommandInput,
13
11
  GetRetrieverCommandOutput,
@@ -16,7 +14,7 @@ declare const GetRetrieverCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetRetrieverCommandInput
17
+ input: GetRetrieverCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetRetrieverCommandInput,
22
20
  GetRetrieverCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetUserRequest, GetUserResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetUserCommandInput extends GetUserRequest {}
5
- export interface GetUserCommandOutput
6
- extends GetUserResponse,
7
- __MetadataBearer {}
5
+ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {}
8
6
  declare const GetUserCommand_base: {
9
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetUserCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetUserCommandInput,
11
11
  GetUserCommandOutput,
12
12
  import("..").QBusinessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetUserCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetUserCommandInput,
18
20
  GetUserCommandOutput,
19
21
  import("..").QBusinessClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetWebExperienceRequest,
4
- GetWebExperienceResponse,
5
- } from "../models/models_0";
2
+ import { GetWebExperienceRequest, GetWebExperienceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetWebExperienceCommandInput extends GetWebExperienceRequest {}
8
- export interface GetWebExperienceCommandOutput
9
- extends GetWebExperienceResponse,
10
- __MetadataBearer {}
5
+ export interface GetWebExperienceCommandOutput extends GetWebExperienceResponse, __MetadataBearer {}
11
6
  declare const GetWebExperienceCommand_base: {
12
7
  new (
13
- input: GetWebExperienceCommandInput
8
+ input: GetWebExperienceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetWebExperienceCommandInput,
16
11
  GetWebExperienceCommandOutput,
@@ -19,7 +14,7 @@ declare const GetWebExperienceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetWebExperienceCommandInput
17
+ input: GetWebExperienceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetWebExperienceCommandInput,
25
20
  GetWebExperienceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListApplicationsRequest,
4
- ListApplicationsResponse,
5
- } from "../models/models_0";
2
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
8
- export interface ListApplicationsCommandOutput
9
- extends ListApplicationsResponse,
10
- __MetadataBearer {}
5
+ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
11
6
  declare const ListApplicationsCommand_base: {
12
7
  new (
13
- input: ListApplicationsCommandInput
8
+ input: ListApplicationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListApplicationsCommandInput,
16
11
  ListApplicationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAttachmentsRequest,
4
- ListAttachmentsResponse,
5
- } from "../models/models_0";
2
+ import { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAttachmentsCommandInput extends ListAttachmentsRequest {}
8
- export interface ListAttachmentsCommandOutput
9
- extends ListAttachmentsResponse,
10
- __MetadataBearer {}
5
+ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, __MetadataBearer {}
11
6
  declare const ListAttachmentsCommand_base: {
12
7
  new (
13
- input: ListAttachmentsCommandInput
8
+ input: ListAttachmentsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAttachmentsCommandInput,
16
11
  ListAttachmentsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListAttachmentsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListAttachmentsCommandInput
17
+ input: ListAttachmentsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListAttachmentsCommandInput,
25
20
  ListAttachmentsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListChatResponseConfigurationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListChatResponseConfigurationsCommandInput
8
- extends ListChatResponseConfigurationsRequest {}
7
+ export interface ListChatResponseConfigurationsCommandInput extends ListChatResponseConfigurationsRequest {}
9
8
  export interface ListChatResponseConfigurationsCommandOutput
10
- extends ListChatResponseConfigurationsResponse,
11
- __MetadataBearer {}
9
+ extends ListChatResponseConfigurationsResponse, __MetadataBearer {}
12
10
  declare const ListChatResponseConfigurationsCommand_base: {
13
11
  new (
14
- input: ListChatResponseConfigurationsCommandInput
12
+ input: ListChatResponseConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListChatResponseConfigurationsCommandInput,
17
15
  ListChatResponseConfigurationsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListChatResponseConfigurationsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListChatResponseConfigurationsCommandInput
21
+ input: ListChatResponseConfigurationsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListChatResponseConfigurationsCommandInput,
26
24
  ListChatResponseConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListConversationsRequest,
4
- ListConversationsResponse,
5
- } from "../models/models_0";
2
+ import { ListConversationsRequest, ListConversationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListConversationsCommandInput
8
- extends ListConversationsRequest {}
4
+ export interface ListConversationsCommandInput extends ListConversationsRequest {}
9
5
  export interface ListConversationsCommandOutput
10
- extends ListConversationsResponse,
11
- __MetadataBearer {}
6
+ extends ListConversationsResponse, __MetadataBearer {}
12
7
  declare const ListConversationsCommand_base: {
13
8
  new (
14
- input: ListConversationsCommandInput
9
+ input: ListConversationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListConversationsCommandInput,
17
12
  ListConversationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListConversationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListConversationsCommandInput
18
+ input: ListConversationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListConversationsCommandInput,
26
21
  ListConversationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDataAccessorsRequest,
4
- ListDataAccessorsResponse,
5
- } from "../models/models_0";
2
+ import { ListDataAccessorsRequest, ListDataAccessorsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListDataAccessorsCommandInput
8
- extends ListDataAccessorsRequest {}
4
+ export interface ListDataAccessorsCommandInput extends ListDataAccessorsRequest {}
9
5
  export interface ListDataAccessorsCommandOutput
10
- extends ListDataAccessorsResponse,
11
- __MetadataBearer {}
6
+ extends ListDataAccessorsResponse, __MetadataBearer {}
12
7
  declare const ListDataAccessorsCommand_base: {
13
8
  new (
14
- input: ListDataAccessorsCommandInput
9
+ input: ListDataAccessorsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListDataAccessorsCommandInput,
17
12
  ListDataAccessorsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListDataAccessorsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListDataAccessorsCommandInput
18
+ input: ListDataAccessorsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListDataAccessorsCommandInput,
26
21
  ListDataAccessorsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDataSourceSyncJobsRequest,
4
- ListDataSourceSyncJobsResponse,
5
- } from "../models/models_0";
2
+ import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListDataSourceSyncJobsCommandInput
8
- extends ListDataSourceSyncJobsRequest {}
4
+ export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJobsRequest {}
9
5
  export interface ListDataSourceSyncJobsCommandOutput
10
- extends ListDataSourceSyncJobsResponse,
11
- __MetadataBearer {}
6
+ extends ListDataSourceSyncJobsResponse, __MetadataBearer {}
12
7
  declare const ListDataSourceSyncJobsCommand_base: {
13
8
  new (
14
- input: ListDataSourceSyncJobsCommandInput
9
+ input: ListDataSourceSyncJobsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListDataSourceSyncJobsCommandInput,
17
12
  ListDataSourceSyncJobsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListDataSourceSyncJobsCommandInput
18
+ input: ListDataSourceSyncJobsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListDataSourceSyncJobsCommandInput,
26
21
  ListDataSourceSyncJobsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDataSourcesRequest,
4
- ListDataSourcesResponse,
5
- } from "../models/models_0";
2
+ import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
8
- export interface ListDataSourcesCommandOutput
9
- extends ListDataSourcesResponse,
10
- __MetadataBearer {}
5
+ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {}
11
6
  declare const ListDataSourcesCommand_base: {
12
7
  new (
13
- input: ListDataSourcesCommandInput
8
+ input: ListDataSourcesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListDataSourcesCommandInput,
16
11
  ListDataSourcesCommandOutput,
@@ -19,7 +14,7 @@ declare const ListDataSourcesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListDataSourcesCommandInput
17
+ input: ListDataSourcesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListDataSourcesCommandInput,
25
20
  ListDataSourcesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDocumentsRequest,
4
- ListDocumentsResponse,
5
- } from "../models/models_0";
2
+ import { ListDocumentsRequest, ListDocumentsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListDocumentsCommandInput extends ListDocumentsRequest {}
8
- export interface ListDocumentsCommandOutput
9
- extends ListDocumentsResponse,
10
- __MetadataBearer {}
5
+ export interface ListDocumentsCommandOutput extends ListDocumentsResponse, __MetadataBearer {}
11
6
  declare const ListDocumentsCommand_base: {
12
7
  new (
13
- input: ListDocumentsCommandInput
8
+ input: ListDocumentsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListDocumentsCommandInput,
16
11
  ListDocumentsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListDocumentsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListDocumentsCommandInput
17
+ input: ListDocumentsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListDocumentsCommandInput,
25
20
  ListDocumentsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListGroupsCommandInput extends ListGroupsRequest {}
5
- export interface ListGroupsCommandOutput
6
- extends ListGroupsResponse,
7
- __MetadataBearer {}
5
+ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {}
8
6
  declare const ListGroupsCommand_base: {
9
7
  new (
10
- input: ListGroupsCommandInput
8
+ input: ListGroupsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListGroupsCommandInput,
13
11
  ListGroupsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListGroupsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListGroupsCommandInput
17
+ input: ListGroupsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListGroupsCommandInput,
22
20
  ListGroupsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListIndicesCommandInput extends ListIndicesRequest {}
5
- export interface ListIndicesCommandOutput
6
- extends ListIndicesResponse,
7
- __MetadataBearer {}
5
+ export interface ListIndicesCommandOutput extends ListIndicesResponse, __MetadataBearer {}
8
6
  declare const ListIndicesCommand_base: {
9
7
  new (
10
- input: ListIndicesCommandInput
8
+ input: ListIndicesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListIndicesCommandInput,
13
11
  ListIndicesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListIndicesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListIndicesCommandInput
17
+ input: ListIndicesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListIndicesCommandInput,
22
20
  ListIndicesCommandOutput,