@aws-sdk/client-qconnect 3.600.0 → 3.606.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 (36) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +242 -0
  3. package/dist-es/QConnect.js +8 -0
  4. package/dist-es/commands/CreateContentAssociationCommand.js +24 -0
  5. package/dist-es/commands/DeleteContentAssociationCommand.js +24 -0
  6. package/dist-es/commands/GetContentAssociationCommand.js +24 -0
  7. package/dist-es/commands/ListContentAssociationsCommand.js +24 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_0.js +24 -0
  10. package/dist-es/pagination/ListContentAssociationsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +124 -1
  13. package/dist-types/QConnect.d.ts +28 -0
  14. package/dist-types/QConnectClient.d.ts +6 -2
  15. package/dist-types/commands/CreateContentAssociationCommand.d.ts +128 -0
  16. package/dist-types/commands/DeleteContentAssociationCommand.d.ts +72 -0
  17. package/dist-types/commands/GetContentAssociationCommand.d.ts +90 -0
  18. package/dist-types/commands/ListContentAssociationsCommand.d.ts +94 -0
  19. package/dist-types/commands/UpdateSessionCommand.d.ts +3 -3
  20. package/dist-types/commands/index.d.ts +4 -0
  21. package/dist-types/models/models_0.d.ts +322 -7
  22. package/dist-types/pagination/ListContentAssociationsPaginator.d.ts +7 -0
  23. package/dist-types/pagination/index.d.ts +1 -0
  24. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  25. package/dist-types/ts3.4/QConnect.d.ts +68 -0
  26. package/dist-types/ts3.4/QConnectClient.d.ts +24 -0
  27. package/dist-types/ts3.4/commands/CreateContentAssociationCommand.d.ts +40 -0
  28. package/dist-types/ts3.4/commands/DeleteContentAssociationCommand.d.ts +40 -0
  29. package/dist-types/ts3.4/commands/GetContentAssociationCommand.d.ts +40 -0
  30. package/dist-types/ts3.4/commands/ListContentAssociationsCommand.d.ts +40 -0
  31. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  32. package/dist-types/ts3.4/models/models_0.d.ts +93 -0
  33. package/dist-types/ts3.4/pagination/ListContentAssociationsPaginator.d.ts +11 -0
  34. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  35. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  36. package/package.json +3 -3
@@ -11,6 +11,10 @@ import {
11
11
  CreateAssistantCommandInput,
12
12
  CreateAssistantCommandOutput,
13
13
  } from "../commands/CreateAssistantCommand";
