@aws-sdk/client-kendra 3.1019.0 → 3.1020.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-es/Kendra.js CHANGED
@@ -11,21 +11,21 @@ import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
11
11
  import { CreateExperienceCommand, } from "./commands/CreateExperienceCommand";
12
12
  import { CreateFaqCommand } from "./commands/CreateFaqCommand";
13
13
  import { CreateFeaturedResultsSetCommand, } from "./commands/CreateFeaturedResultsSetCommand";
14
- import { CreateIndexCommand } from "./commands/CreateIndexCommand";
14
+ import { CreateIndexCommand, } from "./commands/CreateIndexCommand";
15
15
  import { CreateQuerySuggestionsBlockListCommand, } from "./commands/CreateQuerySuggestionsBlockListCommand";
16
16
  import { CreateThesaurusCommand, } from "./commands/CreateThesaurusCommand";
17
17
  import { DeleteAccessControlConfigurationCommand, } from "./commands/DeleteAccessControlConfigurationCommand";
18
18
  import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
19
19
  import { DeleteExperienceCommand, } from "./commands/DeleteExperienceCommand";
20
20
  import { DeleteFaqCommand } from "./commands/DeleteFaqCommand";
21
- import { DeleteIndexCommand } from "./commands/DeleteIndexCommand";
21
+ import { DeleteIndexCommand, } from "./commands/DeleteIndexCommand";
22
22
  import { DeletePrincipalMappingCommand, } from "./commands/DeletePrincipalMappingCommand";
23
23
  import { DeleteQuerySuggestionsBlockListCommand, } from "./commands/DeleteQuerySuggestionsBlockListCommand";
24
24
  import { DeleteThesaurusCommand, } from "./commands/DeleteThesaurusCommand";
25
25
  import { DescribeAccessControlConfigurationCommand, } from "./commands/DescribeAccessControlConfigurationCommand";
26
26
  import { DescribeDataSourceCommand, } from "./commands/DescribeDataSourceCommand";
27
27
  import { DescribeExperienceCommand, } from "./commands/DescribeExperienceCommand";
28
- import { DescribeFaqCommand } from "./commands/DescribeFaqCommand";
28
+ import { DescribeFaqCommand, } from "./commands/DescribeFaqCommand";
29
29
  import { DescribeFeaturedResultsSetCommand, } from "./commands/DescribeFeaturedResultsSetCommand";
30
30
  import { DescribeIndexCommand, } from "./commands/DescribeIndexCommand";
31
31
  import { DescribePrincipalMappingCommand, } from "./commands/DescribePrincipalMappingCommand";
@@ -45,7 +45,7 @@ import { ListExperiencesCommand, } from "./commands/ListExperiencesCommand";
45
45
  import { ListFaqsCommand } from "./commands/ListFaqsCommand";
46
46
  import { ListFeaturedResultsSetsCommand, } from "./commands/ListFeaturedResultsSetsCommand";
47
47
  import { ListGroupsOlderThanOrderingIdCommand, } from "./commands/ListGroupsOlderThanOrderingIdCommand";
48
- import { ListIndicesCommand } from "./commands/ListIndicesCommand";
48
+ import { ListIndicesCommand, } from "./commands/ListIndicesCommand";
49
49
  import { ListQuerySuggestionsBlockListsCommand, } from "./commands/ListQuerySuggestionsBlockListsCommand";
50
50
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
51
51
  import { ListThesauriCommand, } from "./commands/ListThesauriCommand";
@@ -55,13 +55,13 @@ import { RetrieveCommand } from "./commands/RetrieveCommand";
55
55
  import { StartDataSourceSyncJobCommand, } from "./commands/StartDataSourceSyncJobCommand";
56
56
  import { StopDataSourceSyncJobCommand, } from "./commands/StopDataSourceSyncJobCommand";
57
57
  import { SubmitFeedbackCommand, } from "./commands/SubmitFeedbackCommand";
58
- import { TagResourceCommand } from "./commands/TagResourceCommand";
58
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
59
59
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
60
60
  import { UpdateAccessControlConfigurationCommand, } from "./commands/UpdateAccessControlConfigurationCommand";
61
61
  import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
62
62
  import { UpdateExperienceCommand, } from "./commands/UpdateExperienceCommand";
