@aws-sdk/client-kendra 3.940.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +12 -125
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/KendraClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +12 -125
- package/dist-types/Kendra.d.ts +1 -1
- package/dist-types/KendraClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +3 -3
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -3
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -3
- package/dist-types/commands/CreateFaqCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -3
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -3
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -3
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFaqCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -3
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -3
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFaqCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIndexCommand.d.ts +3 -3
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -3
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -3
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -3
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -3
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListExperiencesCommand.d.ts +3 -3
- package/dist-types/commands/ListFaqsCommand.d.ts +3 -3
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -3
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -3
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListThesauriCommand.d.ts +3 -3
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -3
- package/dist-types/commands/QueryCommand.d.ts +3 -3
- package/dist-types/commands/RetrieveCommand.d.ts +3 -3
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -3
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -3
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/KendraServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperiencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFaqsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThesauriPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/KendraClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KendraServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -1104,17 +1104,7 @@ var KmsKeyId = [0, n0, _KKI, 8, 0];
|
|
|
1104
1104
|
var NameType = [0, n0, _NT, 8, 0];
|
|
1105
1105
|
var AccessControlConfigurationSummary = [3, n0, _ACCS, 0, [_I], [0]];
|
|
1106
1106
|
var AccessControlListConfiguration = [3, n0, _ACLC, 0, [_KP], [0]];
|
|
1107
|
-
var AccessDeniedException = [
|
|
1108
|
-
-3,
|
|
1109
|
-
n0,
|
|
1110
|
-
_ADE,
|
|
1111
|
-
{
|
|
1112
|
-
[_e]: _c,
|
|
1113
|
-
[_hE]: 403,
|
|
1114
|
-
},
|
|
1115
|
-
[_M],
|
|
1116
|
-
[0],
|
|
1117
|
-
];
|
|
1107
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1118
1108
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
1119
1109
|
var AclConfiguration = [3, n0, _AC, 0, [_AGCN], [0]];
|
|
1120
1110
|
var AdditionalResultAttribute = [
|
|
@@ -1370,17 +1360,7 @@ var ColumnConfiguration = [
|
|
|
1370
1360
|
[_DICN, _DDCN, _DTCN, _FM, _CDC],
|
|
1371
1361
|
[0, 0, 0, () => DataSourceToIndexFieldMappingList, 64 | 0],
|
|
1372
1362
|
];
|
|
1373
|
-
var ConflictException = [
|
|
1374
|
-
-3,
|
|
1375
|
-
n0,
|
|
1376
|
-
_CE,
|
|
1377
|
-
{
|
|
1378
|
-
[_e]: _c,
|
|
1379
|
-
[_hE]: 409,
|
|
1380
|
-
},
|
|
1381
|
-
[_M],
|
|
1382
|
-
[0],
|
|
1383
|
-
];
|
|
1363
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1384
1364
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
1385
1365
|
var ConflictingItem = [3, n0, _CI, 0, [_QT, _SN, _SIe], [0, 0, 0]];
|
|
1386
1366
|
var ConfluenceAttachmentConfiguration = [
|
|
@@ -1959,10 +1939,7 @@ var FeaturedResultsConflictException = [
|
|
|
1959
1939
|
-3,
|
|
1960
1940
|
n0,
|
|
1961
1941
|
_FRCE,
|
|
1962
|
-
{
|
|
1963
|
-
[_e]: _c,
|
|
1964
|
-
[_hE]: 409,
|
|
1965
|
-
},
|
|
1942
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1966
1943
|
[_M, _CIo],
|
|
1967
1944
|
[0, () => ConflictingItems],
|
|
1968
1945
|
];
|
|
@@ -2155,29 +2132,9 @@ var InlineCustomDocumentEnrichmentConfiguration = [
|
|
|
2155
2132
|
[_Cond, _Tar, _DCD],
|
|
2156
2133
|
[() => DocumentAttributeCondition, () => DocumentAttributeTarget, 2],
|
|
2157
2134
|
];
|
|
2158
|
-
var InternalServerException = [
|
|
2159
|
-
-3,
|
|
2160
|
-
n0,
|
|
2161
|
-
_ISE,
|
|
2162
|
-
{
|
|
2163
|
-
[_e]: _s,
|
|
2164
|
-
[_hE]: 500,
|
|
2165
|
-
},
|
|
2166
|
-
[_M],
|
|
2167
|
-
[0],
|
|
2168
|
-
];
|
|
2135
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
2169
2136
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
2170
|
-
var InvalidRequestException = [
|
|
2171
|
-
-3,
|
|
2172
|
-
n0,
|
|
2173
|
-
_IRE,
|
|
2174
|
-
{
|
|
2175
|
-
[_e]: _c,
|
|
2176
|
-
[_hE]: 400,
|
|
2177
|
-
},
|
|
2178
|
-
[_M],
|
|
2179
|
-
[0],
|
|
2180
|
-
];
|
|
2137
|
+
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2181
2138
|
schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
|
|
2182
2139
|
var JiraConfiguration = [
|
|
2183
2140
|
3,
|
|
@@ -2459,53 +2416,13 @@ var QuipConfiguration = [
|
|
|
2459
2416
|
];
|
|
2460
2417
|
var Relevance = [3, n0, _R, 0, [_Fr, _Im, _Du, _RO, _VIM], [2, 1, 0, 0, 128 | 1]];
|
|
2461
2418
|
var RelevanceFeedback = [3, n0, _RFe, 0, [_RI, _RV], [0, 0]];
|
|
2462
|
-
var ResourceAlreadyExistException = [
|
|
2463
|
-
-3,
|
|
2464
|
-
n0,
|
|
2465
|
-
_RAEE,
|
|
2466
|
-
{
|
|
2467
|
-
[_e]: _c,
|
|
2468
|
-
[_hE]: 400,
|
|
2469
|
-
},
|
|
2470
|
-
[_M],
|
|
2471
|
-
[0],
|
|
2472
|
-
];
|
|
2419
|
+
var ResourceAlreadyExistException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2473
2420
|
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistException, ResourceAlreadyExistException$1);
|
|
2474
|
-
var ResourceInUseException = [
|
|
2475
|
-
-3,
|
|
2476
|
-
n0,
|
|
2477
|
-
_RIUE,
|
|
2478
|
-
{
|
|
2479
|
-
[_e]: _c,
|
|
2480
|
-
[_hE]: 400,
|
|
2481
|
-
},
|
|
2482
|
-
[_M],
|
|
2483
|
-
[0],
|
|
2484
|
-
];
|
|
2421
|
+
var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2485
2422
|
schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
|
|
2486
|
-
var ResourceNotFoundException = [
|
|
2487
|
-
-3,
|
|
2488
|
-
n0,
|
|
2489
|
-
_RNFE,
|
|
2490
|
-
{
|
|
2491
|
-
[_e]: _c,
|
|
2492
|
-
[_hE]: 404,
|
|
2493
|
-
},
|
|
2494
|
-
[_M],
|
|
2495
|
-
[0],
|
|
2496
|
-
];
|
|
2423
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2497
2424
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
2498
|
-
var ResourceUnavailableException = [
|
|
2499
|
-
-3,
|
|
2500
|
-
n0,
|
|
2501
|
-
_RUE,
|
|
2502
|
-
{
|
|
2503
|
-
[_e]: _c,
|
|
2504
|
-
[_hE]: 404,
|
|
2505
|
-
},
|
|
2506
|
-
[_M],
|
|
2507
|
-
[0],
|
|
2508
|
-
];
|
|
2425
|
+
var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2509
2426
|
schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
|
|
2510
2427
|
var RetrieveRequest = [
|
|
2511
2428
|
3,
|
|
@@ -2632,17 +2549,7 @@ var ServiceNowServiceCatalogConfiguration = [
|
|
|
2632
2549
|
[_CAr, _IAFP, _EAFP, _DDFN, _DTFN, _FM],
|
|
2633
2550
|
[2, 64 | 0, 64 | 0, 0, 0, () => DataSourceToIndexFieldMappingList],
|
|
2634
2551
|
];
|
|
2635
|
-
var ServiceQuotaExceededException = [
|
|
2636
|
-
-3,
|
|
2637
|
-
n0,
|
|
2638
|
-
_SQEE,
|
|
2639
|
-
{
|
|
2640
|
-
[_e]: _c,
|
|
2641
|
-
[_hE]: 402,
|
|
2642
|
-
},
|
|
2643
|
-
[_M],
|
|
2644
|
-
[0],
|
|
2645
|
-
];
|
|
2552
|
+
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
2646
2553
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
2647
2554
|
var SharePointConfiguration = [
|
|
2648
2555
|
3,
|
|
@@ -2744,17 +2651,7 @@ var TemplateConfiguration = [3, n0, _TC, 0, [_Tem], [15]];
|
|
|
2744
2651
|
var TextDocumentStatistics = [3, n0, _TDS, 0, [_ITDC, _ITB], [1, 1]];
|
|
2745
2652
|
var TextWithHighlights = [3, n0, _TWH, 0, [_Te, _Hig], [0, () => HighlightList]];
|
|
2746
2653
|
var ThesaurusSummary = [3, n0, _TS, 0, [_I, _N, _St, _CAre, _UA], [0, 0, 0, 4, 4]];
|
|
2747
|
-
var ThrottlingException = [
|
|
2748
|
-
-3,
|
|
2749
|
-
n0,
|
|
2750
|
-
_TEh,
|
|
2751
|
-
{
|
|
2752
|
-
[_e]: _c,
|
|
2753
|
-
[_hE]: 429,
|
|
2754
|
-
},
|
|
2755
|
-
[_M],
|
|
2756
|
-
[0],
|
|
2757
|
-
];
|
|
2654
|
+
var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
2758
2655
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
2759
2656
|
var TimeRange = [3, n0, _TRi, 0, [_ST, _ETn], [4, 4]];
|
|
2760
2657
|
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
@@ -2879,17 +2776,7 @@ var UserTokenConfiguration = [
|
|
|
2879
2776
|
[_JTTCw, _JTTC],
|
|
2880
2777
|
[() => JwtTokenTypeConfiguration, () => JsonTokenTypeConfiguration],
|
|
2881
2778
|
];
|
|
2882
|
-
var ValidationException = [
|
|
2883
|
-
-3,
|
|
2884
|
-
n0,
|
|
2885
|
-
_VE,
|
|
2886
|
-
{
|
|
2887
|
-
[_e]: _c,
|
|
2888
|
-
[_hE]: 400,
|
|
2889
|
-
},
|
|
2890
|
-
[_M],
|
|
2891
|
-
[0],
|
|
2892
|
-
];
|
|
2779
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2893
2780
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
2894
2781
|
var Warning = [3, n0, _Wa, 0, [_M, _Cod], [0, 0]];
|
|
2895
2782
|
var WebCrawlerConfiguration = [
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
package/dist-es/KendraClient.js
CHANGED
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultKendraHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -817,17 +817,7 @@ export var KmsKeyId = [0, n0, _KKI, 8, 0];
|
|
|
817
817
|
export var NameType = [0, n0, _NT, 8, 0];
|
|
818
818
|
export var AccessControlConfigurationSummary = [3, n0, _ACCS, 0, [_I], [0]];
|
|
819
819
|
export var AccessControlListConfiguration = [3, n0, _ACLC, 0, [_KP], [0]];
|
|
820
|
-
export var AccessDeniedException = [
|
|
821
|
-
-3,
|
|
822
|
-
n0,
|
|
823
|
-
_ADE,
|
|
824
|
-
{
|
|
825
|
-
[_e]: _c,
|
|
826
|
-
[_hE]: 403,
|
|
827
|
-
},
|
|
828
|
-
[_M],
|
|
829
|
-
[0],
|
|
830
|
-
];
|
|
820
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
831
821
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
832
822
|
export var AclConfiguration = [3, n0, _AC, 0, [_AGCN], [0]];
|
|
833
823
|
export var AdditionalResultAttribute = [
|
|
@@ -1083,17 +1073,7 @@ export var ColumnConfiguration = [
|
|
|
1083
1073
|
[_DICN, _DDCN, _DTCN, _FM, _CDC],
|
|
1084
1074
|
[0, 0, 0, () => DataSourceToIndexFieldMappingList, 64 | 0],
|
|
1085
1075
|
];
|
|
1086
|
-
export var ConflictException = [
|
|
1087
|
-
-3,
|
|
1088
|
-
n0,
|
|
1089
|
-
_CE,
|
|
1090
|
-
{
|
|
1091
|
-
[_e]: _c,
|
|
1092
|
-
[_hE]: 409,
|
|
1093
|
-
},
|
|
1094
|
-
[_M],
|
|
1095
|
-
[0],
|
|
1096
|
-
];
|
|
1076
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1097
1077
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
1098
1078
|
export var ConflictingItem = [3, n0, _CI, 0, [_QT, _SN, _SIe], [0, 0, 0]];
|
|
1099
1079
|
export var ConfluenceAttachmentConfiguration = [
|
|
@@ -1672,10 +1652,7 @@ export var FeaturedResultsConflictException = [
|
|
|
1672
1652
|
-3,
|
|
1673
1653
|
n0,
|
|
1674
1654
|
_FRCE,
|
|
1675
|
-
{
|
|
1676
|
-
[_e]: _c,
|
|
1677
|
-
[_hE]: 409,
|
|
1678
|
-
},
|
|
1655
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1679
1656
|
[_M, _CIo],
|
|
1680
1657
|
[0, () => ConflictingItems],
|
|
1681
1658
|
];
|
|
@@ -1868,29 +1845,9 @@ export var InlineCustomDocumentEnrichmentConfiguration = [
|
|
|
1868
1845
|
[_Cond, _Tar, _DCD],
|
|
1869
1846
|
[() => DocumentAttributeCondition, () => DocumentAttributeTarget, 2],
|
|
1870
1847
|
];
|
|
1871
|
-
export var InternalServerException = [
|
|
1872
|
-
-3,
|
|
1873
|
-
n0,
|
|
1874
|
-
_ISE,
|
|
1875
|
-
{
|
|
1876
|
-
[_e]: _s,
|
|
1877
|
-
[_hE]: 500,
|
|
1878
|
-
},
|
|
1879
|
-
[_M],
|
|
1880
|
-
[0],
|
|
1881
|
-
];
|
|
1848
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1882
1849
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1883
|
-
export var InvalidRequestException = [
|
|
1884
|
-
-3,
|
|
1885
|
-
n0,
|
|
1886
|
-
_IRE,
|
|
1887
|
-
{
|
|
1888
|
-
[_e]: _c,
|
|
1889
|
-
[_hE]: 400,
|
|
1890
|
-
},
|
|
1891
|
-
[_M],
|
|
1892
|
-
[0],
|
|
1893
|
-
];
|
|
1850
|
+
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1894
1851
|
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
1895
1852
|
export var JiraConfiguration = [
|
|
1896
1853
|
3,
|
|
@@ -2172,53 +2129,13 @@ export var QuipConfiguration = [
|
|
|
2172
2129
|
];
|
|
2173
2130
|
export var Relevance = [3, n0, _R, 0, [_Fr, _Im, _Du, _RO, _VIM], [2, 1, 0, 0, 128 | 1]];
|
|
2174
2131
|
export var RelevanceFeedback = [3, n0, _RFe, 0, [_RI, _RV], [0, 0]];
|
|
2175
|
-
export var ResourceAlreadyExistException = [
|
|
2176
|
-
-3,
|
|
2177
|
-
n0,
|
|
2178
|
-
_RAEE,
|
|
2179
|
-
{
|
|
2180
|
-
[_e]: _c,
|
|
2181
|
-
[_hE]: 400,
|
|
2182
|
-
},
|
|
2183
|
-
[_M],
|
|
2184
|
-
[0],
|
|
2185
|
-
];
|
|
2132
|
+
export var ResourceAlreadyExistException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2186
2133
|
TypeRegistry.for(n0).registerError(ResourceAlreadyExistException, __ResourceAlreadyExistException);
|
|
2187
|
-
export var ResourceInUseException = [
|
|
2188
|
-
-3,
|
|
2189
|
-
n0,
|
|
2190
|
-
_RIUE,
|
|
2191
|
-
{
|
|
2192
|
-
[_e]: _c,
|
|
2193
|
-
[_hE]: 400,
|
|
2194
|
-
},
|
|
2195
|
-
[_M],
|
|
2196
|
-
[0],
|
|
2197
|
-
];
|
|
2134
|
+
export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2198
2135
|
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
2199
|
-
export var ResourceNotFoundException = [
|
|
2200
|
-
-3,
|
|
2201
|
-
n0,
|
|
2202
|
-
_RNFE,
|
|
2203
|
-
{
|
|
2204
|
-
[_e]: _c,
|
|
2205
|
-
[_hE]: 404,
|
|
2206
|
-
},
|
|
2207
|
-
[_M],
|
|
2208
|
-
[0],
|
|
2209
|
-
];
|
|
2136
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2210
2137
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
2211
|
-
export var ResourceUnavailableException = [
|
|
2212
|
-
-3,
|
|
2213
|
-
n0,
|
|
2214
|
-
_RUE,
|
|
2215
|
-
{
|
|
2216
|
-
[_e]: _c,
|
|
2217
|
-
[_hE]: 404,
|
|
2218
|
-
},
|
|
2219
|
-
[_M],
|
|
2220
|
-
[0],
|
|
2221
|
-
];
|
|
2138
|
+
export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2222
2139
|
TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
|
|
2223
2140
|
export var RetrieveRequest = [
|
|
2224
2141
|
3,
|
|
@@ -2345,17 +2262,7 @@ export var ServiceNowServiceCatalogConfiguration = [
|
|
|
2345
2262
|
[_CAr, _IAFP, _EAFP, _DDFN, _DTFN, _FM],
|
|
2346
2263
|
[2, 64 | 0, 64 | 0, 0, 0, () => DataSourceToIndexFieldMappingList],
|
|
2347
2264
|
];
|
|
2348
|
-
export var ServiceQuotaExceededException = [
|
|
2349
|
-
-3,
|
|
2350
|
-
n0,
|
|
2351
|
-
_SQEE,
|
|
2352
|
-
{
|
|
2353
|
-
[_e]: _c,
|
|
2354
|
-
[_hE]: 402,
|
|
2355
|
-
},
|
|
2356
|
-
[_M],
|
|
2357
|
-
[0],
|
|
2358
|
-
];
|
|
2265
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
2359
2266
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
2360
2267
|
export var SharePointConfiguration = [
|
|
2361
2268
|
3,
|
|
@@ -2457,17 +2364,7 @@ export var TemplateConfiguration = [3, n0, _TC, 0, [_Tem], [15]];
|
|
|
2457
2364
|
export var TextDocumentStatistics = [3, n0, _TDS, 0, [_ITDC, _ITB], [1, 1]];
|
|
2458
2365
|
export var TextWithHighlights = [3, n0, _TWH, 0, [_Te, _Hig], [0, () => HighlightList]];
|
|
2459
2366
|
export var ThesaurusSummary = [3, n0, _TS, 0, [_I, _N, _St, _CAre, _UA], [0, 0, 0, 4, 4]];
|
|
2460
|
-
export var ThrottlingException = [
|
|
2461
|
-
-3,
|
|
2462
|
-
n0,
|
|
2463
|
-
_TEh,
|
|
2464
|
-
{
|
|
2465
|
-
[_e]: _c,
|
|
2466
|
-
[_hE]: 429,
|
|
2467
|
-
},
|
|
2468
|
-
[_M],
|
|
2469
|
-
[0],
|
|
2470
|
-
];
|
|
2367
|
+
export var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
2471
2368
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
2472
2369
|
export var TimeRange = [3, n0, _TRi, 0, [_ST, _ETn], [4, 4]];
|
|
2473
2370
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
@@ -2592,17 +2489,7 @@ export var UserTokenConfiguration = [
|
|
|
2592
2489
|
[_JTTCw, _JTTC],
|
|
2593
2490
|
[() => JwtTokenTypeConfiguration, () => JsonTokenTypeConfiguration],
|
|
2594
2491
|
];
|
|
2595
|
-
export var ValidationException = [
|
|
2596
|
-
-3,
|
|
2597
|
-
n0,
|
|
2598
|
-
_VE,
|
|
2599
|
-
{
|
|
2600
|
-
[_e]: _c,
|
|
2601
|
-
[_hE]: 400,
|
|
2602
|
-
},
|
|
2603
|
-
[_M],
|
|
2604
|
-
[0],
|
|
2605
|
-
];
|
|
2492
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2606
2493
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
2607
2494
|
export var Warning = [3, n0, _Wa, 0, [_M, _Cod], [0, 0]];
|
|
2608
2495
|
export var WebCrawlerConfiguration = [
|
package/dist-types/Kendra.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
|
|
3
3
|
import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
|
|
4
4
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput } from "./commands/AssociateEntitiesToExperienceCommand";
|
|
11
11
|
import { AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput } from "./commands/AssociatePersonasToEntitiesCommand";
|
|
12
12
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
@@ -74,7 +74,7 @@ import { UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBloc
|
|
|
74
74
|
import { UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput } from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
75
75
|
import { UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput } from "./commands/UpdateThesaurusCommand";
|
|
76
76
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
77
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
77
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
78
78
|
export { __Client };
|
|
79
79
|
/**
|
|
80
80
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { KendraHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { KendraHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig } from "../KendraClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type KendraClientResolvedConfig } from "../KendraClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { AssociateEntitiesToExperienceRequest, AssociateEntitiesToExperienceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { AssociateEntitiesToExperienceRequest, AssociateEntitiesToExperienceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { ClearQuerySuggestionsRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { ClearQuerySuggestionsRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
-
import { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
|
+
import type { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|