@aws-sdk/client-cloudsearch-domain 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/SearchCommand.js +2 -2
- package/dist-cjs/commands/SuggestCommand.js +2 -2
- package/dist-cjs/commands/UploadDocumentsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +65 -97
- package/dist-cjs/protocols/Aws_restJson1.js +71 -90
- package/dist-es/commands/SearchCommand.js +3 -3
- package/dist-es/commands/SuggestCommand.js +3 -3
- package/dist-es/commands/UploadDocumentsCommand.js +3 -3
- package/dist-es/models/models_0.js +16 -64
- package/dist-es/protocols/Aws_restJson1.js +81 -65
- package/dist-types/models/models_0.d.ts +64 -96
- package/dist-types/ts3.4/models/models_0.d.ts +32 -64
- package/package.json +6 -6
|
@@ -41,10 +41,6 @@ export interface SearchRequest {
|
|
|
41
41
|
|
|
42
42
|
stats?: string;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace SearchRequest {
|
|
45
|
-
|
|
46
|
-
const filterSensitiveLog: (obj: SearchRequest) => any;
|
|
47
|
-
}
|
|
48
44
|
|
|
49
45
|
export interface Bucket {
|
|
50
46
|
|
|
@@ -52,19 +48,11 @@ export interface Bucket {
|
|
|
52
48
|
|
|
53
49
|
count?: number;
|
|
54
50
|
}
|
|
55
|
-
export declare namespace Bucket {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: Bucket) => any;
|
|
58
|
-
}
|
|
59
51
|
|
|
60
52
|
export interface BucketInfo {
|
|
61
53
|
|
|
62
54
|
buckets?: Bucket[];
|
|
63
55
|
}
|
|
64
|
-
export declare namespace BucketInfo {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: BucketInfo) => any;
|
|
67
|
-
}
|
|
68
56
|
|
|
69
57
|
export interface Hit {
|
|
70
58
|
|
|
@@ -76,10 +64,6 @@ export interface Hit {
|
|
|
76
64
|
|
|
77
65
|
highlights?: Record<string, string>;
|
|
78
66
|
}
|
|
79
|
-
export declare namespace Hit {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: Hit) => any;
|
|
82
|
-
}
|
|
83
67
|
|
|
84
68
|
export interface Hits {
|
|
85
69
|
|
|
@@ -91,10 +75,6 @@ export interface Hits {
|
|
|
91
75
|
|
|
92
76
|
hit?: Hit[];
|
|
93
77
|
}
|
|
94
|
-
export declare namespace Hits {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: Hits) => any;
|
|
97
|
-
}
|
|
98
78
|
|
|
99
79
|
export interface FieldStats {
|
|
100
80
|
|
|
@@ -114,10 +94,6 @@ export interface FieldStats {
|
|
|
114
94
|
|
|
115
95
|
stddev?: number;
|
|
116
96
|
}
|
|
117
|
-
export declare namespace FieldStats {
|
|
118
|
-
|
|
119
|
-
const filterSensitiveLog: (obj: FieldStats) => any;
|
|
120
|
-
}
|
|
121
97
|
|
|
122
98
|
export interface SearchStatus {
|
|
123
99
|
|
|
@@ -125,10 +101,6 @@ export interface SearchStatus {
|
|
|
125
101
|
|
|
126
102
|
rid?: string;
|
|
127
103
|
}
|
|
128
|
-
export declare namespace SearchStatus {
|
|
129
|
-
|
|
130
|
-
const filterSensitiveLog: (obj: SearchStatus) => any;
|
|
131
|
-
}
|
|
132
104
|
|
|
133
105
|
export interface SearchResponse {
|
|
134
106
|
|
|
@@ -140,10 +112,6 @@ export interface SearchResponse {
|
|
|
140
112
|
|
|
141
113
|
stats?: Record<string, FieldStats>;
|
|
142
114
|
}
|
|
143
|
-
export declare namespace SearchResponse {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: SearchResponse) => any;
|
|
146
|
-
}
|
|
147
115
|
|
|
148
116
|
export interface SuggestRequest {
|
|
149
117
|
|
|
@@ -153,10 +121,6 @@ export interface SuggestRequest {
|
|
|
153
121
|
|
|
154
122
|
size?: number;
|
|
155
123
|
}
|
|
156
|
-
export declare namespace SuggestRequest {
|
|
157
|
-
|
|
158
|
-
const filterSensitiveLog: (obj: SuggestRequest) => any;
|
|
159
|
-
}
|
|
160
124
|
|
|
161
125
|
export interface SuggestStatus {
|
|
162
126
|
|
|
@@ -164,10 +128,6 @@ export interface SuggestStatus {
|
|
|
164
128
|
|
|
165
129
|
rid?: string;
|
|
166
130
|
}
|
|
167
|
-
export declare namespace SuggestStatus {
|
|
168
|
-
|
|
169
|
-
const filterSensitiveLog: (obj: SuggestStatus) => any;
|
|
170
|
-
}
|
|
171
131
|
|
|
172
132
|
export interface SuggestionMatch {
|
|
173
133
|
|
|
@@ -177,10 +137,6 @@ export interface SuggestionMatch {
|
|
|
177
137
|
|
|
178
138
|
id?: string;
|
|
179
139
|
}
|
|
180
|
-
export declare namespace SuggestionMatch {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: SuggestionMatch) => any;
|
|
183
|
-
}
|
|
184
140
|
|
|
185
141
|
export interface SuggestModel {
|
|
186
142
|
|
|
@@ -190,10 +146,6 @@ export interface SuggestModel {
|
|
|
190
146
|
|
|
191
147
|
suggestions?: SuggestionMatch[];
|
|
192
148
|
}
|
|
193
|
-
export declare namespace SuggestModel {
|
|
194
|
-
|
|
195
|
-
const filterSensitiveLog: (obj: SuggestModel) => any;
|
|
196
|
-
}
|
|
197
149
|
|
|
198
150
|
export interface SuggestResponse {
|
|
199
151
|
|
|
@@ -201,10 +153,6 @@ export interface SuggestResponse {
|
|
|
201
153
|
|
|
202
154
|
suggest?: SuggestModel;
|
|
203
155
|
}
|
|
204
|
-
export declare namespace SuggestResponse {
|
|
205
|
-
|
|
206
|
-
const filterSensitiveLog: (obj: SuggestResponse) => any;
|
|
207
|
-
}
|
|
208
156
|
|
|
209
157
|
export declare class DocumentServiceException extends __BaseException {
|
|
210
158
|
readonly name: "DocumentServiceException";
|
|
@@ -222,19 +170,11 @@ export interface UploadDocumentsRequest {
|
|
|
222
170
|
|
|
223
171
|
contentType: ContentType | string | undefined;
|
|
224
172
|
}
|
|
225
|
-
export declare namespace UploadDocumentsRequest {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: UploadDocumentsRequest) => any;
|
|
228
|
-
}
|
|
229
173
|
|
|
230
174
|
export interface DocumentServiceWarning {
|
|
231
175
|
|
|
232
176
|
message?: string;
|
|
233
177
|
}
|
|
234
|
-
export declare namespace DocumentServiceWarning {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: DocumentServiceWarning) => any;
|
|
237
|
-
}
|
|
238
178
|
|
|
239
179
|
export interface UploadDocumentsResponse {
|
|
240
180
|
|
|
@@ -246,7 +186,35 @@ export interface UploadDocumentsResponse {
|
|
|
246
186
|
|
|
247
187
|
warnings?: DocumentServiceWarning[];
|
|
248
188
|
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
189
|
+
|
|
190
|
+
export declare const SearchRequestFilterSensitiveLog: (obj: SearchRequest) => any;
|
|
191
|
+
|
|
192
|
+
export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
|
|
193
|
+
|
|
194
|
+
export declare const BucketInfoFilterSensitiveLog: (obj: BucketInfo) => any;
|
|
195
|
+
|
|
196
|
+
export declare const HitFilterSensitiveLog: (obj: Hit) => any;
|
|
197
|
+
|
|
198
|
+
export declare const HitsFilterSensitiveLog: (obj: Hits) => any;
|
|
199
|
+
|
|
200
|
+
export declare const FieldStatsFilterSensitiveLog: (obj: FieldStats) => any;
|
|
201
|
+
|
|
202
|
+
export declare const SearchStatusFilterSensitiveLog: (obj: SearchStatus) => any;
|
|
203
|
+
|
|
204
|
+
export declare const SearchResponseFilterSensitiveLog: (obj: SearchResponse) => any;
|
|
205
|
+
|
|
206
|
+
export declare const SuggestRequestFilterSensitiveLog: (obj: SuggestRequest) => any;
|
|
207
|
+
|
|
208
|
+
export declare const SuggestStatusFilterSensitiveLog: (obj: SuggestStatus) => any;
|
|
209
|
+
|
|
210
|
+
export declare const SuggestionMatchFilterSensitiveLog: (obj: SuggestionMatch) => any;
|
|
211
|
+
|
|
212
|
+
export declare const SuggestModelFilterSensitiveLog: (obj: SuggestModel) => any;
|
|
213
|
+
|
|
214
|
+
export declare const SuggestResponseFilterSensitiveLog: (obj: SuggestResponse) => any;
|
|
215
|
+
|
|
216
|
+
export declare const UploadDocumentsRequestFilterSensitiveLog: (obj: UploadDocumentsRequest) => any;
|
|
217
|
+
|
|
218
|
+
export declare const DocumentServiceWarningFilterSensitiveLog: (obj: DocumentServiceWarning) => any;
|
|
219
|
+
|
|
220
|
+
export declare const UploadDocumentsResponseFilterSensitiveLog: (obj: UploadDocumentsResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch-domain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Domain 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",
|