@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
@@ -22,10 +22,10 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetUserCommand_base: {
24
24
  new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the universally unique identifier (UUID) associated with a local user in a
30
30
  * data source.</p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const GetUserCommand_base: {
85
85
  * @throws {@link QBusinessServiceException}
86
86
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class GetUserCommand extends GetUserCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface GetWebExperienceCommandOutput extends GetWebExperienceResponse,
22
22
  }
23
23
  declare const GetWebExperienceCommand_base: {
24
24
  new (input: GetWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebExperienceCommandInput, GetWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebExperienceCommandInput, GetWebExperienceCommandOutput, 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 web experience.</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 GetWebExperienceCommand_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 GetWebExperienceCommand extends GetWebExperienceCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
22
22
  }
23
23
  declare const ListApplicationsCommand_base: {
24
24
  new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists Amazon Q applications.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListApplicationsCommand_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 ListApplicationsCommand extends ListApplicationsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListConversationsCommandOutput extends ListConversationsRespons
22
22
  }
23
23
  declare const ListConversationsCommand_base: {
24
24
  new (input: ListConversationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListConversationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists one or more Amazon Q conversations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListConversationsCommand_base: {
87
87
  * @throws {@link QBusinessServiceException}
88
88
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListConversationsCommand extends ListConversationsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJ
22
22
  }
23
23
  declare const ListDataSourceSyncJobsCommand_base: {
24
24
  new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDataSourceSyncJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get information about an Amazon Q data source connector synchronization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
100
100
  * @throws {@link QBusinessServiceException}
101
101
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
22
22
  }
23
23
  declare const ListDataSourcesCommand_base: {
24
24
  new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Amazon Q data source connectors that you have created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListDataSourcesCommand_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 ListDataSourcesCommand extends ListDataSourcesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListDocumentsCommandOutput extends ListDocumentsResponse, __Met
22
22
  }
23
23
  declare const ListDocumentsCommand_base: {
24
24
  new (input: ListDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDocumentsCommandInput, ListDocumentsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of documents attached to an index.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ListDocumentsCommand_base: {
91
91
  * @throws {@link QBusinessServiceException}
92
92
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListDocumentsCommand extends ListDocumentsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
22
22
  }
23
23
  declare const ListGroupsCommand_base: {
24
24
  new (input: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of groups that are mapped to users.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListGroupsCommand_base: {
87
87
  * @throws {@link QBusinessServiceException}
88
88
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListGroupsCommand extends ListGroupsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat
22
22
  }
23
23
  declare const ListIndicesCommand_base: {
24
24
  new (input: ListIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIndicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Amazon Q indices you have created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListIndicesCommand_base: {
84
84
  * @throws {@link QBusinessServiceException}
85
85
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListIndicesCommand extends ListIndicesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListMessagesCommandOutput extends ListMessagesResponse, __Metad
22
22
  }
23
23
  declare const ListMessagesCommand_base: {
24
24
  new (input: ListMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of messages associated with 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.
@@ -143,6 +143,7 @@ declare const ListMessagesCommand_base: {
143
143
  * @throws {@link QBusinessServiceException}
144
144
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
145
145
  *
146
+ * @public
146
147
  */
147
148
  export declare class ListMessagesCommand extends ListMessagesCommand_base {
148
149
  }
@@ -22,10 +22,10 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
22
22
  }
23
23
  declare const ListPluginsCommand_base: {
24
24
  new (input: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists configured Amazon Q plugins.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListPluginsCommand_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 ListPluginsCommand extends ListPluginsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListRetrieversCommandOutput extends ListRetrieversResponse, __M
22
22
  }
23
23
  declare const ListRetrieversCommand_base: {
24
24
  new (input: ListRetrieversCommandInput): import("@smithy/smithy-client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRetrieversCommandInput): import("@smithy/smithy-client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists 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.
@@ -84,6 +84,7 @@ declare const ListRetrieversCommand_base: {
84
84
  * @throws {@link QBusinessServiceException}
85
85
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListRetrieversCommand extends ListRetrieversCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of tags associated with a specified resource. Amazon Q applications
30
30
  * and data sources can have tags associated with them.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListWebExperiencesCommandOutput extends ListWebExperiencesRespo
22
22
  }
23
23
  declare const ListWebExperiencesCommand_base: {
24
24
  new (input: ListWebExperiencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWebExperiencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists one or more Amazon Q Web Experiences.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const ListWebExperiencesCommand_base: {
84
84
  * @throws {@link QBusinessServiceException}
85
85
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListWebExperiencesCommand extends ListWebExperiencesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface PutFeedbackCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutFeedbackCommand_base: {
24
24
  new (input: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutFeedbackCommandInput, PutFeedbackCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables your end user to to provide feedback on their Amazon Q generated chat
30
30
  * responses.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const PutFeedbackCommand_base: {
82
82
  * @throws {@link QBusinessServiceException}
83
83
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface PutGroupCommandOutput extends PutGroupResponse, __MetadataBeare
22
22
  }
23
23
  declare const PutGroupCommand_base: {
24
24
  new (input: PutGroupCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutGroupCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupCommandInput, PutGroupCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create, or updates, a mapping of users—who have access to a document—to
30
30
  * groups.</p>
31
31
  * <p>You can also map sub groups to groups. For example, the group "Company Intellectual
@@ -102,6 +102,7 @@ declare const PutGroupCommand_base: {
102
102
  * @throws {@link QBusinessServiceException}
103
103
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class PutGroupCommand extends PutGroupCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSync
22
22
  }
23
23
  declare const StartDataSourceSyncJobCommand_base: {
24
24
  new (input: StartDataSourceSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDataSourceSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a data source connector synchronization job. If a synchronization job is
30
30
  * already in progress, Amazon Q returns a <code>ConflictException</code>.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const StartDataSourceSyncJobCommand_base: {
83
83
  * @throws {@link QBusinessServiceException}
84
84
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class StartDataSourceSyncJobCommand extends StartDataSourceSyncJobCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface StopDataSourceSyncJobCommandOutput extends StopDataSourceSyncJo
22
22
  }
23
23
  declare const StopDataSourceSyncJobCommand_base: {
24
24
  new (input: StopDataSourceSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDataSourceSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an Amazon Q data source connector synchronization job already in
30
30
  * progress.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const StopDataSourceSyncJobCommand_base: {
74
74
  * @throws {@link QBusinessServiceException}
75
75
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class StopDataSourceSyncJobCommand extends StopDataSourceSyncJobCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tag to the specified Amazon Q application or data source
30
30
  * resource. If the tag already exists, the existing value is replaced with the new
31
31
  * value.</p>
@@ -83,6 +83,7 @@ declare const TagResourceCommand_base: {
83
83
  * @throws {@link QBusinessServiceException}
84
84
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class TagResourceCommand extends TagResourceCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a tag from an Amazon Q application or a data source.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UntagResourceCommand_base: {
74
74
  * @throws {@link QBusinessServiceException}
75
75
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
22
22
  }
23
23
  declare const UpdateApplicationCommand_base: {
24
24
  new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -81,6 +81,7 @@ declare const UpdateApplicationCommand_base: {
81
81
  * @throws {@link QBusinessServiceException}
82
82
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateChatControlsConfigurationCommandOutput extends UpdateChat
22
22
  }
23
23
  declare const UpdateChatControlsConfigurationCommand_base: {
24
24
  new (input: UpdateChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChatControlsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an set of chat controls configured for an existing Amazon Q
30
30
  * application.</p>
31
31
  * @example
@@ -176,6 +176,7 @@ declare const UpdateChatControlsConfigurationCommand_base: {
176
176
  * @throws {@link QBusinessServiceException}
177
177
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
178
178
  *
179
+ * @public
179
180
  */
180
181
  export declare class UpdateChatControlsConfigurationCommand extends UpdateChatControlsConfigurationCommand_base {
181
182
  }
@@ -22,10 +22,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
22
22
  }
23
23
  declare const UpdateDataSourceCommand_base: {
24
24
  new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -155,6 +155,7 @@ declare const UpdateDataSourceCommand_base: {
155
155
  * @throws {@link QBusinessServiceException}
156
156
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
157
157
  *
158
+ * @public
158
159
  */
159
160
  export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
160
161
  }
@@ -22,10 +22,10 @@ export interface UpdateIndexCommandOutput extends UpdateIndexResponse, __Metadat
22
22
  }
23
23
  declare const UpdateIndexCommand_base: {
24
24
  new (input: UpdateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -91,6 +91,7 @@ declare const UpdateIndexCommand_base: {
91
91
  * @throws {@link QBusinessServiceException}
92
92
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateIndexCommand extends UpdateIndexCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdatePluginCommandOutput extends UpdatePluginResponse, __Metad
22
22
  }
23
23
  declare const UpdatePluginCommand_base: {
24
24
  new (input: UpdatePluginCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePluginCommandInput, UpdatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePluginCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePluginCommandInput, UpdatePluginCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -92,6 +92,7 @@ declare const UpdatePluginCommand_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 UpdatePluginCommand extends UpdatePluginCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface UpdateRetrieverCommandOutput extends UpdateRetrieverResponse, _
22
22
  }
23
23
  declare const UpdateRetrieverCommand_base: {
24
24
  new (input: UpdateRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRetrieverCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the retriever used for 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.
@@ -110,6 +110,7 @@ declare const UpdateRetrieverCommand_base: {
110
110
  * @throws {@link QBusinessServiceException}
111
111
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class UpdateRetrieverCommand extends UpdateRetrieverCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateUserCommand_base: {
24
24
  new (input: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a information associated with a user id.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const UpdateUserCommand_base: {
111
111
  * @throws {@link QBusinessServiceException}
112
112
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdateWebExperienceCommandOutput extends UpdateWebExperienceRes
22
22
  }
23
23
  declare const UpdateWebExperienceCommand_base: {
24
24
  new (input: UpdateWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWebExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -88,6 +88,7 @@ declare const UpdateWebExperienceCommand_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 UpdateWebExperienceCommand extends UpdateWebExperienceCommand_base {
93
94
  }