@aws-sdk/client-wisdom 3.775.0 → 3.777.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 (42) hide show
  1. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateAssistantCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateContentCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateSessionCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteAssistantCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteContentCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -0
  13. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/GetAssistantCommand.d.ts +1 -0
  15. package/dist-types/commands/GetContentCommand.d.ts +1 -0
  16. package/dist-types/commands/GetContentSummaryCommand.d.ts +1 -0
  17. package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
  18. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -0
  19. package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -0
  20. package/dist-types/commands/GetRecommendationsCommand.d.ts +1 -0
  21. package/dist-types/commands/GetSessionCommand.d.ts +1 -0
  22. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListAssistantsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListContentsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListImportJobsCommand.d.ts +1 -0
  26. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListQuickResponsesCommand.d.ts +1 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  29. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +1 -0
  30. package/dist-types/commands/QueryAssistantCommand.d.ts +1 -0
  31. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -0
  32. package/dist-types/commands/SearchContentCommand.d.ts +1 -0
  33. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +1 -0
  34. package/dist-types/commands/SearchSessionsCommand.d.ts +1 -0
  35. package/dist-types/commands/StartContentUploadCommand.d.ts +1 -0
  36. package/dist-types/commands/StartImportJobCommand.d.ts +1 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  39. package/dist-types/commands/UpdateContentCommand.d.ts +1 -0
  40. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -0
  41. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +1 -0
  42. package/package.json +2 -2
