@aws-sdk/client-wisdom 3.495.0 → 3.499.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/dist-cjs/index.js +76 -73
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -4053,25 +4053,18 @@ var paginateSearchSessions = (0, import_core12.createPaginator)(WisdomClient, Se
|
|
|
4053
4053
|
// src/index.ts
|
|
4054
4054
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4055
4055
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4056
|
+
|
|
4056
4057
|
0 && (module.exports = {
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
AssociationType,
|
|
4063
|
-
Configuration,
|
|
4064
|
-
ConflictException,
|
|
4065
|
-
ContentDataFilterSensitiveLog,
|
|
4066
|
-
ContentStatus,
|
|
4058
|
+
WisdomServiceException,
|
|
4059
|
+
__Client,
|
|
4060
|
+
WisdomClient,
|
|
4061
|
+
Wisdom,
|
|
4062
|
+
$Command,
|
|
4067
4063
|
CreateAssistantAssociationCommand,
|
|
4068
4064
|
CreateAssistantCommand,
|
|
4069
4065
|
CreateContentCommand,
|
|
4070
|
-
CreateContentResponseFilterSensitiveLog,
|
|
4071
4066
|
CreateKnowledgeBaseCommand,
|
|
4072
4067
|
CreateQuickResponseCommand,
|
|
4073
|
-
CreateQuickResponseRequestFilterSensitiveLog,
|
|
4074
|
-
CreateQuickResponseResponseFilterSensitiveLog,
|
|
4075
4068
|
CreateSessionCommand,
|
|
4076
4069
|
DeleteAssistantAssociationCommand,
|
|
4077
4070
|
DeleteAssistantCommand,
|
|
@@ -4079,94 +4072,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4079
4072
|
DeleteImportJobCommand,
|
|
4080
4073
|
DeleteKnowledgeBaseCommand,
|
|
4081
4074
|
DeleteQuickResponseCommand,
|
|
4082
|
-
DocumentFilterSensitiveLog,
|
|
4083
|
-
DocumentTextFilterSensitiveLog,
|
|
4084
|
-
ExternalSource,
|
|
4085
|
-
FilterField,
|
|
4086
|
-
FilterOperator,
|
|
4087
4075
|
GetAssistantAssociationCommand,
|
|
4088
4076
|
GetAssistantCommand,
|
|
4089
4077
|
GetContentCommand,
|
|
4090
|
-
GetContentResponseFilterSensitiveLog,
|
|
4091
4078
|
GetContentSummaryCommand,
|
|
4092
4079
|
GetImportJobCommand,
|
|
4093
|
-
GetImportJobResponseFilterSensitiveLog,
|
|
4094
4080
|
GetKnowledgeBaseCommand,
|
|
4095
4081
|
GetQuickResponseCommand,
|
|
4096
|
-
GetQuickResponseResponseFilterSensitiveLog,
|
|
4097
4082
|
GetRecommendationsCommand,
|
|
4098
|
-
GetRecommendationsResponseFilterSensitiveLog,
|
|
4099
4083
|
GetSessionCommand,
|
|
4100
|
-
GroupingConfigurationFilterSensitiveLog,
|
|
4101
|
-
ImportJobDataFilterSensitiveLog,
|
|
4102
|
-
ImportJobStatus,
|
|
4103
|
-
ImportJobType,
|
|
4104
|
-
KnowledgeBaseStatus,
|
|
4105
|
-
KnowledgeBaseType,
|
|
4106
4084
|
ListAssistantAssociationsCommand,
|
|
4107
4085
|
ListAssistantsCommand,
|
|
4108
4086
|
ListContentsCommand,
|
|
4109
4087
|
ListImportJobsCommand,
|
|
4110
4088
|
ListKnowledgeBasesCommand,
|
|
4111
4089
|
ListQuickResponsesCommand,
|
|
4112
|
-
ListQuickResponsesResponseFilterSensitiveLog,
|
|
4113
4090
|
ListTagsForResourceCommand,
|
|
4114
4091
|
NotifyRecommendationsReceivedCommand,
|
|
4115
|
-
Order,
|
|
4116
|
-
PreconditionFailedException,
|
|
4117
|
-
Priority,
|
|
4118
4092
|
QueryAssistantCommand,
|
|
4119
|
-
QueryAssistantRequestFilterSensitiveLog,
|
|
4120
|
-
QueryAssistantResponseFilterSensitiveLog,
|
|
4121
|
-
QueryRecommendationTriggerDataFilterSensitiveLog,
|
|
4122
|
-
QuickResponseContentProvider,
|
|
4123
|
-
QuickResponseContentProviderFilterSensitiveLog,
|
|
4124
|
-
QuickResponseContentsFilterSensitiveLog,
|
|
4125
|
-
QuickResponseDataFilterSensitiveLog,
|
|
4126
|
-
QuickResponseDataProvider,
|
|
4127
|
-
QuickResponseDataProviderFilterSensitiveLog,
|
|
4128
|
-
QuickResponseFilterOperator,
|
|
4129
|
-
QuickResponseQueryOperator,
|
|
4130
|
-
QuickResponseSearchResultDataFilterSensitiveLog,
|
|
4131
|
-
QuickResponseStatus,
|
|
4132
|
-
QuickResponseSummaryFilterSensitiveLog,
|
|
4133
|
-
RecommendationDataFilterSensitiveLog,
|
|
4134
|
-
RecommendationSourceType,
|
|
4135
|
-
RecommendationTriggerData,
|
|
4136
|
-
RecommendationTriggerDataFilterSensitiveLog,
|
|
4137
|
-
RecommendationTriggerFilterSensitiveLog,
|
|
4138
|
-
RecommendationTriggerType,
|
|
4139
|
-
RecommendationType,
|
|
4140
|
-
RelevanceLevel,
|
|
4141
4093
|
RemoveKnowledgeBaseTemplateUriCommand,
|
|
4142
|
-
RequestTimeoutException,
|
|
4143
|
-
ResourceNotFoundException,
|
|
4144
|
-
ResultDataFilterSensitiveLog,
|
|
4145
4094
|
SearchContentCommand,
|
|
4146
4095
|
SearchQuickResponsesCommand,
|
|
4147
|
-
SearchQuickResponsesRequestFilterSensitiveLog,
|
|
4148
|
-
SearchQuickResponsesResponseFilterSensitiveLog,
|
|
4149
4096
|
SearchSessionsCommand,
|
|
4150
|
-
ServiceQuotaExceededException,
|
|
4151
|
-
SourceConfiguration,
|
|
4152
4097
|
StartContentUploadCommand,
|
|
4153
|
-
StartContentUploadResponseFilterSensitiveLog,
|
|
4154
4098
|
StartImportJobCommand,
|
|
4155
|
-
StartImportJobResponseFilterSensitiveLog,
|
|
4156
4099
|
TagResourceCommand,
|
|
4157
|
-
TooManyTagsException,
|
|
4158
4100
|
UntagResourceCommand,
|
|
4159
4101
|
UpdateContentCommand,
|
|
4160
|
-
UpdateContentResponseFilterSensitiveLog,
|
|
4161
4102
|
UpdateKnowledgeBaseTemplateUriCommand,
|
|
4162
4103
|
UpdateQuickResponseCommand,
|
|
4163
|
-
UpdateQuickResponseRequestFilterSensitiveLog,
|
|
4164
|
-
UpdateQuickResponseResponseFilterSensitiveLog,
|
|
4165
|
-
ValidationException,
|
|
4166
|
-
Wisdom,
|
|
4167
|
-
WisdomClient,
|
|
4168
|
-
WisdomServiceException,
|
|
4169
|
-
__Client,
|
|
4170
4104
|
paginateListAssistantAssociations,
|
|
4171
4105
|
paginateListAssistants,
|
|
4172
4106
|
paginateListContents,
|
|
@@ -4176,5 +4110,74 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4176
4110
|
paginateQueryAssistant,
|
|
4177
4111
|
paginateSearchContent,
|
|
4178
4112
|
paginateSearchQuickResponses,
|
|
4179
|
-
paginateSearchSessions
|
|
4113
|
+
paginateSearchSessions,
|
|
4114
|
+
AccessDeniedException,
|
|
4115
|
+
ConflictException,
|
|
4116
|
+
AssistantAssociationInputData,
|
|
4117
|
+
AssociationType,
|
|
4118
|
+
AssistantAssociationOutputData,
|
|
4119
|
+
ResourceNotFoundException,
|
|
4120
|
+
ServiceQuotaExceededException,
|
|
4121
|
+
ValidationException,
|
|
4122
|
+
AssistantType,
|
|
4123
|
+
AssistantStatus,
|
|
4124
|
+
RelevanceLevel,
|
|
4125
|
+
RecommendationType,
|
|
4126
|
+
RecommendationTriggerData,
|
|
4127
|
+
RecommendationSourceType,
|
|
4128
|
+
RecommendationTriggerType,
|
|
4129
|
+
RequestTimeoutException,
|
|
4130
|
+
FilterField,
|
|
4131
|
+
FilterOperator,
|
|
4132
|
+
Configuration,
|
|
4133
|
+
ContentStatus,
|
|
4134
|
+
PreconditionFailedException,
|
|
4135
|
+
KnowledgeBaseType,
|
|
4136
|
+
SourceConfiguration,
|
|
4137
|
+
KnowledgeBaseStatus,
|
|
4138
|
+
QuickResponseDataProvider,
|
|
4139
|
+
QuickResponseContentProvider,
|
|
4140
|
+
QuickResponseStatus,
|
|
4141
|
+
ExternalSource,
|
|
4142
|
+
ImportJobType,
|
|
4143
|
+
ImportJobStatus,
|
|
4144
|
+
QuickResponseFilterOperator,
|
|
4145
|
+
Order,
|
|
4146
|
+
QuickResponseQueryOperator,
|
|
4147
|
+
Priority,
|
|
4148
|
+
TooManyTagsException,
|
|
4149
|
+
DocumentTextFilterSensitiveLog,
|
|
4150
|
+
DocumentFilterSensitiveLog,
|
|
4151
|
+
RecommendationDataFilterSensitiveLog,
|
|
4152
|
+
QueryRecommendationTriggerDataFilterSensitiveLog,
|
|
4153
|
+
RecommendationTriggerDataFilterSensitiveLog,
|
|
4154
|
+
RecommendationTriggerFilterSensitiveLog,
|
|
4155
|
+
GetRecommendationsResponseFilterSensitiveLog,
|
|
4156
|
+
QueryAssistantRequestFilterSensitiveLog,
|
|
4157
|
+
ResultDataFilterSensitiveLog,
|
|
4158
|
+
QueryAssistantResponseFilterSensitiveLog,
|
|
4159
|
+
ContentDataFilterSensitiveLog,
|
|
4160
|
+
CreateContentResponseFilterSensitiveLog,
|
|
4161
|
+
GetContentResponseFilterSensitiveLog,
|
|
4162
|
+
UpdateContentResponseFilterSensitiveLog,
|
|
4163
|
+
QuickResponseDataProviderFilterSensitiveLog,
|
|
4164
|
+
GroupingConfigurationFilterSensitiveLog,
|
|
4165
|
+
CreateQuickResponseRequestFilterSensitiveLog,
|
|
4166
|
+
QuickResponseContentProviderFilterSensitiveLog,
|
|
4167
|
+
QuickResponseContentsFilterSensitiveLog,
|
|
4168
|
+
QuickResponseDataFilterSensitiveLog,
|
|
4169
|
+
CreateQuickResponseResponseFilterSensitiveLog,
|
|
4170
|
+
ImportJobDataFilterSensitiveLog,
|
|
4171
|
+
GetImportJobResponseFilterSensitiveLog,
|
|
4172
|
+
GetQuickResponseResponseFilterSensitiveLog,
|
|
4173
|
+
QuickResponseSummaryFilterSensitiveLog,
|
|
4174
|
+
ListQuickResponsesResponseFilterSensitiveLog,
|
|
4175
|
+
UpdateQuickResponseRequestFilterSensitiveLog,
|
|
4176
|
+
UpdateQuickResponseResponseFilterSensitiveLog,
|
|
4177
|
+
SearchQuickResponsesRequestFilterSensitiveLog,
|
|
4178
|
+
QuickResponseSearchResultDataFilterSensitiveLog,
|
|
4179
|
+
SearchQuickResponsesResponseFilterSensitiveLog,
|
|
4180
|
+
StartContentUploadResponseFilterSensitiveLog,
|
|
4181
|
+
StartImportJobResponseFilterSensitiveLog
|
|
4180
4182
|
});
|
|
4183
|
+
|
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.499.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",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|