@aws-sdk/client-wisdom 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 (95) hide show
  1. package/dist-types/Wisdom.d.ts +3 -1
  2. package/dist-types/WisdomClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssistantCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateContentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAssistantCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteContentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteImportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAssistantCommand.d.ts +2 -1
  17. package/dist-types/commands/GetContentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetContentSummaryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQuickResponseCommand.d.ts +2 -1
  22. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAssistantsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListContentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListQuickResponsesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  32. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -3
  33. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  34. package/dist-types/commands/SearchContentCommand.d.ts +2 -1
  35. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
  36. package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
  37. package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
  38. package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
  44. package/dist-types/models/models_0.d.ts +481 -481
  45. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  46. package/dist-types/runtimeConfig.d.ts +2 -2
  47. package/dist-types/runtimeConfig.native.d.ts +2 -2
  48. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  49. package/dist-types/ts3.4/Wisdom.d.ts +2 -0
  50. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  95. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface NotifyRecommendationsReceivedCommandOutput extends NotifyRecomm
22
22
  }
23
23
  declare const NotifyRecommendationsReceivedCommand_base: {
24
24
  new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: NotifyRecommendationsReceivedCommandInput): import("@smithy/smithy-client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified recommendations from the specified assistant's queue of newly
30
30
  * available recommendations. You can use this API in conjunction with <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling
31
31
  * behavior and avoiding duplicate recommendations.</p>
@@ -76,6 +76,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
76
76
  * @throws {@link WisdomServiceException}
77
77
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
81
82
  }
@@ -22,12 +22,10 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M
22
22
  }
23
23
  declare const QueryAssistantCommand_base: {
24
24
  new (input: QueryAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: QueryAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Performs a manual search against the specified assistant. To retrieve recommendations for
32
30
  * an assistant, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a>.
33
31
  * </p>
@@ -106,6 +104,8 @@ declare const QueryAssistantCommand_base: {
106
104
  * @throws {@link WisdomServiceException}
107
105
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
108
106
  *
107
+ * @public
108
+ * @deprecated QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
109
109
  */
110
110
  export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
111
111
  }
@@ -22,10 +22,10 @@ export interface RemoveKnowledgeBaseTemplateUriCommandOutput extends RemoveKnowl
22
22
  }
23
23
  declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
24
24
  new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a URI template from a knowledge base.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
60
60
  * @throws {@link WisdomServiceException}
61
61
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface SearchContentCommandOutput extends SearchContentResponse, __Met
22
22
  }
23
23
  declare const SearchContentCommand_base: {
24
24
  new (input: SearchContentCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchContentCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches for content in a specified knowledge base. Can be used to get a specific content
30
30
  * resource by its name.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const SearchContentCommand_base: {
93
93
  * @throws {@link WisdomServiceException}
94
94
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class SearchContentCommand extends SearchContentCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface SearchQuickResponsesCommandOutput extends SearchQuickResponsesR
22
22
  }
23
23
  declare const SearchQuickResponsesCommand_base: {
24
24
  new (input: SearchQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches existing Wisdom quick responses in a Wisdom knowledge base.</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 SearchQuickResponsesCommand_base: {
143
143
  * @throws {@link WisdomServiceException}
144
144
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
145
145
  *
146
+ * @public
146
147
  */
147
148
  export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
148
149
  }
@@ -22,10 +22,10 @@ export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __M
22
22
  }
23
23
  declare const SearchSessionsCommand_base: {
24
24
  new (input: SearchSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches for sessions.</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 SearchSessionsCommand_base: {
81
81
  * @throws {@link WisdomServiceException}
82
82
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface StartContentUploadCommandOutput extends StartContentUploadRespo
22
22
  }
23
23
  declare const StartContentUploadCommand_base: {
24
24
  new (input: StartContentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartContentUploadCommandInput): import("@smithy/smithy-client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT
30
30
  * request to the returned URL with your file, making sure to include the required headers. Then
31
31
  * use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_CreateContent.html">CreateContent</a> to finalize the content creation process or <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to modify an existing resource. You can only upload content to a
@@ -72,6 +72,7 @@ declare const StartContentUploadCommand_base: {
72
72
  * @throws {@link WisdomServiceException}
73
73
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface StartImportJobCommandOutput extends StartImportJobResponse, __M
22
22
  }
23
23
  declare const StartImportJobCommand_base: {
24
24
  new (input: StartImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
30
30
  * upload an asset that contains the resource data.</p>
31
31
  * <ul>
@@ -115,6 +115,7 @@ declare const StartImportJobCommand_base: {
115
115
  * @throws {@link WisdomServiceException}
116
116
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class StartImportJobCommand extends StartImportJobCommand_base {
120
121
  }
@@ -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, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tags to the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const TagResourceCommand_base: {
60
60
  * @throws {@link WisdomServiceException}
61
61
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class TagResourceCommand extends TagResourceCommand_base {
65
66
  }
@@ -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, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const UntagResourceCommand_base: {
57
57
  * @throws {@link WisdomServiceException}
58
58
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface UpdateContentCommandOutput extends UpdateContentResponse, __Met
22
22
  }
23
23
  declare const UpdateContentCommand_base: {
24
24
  new (input: UpdateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates information about the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const UpdateContentCommand_base: {
94
94
  * @throws {@link WisdomServiceException}
95
95
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateContentCommand extends UpdateContentCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowl
22
22
  }
23
23
  declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
24
24
  new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the template URI of a knowledge base. This is only supported for knowledge bases
30
30
  * of type EXTERNAL. Include a single variable in <code>$\{variable\}</code> format; this
31
31
  * interpolated by Wisdom using ingested content. For example, if you ingest a Salesforce
@@ -93,6 +93,7 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
93
93
  * @throws {@link WisdomServiceException}
94
94
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateQuickResponseCommandOutput extends UpdateQuickResponseRes
22
22
  }
23
23
  declare const UpdateQuickResponseCommand_base: {
24
24
  new (input: UpdateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing Wisdom quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -129,6 +129,7 @@ declare const UpdateQuickResponseCommand_base: {
129
129
  * @throws {@link WisdomServiceException}
130
130
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
134
135
  }