@aws-sdk/client-kendra 3.775.0 → 3.777.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-types/commands/AssociateEntitiesToExperienceCommand.d.ts +1 -0
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +1 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +1 -0
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +1 -0
- package/dist-types/commands/CreateFaqCommand.d.ts +1 -0
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +1 -0
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +1 -0
- package/dist-types/commands/CreateThesaurusCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteExperienceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFaqCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +1 -0
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExperienceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFaqCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +1 -0
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +1 -0
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +1 -0
- package/dist-types/commands/GetSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +1 -0
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListExperiencesCommand.d.ts +1 -0
- package/dist-types/commands/ListFaqsCommand.d.ts +1 -0
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +1 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +1 -0
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListThesauriCommand.d.ts +1 -0
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +1 -0
- package/dist-types/commands/QueryCommand.d.ts +1 -0
- package/dist-types/commands/RetrieveCommand.d.ts +1 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateExperienceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -94,6 +94,7 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
94
94
|
* @throws {@link KendraServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
94
94
|
* @throws {@link KendraServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
101
101
|
* @throws {@link KendraServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
85
85
|
* @throws {@link KendraServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
119
119
|
* @throws {@link KendraServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class BatchGetDocumentStatusCommand extends BatchGetDocumentStatusCommand_base {
|
|
@@ -214,6 +214,7 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
214
214
|
* @throws {@link KendraServiceException}
|
|
215
215
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
216
216
|
*
|
|
217
|
+
*
|
|
217
218
|
* @public
|
|
218
219
|
*/
|
|
219
220
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
85
85
|
* @throws {@link KendraServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ClearQuerySuggestionsCommand extends ClearQuerySuggestionsCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
131
131
|
* @throws {@link KendraServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateAccessControlConfigurationCommand extends CreateAccessControlConfigurationCommand_base {
|
|
@@ -664,6 +664,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
664
664
|
* @throws {@link KendraServiceException}
|
|
665
665
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
666
666
|
*
|
|
667
|
+
*
|
|
667
668
|
* @public
|
|
668
669
|
*/
|
|
669
670
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const CreateExperienceCommand_base: {
|
|
|
105
105
|
* @throws {@link KendraServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateExperienceCommand extends CreateExperienceCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const CreateFaqCommand_base: {
|
|
|
103
103
|
* @throws {@link KendraServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateFaqCommand extends CreateFaqCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const CreateFeaturedResultsSetCommand_base: {
|
|
|
123
123
|
* @throws {@link KendraServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class CreateFeaturedResultsSetCommand extends CreateFeaturedResultsSetCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const CreateIndexCommand_base: {
|
|
|
127
127
|
* @throws {@link KendraServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
|
112
112
|
* @throws {@link KendraServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateQuerySuggestionsBlockListCommand extends CreateQuerySuggestionsBlockListCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateThesaurusCommand_base: {
|
|
|
102
102
|
* @throws {@link KendraServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateThesaurusCommand extends CreateThesaurusCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteAccessControlConfigurationCommand_base: {
|
|
|
80
80
|
* @throws {@link KendraServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteAccessControlConfigurationCommand extends DeleteAccessControlConfigurationCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
83
83
|
* @throws {@link KendraServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteExperienceCommand_base: {
|
|
|
79
79
|
* @throws {@link KendraServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteExperienceCommand extends DeleteExperienceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteFaqCommand_base: {
|
|
|
77
77
|
* @throws {@link KendraServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteFaqCommand extends DeleteFaqCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
78
78
|
* @throws {@link KendraServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DeletePrincipalMappingCommand_base: {
|
|
|
91
91
|
* @throws {@link KendraServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeletePrincipalMappingCommand extends DeletePrincipalMappingCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
|
83
83
|
* @throws {@link KendraServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteQuerySuggestionsBlockListCommand extends DeleteQuerySuggestionsBlockListCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteThesaurusCommand_base: {
|
|
|
78
78
|
* @throws {@link KendraServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteThesaurusCommand extends DeleteThesaurusCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeAccessControlConfigurationCommand_base: {
|
|
|
100
100
|
* @throws {@link KendraServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeAccessControlConfigurationCommand extends DescribeAccessControlConfigurationCommand_base {
|
|
@@ -639,6 +639,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
639
639
|
* @throws {@link KendraServiceException}
|
|
640
640
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
641
641
|
*
|
|
642
|
+
*
|
|
642
643
|
* @public
|
|
643
644
|
*/
|
|
644
645
|
export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const DescribeExperienceCommand_base: {
|
|
|
106
106
|
* @throws {@link KendraServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class DescribeExperienceCommand extends DescribeExperienceCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeFaqCommand_base: {
|
|
|
89
89
|
* @throws {@link KendraServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeFaqCommand extends DescribeFaqCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeFeaturedResultsSetCommand_base: {
|
|
|
97
97
|
* @throws {@link KendraServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeFeaturedResultsSetCommand extends DescribeFeaturedResultsSetCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const DescribeIndexCommand_base: {
|
|
|
140
140
|
* @throws {@link KendraServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class DescribeIndexCommand extends DescribeIndexCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribePrincipalMappingCommand_base: {
|
|
|
94
94
|
* @throws {@link KendraServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribePrincipalMappingCommand extends DescribePrincipalMappingCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
|
95
95
|
* @throws {@link KendraServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeQuerySuggestionsBlockListCommand extends DescribeQuerySuggestionsBlockListCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
|
96
96
|
* @throws {@link KendraServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeQuerySuggestionsConfigCommand extends DescribeQuerySuggestionsConfigCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DescribeThesaurusCommand_base: {
|
|
|
90
90
|
* @throws {@link KendraServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeThesaurusCommand extends DescribeThesaurusCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
|
90
90
|
* @throws {@link KendraServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DisassociateEntitiesFromExperienceCommand extends DisassociateEntitiesFromExperienceCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
|
87
87
|
* @throws {@link KendraServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DisassociatePersonasFromEntitiesCommand extends DisassociatePersonasFromEntitiesCommand_base {
|
|
@@ -232,6 +232,7 @@ declare const GetQuerySuggestionsCommand_base: {
|
|
|
232
232
|
* @throws {@link KendraServiceException}
|
|
233
233
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
234
234
|
*
|
|
235
|
+
*
|
|
235
236
|
* @public
|
|
236
237
|
*/
|
|
237
238
|
export declare class GetQuerySuggestionsCommand extends GetQuerySuggestionsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetSnapshotsCommand_base: {
|
|
|
87
87
|
* @throws {@link KendraServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListAccessControlConfigurationsCommand_base: {
|
|
|
84
84
|
* @throws {@link KendraServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
104
104
|
* @throws {@link KendraServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
87
87
|
* @throws {@link KendraServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListEntityPersonasCommand_base: {
|
|
|
86
86
|
* @throws {@link KendraServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListEntityPersonasCommand extends ListEntityPersonasCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListExperienceEntitiesCommand_base: {
|
|
|
93
93
|
* @throws {@link KendraServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListExperienceEntitiesCommand extends ListExperienceEntitiesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListExperiencesCommand_base: {
|
|
|
93
93
|
* @throws {@link KendraServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListExperiencesCommand extends ListExperiencesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListFaqsCommand_base: {
|
|
|
87
87
|
* @throws {@link KendraServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListFaqsCommand extends ListFaqsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListFeaturedResultsSetsCommand_base: {
|
|
|
87
87
|
* @throws {@link KendraServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListFeaturedResultsSetsCommand extends ListFeaturedResultsSetsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
|
91
91
|
* @throws {@link KendraServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListGroupsOlderThanOrderingIdCommand extends ListGroupsOlderThanOrderingIdCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListIndicesCommand_base: {
|
|
|
81
81
|
* @throws {@link KendraServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListIndicesCommand extends ListIndicesCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
|
92
92
|
* @throws {@link KendraServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListQuerySuggestionsBlockListsCommand extends ListQuerySuggestionsBlockListsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link KendraServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListThesauriCommand_base: {
|
|
|
85
85
|
* @throws {@link KendraServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListThesauriCommand extends ListThesauriCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const PutPrincipalMappingCommand_base: {
|
|
|
114
114
|
* @throws {@link KendraServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class PutPrincipalMappingCommand extends PutPrincipalMappingCommand_base {
|
|
@@ -489,6 +489,7 @@ declare const QueryCommand_base: {
|
|
|
489
489
|
* @throws {@link KendraServiceException}
|
|
490
490
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
491
491
|
*
|
|
492
|
+
*
|
|
492
493
|
* @public
|
|
493
494
|
*/
|
|
494
495
|
export declare class QueryCommand extends QueryCommand_base {
|
|
@@ -265,6 +265,7 @@ declare const RetrieveCommand_base: {
|
|
|
265
265
|
* @throws {@link KendraServiceException}
|
|
266
266
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
267
267
|
*
|
|
268
|
+
*
|
|
268
269
|
* @public
|
|
269
270
|
*/
|
|
270
271
|
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
88
88
|
* @throws {@link KendraServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class StartDataSourceSyncJobCommand extends StartDataSourceSyncJobCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
74
74
|
* @throws {@link KendraServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StopDataSourceSyncJobCommand extends StopDataSourceSyncJobCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const SubmitFeedbackCommand_base: {
|
|
|
93
93
|
* @throws {@link KendraServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link KendraServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link KendraServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const UpdateAccessControlConfigurationCommand_base: {
|
|
|
129
129
|
* @throws {@link KendraServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class UpdateAccessControlConfigurationCommand extends UpdateAccessControlConfigurationCommand_base {
|
|
@@ -635,6 +635,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
635
635
|
* @throws {@link KendraServiceException}
|
|
636
636
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
637
637
|
*
|
|
638
|
+
*
|
|
638
639
|
* @public
|
|
639
640
|
*/
|
|
640
641
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const UpdateExperienceCommand_base: {
|
|
|
96
96
|
* @throws {@link KendraServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateExperienceCommand extends UpdateExperienceCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const UpdateFeaturedResultsSetCommand_base: {
|
|
|
111
111
|
* @throws {@link KendraServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateFeaturedResultsSetCommand extends UpdateFeaturedResultsSetCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const UpdateIndexCommand_base: {
|
|
|
131
131
|
* @throws {@link KendraServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class UpdateIndexCommand extends UpdateIndexCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
|
94
94
|
* @throws {@link KendraServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class UpdateQuerySuggestionsBlockListCommand extends UpdateQuerySuggestionsBlockListCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
|
101
101
|
* @throws {@link KendraServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateQuerySuggestionsConfigCommand extends UpdateQuerySuggestionsConfigCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateThesaurusCommand_base: {
|
|
|
84
84
|
* @throws {@link KendraServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateThesaurusCommand extends UpdateThesaurusCommand_base {
|
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.
|
|
4
|
+
"version": "3.777.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-kendra",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|