@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
@@ -177,6 +177,7 @@ export interface Wisdom {
177
177
  /**
178
178
  * @see {@link ListAssistantsCommand}
179
179
  */
180
+ listAssistants(): Promise<ListAssistantsCommandOutput>;
180
181
  listAssistants(args: ListAssistantsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssistantsCommandOutput>;
181
182
  listAssistants(args: ListAssistantsCommandInput, cb: (err: any, data?: ListAssistantsCommandOutput) => void): void;
182
183
  listAssistants(args: ListAssistantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssistantsCommandOutput) => void): void;
@@ -195,6 +196,7 @@ export interface Wisdom {
195
196
  /**
196
197
  * @see {@link ListKnowledgeBasesCommand}
197
198
  */
199
+ listKnowledgeBases(): Promise<ListKnowledgeBasesCommandOutput>;
198
200
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: __HttpHandlerOptions): Promise<ListKnowledgeBasesCommandOutput>;
199
201
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
200
202
  listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void): void;
@@ -290,11 +292,11 @@ export interface Wisdom {
290
292
  updateQuickResponse(args: UpdateQuickResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void): void;
291
293
  }
292
294
  /**
293
- * @public
294
295
  * <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're
295
296
  * actively speaking with customers. Agents can search across connected repositories from within
296
297
  * their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a
297
298
  * knowledge base, for example, or manage content by uploading custom files.</p>
299
+ * @public
298
300
  */
299
301
  export declare class Wisdom extends WisdomClient implements Wisdom {
300
302
  }
@@ -192,11 +192,11 @@ export type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
192
192
  export interface WisdomClientResolvedConfig extends WisdomClientResolvedConfigType {
193
193
  }
194
194
  /**
195
- * @public
196
195
  * <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're
197
196
  * actively speaking with customers. Agents can search across connected repositories from within
198
197
  * their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a
199
198
  * knowledge base, for example, or manage content by uploading custom files.</p>
199
+ * @public
200
200
  */
201
201
  export declare class WisdomClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig> {
202
202
  /**
@@ -22,10 +22,10 @@ export interface CreateAssistantAssociationCommandOutput extends CreateAssistant
22
22
  }
23
23
  declare const CreateAssistantAssociationCommand_base: {
24
24
  new (input: CreateAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between an Amazon Connect Wisdom assistant and another resource. Currently, the
30
30
  * only supported association is with a knowledge base. An assistant can have only a single
31
31
  * association.</p>
@@ -97,6 +97,7 @@ declare const CreateAssistantAssociationCommand_base: {
97
97
  * @throws {@link WisdomServiceException}
98
98
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateAssistantCommandOutput extends CreateAssistantResponse, _
22
22
  }
23
23
  declare const CreateAssistantCommand_base: {
24
24
  new (input: CreateAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon Connect Wisdom assistant.</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 CreateAssistantCommand_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 CreateAssistantCommand extends CreateAssistantCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface CreateContentCommandOutput extends CreateContentResponse, __Met
22
22
  }
23
23
  declare const CreateContentCommand_base: {
24
24
  new (input: CreateContentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateContentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates Wisdom content. Before to 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.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const CreateContentCommand_base: {
103
103
  * @throws {@link WisdomServiceException}
104
104
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateContentCommand extends CreateContentCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseRes
22
22
  }
23
23
  declare const CreateKnowledgeBaseCommand_base: {
24
24
  new (input: CreateKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a knowledge base.</p>
30
30
  * <note>
31
31
  * <p>When using this API, you cannot reuse <a href="https://docs.aws.amazon.com/appintegrations/latest/APIReference/Welcome.html">Amazon AppIntegrations</a>
@@ -137,6 +137,7 @@ declare const CreateKnowledgeBaseCommand_base: {
137
137
  * @throws {@link WisdomServiceException}
138
138
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface CreateQuickResponseCommandOutput extends CreateQuickResponseRes
22
22
  }
23
23
  declare const CreateQuickResponseCommand_base: {
24
24
  new (input: CreateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a 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 CreateQuickResponseCommand_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 CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
22
22
  }
23
23
  declare const CreateSessionCommand_base: {
24
24
  new (input: CreateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a session. A session is a contextual container used for generating
30
30
  * recommendations. Amazon Connect creates a new Wisdom session for each contact on which
31
31
  * Wisdom is enabled.</p>
@@ -84,6 +84,7 @@ declare const CreateSessionCommand_base: {
84
84
  * @throws {@link WisdomServiceException}
85
85
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateSessionCommand extends CreateSessionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DeleteAssistantAssociationCommandOutput extends DeleteAssistant
22
22
  }
23
23
  declare const DeleteAssistantAssociationCommand_base: {
24
24
  new (input: DeleteAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an assistant association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteAssistantAssociationCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeleteAssistantCommandOutput extends DeleteAssistantResponse, _
22
22
  }
23
23
  declare const DeleteAssistantCommand_base: {
24
24
  new (input: DeleteAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an assistant.</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 DeleteAssistantCommand_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 DeleteAssistantCommand extends DeleteAssistantCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteContentCommandOutput extends DeleteContentResponse, __Met
22
22
  }
23
23
  declare const DeleteContentCommand_base: {
24
24
  new (input: DeleteContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteContentCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteContentCommand extends DeleteContentCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, _
22
22
  }
23
23
  declare const DeleteImportJobCommand_base: {
24
24
  new (input: DeleteImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the quick response import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteImportJobCommand_base: {
67
67
  * @throws {@link WisdomServiceException}
68
68
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseRes
22
22
  }
23
23
  declare const DeleteKnowledgeBaseCommand_base: {
24
24
  new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the knowledge base.</p>
30
30
  * <note>
31
31
  * <p>When you use this API to delete an external knowledge base such as Salesforce or
@@ -74,6 +74,7 @@ declare const DeleteKnowledgeBaseCommand_base: {
74
74
  * @throws {@link WisdomServiceException}
75
75
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteQuickResponseCommandOutput extends DeleteQuickResponseRes
22
22
  }
23
23
  declare const DeleteQuickResponseCommand_base: {
24
24
  new (input: DeleteQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteQuickResponseCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface GetAssistantAssociationCommandOutput extends GetAssistantAssoci
22
22
  }
23
23
  declare const GetAssistantAssociationCommand_base: {
24
24
  new (input: GetAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssistantAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an assistant association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetAssistantAssociationCommand_base: {
78
78
  * @throws {@link WisdomServiceException}
79
79
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetAssistantCommandOutput extends GetAssistantResponse, __Metad
22
22
  }
23
23
  declare const GetAssistantCommand_base: {
24
24
  new (input: GetAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssistantCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an assistant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetAssistantCommand_base: {
78
78
  * @throws {@link WisdomServiceException}
79
79
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetAssistantCommand extends GetAssistantCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetContentCommandOutput extends GetContentResponse, __MetadataB
22
22
  }
23
23
  declare const GetContentCommand_base: {
24
24
  new (input: GetContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves content, including a pre-signed URL to download the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const GetContentCommand_base: {
82
82
  * @throws {@link WisdomServiceException}
83
83
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetContentCommand extends GetContentCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetContentSummaryCommandOutput extends GetContentSummaryRespons
22
22
  }
23
23
  declare const GetContentSummaryCommand_base: {
24
24
  new (input: GetContentSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContentSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves summary 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.
@@ -79,6 +79,7 @@ declare const GetContentSummaryCommand_base: {
79
79
  * @throws {@link WisdomServiceException}
80
80
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
22
22
  }
23
23
  declare const GetImportJobCommand_base: {
24
24
  new (input: GetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the started import job.</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 GetImportJobCommand_base: {
86
86
  * @throws {@link WisdomServiceException}
87
87
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetImportJobCommand extends GetImportJobCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse,
22
22
  }
23
23
  declare const GetKnowledgeBaseCommand_base: {
24
24
  new (input: GetKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetKnowledgeBaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the knowledge base.</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 GetKnowledgeBaseCommand_base: {
87
87
  * @throws {@link WisdomServiceException}
88
88
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetQuickResponseCommandOutput extends GetQuickResponseResponse,
22
22
  }
23
23
  declare const GetQuickResponseCommand_base: {
24
24
  new (input: GetQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQuickResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the quick response.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const GetQuickResponseCommand_base: {
98
98
  * @throws {@link WisdomServiceException}
99
99
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
103
104
  }
@@ -22,12 +22,10 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
22
22
  }
23
23
  declare const GetRecommendationsCommand_base: {
24
24
  new (input: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Retrieves recommendations for the specified session. To avoid retrieving the same
32
30
  * recommendations in subsequent calls, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_NotifyRecommendationsReceived.html">NotifyRecommendationsReceived</a>. This API supports long-polling behavior with the
33
31
  * <code>waitTimeSeconds</code> parameter. Short poll is the default behavior and only returns
@@ -118,6 +116,8 @@ declare const GetRecommendationsCommand_base: {
118
116
  * @throws {@link WisdomServiceException}
119
117
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
120
118
  *
119
+ * @public
120
+ * @deprecated GetRecommendations 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.
121
121
  */
122
122
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
123
123
  }
