@aws-sdk/client-qbusiness 3.529.1 → 3.535.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 (123) hide show
  1. package/dist-types/QBusiness.d.ts +2 -1
  2. package/dist-types/QBusinessClient.d.ts +1 -1
  3. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -2
  5. package/dist-types/commands/ChatSyncCommand.d.ts +3 -2
  6. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
  9. package/dist-types/commands/CreatePluginCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateRetrieverCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateWebExperienceCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteConversationCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteIndexCommand.d.ts +2 -1
  19. package/dist-types/commands/DeletePluginCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteRetrieverCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +2 -1
  23. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +2 -1
  25. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  26. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  27. package/dist-types/commands/GetIndexCommand.d.ts +2 -1
  28. package/dist-types/commands/GetPluginCommand.d.ts +2 -1
  29. package/dist-types/commands/GetRetrieverCommand.d.ts +2 -1
  30. package/dist-types/commands/GetUserCommand.d.ts +2 -1
  31. package/dist-types/commands/GetWebExperienceCommand.d.ts +2 -1
  32. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListConversationsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListIndicesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListMessagesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListRetrieversCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListWebExperiencesCommand.d.ts +2 -1
  44. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
  45. package/dist-types/commands/PutGroupCommand.d.ts +2 -1
  46. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +2 -1
  47. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateIndexCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdatePluginCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateRetrieverCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +2 -1
  58. package/dist-types/models/models_0.d.ts +682 -682
  59. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  60. package/dist-types/runtimeConfig.d.ts +2 -2
  61. package/dist-types/runtimeConfig.native.d.ts +2 -2
  62. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  63. package/dist-types/ts3.4/QBusiness.d.ts +1 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -0
  92. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  122. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  123. package/package.json +40 -40
@@ -233,6 +233,7 @@ export interface QBusiness {
233
233
  /**
234
234
  * @see {@link ListApplicationsCommand}
235
235
  */
236
+ listApplications(): Promise<ListApplicationsCommandOutput>;
236
237
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
237
238
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
238
239
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
@@ -388,7 +389,6 @@ export interface QBusiness {
388
389
  updateWebExperience(args: UpdateWebExperienceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void): void;
389
390
  }
390
391
  /**
391
- * @public
392
392
  * <note>
393
393
  * <p>Amazon Q is in preview release and is subject to change.</p>
394
394
  * </note>
@@ -472,6 +472,7 @@ export interface QBusiness {
472
472
  * </p>
473
473
  * </li>
474
474
  * </ul>
475
+ * @public
475
476
  */
476
477
  export declare class QBusiness extends QBusinessClient implements QBusiness {
477
478
  }
@@ -206,7 +206,6 @@ export type QBusinessClientResolvedConfigType = __SmithyResolvedConfiguration<__
206
206
  export interface QBusinessClientResolvedConfig extends QBusinessClientResolvedConfigType {
207
207
  }
208
208
  /**
209
- * @public
210
209
  * <note>
211
210
  * <p>Amazon Q is in preview release and is subject to change.</p>
212
211
  * </note>
@@ -290,6 +289,7 @@ export interface QBusinessClientResolvedConfig extends QBusinessClientResolvedCo
290
289
  * </p>
291
290
  * </li>
292
291
  * </ul>
292
+ * @public
293
293
  */
294
294
  export declare class QBusinessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, QBusinessClientResolvedConfig> {
295
295
  /**
@@ -22,10 +22,10 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
22
22
  }
23
23
  declare const BatchDeleteDocumentCommand_base: {
24
24
  new (input: BatchDeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Asynchronously deletes one or more documents added using the
30
30
  * <code>BatchPutDocument</code> API from an Amazon Q index.</p>
31
31
  * <p>You can see the progress of the deletion, and any error messages related to the
@@ -96,6 +96,7 @@ declare const BatchDeleteDocumentCommand_base: {
96
96
  * @throws {@link QBusinessServiceException}
97
97
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
22
22
  }
23
23
  declare const BatchPutDocumentCommand_base: {
24
24
  new (input: BatchPutDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchPutDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more documents to an Amazon Q index.</p>
30
30
  * <p>You use this API to:</p>
31
31
  * <ul>
@@ -69,7 +69,7 @@ declare const BatchPutDocumentCommand_base: {
69
69
  * },
70
70
  * ],
71
71
  * content: { // DocumentContent Union: only one key present
72
- * blob: "BLOB_VALUE",
72
+ * blob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
73
73
  * s3: { // S3
74
74
  * bucket: "STRING_VALUE", // required
75
75
  * key: "STRING_VALUE", // required
@@ -208,6 +208,7 @@ declare const BatchPutDocumentCommand_base: {
208
208
  * @throws {@link QBusinessServiceException}
209
209
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
210
210
  *
211
+ * @public
211
212
  */
212
213
  export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
213
214
  }
@@ -22,10 +22,10 @@ export interface ChatSyncCommandOutput extends ChatSyncOutput, __MetadataBearer
22
22
  }
