@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,10 +4,7 @@ import {
4
4
  UserAgentInputConfig,
5
5
  UserAgentResolvedConfig,
6
6
  } from "@aws-sdk/core/client";
7
- import {
8
- EventStreamInputConfig,
9
- EventStreamResolvedConfig,
10
- } from "@aws-sdk/middleware-eventstream";
7
+ import { EventStreamInputConfig, EventStreamResolvedConfig } from "@aws-sdk/middleware-eventstream";
11
8
  import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
12
9
  import {
13
10
  DefaultsMode as __DefaultsMode,
@@ -16,10 +13,7 @@ import {
16
13
  Client as __Client,
17
14
  } from "@smithy/core/client";
18
15
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
19
- import {
20
- EndpointInputConfig,
21
- EndpointResolvedConfig,
22
- } from "@smithy/core/endpoints";
16
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
23
17
  import {
24
18
  EventStreamSerdeInputConfig,
25
19
  EventStreamSerdeResolvedConfig,
@@ -63,10 +57,7 @@ import {
63
57
  CancelSubscriptionCommandOutput,
64
58
  } from "./commands/CancelSubscriptionCommand";
65
59
  import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
66
- import {
67
- ChatSyncCommandInput,
68
- ChatSyncCommandOutput,
69
- } from "./commands/ChatSyncCommand";
60
+ import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
70
61
  import {
71
62
  CheckDocumentAccessCommandInput,
72
63
  CheckDocumentAccessCommandOutput,
@@ -91,10 +82,7 @@ import {
91
82
  CreateDataSourceCommandInput,
92
83
  CreateDataSourceCommandOutput,
93
84
  } from "./commands/CreateDataSourceCommand";
94
- import {
95
- CreateIndexCommandInput,
96
- CreateIndexCommandOutput,
97
- } from "./commands/CreateIndexCommand";
85
+ import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
98
86
  import {
99
87
  CreatePluginCommandInput,
100
88
  CreatePluginCommandOutput,
@@ -107,10 +95,7 @@ import {
107
95
  CreateSubscriptionCommandInput,
108
96
  CreateSubscriptionCommandOutput,
109
97
  } from "./commands/CreateSubscriptionCommand";
110
- import {
111
- CreateUserCommandInput,
112
- CreateUserCommandOutput,
113
- } from "./commands/CreateUserCommand";
98
+ import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
114
99
  import {
115
100
  CreateWebExperienceCommandInput,
116
101
  CreateWebExperienceCommandOutput,
@@ -143,14 +128,8 @@ import {
143
128
  DeleteDataSourceCommandInput,
144
129
  DeleteDataSourceCommandOutput,
145
130
  } from "./commands/DeleteDataSourceCommand";
146
- import {
147
- DeleteGroupCommandInput,
148
- DeleteGroupCommandOutput,
149
- } from "./commands/DeleteGroupCommand";
150
- import {
151
- DeleteIndexCommandInput,
152
- DeleteIndexCommandOutput,
153
- } from "./commands/DeleteIndexCommand";
131
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
132
+ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
154
133
  import {
155
134
  DeletePluginCommandInput,
156
135
  DeletePluginCommandOutput,
@@ -159,10 +138,7 @@ import {
159
138
  DeleteRetrieverCommandInput,
160
139
  DeleteRetrieverCommandOutput,
161
140
  } from "./commands/DeleteRetrieverCommand";
162
- import {
163
- DeleteUserCommandInput,
164
- DeleteUserCommandOutput,
165
- } from "./commands/DeleteUserCommand";
141
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
166
142
  import {
167
143
  DeleteWebExperienceCommandInput,
168
144
  DeleteWebExperienceCommandOutput,
@@ -195,34 +171,16 @@ import {
195
171
  GetDocumentContentCommandInput,
196
172
  GetDocumentContentCommandOutput,
197
173
  } from "./commands/GetDocumentContentCommand";
198
- import {
199
- GetGroupCommandInput,
200
- GetGroupCommandOutput,
201
- } from "./commands/GetGroupCommand";
202
- import {
203
- GetIndexCommandInput,
204
- GetIndexCommandOutput,
205
- } from "./commands/GetIndexCommand";
206
- import {
207
- GetMediaCommandInput,
208
- GetMediaCommandOutput,
209
- } from "./commands/GetMediaCommand";
210
- import {
211
- GetPluginCommandInput,
212
- GetPluginCommandOutput,
213
- } from "./commands/GetPluginCommand";
214
- import {
215
- GetPolicyCommandInput,
216
- GetPolicyCommandOutput,
217
- } from "./commands/GetPolicyCommand";
174
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
175
+ import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
176
+ import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
177
+ import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
178
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
218
179
  import {
219
180
  GetRetrieverCommandInput,
220
181
  GetRetrieverCommandOutput,
221
182
  } from "./commands/GetRetrieverCommand";
222
- import {
223
- GetUserCommandInput,
224
- GetUserCommandOutput,
225
- } from "./commands/GetUserCommand";
183
+ import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
226
184
  import {
227
185
  GetWebExperienceCommandInput,
228
186
  GetWebExperienceCommandOutput,
@@ -259,14 +217,8 @@ import {
259
217
  ListDocumentsCommandInput,
260
218
  ListDocumentsCommandOutput,
261
219
  } from "./commands/ListDocumentsCommand";
262
- import {
263
- ListGroupsCommandInput,
264
- ListGroupsCommandOutput,
265
- } from "./commands/ListGroupsCommand";
266
- import {
267
- ListIndicesCommandInput,
268
- ListIndicesCommandOutput,
269
- } from "./commands/ListIndicesCommand";
220
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
221
+ import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
270
222
  import {
271
223
  ListMessagesCommandInput,
272
224
  ListMessagesCommandOutput,
@@ -275,10 +227,7 @@ import {
275
227
  ListPluginActionsCommandInput,
276
228
  ListPluginActionsCommandOutput,
277
229
  } from "./commands/ListPluginActionsCommand";
278
- import {
279
- ListPluginsCommandInput,
280
- ListPluginsCommandOutput,
281
- } from "./commands/ListPluginsCommand";
230
+ import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
282
231
  import {
283
232
  ListPluginTypeActionsCommandInput,
284
233
  ListPluginTypeActionsCommandOutput,
@@ -303,14 +252,8 @@ import {
303
252
  ListWebExperiencesCommandInput,
304
253
  ListWebExperiencesCommandOutput,
305
254
  } from "./commands/ListWebExperiencesCommand";
306
- import {
307
- PutFeedbackCommandInput,
308
- PutFeedbackCommandOutput,
309
- } from "./commands/PutFeedbackCommand";
310
- import {
311
- PutGroupCommandInput,
312
- PutGroupCommandOutput,
313
- } from "./commands/PutGroupCommand";
255
+ import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
256
+ import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
314
257
  import {
315
258
  SearchRelevantContentCommandInput,
316
259
  SearchRelevantContentCommandOutput,
@@ -323,10 +266,7 @@ import {
323
266
  StopDataSourceSyncJobCommandInput,
324
267
  StopDataSourceSyncJobCommandOutput,
325
268
  } from "./commands/StopDataSourceSyncJobCommand";
326
- import {
327
- TagResourceCommandInput,
328
- TagResourceCommandOutput,
329
- } from "./commands/TagResourceCommand";
269
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
330
270
  import {
331
271
  UntagResourceCommandInput,
332
272
  UntagResourceCommandOutput,
@@ -351,10 +291,7 @@ import {
351
291
  UpdateDataSourceCommandInput,
352
292
  UpdateDataSourceCommandOutput,
353
293
  } from "./commands/UpdateDataSourceCommand";
354
- import {
355
- UpdateIndexCommandInput,
356
- UpdateIndexCommandOutput,
357
- } from "./commands/UpdateIndexCommand";
294
+ import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
358
295
  import {
359
296
  UpdatePluginCommandInput,
360
297
  UpdatePluginCommandOutput,
@@ -367,10 +304,7 @@ import {
367
304
  UpdateSubscriptionCommandInput,
368
305
  UpdateSubscriptionCommandOutput,
369
306
  } from "./commands/UpdateSubscriptionCommand";
370
- import {
371
- UpdateUserCommandInput,
372
- UpdateUserCommandOutput,
373
- } from "./commands/UpdateUserCommand";
307
+ import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
374
308
  import {
375
309
  UpdateWebExperienceCommandInput,
376
310
  UpdateWebExperienceCommandOutput,
@@ -550,8 +484,7 @@ export type ServiceOutputTypes =
550
484
  | UpdateSubscriptionCommandOutput
551
485
  | UpdateUserCommandOutput
552
486
  | UpdateWebExperienceCommandOutput;
553
- export interface ClientDefaults
554
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
487
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
555
488
  requestHandler?: __HttpHandlerUserInput;
556
489
  sha256?: __ChecksumConstructor | __HashConstructor;
557
490
  urlParser?: __UrlParser;
@@ -578,9 +511,7 @@ export interface ClientDefaults
578
511
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
579
512
  eventStreamPayloadHandlerProvider?: __EventStreamPayloadHandlerProvider;
580
513
  }
581
- export type QBusinessClientConfigType = Partial<
582
- __SmithyConfiguration<__HttpHandlerOptions>
583
- > &
514
+ export type QBusinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
584
515
  ClientDefaults &
585
516
  UserAgentInputConfig &
586
517
  RetryInputConfig &
@@ -605,8 +536,7 @@ export type QBusinessClientResolvedConfigType =
605
536
  HttpAuthSchemeResolvedConfig &
606
537
  EventStreamResolvedConfig &
607
538
  ClientResolvedEndpointParameters;
608
- export interface QBusinessClientResolvedConfig
609
- extends QBusinessClientResolvedConfigType {}
539
+ export interface QBusinessClientResolvedConfig extends QBusinessClientResolvedConfigType {}
610
540
  export declare class QBusinessClient extends __Client<
611
541
  __HttpHandlerOptions,
612
542
  ServiceInputTypes,
@@ -614,8 +544,6 @@ export declare class QBusinessClient extends __Client<
614
544
  QBusinessClientResolvedConfig
615
545
  > {
616
546
  readonly config: QBusinessClientResolvedConfig;
617
- constructor(
618
- ...[configuration]: __CheckOptionalClientConfig<QBusinessClientConfig>
619
- );
547
+ constructor(...[configuration]: __CheckOptionalClientConfig<QBusinessClientConfig>);
620
548
  destroy(): void;
621
549
  }
@@ -7,17 +7,10 @@ import { QBusinessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: QBusinessHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: QBusinessHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): QBusinessHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { QBusinessClientResolvedConfig } from "../QBusinessClient";
15
- export interface QBusinessHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface QBusinessHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface QBusinessHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- QBusinessClientResolvedConfig,
22
- HandlerExecutionContext,
23
- QBusinessHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface QBusinessHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ QBusinessClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ QBusinessHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultQBusinessHttpAuthSchemeParametersProvider: (
27
25
  config: QBusinessClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<QBusinessHttpAuthSchemeParameters>;
31
- export interface QBusinessHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<QBusinessHttpAuthSchemeParameters> {}
29
+ export interface QBusinessHttpAuthSchemeProvider extends HttpAuthSchemeProvider<QBusinessHttpAuthSchemeParameters> {}
33
30
  export declare const defaultQBusinessHttpAuthSchemeProvider: QBusinessHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: QBusinessHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: QBusinessHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./QBusinessClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  QBusinessClientResolvedConfig,
@@ -38,15 +37,10 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
47
41
  export declare const _mw1: (
48
42
  Command: any,
49
43
  cs: any,
50
44
  config: any,
51
- o: any
45
+ o: any,
52
46
  ) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociatePermissionRequest,
4
- AssociatePermissionResponse,
5
- } from "../models/models_0";
2
+ import { AssociatePermissionRequest, AssociatePermissionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociatePermissionCommandInput
8
- extends AssociatePermissionRequest {}
4
+ export interface AssociatePermissionCommandInput extends AssociatePermissionRequest {}
9
5
  export interface AssociatePermissionCommandOutput
10
- extends AssociatePermissionResponse,
11
- __MetadataBearer {}
6
+ extends AssociatePermissionResponse, __MetadataBearer {}
12
7
  declare const AssociatePermissionCommand_base: {
13
8
  new (
14
- input: AssociatePermissionCommandInput
9
+ input: AssociatePermissionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociatePermissionCommandInput,
17
12
  AssociatePermissionCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociatePermissionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociatePermissionCommandInput
18
+ input: AssociatePermissionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociatePermissionCommandInput,
26
21
  AssociatePermissionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeleteDocumentRequest,
4
- BatchDeleteDocumentResponse,
5
- } from "../models/models_0";
2
+ import { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDeleteDocumentCommandInput
8
- extends BatchDeleteDocumentRequest {}
4
+ export interface BatchDeleteDocumentCommandInput extends BatchDeleteDocumentRequest {}
9
5
  export interface BatchDeleteDocumentCommandOutput
10
- extends BatchDeleteDocumentResponse,
11
- __MetadataBearer {}
6
+ extends BatchDeleteDocumentResponse, __MetadataBearer {}
12
7
  declare const BatchDeleteDocumentCommand_base: {
13
8
  new (
14
- input: BatchDeleteDocumentCommandInput
9
+ input: BatchDeleteDocumentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDeleteDocumentCommandInput,
17
12
  BatchDeleteDocumentCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDeleteDocumentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDeleteDocumentCommandInput
18
+ input: BatchDeleteDocumentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDeleteDocumentCommandInput,
26
21
  BatchDeleteDocumentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchPutDocumentRequest,
4
- BatchPutDocumentResponse,
5
- } from "../models/models_0";
2
+ import { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
8
- export interface BatchPutDocumentCommandOutput
9
- extends BatchPutDocumentResponse,
10
- __MetadataBearer {}
5
+ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse, __MetadataBearer {}
11
6
  declare const BatchPutDocumentCommand_base: {
12
7
  new (
13
- input: BatchPutDocumentCommandInput
8
+ input: BatchPutDocumentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchPutDocumentCommandInput,
16
11
  BatchPutDocumentCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchPutDocumentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchPutDocumentCommandInput
17
+ input: BatchPutDocumentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchPutDocumentCommandInput,
25
20
  BatchPutDocumentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelSubscriptionRequest,
4
- CancelSubscriptionResponse,
5
- } from "../models/models_0";
2
+ import { CancelSubscriptionRequest, CancelSubscriptionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CancelSubscriptionCommandInput
8
- extends CancelSubscriptionRequest {}
4
+ export interface CancelSubscriptionCommandInput extends CancelSubscriptionRequest {}
9
5
  export interface CancelSubscriptionCommandOutput
10
- extends CancelSubscriptionResponse,
11
- __MetadataBearer {}
6
+ extends CancelSubscriptionResponse, __MetadataBearer {}
12
7
  declare const CancelSubscriptionCommand_base: {
13
8
  new (
14
- input: CancelSubscriptionCommandInput
9
+ input: CancelSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CancelSubscriptionCommandInput,
17
12
  CancelSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const CancelSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CancelSubscriptionCommandInput
18
+ input: CancelSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CancelSubscriptionCommandInput,
26
21
  CancelSubscriptionCommandOutput,
@@ -5,14 +5,18 @@ export { __MetadataBearer };
5
5
  export interface ChatCommandInput extends ChatInput {}
6
6
  export interface ChatCommandOutput extends ChatOutput, __MetadataBearer {}
7
7
  declare const ChatCommand_base: {
8
- new (input: ChatCommandInput): import("@smithy/core/client").CommandImpl<
8
+ new (
9
+ input: ChatCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
9
11
  ChatCommandInput,
10
12
  ChatCommandOutput,
11
13
  import("..").QBusinessClientResolvedConfig,
12
14
  import("..").ServiceInputTypes,
13
15
  import("..").ServiceOutputTypes
14
16
  >;
15
- new (input: ChatCommandInput): import("@smithy/core/client").CommandImpl<
17
+ new (
18
+ input: ChatCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
16
20
  ChatCommandInput,
17
21
  ChatCommandOutput,
18
22
  import("..").QBusinessClientResolvedConfig,
@@ -3,18 +3,20 @@ import { ChatSyncOutput } from "../models/models_0";
3
3
  import { ChatSyncInput } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
5
  export interface ChatSyncCommandInput extends ChatSyncInput {}
6
- export interface ChatSyncCommandOutput
7
- extends ChatSyncOutput,
8
- __MetadataBearer {}
6
+ export interface ChatSyncCommandOutput extends ChatSyncOutput, __MetadataBearer {}
9
7
  declare const ChatSyncCommand_base: {
10
- new (input: ChatSyncCommandInput): import("@smithy/core/client").CommandImpl<
8
+ new (
9
+ input: ChatSyncCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
11
  ChatSyncCommandInput,
12
12
  ChatSyncCommandOutput,
13
13
  import("..").QBusinessClientResolvedConfig,
14
14
  import("..").ServiceInputTypes,
15
15
  import("..").ServiceOutputTypes
16
16
  >;
17
- new (input: ChatSyncCommandInput): import("@smithy/core/client").CommandImpl<
17
+ new (
18
+ input: ChatSyncCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
18
20
  ChatSyncCommandInput,
19
21
  ChatSyncCommandOutput,
20
22
  import("..").QBusinessClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CheckDocumentAccessRequest,
4
- CheckDocumentAccessResponse,
5
- } from "../models/models_0";
2
+ import { CheckDocumentAccessRequest, CheckDocumentAccessResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CheckDocumentAccessCommandInput
8
- extends CheckDocumentAccessRequest {}
4
+ export interface CheckDocumentAccessCommandInput extends CheckDocumentAccessRequest {}
9
5
  export interface CheckDocumentAccessCommandOutput
10
- extends CheckDocumentAccessResponse,
11
- __MetadataBearer {}
6
+ extends CheckDocumentAccessResponse, __MetadataBearer {}
12
7
  declare const CheckDocumentAccessCommand_base: {
13
8
  new (
14
- input: CheckDocumentAccessCommandInput
9
+ input: CheckDocumentAccessCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CheckDocumentAccessCommandInput,
17
12
  CheckDocumentAccessCommandOutput,
@@ -20,7 +15,7 @@ declare const CheckDocumentAccessCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CheckDocumentAccessCommandInput
18
+ input: CheckDocumentAccessCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CheckDocumentAccessCommandInput,
26
21
  CheckDocumentAccessCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateAnonymousWebExperienceUrlResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateAnonymousWebExperienceUrlCommandInput
8
- extends CreateAnonymousWebExperienceUrlRequest {}
7
+ export interface CreateAnonymousWebExperienceUrlCommandInput extends CreateAnonymousWebExperienceUrlRequest {}
9
8
  export interface CreateAnonymousWebExperienceUrlCommandOutput
10
- extends CreateAnonymousWebExperienceUrlResponse,
11
- __MetadataBearer {}
9
+ extends CreateAnonymousWebExperienceUrlResponse, __MetadataBearer {}
12
10
  declare const CreateAnonymousWebExperienceUrlCommand_base: {
13
11
  new (
14
- input: CreateAnonymousWebExperienceUrlCommandInput
12
+ input: CreateAnonymousWebExperienceUrlCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateAnonymousWebExperienceUrlCommandInput,
17
15
  CreateAnonymousWebExperienceUrlCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateAnonymousWebExperienceUrlCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateAnonymousWebExperienceUrlCommandInput
21
+ input: CreateAnonymousWebExperienceUrlCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateAnonymousWebExperienceUrlCommandInput,
26
24
  CreateAnonymousWebExperienceUrlCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateApplicationRequest,
4
- CreateApplicationResponse,
5
- } from "../models/models_0";
2
+ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateApplicationCommandInput
8
- extends CreateApplicationRequest {}
4
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
9
5
  export interface CreateApplicationCommandOutput
10
- extends CreateApplicationResponse,
11
- __MetadataBearer {}
6
+ extends CreateApplicationResponse, __MetadataBearer {}
12
7
  declare const CreateApplicationCommand_base: {
13
8
  new (
14
- input: CreateApplicationCommandInput
9
+ input: CreateApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateApplicationCommandInput,
17
12
  CreateApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateApplicationCommandInput
18
+ input: CreateApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateApplicationCommandInput,
26
21
  CreateApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateChatResponseConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateChatResponseConfigurationCommandInput
8
- extends CreateChatResponseConfigurationRequest {}
7
+ export interface CreateChatResponseConfigurationCommandInput extends CreateChatResponseConfigurationRequest {}
9
8
  export interface CreateChatResponseConfigurationCommandOutput
10
- extends CreateChatResponseConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends CreateChatResponseConfigurationResponse, __MetadataBearer {}
12
10
  declare const CreateChatResponseConfigurationCommand_base: {
13
11
  new (
14
- input: CreateChatResponseConfigurationCommandInput
12
+ input: CreateChatResponseConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateChatResponseConfigurationCommandInput,
17
15
  CreateChatResponseConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateChatResponseConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateChatResponseConfigurationCommandInput
21
+ input: CreateChatResponseConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateChatResponseConfigurationCommandInput,
26
24
  CreateChatResponseConfigurationCommandOutput,