@@ -22,10 +22,10 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
22
22
  }
23
23
  declare const GetSessionCommand_base: {
24
24
  new (input: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information for a specified session.</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 GetSessionCommand_base: {
74
74
  * @throws {@link WisdomServiceException}
75
75
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetSessionCommand extends GetSessionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListAssistantAssociationsCommandOutput extends ListAssistantAss
22
22
  }
23
23
  declare const ListAssistantAssociationsCommand_base: {
24
24
  new (input: ListAssistantAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssistantAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about assistant associations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListAssistantAssociationsCommand_base: {
82
82
  * @throws {@link WisdomServiceException}
83
83
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListAssistantsCommandOutput extends ListAssistantsResponse, __M
22
22
  }
23
23
  declare const ListAssistantsCommand_base: {
24
24
  new (input: ListAssistantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAssistantsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about assistants.</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 ListAssistantsCommand_base: {
79
79
  * @throws {@link WisdomServiceException}
80
80
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListContentsCommandOutput extends ListContentsResponse, __Metad
22
22
  }
23
23
  declare const ListContentsCommand_base: {
24
24
  new (input: ListContentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListContentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListContentsCommand_base: {
83
83
  * @throws {@link WisdomServiceException}
84
84
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListContentsCommand extends ListContentsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
22
22
  }
23
23
  declare const ListImportJobsCommand_base: {
24
24
  new (input: ListImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about import jobs.</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 ListImportJobsCommand_base: {
84
84
  * @throws {@link WisdomServiceException}
85
85
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesRespo
22
22
  }
23
23
  declare const ListKnowledgeBasesCommand_base: {
24
24
  new (input: ListKnowledgeBasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the knowledge bases.</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 ListKnowledgeBasesCommand_base: {
87
87
  * @throws {@link WisdomServiceException}
88
88
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListQuickResponsesCommandOutput extends ListQuickResponsesRespo
22
22
  }
23
23
  declare const ListQuickResponsesCommand_base: {
24
24
  new (input: ListQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListQuickResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists information about quick response.</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 ListQuickResponsesCommand_base: {
86
86
  * @throws {@link WisdomServiceException}
87
87
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
91
92
  }
@@ -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, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @throws {@link WisdomServiceException}
59
59
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
63
64
  }