63
63
  import { UpdateFeaturedResultsSetCommand, } from "./commands/UpdateFeaturedResultsSetCommand";
64
- import { UpdateIndexCommand } from "./commands/UpdateIndexCommand";
64
+ import { UpdateIndexCommand, } from "./commands/UpdateIndexCommand";
65
65
  import { UpdateQuerySuggestionsBlockListCommand, } from "./commands/UpdateQuerySuggestionsBlockListCommand";
66
66
  import { UpdateQuerySuggestionsConfigCommand, } from "./commands/UpdateQuerySuggestionsConfigCommand";
67
67
  import { UpdateThesaurusCommand, } from "./commands/UpdateThesaurusCommand";
@@ -1,70 +1,70 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
3
- import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
4
- import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
5
- import { BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput } from "./commands/BatchDeleteFeaturedResultsSetCommand";
6
- import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
7
- import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
8
- import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
9
- import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
10
- import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
11
- import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
12
- import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
13
- import { CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput } from "./commands/CreateFeaturedResultsSetCommand";
14
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
15
- import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
16
- import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
17
- import { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
18
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
19
- import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
20
- import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
21
- import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
22
- import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
23
- import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
24
- import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
25
- import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
26
- import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
27
- import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
28
- import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
29
- import { DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput } from "./commands/DescribeFeaturedResultsSetCommand";
30
- import { DescribeIndexCommandInput, DescribeIndexCommandOutput } from "./commands/DescribeIndexCommand";
31
- import { DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput } from "./commands/DescribePrincipalMappingCommand";
32
- import { DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput } from "./commands/DescribeQuerySuggestionsBlockListCommand";
33
- import { DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput } from "./commands/DescribeQuerySuggestionsConfigCommand";
34
- import { DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput } from "./commands/DescribeThesaurusCommand";
35
- import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput } from "./commands/DisassociateEntitiesFromExperienceCommand";
36
- import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
37
- import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
38
- import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
39
- import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
40
- import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
41
- import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
42
- import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
43
- import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "./commands/ListExperienceEntitiesCommand";
44
- import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "./commands/ListExperiencesCommand";
45
- import { ListFaqsCommandInput, ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
46
- import { ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput } from "./commands/ListFeaturedResultsSetsCommand";
47
- import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "./commands/ListGroupsOlderThanOrderingIdCommand";
48
- import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
49
- import { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "./commands/ListQuerySuggestionsBlockListsCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
- import { ListThesauriCommandInput, ListThesauriCommandOutput } from "./commands/ListThesauriCommand";
52
- import { PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput } from "./commands/PutPrincipalMappingCommand";
53
- import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
54
- import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
55
- import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
56
- import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
57
- import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
- import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
61
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
62
- import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
63
- import { UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput } from "./commands/UpdateFeaturedResultsSetCommand";
64
- import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
65
- import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "./commands/UpdateQuerySuggestionsBlockListCommand";
66
- import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
67
- import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
2
+ import { type AssociateEntitiesToExperienceCommandInput, type AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
3
+ import { type AssociatePersonasToEntitiesCommandInput, type AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
4
+ import { type BatchDeleteDocumentCommandInput, type BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
5
+ import { type BatchDeleteFeaturedResultsSetCommandInput, type BatchDeleteFeaturedResultsSetCommandOutput } from "./commands/BatchDeleteFeaturedResultsSetCommand";
6
+ import { type BatchGetDocumentStatusCommandInput, type BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
7
+ import { type BatchPutDocumentCommandInput, type BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
8
+ import { type ClearQuerySuggestionsCommandInput, type ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
9
+ import { type CreateAccessControlConfigurationCommandInput, type CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
10
+ import { type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
11
+ import { type CreateExperienceCommandInput, type CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
12
+ import { type CreateFaqCommandInput, type CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
13
+ import { type CreateFeaturedResultsSetCommandInput, type CreateFeaturedResultsSetCommandOutput } from "./commands/CreateFeaturedResultsSetCommand";
14
+ import { type CreateIndexCommandInput, type CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
15
+ import { type CreateQuerySuggestionsBlockListCommandInput, type CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
16
+ import { type CreateThesaurusCommandInput, type CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
17
+ import { type DeleteAccessControlConfigurationCommandInput, type DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
18
+ import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
19
+ import { type DeleteExperienceCommandInput, type DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
20
+ import { type DeleteFaqCommandInput, type DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
21
+ import { type DeleteIndexCommandInput, type DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
22
+ import { type DeletePrincipalMappingCommandInput, type DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
23
+ import { type DeleteQuerySuggestionsBlockListCommandInput, type DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
24
+ import { type DeleteThesaurusCommandInput, type DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
25
+ import { type DescribeAccessControlConfigurationCommandInput, type DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
26
+ import { type DescribeDataSourceCommandInput, type DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
27
+ import { type DescribeExperienceCommandInput, type DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
28
+ import { type DescribeFaqCommandInput, type DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
29
+ import { type DescribeFeaturedResultsSetCommandInput, type DescribeFeaturedResultsSetCommandOutput } from "./commands/DescribeFeaturedResultsSetCommand";
30
+ import { type DescribeIndexCommandInput, type DescribeIndexCommandOutput } from "./commands/DescribeIndexCommand";
31
+ import { type DescribePrincipalMappingCommandInput, type DescribePrincipalMappingCommandOutput } from "./commands/DescribePrincipalMappingCommand";
32
+ import { type DescribeQuerySuggestionsBlockListCommandInput, type DescribeQuerySuggestionsBlockListCommandOutput } from "./commands/DescribeQuerySuggestionsBlockListCommand";
33
+ import { type DescribeQuerySuggestionsConfigCommandInput, type DescribeQuerySuggestionsConfigCommandOutput } from "./commands/DescribeQuerySuggestionsConfigCommand";
34
+ import { type DescribeThesaurusCommandInput, type DescribeThesaurusCommandOutput } from "./commands/DescribeThesaurusCommand";
35
+ import { type DisassociateEntitiesFromExperienceCommandInput, type DisassociateEntitiesFromExperienceCommandOutput } from "./commands/DisassociateEntitiesFromExperienceCommand";
36
+ import { type DisassociatePersonasFromEntitiesCommandInput, type DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
37
+ import { type GetQuerySuggestionsCommandInput, type GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
38
+ import { type GetSnapshotsCommandInput, type GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
39
+ import { type ListAccessControlConfigurationsCommandInput, type ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
40
+ import { type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
41
+ import { type ListDataSourceSyncJobsCommandInput, type ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
42
+ import { type ListEntityPersonasCommandInput, type ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
43
+ import { type ListExperienceEntitiesCommandInput, type ListExperienceEntitiesCommandOutput } from "./commands/ListExperienceEntitiesCommand";
44
+ import { type ListExperiencesCommandInput, type ListExperiencesCommandOutput } from "./commands/ListExperiencesCommand";
45
+ import { type ListFaqsCommandInput, type ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
46
+ import { type ListFeaturedResultsSetsCommandInput, type ListFeaturedResultsSetsCommandOutput } from "./commands/ListFeaturedResultsSetsCommand";
47
+ import { type ListGroupsOlderThanOrderingIdCommandInput, type ListGroupsOlderThanOrderingIdCommandOutput } from "./commands/ListGroupsOlderThanOrderingIdCommand";
48
+ import { type ListIndicesCommandInput, type ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
49
+ import { type ListQuerySuggestionsBlockListsCommandInput, type ListQuerySuggestionsBlockListsCommandOutput } from "./commands/ListQuerySuggestionsBlockListsCommand";
50
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
+ import { type ListThesauriCommandInput, type ListThesauriCommandOutput } from "./commands/ListThesauriCommand";
52
+ import { type PutPrincipalMappingCommandInput, type PutPrincipalMappingCommandOutput } from "./commands/PutPrincipalMappingCommand";
53
+ import { type QueryCommandInput, type QueryCommandOutput } from "./commands/QueryCommand";
54
+ import { type RetrieveCommandInput, type RetrieveCommandOutput } from "./commands/RetrieveCommand";
55
+ import { type StartDataSourceSyncJobCommandInput, type StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
56
+ import { type StopDataSourceSyncJobCommandInput, type StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
57
+ import { type SubmitFeedbackCommandInput, type SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
58
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
+ import { type UpdateAccessControlConfigurationCommandInput, type UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
61
+ import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
62
+ import { type UpdateExperienceCommandInput, type UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
63
+ import { type UpdateFeaturedResultsSetCommandInput, type UpdateFeaturedResultsSetCommandOutput } from "./commands/UpdateFeaturedResultsSetCommand";
64
+ import { type UpdateIndexCommandInput, type UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
65
+ import { type UpdateQuerySuggestionsBlockListCommandInput, type UpdateQuerySuggestionsBlockListCommandOutput } from "./commands/UpdateQuerySuggestionsBlockListCommand";
66
+ import { type UpdateQuerySuggestionsConfigCommandInput, type UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
67
+ import { type UpdateThesaurusCommandInput, type UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
68
68
  import { KendraClient } from "./KendraClient";
69
69
  export interface Kendra {
70
70
  /**
@@ -5,75 +5,75 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
11
- import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
12
- import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
13
- import { BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput } from "./commands/BatchDeleteFeaturedResultsSetCommand";
14
- import { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
15
- import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
16
- import { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
17
- import { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
18
- import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
19
- import { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
20
- import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
21
- import { CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput } from "./commands/CreateFeaturedResultsSetCommand";
22
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
23
- import { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
24
- import { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
25
- import { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
26
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
27
- import { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
28
- import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
29
- import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
30
- import { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
31
- import { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
32
- import { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
33
- import { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
34
- import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
35
- import { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
36
- import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
37
- import { DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput } from "./commands/DescribeFeaturedResultsSetCommand";
38
- import { DescribeIndexCommandInput, DescribeIndexCommandOutput } from "./commands/DescribeIndexCommand";
39
- import { DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput } from "./commands/DescribePrincipalMappingCommand";
40
- import { DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput } from "./commands/DescribeQuerySuggestionsBlockListCommand";
41
- import { DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput } from "./commands/DescribeQuerySuggestionsConfigCommand";
42
- import { DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput } from "./commands/DescribeThesaurusCommand";
43
- import { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput } from "./commands/DisassociateEntitiesFromExperienceCommand";
44
- import { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
45
- import { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
46
- import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
47
- import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
48
- import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
49
- import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
50
- import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
51
- import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "./commands/ListExperienceEntitiesCommand";
52
- import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "./commands/ListExperiencesCommand";
53
- import { ListFaqsCommandInput, ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
54
- import { ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput } from "./commands/ListFeaturedResultsSetsCommand";
55
- import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "./commands/ListGroupsOlderThanOrderingIdCommand";
56
- import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
57
- import { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "./commands/ListQuerySuggestionsBlockListsCommand";
58
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
59
- import { ListThesauriCommandInput, ListThesauriCommandOutput } from "./commands/ListThesauriCommand";
60
- import { PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput } from "./commands/PutPrincipalMappingCommand";
61
- import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
62
- import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
63
- import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
64
- import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
65
- import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
- import { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
69
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
70
- import { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
71
- import { UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput } from "./commands/UpdateFeaturedResultsSetCommand";
72
- import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
73
- import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "./commands/UpdateQuerySuggestionsBlockListCommand";
74
- import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
75
- import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
76
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
11
+ import type { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
12
+ import type { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
13
+ import type { BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput } from "./commands/BatchDeleteFeaturedResultsSetCommand";
14
+ import type { BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput } from "./commands/BatchGetDocumentStatusCommand";
15
+ import type { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
16
+ import type { ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput } from "./commands/ClearQuerySuggestionsCommand";
17
+ import type { CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput } from "./commands/CreateAccessControlConfigurationCommand";
18
+ import type { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
19
+ import type { CreateExperienceCommandInput, CreateExperienceCommandOutput } from "./commands/CreateExperienceCommand";
20
+ import type { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
21
+ import type { CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput } from "./commands/CreateFeaturedResultsSetCommand";
22
+ import type { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
23
+ import type { CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput } from "./commands/CreateQuerySuggestionsBlockListCommand";
24
+ import type { CreateThesaurusCommandInput, CreateThesaurusCommandOutput } from "./commands/CreateThesaurusCommand";
25
+ import type { DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput } from "./commands/DeleteAccessControlConfigurationCommand";
26
+ import type { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
27
+ import type { DeleteExperienceCommandInput, DeleteExperienceCommandOutput } from "./commands/DeleteExperienceCommand";
28
+ import type { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
29
+ import type { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
30
+ import type { DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput } from "./commands/DeletePrincipalMappingCommand";
31
+ import type { DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput } from "./commands/DeleteQuerySuggestionsBlockListCommand";
32
+ import type { DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput } from "./commands/DeleteThesaurusCommand";
33
+ import type { DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput } from "./commands/DescribeAccessControlConfigurationCommand";
34
+ import type { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
35
+ import type { DescribeExperienceCommandInput, DescribeExperienceCommandOutput } from "./commands/DescribeExperienceCommand";
36
+ import type { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
37
+ import type { DescribeFeaturedResultsSetCommandInput, DescribeFeaturedResultsSetCommandOutput } from "./commands/DescribeFeaturedResultsSetCommand";
38
+ import type { DescribeIndexCommandInput, DescribeIndexCommandOutput } from "./commands/DescribeIndexCommand";
39
+ import type { DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput } from "./commands/DescribePrincipalMappingCommand";
40
+ import type { DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput } from "./commands/DescribeQuerySuggestionsBlockListCommand";
41
+ import type { DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput } from "./commands/DescribeQuerySuggestionsConfigCommand";
42
+ import type { DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput } from "./commands/DescribeThesaurusCommand";
43
+ import type { DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput } from "./commands/DisassociateEntitiesFromExperienceCommand";
44
+ import type { DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput } from "./commands/DisassociatePersonasFromEntitiesCommand";
45
+ import type { GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput } from "./commands/GetQuerySuggestionsCommand";
46
+ import type { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "./commands/GetSnapshotsCommand";
47
+ import type { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "./commands/ListAccessControlConfigurationsCommand";
48
+ import type { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
49
+ import type { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "./commands/ListDataSourceSyncJobsCommand";
50
+ import type { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "./commands/ListEntityPersonasCommand";
51
+ import type { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "./commands/ListExperienceEntitiesCommand";
52
+ import type { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "./commands/ListExperiencesCommand";
53
+ import type { ListFaqsCommandInput, ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
54
+ import type { ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput } from "./commands/ListFeaturedResultsSetsCommand";
55
+ import type { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "./commands/ListGroupsOlderThanOrderingIdCommand";
56
+ import type { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
57
+ import type { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "./commands/ListQuerySuggestionsBlockListsCommand";
58
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
59
+ import type { ListThesauriCommandInput, ListThesauriCommandOutput } from "./commands/ListThesauriCommand";
60
+ import type { PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput } from "./commands/PutPrincipalMappingCommand";
61
+ import type { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
62
+ import type { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
63
+ import type { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "./commands/StartDataSourceSyncJobCommand";
64
+ import type { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "./commands/StopDataSourceSyncJobCommand";
65
+ import type { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./commands/SubmitFeedbackCommand";
66
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
+ import type { UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput } from "./commands/UpdateAccessControlConfigurationCommand";
69
+ import type { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
70
+ import type { UpdateExperienceCommandInput, UpdateExperienceCommandOutput } from "./commands/UpdateExperienceCommand";
71
+ import type { UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput } from "./commands/UpdateFeaturedResultsSetCommand";
72
+ import type { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
73
+ import type { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput } from "./commands/UpdateQuerySuggestionsBlockListCommand";
74
+ import type { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
75
+ import type { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
76
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
77
77
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
78
78
  export { __Client };
79
79
  /**
@@ -182,7 +182,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
182
182
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
183
183
  * @internal
184
184
  */
185
- defaultUserAgentProvider?: Provider<__UserAgent>;
185
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
186
186
  /**
187
187
  * Default credentials provider; Not available in browser runtime.
188
188
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { KendraHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./KendraClient";
7
7
  export * from "./Kendra";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { KendraExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,6 +1,6 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { KendraServiceException as __BaseException } from "./KendraServiceException";
3
- import { ConflictingItem } from "./models_0";
3
+ import type { ConflictingItem } from "./models_0";
4
4
  /**
5
5
  * <p>You don't have sufficient access to perform this action. Please ensure you have the
6
6
  * required permission policies and user accounts and try again.</p>
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AdditionalResultAttributeValueType, AlfrescoEntity, AttributeSuggestionsMode, ConditionOperator, ConfluenceAttachmentFieldName, ConfluenceAuthenticationType, ConfluenceBlogFieldName, ConfluencePageFieldName, ConfluenceSpaceFieldName, ConfluenceVersion, ContentType, DatabaseEngineType, DataSourceStatus, DataSourceSyncJobStatus, DataSourceType, DocumentAttributeValueType, DocumentStatus, EndpointType, EntityType, ErrorCode, ExperienceStatus, FaqFileFormat, FaqStatus, FeaturedResultsSetStatus, FsxFileSystemType, HighlightType, IndexEdition, IndexStatus, Interval, IssueSubEntity, KeyLocation, MetricType, MissingAttributeKeyStrategy, Mode, Order, Persona, PrincipalMappingStatus, PrincipalType, QueryIdentifiersEnclosingOption, QueryResultFormat, QueryResultType, QuerySuggestionsBlockListStatus, QuerySuggestionsStatus, ReadAccessType, RelevanceType, SalesforceChatterFeedIncludeFilterType, SalesforceKnowledgeArticleState, SalesforceStandardObjectName, ScoreConfidence, ServiceNowAuthenticationType, ServiceNowBuildVersionType, SharePointOnlineAuthenticationType, SharePointVersion, SlackEntity, SortOrder, SuggestionType, ThesaurusStatus, Type, UserContextPolicy, UserGroupResolutionMode, WarningCode, WebCrawlerMode } from "./enums";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AdditionalResultAttributeValueType, AlfrescoEntity, AttributeSuggestionsMode, ConditionOperator, ConfluenceAttachmentFieldName, ConfluenceAuthenticationType, ConfluenceBlogFieldName, ConfluencePageFieldName, ConfluenceSpaceFieldName, ConfluenceVersion, ContentType, DatabaseEngineType, DataSourceStatus, DataSourceSyncJobStatus, DataSourceType, DocumentAttributeValueType, DocumentStatus, EndpointType, EntityType, ErrorCode, ExperienceStatus, FaqFileFormat, FaqStatus, FeaturedResultsSetStatus, FsxFileSystemType, HighlightType, IndexEdition, IndexStatus, Interval, IssueSubEntity, KeyLocation, MetricType, MissingAttributeKeyStrategy, Mode, Order, Persona, PrincipalMappingStatus, PrincipalType, QueryIdentifiersEnclosingOption, QueryResultFormat, QueryResultType, QuerySuggestionsBlockListStatus, QuerySuggestionsStatus, ReadAccessType, RelevanceType, SalesforceChatterFeedIncludeFilterType, SalesforceKnowledgeArticleState, SalesforceStandardObjectName, ScoreConfidence, ServiceNowAuthenticationType, ServiceNowBuildVersionType, SharePointOnlineAuthenticationType, SharePointVersion, SlackEntity, SortOrder, SuggestionType, ThesaurusStatus, Type, UserContextPolicy, UserGroupResolutionMode, WarningCode, WebCrawlerMode } from "./enums";
3
3
  /**
4
4
  * <p>Summary information on an access control configuration that you created for your
5
5
  * documents in an index.</p>
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "../commands/GetSnapshotsCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "../commands/ListAccessControlConfigurationsCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "../commands/ListEntityPersonasCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "../commands/ListExperienceEntitiesCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "../commands/ListExperiencesCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFaqsCommandInput, ListFaqsCommandOutput } from "../commands/ListFaqsCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "../commands/ListGroupsOlderThanOrderingIdCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "../commands/ListQuerySuggestionsBlockListsCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListThesauriCommandInput, ListThesauriCommandOutput } from "../commands/ListThesauriCommand";
3
- import { KendraPaginationConfiguration } from "./Interfaces";
3
+ import type { KendraPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -465,7 +464,7 @@ export interface ClientDefaults
465
464
  useFipsEndpoint?: boolean | __Provider<boolean>;
466
465
  region?: string | __Provider<string>;
467
466
  profile?: string;
468
- defaultUserAgentProvider?: Provider<__UserAgent>;
467
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
469
468
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
470
469
  maxAttempts?: number | __Provider<number>;
471
470
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { KendraHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
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.1019.0",
4
+ "version": "3.1020.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-kendra",
@@ -21,38 +21,38 @@
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",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",