@aws-sdk/client-wisdom 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateAssistantCommand.js +2 -2
- package/dist-cjs/commands/CreateContentCommand.js +2 -2
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/CreateSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantCommand.js +2 -2
- package/dist-cjs/commands/DeleteContentCommand.js +2 -2
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantCommand.js +2 -2
- package/dist-cjs/commands/GetContentCommand.js +2 -2
- package/dist-cjs/commands/GetContentSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantsCommand.js +2 -2
- package/dist-cjs/commands/ListContentsCommand.js +2 -2
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -2
- package/dist-cjs/commands/QueryAssistantCommand.js +2 -2
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/commands/SearchContentCommand.js +2 -2
- package/dist-cjs/commands/SearchSessionsCommand.js +2 -2
- package/dist-cjs/commands/StartContentUploadCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/models/models_0.js +428 -600
- package/dist-cjs/protocols/Aws_restJson1.js +371 -832
- package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/CreateAssistantCommand.js +3 -3
- package/dist-es/commands/CreateContentCommand.js +3 -3
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/CreateSessionCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantCommand.js +3 -3
- package/dist-es/commands/DeleteContentCommand.js +3 -3
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/GetAssistantCommand.js +3 -3
- package/dist-es/commands/GetContentCommand.js +3 -3
- package/dist-es/commands/GetContentSummaryCommand.js +3 -3
- package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetSessionCommand.js +3 -3
- package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -3
- package/dist-es/commands/ListAssistantsCommand.js +3 -3
- package/dist-es/commands/ListContentsCommand.js +3 -3
- package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -3
- package/dist-es/commands/QueryAssistantCommand.js +3 -3
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/commands/SearchContentCommand.js +3 -3
- package/dist-es/commands/SearchSessionsCommand.js +3 -3
- package/dist-es/commands/StartContentUploadCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateContentCommand.js +3 -3
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -400
- package/dist-es/protocols/Aws_restJson1.js +492 -837
- package/dist-types/models/models_0.d.ts +364 -538
- package/dist-types/ts3.4/models/models_0.d.ts +182 -356
- package/package.json +6 -6
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.
|
|
4
|
+
"version": "3.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|