23
23
  declare const ChatSyncCommand_base: {
24
24
  new (input: ChatSyncCommandInput): import("@smithy/smithy-client").CommandImpl<ChatSyncCommandInput, ChatSyncCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ChatSyncCommandInput): import("@smithy/smithy-client").CommandImpl<ChatSyncCommandInput, ChatSyncCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts or continues a non-streaming Amazon Q conversation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -43,7 +43,7 @@ declare const ChatSyncCommand_base: {
43
43
  * attachments: [ // AttachmentsInput
44
44
  * { // AttachmentInput
45
45
  * name: "STRING_VALUE", // required
46
- * data: "BLOB_VALUE", // required
46
+ * data: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
47
47
  * },
48
48
  * ],
49
49
  * actionExecution: { // ActionExecution
@@ -233,6 +233,7 @@ declare const ChatSyncCommand_base: {
233
233
  * @throws {@link QBusinessServiceException}
234
234
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
235
235
  *
236
+ * @public
236
237
  */
237
238
  export declare class ChatSyncCommand extends ChatSyncCommand_base {
238
239
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const CreateApplicationCommand_base: {
96
96
  * @throws {@link QBusinessServiceException}
97
97
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
22
22
  }
23
23
  declare const CreateDataSourceCommand_base: {
24
24
  new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a data source connector for an Amazon Q application.</p>
30
30
  * <p>
31
31
  * <code>CreateDataSource</code> is a synchronous operation. The operation returns 200 if
@@ -170,6 +170,7 @@ declare const CreateDataSourceCommand_base: {
170
170
  * @throws {@link QBusinessServiceException}
171
171
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
172
172
  *
173
+ * @public
173
174
  */
174
175
  export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
175
176
  }
@@ -22,10 +22,10 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
22
22
  }
23
23
  declare const CreateIndexCommand_base: {
24
24
  new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q index.</p>
30
30
  * <p>To determine if index creation has completed, check the <code>Status</code> field
31
31
  * returned from a call to <code>DescribeIndex</code>. The <code>Status</code> field is set
@@ -101,6 +101,7 @@ declare const CreateIndexCommand_base: {
101
101
  * @throws {@link QBusinessServiceException}
102
102
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CreateIndexCommand extends CreateIndexCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreatePluginCommandOutput extends CreatePluginResponse, __Metad
22
22
  }
23
23
  declare const CreatePluginCommand_base: {
24
24
  new (input: CreatePluginCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePluginCommandInput, CreatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePluginCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePluginCommandInput, CreatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q plugin.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const CreatePluginCommand_base: {
101
101
  * @throws {@link QBusinessServiceException}
102
102
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CreatePluginCommand extends CreatePluginCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreateRetrieverCommandOutput extends CreateRetrieverResponse, _
22
22
  }
23
23
  declare const CreateRetrieverCommand_base: {
24
24
  new (input: CreateRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRetrieverCommandInput, CreateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRetrieverCommandInput, CreateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a retriever to your Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -120,6 +120,7 @@ declare const CreateRetrieverCommand_base: {
120
120
  * @throws {@link QBusinessServiceException}
121
121
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class CreateRetrieverCommand extends CreateRetrieverCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
22
22
  }
23
23
  declare const CreateUserCommand_base: {
24
24
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a universally unique identifier (UUID) mapped to a list of local user ids
30
30
  * within an application.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const CreateUserCommand_base: {
88
88
  * @throws {@link QBusinessServiceException}
89
89
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateUserCommand extends CreateUserCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateWebExperienceCommandOutput extends CreateWebExperienceRes
22
22
  }
23
23
  declare const CreateWebExperienceCommand_base: {
24
24
  new (input: CreateWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Q web experience.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const CreateWebExperienceCommand_base: {
92
92
  * @throws {@link QBusinessServiceException}
93
93
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateWebExperienceCommand extends CreateWebExperienceCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteApplicationCommand_base: {
75
75
  * @throws {@link QBusinessServiceException}
76
76
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteChatControlsConfigurationCommandOutput extends DeleteChat
22
22
  }
23
23
  declare const DeleteChatControlsConfigurationCommand_base: {
24
24
  new (input: DeleteChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes chat controls configured for an existing Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteChatControlsConfigurationCommand_base: {
71
71
  * @throws {@link QBusinessServiceException}
72
72
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteChatControlsConfigurationCommand extends DeleteChatControlsConfigurationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteConversationCommandOutput extends DeleteConversationRespo
22
22
  }
23
23
  declare const DeleteConversationCommand_base: {
24
24
  new (input: DeleteConversationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConversationCommandInput, DeleteConversationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConversationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConversationCommandInput, DeleteConversationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q web experience conversation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const DeleteConversationCommand_base: {
77
77
  * @throws {@link QBusinessServiceException}
78
78
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteConversationCommand extends DeleteConversationCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
22
22
  }
23
23
  declare const DeleteDataSourceCommand_base: {
24
24
  new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q data source connector. While the data source is being
30
30
  * deleted, the <code>Status</code> field returned by a call to the
31
31
  * <code>DescribeDataSource</code> API is set to <code>DELETING</code>. </p>
@@ -79,6 +79,7 @@ declare const DeleteDataSourceCommand_base: {
79
79
  * @throws {@link QBusinessServiceException}
80
80
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
22
22
  }
23
23
  declare const DeleteGroupCommand_base: {
24
24
  new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a group so that all users and sub groups that belong to the group can no
30
30
  * longer access documents only available to that group. For example, after deleting the
31
31
  * group "Summer Interns", all interns who belonged to that group no longer see intern-only
@@ -86,6 +86,7 @@ declare const DeleteGroupCommand_base: {
86
86
  * @throws {@link QBusinessServiceException}
87
87
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DeleteIndexCommandOutput extends DeleteIndexResponse, __Metadat
22
22
  }
23
23
  declare const DeleteIndexCommand_base: {
24
24
  new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q index.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteIndexCommand_base: {
76
76
  * @throws {@link QBusinessServiceException}
77
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeletePluginCommandOutput extends DeletePluginResponse, __Metad
22
22
  }
23
23
  declare const DeletePluginCommand_base: {
24
24
  new (input: DeletePluginCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePluginCommandInput, DeletePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePluginCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePluginCommandInput, DeletePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q plugin.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeletePluginCommand_base: {
76
76
  * @throws {@link QBusinessServiceException}
77
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeletePluginCommand extends DeletePluginCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteRetrieverCommandOutput extends DeleteRetrieverResponse, _
22
22
  }
23
23
  declare const DeleteRetrieverCommand_base: {
24
24
  new (input: DeleteRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the retriever used by an Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteRetrieverCommand_base: {
76
76
  * @throws {@link QBusinessServiceException}
77
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteRetrieverCommand extends DeleteRetrieverCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
22
22
  }
23
23
  declare const DeleteUserCommand_base: {
24
24
  new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a user by email id.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteUserCommand_base: {
76
76
  * @throws {@link QBusinessServiceException}
77
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeleteWebExperienceCommandOutput extends DeleteWebExperienceRes
22
22
  }
23
23
  declare const DeleteWebExperienceCommand_base: {
24
24
  new (input: DeleteWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Q web experience.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteWebExperienceCommand_base: {
76
76
  * @throws {@link QBusinessServiceException}
77
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteWebExperienceCommand extends DeleteWebExperienceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
22
22
  }
23
23
  declare const GetApplicationCommand_base: {
24
24
  new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an existing Amazon Q application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const GetApplicationCommand_base: {
90
90
  * @throws {@link QBusinessServiceException}
91
91
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface GetChatControlsConfigurationCommandOutput extends GetChatContro
22
22
  }
23
23
  declare const GetChatControlsConfigurationCommand_base: {
24
24
  new (input: GetChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an chat controls configured for an existing Amazon Q
30
30
  * application.</p>
31
31
  * @example
@@ -126,6 +126,7 @@ declare const GetChatControlsConfigurationCommand_base: {
126
126
  * @throws {@link QBusinessServiceException}
127
127
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class GetChatControlsConfigurationCommand extends GetChatControlsConfigurationCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
22
22
  }
23
23
  declare const GetDataSourceCommand_base: {
24
24
  new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an existing Amazon Q data source connector.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -164,6 +164,7 @@ declare const GetDataSourceCommand_base: {
164
164
  * @throws {@link QBusinessServiceException}
165
165
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
166
166
  *
167
+ * @public
167
168
  */
168
169
  export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
169
170
  }
@@ -22,10 +22,10 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetGroupCommand_base: {
24
24
  new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a group by group name.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const GetGroupCommand_base: {
97
97
  * @throws {@link QBusinessServiceException}
98
98
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class GetGroupCommand extends GetGroupCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface GetIndexCommandOutput extends GetIndexResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetIndexCommand_base: {
24
24
  new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an existing Amazon Q index.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const GetIndexCommand_base: {
101
101
  * @throws {@link QBusinessServiceException}
102
102
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetIndexCommand extends GetIndexCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetPluginCommandOutput extends GetPluginResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPluginCommand_base: {
24
24
  new (input: GetPluginCommandInput): import("@smithy/smithy-client").CommandImpl<GetPluginCommandInput, GetPluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPluginCommandInput): import("@smithy/smithy-client").CommandImpl<GetPluginCommandInput, GetPluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an existing Amazon Q plugin.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const GetPluginCommand_base: {
92
92
  * @throws {@link QBusinessServiceException}
93
93
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetPluginCommand extends GetPluginCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetRetrieverCommandOutput extends GetRetrieverResponse, __Metad
22
22
  }
23
23
  declare const GetRetrieverCommand_base: {
24
24
  new (input: GetRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<GetRetrieverCommandInput, GetRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<GetRetrieverCommandInput, GetRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an existing retriever used by an Amazon Q
30
30
  * application.</p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const GetRetrieverCommand_base: {
112
112
  * @throws {@link QBusinessServiceException}
113
113
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class GetRetrieverCommand extends GetRetrieverCommand_base {
117
118
  }