@aws-sdk/client-kendra 3.41.0 → 3.45.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 (102) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Kendra.js +180 -0
  4. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +36 -0
  5. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +36 -0
  6. package/dist-cjs/commands/CreateExperienceCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteExperienceCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeExperienceCommand.js +36 -0
  9. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +36 -0
  10. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +36 -0
  11. package/dist-cjs/commands/GetSnapshotsCommand.js +36 -0
  12. package/dist-cjs/commands/ListEntityPersonasCommand.js +36 -0
  13. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +36 -0
  14. package/dist-cjs/commands/ListExperiencesCommand.js +36 -0
  15. package/dist-cjs/commands/UpdateExperienceCommand.js +36 -0
  16. package/dist-cjs/commands/index.js +12 -0
  17. package/dist-cjs/endpoints.js +1 -0
  18. package/dist-cjs/models/models_0.js +345 -89
  19. package/dist-cjs/pagination/ListEntityPersonasPaginator.js +35 -0
  20. package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +34 -0
  21. package/dist-cjs/pagination/ListExperiencesPaginator.js +35 -0
  22. package/dist-cjs/pagination/index.js +3 -0
  23. package/dist-cjs/protocols/Aws_json1_1.js +2055 -280
  24. package/dist-es/Kendra.js +180 -0
  25. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +39 -0
  26. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +39 -0
  27. package/dist-es/commands/CreateExperienceCommand.js +39 -0
  28. package/dist-es/commands/DeleteExperienceCommand.js +39 -0
  29. package/dist-es/commands/DescribeExperienceCommand.js +39 -0
  30. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +39 -0
  31. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +39 -0
  32. package/dist-es/commands/GetSnapshotsCommand.js +39 -0
  33. package/dist-es/commands/ListEntityPersonasCommand.js +39 -0
  34. package/dist-es/commands/ListExperienceEntitiesCommand.js +39 -0
  35. package/dist-es/commands/ListExperiencesCommand.js +39 -0
  36. package/dist-es/commands/UpdateExperienceCommand.js +39 -0
  37. package/dist-es/commands/index.js +12 -0
  38. package/dist-es/endpoints.js +1 -0
  39. package/dist-es/models/models_0.js +248 -68
  40. package/dist-es/pagination/ListEntityPersonasPaginator.js +74 -0
  41. package/dist-es/pagination/ListExperienceEntitiesPaginator.js +73 -0
  42. package/dist-es/pagination/ListExperiencesPaginator.js +74 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/protocols/Aws_json1_1.js +2067 -271
  45. package/dist-types/Kendra.d.ts +164 -1
  46. package/dist-types/KendraClient.d.ts +14 -2
  47. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +39 -0
  48. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +39 -0
  49. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -0
  50. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
  51. package/dist-types/commands/CreateExperienceCommand.d.ts +37 -0
  52. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -0
  53. package/dist-types/commands/DeleteExperienceCommand.d.ts +37 -0
  54. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -0
  56. package/dist-types/commands/DescribeExperienceCommand.d.ts +38 -0
  57. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -0
  58. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -0
  59. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -0
  60. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +39 -0
  61. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +39 -0
  62. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -0
  63. package/dist-types/commands/GetSnapshotsCommand.d.ts +37 -0
  64. package/dist-types/commands/ListEntityPersonasCommand.d.ts +36 -0
  65. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +39 -0
  66. package/dist-types/commands/ListExperiencesCommand.d.ts +38 -0
  67. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -0
  68. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -0
  69. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -0
  70. package/dist-types/commands/SubmitFeedbackCommand.d.ts +4 -1
  71. package/dist-types/commands/UpdateExperienceCommand.d.ts +37 -0
  72. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -0
  73. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -0
  74. package/dist-types/commands/index.d.ts +12 -0
  75. package/dist-types/models/models_0.d.ts +1323 -225
  76. package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +4 -0
  77. package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
  78. package/dist-types/pagination/ListExperiencesPaginator.d.ts +4 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  81. package/dist-types/ts3.4/Kendra.d.ts +60 -0
  82. package/dist-types/ts3.4/KendraClient.d.ts +14 -2
  83. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +613 -108
  97. package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  102. package/package.json +5 -5
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "../commands/ListEntityPersonasCommand";
3
+ import { KendraPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListEntityPersonas(config: KendraPaginationConfiguration, input: ListEntityPersonasCommandInput, ...additionalArguments: any): Paginator<ListEntityPersonasCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "../commands/ListExperienceEntitiesCommand";
3
+ import { KendraPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListExperienceEntities(config: KendraPaginationConfiguration, input: ListExperienceEntitiesCommandInput, ...additionalArguments: any): Paginator<ListExperienceEntitiesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "../commands/ListExperiencesCommand";
3
+ import { KendraPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListExperiences(config: KendraPaginationConfiguration, input: ListExperiencesCommandInput, ...additionalArguments: any): Paginator<ListExperiencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListDataSourceSyncJobsPaginator";
3
3
  export * from "./ListDataSourcesPaginator";
4
+ export * from "./ListEntityPersonasPaginator";
5
+ export * from "./ListExperienceEntitiesPaginator";
6
+ export * from "./ListExperiencesPaginator";
4
7
  export * from "./ListIndicesPaginator";
@@ -1,30 +1,41 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "../commands/AssociateEntitiesToExperienceCommand";
4
+ import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "../commands/AssociatePersonasToEntitiesCommand";
3
5
  import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "../commands/BatchDeleteDocumentCommand";
4
6
  import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "../commands/BatchGetDocumentStatusCommand";
5
7
  import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "../commands/BatchPutDocumentCommand";
6
8
  import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "../commands/ClearQuerySuggestionsCommand";
7
9
  import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
10
+ import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "../commands/CreateExperienceCommand";
8
11
  import { CreateFaqCommandInput, CreateFaqCommandOutput } from "../commands/CreateFaqCommand";
9
12
  import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
10
13
  import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "../commands/CreateQuerySuggestionsBlockListCommand";
11
14
  import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "../commands/CreateThesaurusCommand";
12
15
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
16
+ import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "../commands/DeleteExperienceCommand";
13
17
  import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "../commands/DeleteFaqCommand";
14
18
  import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/DeleteIndexCommand";
15
19
  import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "../commands/DeletePrincipalMappingCommand";
16
20
  import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "../commands/DeleteQuerySuggestionsBlockListCommand";
17
21
  import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "../commands/DeleteThesaurusCommand";
18
22
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
23
+ import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "../commands/DescribeExperienceCommand";
19
24
  import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "../commands/DescribeFaqCommand";
20
25
  import { DescribeIndexCommandInput, DescribeIndexCommandOutput } from "../commands/DescribeIndexCommand";
21
26
  import { DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput } from "../commands/DescribePrincipalMappingCommand";
22
27
  import { DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput } from "../commands/DescribeQuerySuggestionsBlockListCommand";
23
28
  import { DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput } from "../commands/DescribeQuerySuggestionsConfigCommand";
24
29
  import { DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput } from "../commands/DescribeThesaurusCommand";
30
+ import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput } from "../commands/DisassociateEntitiesFromExperienceCommand";
31
+ import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "../commands/DisassociatePersonasFromEntitiesCommand";
25
32
  import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "../commands/GetQuerySuggestionsCommand";
33
+ import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "../commands/GetSnapshotsCommand";
26
34
  import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
27
35
  import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
36
+ import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "../commands/ListEntityPersonasCommand";
37
+ import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "../commands/ListExperienceEntitiesCommand";
38
+ import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "../commands/ListExperiencesCommand";
28
39
  import { ListFaqsCommandInput, ListFaqsCommandOutput } from "../commands/ListFaqsCommand";
29
40
  import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "../commands/ListGroupsOlderThanOrderingIdCommand";
30
41
  import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
@@ -39,35 +50,47 @@ import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "../comm
39
50
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
51
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
52
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
53
+ import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "../commands/UpdateExperienceCommand";
42
54
  import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "../commands/UpdateIndexCommand";
43
55
  import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "../commands/UpdateQuerySuggestionsBlockListCommand";
44
56
  import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "../commands/UpdateQuerySuggestionsConfigCommand";
45
57
  import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "../commands/UpdateThesaurusCommand";
58
+ export declare const serializeAws_json1_1AssociateEntitiesToExperienceCommand: (input: AssociateEntitiesToExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1AssociatePersonasToEntitiesCommand: (input: AssociatePersonasToEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
60
  export declare const serializeAws_json1_1BatchDeleteDocumentCommand: (input: BatchDeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
61
  export declare const serializeAws_json1_1BatchGetDocumentStatusCommand: (input: BatchGetDocumentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
62
  export declare const serializeAws_json1_1BatchPutDocumentCommand: (input: BatchPutDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
63
  export declare const serializeAws_json1_1ClearQuerySuggestionsCommand: (input: ClearQuerySuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
64
  export declare const serializeAws_json1_1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1CreateExperienceCommand: (input: CreateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
66
  export declare const serializeAws_json1_1CreateFaqCommand: (input: CreateFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
67
  export declare const serializeAws_json1_1CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
68
  export declare const serializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (input: CreateQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
69
  export declare const serializeAws_json1_1CreateThesaurusCommand: (input: CreateThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
70
  export declare const serializeAws_json1_1DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1DeleteExperienceCommand: (input: DeleteExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
72
  export declare const serializeAws_json1_1DeleteFaqCommand: (input: DeleteFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
73
  export declare const serializeAws_json1_1DeleteIndexCommand: (input: DeleteIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
74
  export declare const serializeAws_json1_1DeletePrincipalMappingCommand: (input: DeletePrincipalMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
75
  export declare const serializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (input: DeleteQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
76
  export declare const serializeAws_json1_1DeleteThesaurusCommand: (input: DeleteThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
77
  export declare const serializeAws_json1_1DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_1DescribeExperienceCommand: (input: DescribeExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
79
  export declare const serializeAws_json1_1DescribeFaqCommand: (input: DescribeFaqCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
80
  export declare const serializeAws_json1_1DescribeIndexCommand: (input: DescribeIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
81
  export declare const serializeAws_json1_1DescribePrincipalMappingCommand: (input: DescribePrincipalMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
82
  export declare const serializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (input: DescribeQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
83
  export declare const serializeAws_json1_1DescribeQuerySuggestionsConfigCommand: (input: DescribeQuerySuggestionsConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
84
  export declare const serializeAws_json1_1DescribeThesaurusCommand: (input: DescribeThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_json1_1DisassociateEntitiesFromExperienceCommand: (input: DisassociateEntitiesFromExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (input: DisassociatePersonasFromEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
87
  export declare const serializeAws_json1_1GetQuerySuggestionsCommand: (input: GetQuerySuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_json1_1GetSnapshotsCommand: (input: GetSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
89
  export declare const serializeAws_json1_1ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
90
  export declare const serializeAws_json1_1ListDataSourceSyncJobsCommand: (input: ListDataSourceSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_json1_1ListEntityPersonasCommand: (input: ListEntityPersonasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_json1_1ListExperienceEntitiesCommand: (input: ListExperienceEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_json1_1ListExperiencesCommand: (input: ListExperiencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
94
  export declare const serializeAws_json1_1ListFaqsCommand: (input: ListFaqsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
95
  export declare const serializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (input: ListGroupsOlderThanOrderingIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
96
  export declare const serializeAws_json1_1ListIndicesCommand: (input: ListIndicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -82,35 +105,47 @@ export declare const serializeAws_json1_1SubmitFeedbackCommand: (input: SubmitFe
82
105
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
106
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
107
  export declare const serializeAws_json1_1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_json1_1UpdateExperienceCommand: (input: UpdateExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
109
  export declare const serializeAws_json1_1UpdateIndexCommand: (input: UpdateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
110
  export declare const serializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (input: UpdateQuerySuggestionsBlockListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
111
  export declare const serializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (input: UpdateQuerySuggestionsConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
112
  export declare const serializeAws_json1_1UpdateThesaurusCommand: (input: UpdateThesaurusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ export declare const deserializeAws_json1_1AssociateEntitiesToExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEntitiesToExperienceCommandOutput>;
114
+ export declare const deserializeAws_json1_1AssociatePersonasToEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePersonasToEntitiesCommandOutput>;
89
115
  export declare const deserializeAws_json1_1BatchDeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDocumentCommandOutput>;
90
116
  export declare const deserializeAws_json1_1BatchGetDocumentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDocumentStatusCommandOutput>;
91
117
  export declare const deserializeAws_json1_1BatchPutDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDocumentCommandOutput>;
92
118
  export declare const deserializeAws_json1_1ClearQuerySuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClearQuerySuggestionsCommandOutput>;
93
119
  export declare const deserializeAws_json1_1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
120
+ export declare const deserializeAws_json1_1CreateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExperienceCommandOutput>;
94
121
  export declare const deserializeAws_json1_1CreateFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFaqCommandOutput>;
95
122
  export declare const deserializeAws_json1_1CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
96
123
  export declare const deserializeAws_json1_1CreateQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuerySuggestionsBlockListCommandOutput>;
97
124
  export declare const deserializeAws_json1_1CreateThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThesaurusCommandOutput>;
98
125
  export declare const deserializeAws_json1_1DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
126
+ export declare const deserializeAws_json1_1DeleteExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExperienceCommandOutput>;
99
127
  export declare const deserializeAws_json1_1DeleteFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFaqCommandOutput>;
100
128
  export declare const deserializeAws_json1_1DeleteIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIndexCommandOutput>;
101
129
  export declare const deserializeAws_json1_1DeletePrincipalMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrincipalMappingCommandOutput>;
102
130
  export declare const deserializeAws_json1_1DeleteQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuerySuggestionsBlockListCommandOutput>;
103
131
  export declare const deserializeAws_json1_1DeleteThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThesaurusCommandOutput>;
104
132
  export declare const deserializeAws_json1_1DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
133
+ export declare const deserializeAws_json1_1DescribeExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExperienceCommandOutput>;
105
134
  export declare const deserializeAws_json1_1DescribeFaqCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFaqCommandOutput>;
106
135
  export declare const deserializeAws_json1_1DescribeIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIndexCommandOutput>;
107
136
  export declare const deserializeAws_json1_1DescribePrincipalMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePrincipalMappingCommandOutput>;
108
137
  export declare const deserializeAws_json1_1DescribeQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuerySuggestionsBlockListCommandOutput>;
109
138
  export declare const deserializeAws_json1_1DescribeQuerySuggestionsConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuerySuggestionsConfigCommandOutput>;
110
139
  export declare const deserializeAws_json1_1DescribeThesaurusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThesaurusCommandOutput>;
140
+ export declare const deserializeAws_json1_1DisassociateEntitiesFromExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEntitiesFromExperienceCommandOutput>;
141
+ export declare const deserializeAws_json1_1DisassociatePersonasFromEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePersonasFromEntitiesCommandOutput>;
111
142
  export declare const deserializeAws_json1_1GetQuerySuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQuerySuggestionsCommandOutput>;
143
+ export declare const deserializeAws_json1_1GetSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotsCommandOutput>;
112
144
  export declare const deserializeAws_json1_1ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
113
145
  export declare const deserializeAws_json1_1ListDataSourceSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourceSyncJobsCommandOutput>;
146
+ export declare const deserializeAws_json1_1ListEntityPersonasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityPersonasCommandOutput>;
147
+ export declare const deserializeAws_json1_1ListExperienceEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperienceEntitiesCommandOutput>;
148
+ export declare const deserializeAws_json1_1ListExperiencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExperiencesCommandOutput>;
114
149
  export declare const deserializeAws_json1_1ListFaqsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFaqsCommandOutput>;
115
150
  export declare const deserializeAws_json1_1ListGroupsOlderThanOrderingIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsOlderThanOrderingIdCommandOutput>;
116
151
  export declare const deserializeAws_json1_1ListIndicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndicesCommandOutput>;
@@ -125,6 +160,7 @@ export declare const deserializeAws_json1_1SubmitFeedbackCommand: (output: __Htt
125
160
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
126
161
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
127
162
  export declare const deserializeAws_json1_1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
163
+ export declare const deserializeAws_json1_1UpdateExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExperienceCommandOutput>;
128
164
  export declare const deserializeAws_json1_1UpdateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexCommandOutput>;
129
165
  export declare const deserializeAws_json1_1UpdateQuerySuggestionsBlockListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuerySuggestionsBlockListCommandOutput>;
130
166
  export declare const deserializeAws_json1_1UpdateQuerySuggestionsConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuerySuggestionsConfigCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kendra",
3
3
  "description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
4
- "version": "3.41.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.41.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",