@aws-sdk/client-qbusiness 3.987.0 → 3.988.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 +102 -3562
- package/dist-cjs/models/QBusinessServiceException.js +12 -0
- package/dist-cjs/models/errors.js +150 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2949 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +108 -102
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -1,12 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var QBusinessServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var ExternalResourceException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var LicenseNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var MediaTooLargeException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
18
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
20
|
export declare var AccessConfiguration$: StaticStructureSchema;
|
|
8
21
|
export declare var AccessControl$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
22
|
export declare var ActionConfiguration$: StaticStructureSchema;
|
|
11
23
|
export declare var ActionExecution$: StaticStructureSchema;
|
|
12
24
|
export declare var ActionExecutionEvent$: StaticStructureSchema;
|
|
@@ -57,7 +69,6 @@ export declare var ChatSyncOutput$: StaticStructureSchema;
|
|
|
57
69
|
export declare var CheckDocumentAccessRequest$: StaticStructureSchema;
|
|
58
70
|
export declare var CheckDocumentAccessResponse$: StaticStructureSchema;
|
|
59
71
|
export declare var ConfigurationEvent$: StaticStructureSchema;
|
|
60
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
61
72
|
export declare var ContentBlockerRule$: StaticStructureSchema;
|
|
62
73
|
export declare var ContentRetrievalRule$: StaticStructureSchema;
|
|
63
74
|
export declare var Conversation$: StaticStructureSchema;
|
|
@@ -140,7 +151,6 @@ export declare var EligibleDataSource$: StaticStructureSchema;
|
|
|
140
151
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
141
152
|
export declare var EndOfInputEvent$: StaticStructureSchema;
|
|
142
153
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
143
|
-
export declare var ExternalResourceException$: StaticErrorSchema;
|
|
144
154
|
export declare var FailedAttachmentEvent$: StaticStructureSchema;
|
|
145
155
|
export declare var FailedDocument$: StaticStructureSchema;
|
|
146
156
|
export declare var GetApplicationRequest$: StaticStructureSchema;
|
|
@@ -184,9 +194,7 @@ export declare var IndexCapacityConfiguration$: StaticStructureSchema;
|
|
|
184
194
|
export declare var IndexStatistics$: StaticStructureSchema;
|
|
185
195
|
export declare var InlineDocumentEnrichmentConfiguration$: StaticStructureSchema;
|
|
186
196
|
export declare var InstructionCollection$: StaticStructureSchema;
|
|
187
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
188
197
|
export declare var KendraIndexConfiguration$: StaticStructureSchema;
|
|
189
|
-
export declare var LicenseNotFoundException$: StaticErrorSchema;
|
|
190
198
|
export declare var ListApplicationsRequest$: StaticStructureSchema;
|
|
191
199
|
export declare var ListApplicationsResponse$: StaticStructureSchema;
|
|
192
200
|
export declare var ListAttachmentsRequest$: StaticStructureSchema;
|
|
@@ -226,7 +234,6 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
226
234
|
export declare var ListWebExperiencesRequest$: StaticStructureSchema;
|
|
227
235
|
export declare var ListWebExperiencesResponse$: StaticStructureSchema;
|
|
228
236
|
export declare var MediaExtractionConfiguration$: StaticStructureSchema;
|
|
229
|
-
export declare var MediaTooLargeException$: StaticErrorSchema;
|
|
230
237
|
export declare var MemberGroup$: StaticStructureSchema;
|
|
231
238
|
export declare var MemberUser$: StaticStructureSchema;
|
|
232
239
|
export declare var Message$: StaticStructureSchema;
|
|
@@ -251,7 +258,6 @@ export declare var PutGroupResponse$: StaticStructureSchema;
|
|
|
251
258
|
export declare var QAppsConfiguration$: StaticStructureSchema;
|
|
252
259
|
export declare var QuickSightConfiguration$: StaticStructureSchema;
|
|
253
260
|
export declare var RelevantContent$: StaticStructureSchema;
|
|
254
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
255
261
|
export declare var ResponseConfiguration$: StaticStructureSchema;
|
|
256
262
|
export declare var Retriever$: StaticStructureSchema;
|
|
257
263
|
export declare var RetrieverContentSource$: StaticStructureSchema;
|
|
@@ -262,7 +268,6 @@ export declare var SamlProviderConfiguration$: StaticStructureSchema;
|
|
|
262
268
|
export declare var ScoreAttributes$: StaticStructureSchema;
|
|
263
269
|
export declare var SearchRelevantContentRequest$: StaticStructureSchema;
|
|
264
270
|
export declare var SearchRelevantContentResponse$: StaticStructureSchema;
|
|
265
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
266
271
|
export declare var SnippetExcerpt$: StaticStructureSchema;
|
|
267
272
|
export declare var SourceAttribution$: StaticStructureSchema;
|
|
268
273
|
export declare var StartDataSourceSyncJobRequest$: StaticStructureSchema;
|
|
@@ -280,7 +285,6 @@ export declare var TextDocumentStatistics$: StaticStructureSchema;
|
|
|
280
285
|
export declare var TextInputEvent$: StaticStructureSchema;
|
|
281
286
|
export declare var TextOutputEvent$: StaticStructureSchema;
|
|
282
287
|
export declare var TextSegment$: StaticStructureSchema;
|
|
283
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
284
288
|
export declare var TopicConfiguration$: StaticStructureSchema;
|
|
285
289
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
286
290
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -308,12 +312,10 @@ export declare var UpdateWebExperienceRequest$: StaticStructureSchema;
|
|
|
308
312
|
export declare var UpdateWebExperienceResponse$: StaticStructureSchema;
|
|
309
313
|
export declare var UserAlias$: StaticStructureSchema;
|
|
310
314
|
export declare var UsersAndGroups$: StaticStructureSchema;
|
|
311
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
312
315
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
313
316
|
export declare var VideoExtractionConfiguration$: StaticStructureSchema;
|
|
314
317
|
export declare var VideoSourceDetails$: StaticStructureSchema;
|
|
315
318
|
export declare var WebExperience$: StaticStructureSchema;
|
|
316
|
-
export declare var QBusinessServiceException$: StaticErrorSchema;
|
|
317
319
|
export declare var APISchema$: StaticUnionSchema;
|
|
318
320
|
export declare var ChatInputStream$: StaticUnionSchema;
|
|
319
321
|
export declare var ChatModeConfiguration$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/eventstream-handler-node": "^3.972.5",
|
|
27
27
|
"@aws-sdk/middleware-eventstream": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@smithy/hash-node": "^4.2.8",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
48
48
|
"@smithy/middleware-serde": "^4.2.9",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.8",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.8",
|
|
51
|
-
"@smithy/node-http-handler": "^4.4.
|
|
51
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.8",
|
|
53
|
-
"@smithy/smithy-client": "^4.11.
|
|
53
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
54
54
|
"@smithy/types": "^4.12.0",
|
|
55
55
|
"@smithy/url-parser": "^4.2.8",
|
|
56
56
|
"@smithy/util-base64": "^4.3.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
61
61
|
"@smithy/util-endpoints": "^3.2.8",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.8",
|
|
63
63
|
"@smithy/util-retry": "^4.2.8",
|