@@ -98,6 +98,7 @@ declare const CreateAssistantAssociationCommand_base: {
98
98
  * @throws {@link WisdomServiceException}
99
99
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
@@ -95,6 +95,7 @@ declare const CreateAssistantCommand_base: {
95
95
  * @throws {@link WisdomServiceException}
96
96
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
@@ -104,6 +104,7 @@ declare const CreateContentCommand_base: {
104
104
  * @throws {@link WisdomServiceException}
105
105
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class CreateContentCommand extends CreateContentCommand_base {
@@ -138,6 +138,7 @@ declare const CreateKnowledgeBaseCommand_base: {
138
138
  * @throws {@link WisdomServiceException}
139
139
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
@@ -130,6 +130,7 @@ declare const CreateQuickResponseCommand_base: {
130
130
  * @throws {@link WisdomServiceException}
131
131
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
@@ -85,6 +85,7 @@ declare const CreateSessionCommand_base: {
85
85
  * @throws {@link WisdomServiceException}
86
86
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class CreateSessionCommand extends CreateSessionCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteAssistantAssociationCommand_base: {
62
62
  * @throws {@link WisdomServiceException}
63
63
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
@@ -61,6 +61,7 @@ declare const DeleteAssistantCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteContentCommand_base: {
62
62
  * @throws {@link WisdomServiceException}
63
63
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteContentCommand extends DeleteContentCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteImportJobCommand_base: {
68
68
  * @throws {@link WisdomServiceException}
69
69
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteKnowledgeBaseCommand_base: {
75
75
  * @throws {@link WisdomServiceException}
76
76
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteQuickResponseCommand_base: {
62
62
  * @throws {@link WisdomServiceException}
63
63
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
@@ -79,6 +79,7 @@ declare const GetAssistantAssociationCommand_base: {
79
79
  * @throws {@link WisdomServiceException}
80
80
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
@@ -79,6 +79,7 @@ declare const GetAssistantCommand_base: {
79
79
  * @throws {@link WisdomServiceException}
80
80
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetAssistantCommand extends GetAssistantCommand_base {
@@ -83,6 +83,7 @@ declare const GetContentCommand_base: {
83
83
  * @throws {@link WisdomServiceException}
84
84
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetContentCommand extends GetContentCommand_base {
@@ -80,6 +80,7 @@ declare const GetContentSummaryCommand_base: {
80
80
  * @throws {@link WisdomServiceException}
81
81
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
@@ -87,6 +87,7 @@ declare const GetImportJobCommand_base: {
87
87
  * @throws {@link WisdomServiceException}
88
88
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetImportJobCommand extends GetImportJobCommand_base {
@@ -88,6 +88,7 @@ declare const GetKnowledgeBaseCommand_base: {
88
88
  * @throws {@link WisdomServiceException}
89
89
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
@@ -99,6 +99,7 @@ declare const GetQuickResponseCommand_base: {
99
99
  * @throws {@link WisdomServiceException}
100
100
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
@@ -119,6 +119,7 @@ declare const GetRecommendationsCommand_base: {
119
119
  * @throws {@link WisdomServiceException}
120
120
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
@@ -75,6 +75,7 @@ declare const GetSessionCommand_base: {
75
75
  * @throws {@link WisdomServiceException}
76
76
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetSessionCommand extends GetSessionCommand_base {
@@ -83,6 +83,7 @@ declare const ListAssistantAssociationsCommand_base: {
83
83
  * @throws {@link WisdomServiceException}
84
84
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
@@ -80,6 +80,7 @@ declare const ListAssistantsCommand_base: {
80
80
  * @throws {@link WisdomServiceException}
81
81
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
@@ -84,6 +84,7 @@ declare const ListContentsCommand_base: {
84
84
  * @throws {@link WisdomServiceException}
85
85
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListContentsCommand extends ListContentsCommand_base {
@@ -85,6 +85,7 @@ declare const ListImportJobsCommand_base: {
85
85
  * @throws {@link WisdomServiceException}
86
86
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
@@ -24,7 +24,7 @@ export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesRespo
24
24
  declare const ListKnowledgeBasesCommand_base: {
25
25
  new (input: ListKnowledgeBasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Lists the knowledge bases.</p>
@@ -88,6 +88,7 @@ declare const ListKnowledgeBasesCommand_base: {
88
88
  * @throws {@link WisdomServiceException}
89
89
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
@@ -87,6 +87,7 @@ declare const ListQuickResponsesCommand_base: {
87
87
  * @throws {@link WisdomServiceException}
88
88
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
@@ -59,6 +59,7 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * @throws {@link WisdomServiceException}
60
60
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -77,6 +77,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
77
77
  * @throws {@link WisdomServiceException}
78
78
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
@@ -107,6 +107,7 @@ declare const QueryAssistantCommand_base: {
107
107
  * @throws {@link WisdomServiceException}
108
108
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
@@ -61,6 +61,7 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
@@ -94,6 +94,7 @@ declare const SearchContentCommand_base: {
94
94
  * @throws {@link WisdomServiceException}
95
95
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class SearchContentCommand extends SearchContentCommand_base {
@@ -144,6 +144,7 @@ declare const SearchQuickResponsesCommand_base: {
144
144
  * @throws {@link WisdomServiceException}
145
145
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
146
146
  *
147
+ *
147
148
  * @public
148
149
  */
149
150
  export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
@@ -82,6 +82,7 @@ declare const SearchSessionsCommand_base: {
82
82
  * @throws {@link WisdomServiceException}
83
83
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
@@ -73,6 +73,7 @@ declare const StartContentUploadCommand_base: {
73
73
  * @throws {@link WisdomServiceException}
74
74
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
@@ -116,6 +116,7 @@ declare const StartImportJobCommand_base: {
116
116
  * @throws {@link WisdomServiceException}
117
117
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class StartImportJobCommand extends StartImportJobCommand_base {
@@ -61,6 +61,7 @@ declare const TagResourceCommand_base: {
61
61
  * @throws {@link WisdomServiceException}
62
62
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -58,6 +58,7 @@ declare const UntagResourceCommand_base: {
58
58
  * @throws {@link WisdomServiceException}
59
59
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -95,6 +95,7 @@ declare const UpdateContentCommand_base: {
95
95
  * @throws {@link WisdomServiceException}
96
96
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class UpdateContentCommand extends UpdateContentCommand_base {
@@ -94,6 +94,7 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
94
94
  * @throws {@link WisdomServiceException}
95
95
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
@@ -130,6 +130,7 @@ declare const UpdateQuickResponseCommand_base: {
130
130
  * @throws {@link WisdomServiceException}
131
131
  * <p>Base exception class for all service exceptions from Wisdom service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wisdom",
3
3
  "description": "AWS SDK for JavaScript Wisdom Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wisdom",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",