14
+ import {
15
+ CreateContentAssociationCommandInput,
16
+ CreateContentAssociationCommandOutput,
17
+ } from "../commands/CreateContentAssociationCommand";
14
18
  import {
15
19
  CreateContentCommandInput,
16
20
  CreateContentCommandOutput,
@@ -35,6 +39,10 @@ import {
35
39
  DeleteAssistantCommandInput,
36
40
  DeleteAssistantCommandOutput,
37
41
  } from "../commands/DeleteAssistantCommand";
42
+ import {
43
+ DeleteContentAssociationCommandInput,
44
+ DeleteContentAssociationCommandOutput,
45
+ } from "../commands/DeleteContentAssociationCommand";
38
46
  import {
39
47
  DeleteContentCommandInput,
40
48
  DeleteContentCommandOutput,
@@ -59,6 +67,10 @@ import {
59
67
  GetAssistantCommandInput,
60
68
  GetAssistantCommandOutput,
61
69
  } from "../commands/GetAssistantCommand";
70
+ import {
71
+ GetContentAssociationCommandInput,
72
+ GetContentAssociationCommandOutput,
73
+ } from "../commands/GetContentAssociationCommand";
62
74
  import {
63
75
  GetContentCommandInput,
64
76
  GetContentCommandOutput,
@@ -95,6 +107,10 @@ import {
95
107
  ListAssistantsCommandInput,
96
108
  ListAssistantsCommandOutput,
97
109
  } from "../commands/ListAssistantsCommand";
110
+ import {
111
+ ListContentAssociationsCommandInput,
112
+ ListContentAssociationsCommandOutput,
113
+ } from "../commands/ListContentAssociationsCommand";
98
114
  import {
99
115
  ListContentsCommandInput,
100
116
  ListContentsCommandOutput,
@@ -187,6 +203,10 @@ export declare const se_CreateContentCommand: (
187
203
  input: CreateContentCommandInput,
188
204
  context: __SerdeContext
189
205
  ) => Promise<__HttpRequest>;
206
+ export declare const se_CreateContentAssociationCommand: (
207
+ input: CreateContentAssociationCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
190
210
  export declare const se_CreateKnowledgeBaseCommand: (
191
211
  input: CreateKnowledgeBaseCommandInput,
192
212
  context: __SerdeContext
@@ -211,6 +231,10 @@ export declare const se_DeleteContentCommand: (
211
231
  input: DeleteContentCommandInput,
212
232
  context: __SerdeContext
213
233
  ) => Promise<__HttpRequest>;
234
+ export declare const se_DeleteContentAssociationCommand: (
235
+ input: DeleteContentAssociationCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
214
238
  export declare const se_DeleteImportJobCommand: (
215
239
  input: DeleteImportJobCommandInput,
216
240
  context: __SerdeContext
@@ -235,6 +259,10 @@ export declare const se_GetContentCommand: (
235
259
  input: GetContentCommandInput,
236
260
  context: __SerdeContext
237
261
  ) => Promise<__HttpRequest>;
262
+ export declare const se_GetContentAssociationCommand: (
263
+ input: GetContentAssociationCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
238
266
  export declare const se_GetContentSummaryCommand: (
239
267
  input: GetContentSummaryCommandInput,
240
268
  context: __SerdeContext
@@ -267,6 +295,10 @@ export declare const se_ListAssistantsCommand: (
267
295
  input: ListAssistantsCommandInput,
268
296
  context: __SerdeContext
269
297
  ) => Promise<__HttpRequest>;
298
+ export declare const se_ListContentAssociationsCommand: (
299
+ input: ListContentAssociationsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
270
302
  export declare const se_ListContentsCommand: (
271
303
  input: ListContentsCommandInput,
272
304
  context: __SerdeContext
@@ -359,6 +391,10 @@ export declare const de_CreateContentCommand: (
359
391
  output: __HttpResponse,
360
392
  context: __SerdeContext
361
393
  ) => Promise<CreateContentCommandOutput>;
394
+ export declare const de_CreateContentAssociationCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateContentAssociationCommandOutput>;
362
398
  export declare const de_CreateKnowledgeBaseCommand: (
363
399
  output: __HttpResponse,
364
400
  context: __SerdeContext
@@ -383,6 +419,10 @@ export declare const de_DeleteContentCommand: (
383
419
  output: __HttpResponse,
384
420
  context: __SerdeContext
385
421
  ) => Promise<DeleteContentCommandOutput>;
422
+ export declare const de_DeleteContentAssociationCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DeleteContentAssociationCommandOutput>;
386
426
  export declare const de_DeleteImportJobCommand: (
387
427
  output: __HttpResponse,
388
428
  context: __SerdeContext
@@ -407,6 +447,10 @@ export declare const de_GetContentCommand: (
407
447
  output: __HttpResponse,
408
448
  context: __SerdeContext
409
449
  ) => Promise<GetContentCommandOutput>;
450
+ export declare const de_GetContentAssociationCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<GetContentAssociationCommandOutput>;
410
454
  export declare const de_GetContentSummaryCommand: (
411
455
  output: __HttpResponse,
412
456
  context: __SerdeContext
@@ -439,6 +483,10 @@ export declare const de_ListAssistantsCommand: (
439
483
  output: __HttpResponse,
440
484
  context: __SerdeContext
441
485
  ) => Promise<ListAssistantsCommandOutput>;
486
+ export declare const de_ListContentAssociationsCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListContentAssociationsCommandOutput>;
442
490
  export declare const de_ListContentsCommand: (
443
491
  output: __HttpResponse,
444
492
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qconnect",
3
3
  "description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
4
- "version": "3.600.0",
4
+ "version": "3.606.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-qconnect",
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.600.0",
24
- "@aws-sdk/client-sts": "3.600.0",
23
+ "@aws-sdk/client-sso-oidc": "3.606.0",
24
+ "@aws-sdk/client-sts": "3.606.0",
25
25
  "@aws-sdk/core": "3.598.0",
26
26
  "@aws-sdk/credential-provider-node": "3.600.0",
27
27
  "@aws-sdk/middleware-host-header": "3.598.0",