@aws-sdk/client-kendra 3.758.0 → 3.772.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 +123 -123
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AdditionalResultAttributeValueType: () => AdditionalResultAttributeValueType,
|
|
26
26
|
AlfrescoEntity: () => AlfrescoEntity,
|
|
@@ -184,7 +184,7 @@ __export(src_exports, {
|
|
|
184
184
|
paginateListQuerySuggestionsBlockLists: () => paginateListQuerySuggestionsBlockLists,
|
|
185
185
|
paginateListThesauri: () => paginateListThesauri
|
|
186
186
|
});
|
|
187
|
-
module.exports = __toCommonJS(
|
|
187
|
+
module.exports = __toCommonJS(index_exports);
|
|
188
188
|
|
|
189
189
|
// src/KendraClient.ts
|
|
190
190
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -311,9 +311,9 @@ var KendraClient = class extends import_smithy_client.Client {
|
|
|
311
311
|
this.middlewareStack.use(
|
|
312
312
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
313
313
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultKendraHttpAuthSchemeParametersProvider,
|
|
314
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
314
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
315
315
|
"aws.auth#sigv4": config.credentials
|
|
316
|
-
})
|
|
316
|
+
}), "identityProviderConfigProvider")
|
|
317
317
|
})
|
|
318
318
|
);
|
|
319
319
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2402,16 +2402,16 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2402
2402
|
}, "de_ValidationExceptionRes");
|
|
2403
2403
|
var se_AttributeFilter = /* @__PURE__ */ __name((input, context) => {
|
|
2404
2404
|
return (0, import_smithy_client.take)(input, {
|
|
2405
|
-
AndAllFilters: (_) => se_AttributeFilterList(_, context),
|
|
2406
|
-
ContainsAll: (_) => se_DocumentAttribute(_, context),
|
|
2407
|
-
ContainsAny: (_) => se_DocumentAttribute(_, context),
|
|
2408
|
-
EqualsTo: (_) => se_DocumentAttribute(_, context),
|
|
2409
|
-
GreaterThan: (_) => se_DocumentAttribute(_, context),
|
|
2410
|
-
GreaterThanOrEquals: (_) => se_DocumentAttribute(_, context),
|
|
2411
|
-
LessThan: (_) => se_DocumentAttribute(_, context),
|
|
2412
|
-
LessThanOrEquals: (_) => se_DocumentAttribute(_, context),
|
|
2413
|
-
NotFilter: (_) => se_AttributeFilter(_, context),
|
|
2414
|
-
OrAllFilters: (_) => se_AttributeFilterList(_, context)
|
|
2405
|
+
AndAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilterList(_, context), "AndAllFilters"),
|
|
2406
|
+
ContainsAll: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "ContainsAll"),
|
|
2407
|
+
ContainsAny: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "ContainsAny"),
|
|
2408
|
+
EqualsTo: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "EqualsTo"),
|
|
2409
|
+
GreaterThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "GreaterThan"),
|
|
2410
|
+
GreaterThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "GreaterThanOrEquals"),
|
|
2411
|
+
LessThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "LessThan"),
|
|
2412
|
+
LessThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "LessThanOrEquals"),
|
|
2413
|
+
NotFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "NotFilter"),
|
|
2414
|
+
OrAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilterList(_, context), "OrAllFilters")
|
|
2415
2415
|
});
|
|
2416
2416
|
}, "se_AttributeFilter");
|
|
2417
2417
|
var se_AttributeFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2422,28 +2422,28 @@ var se_AttributeFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2422
2422
|
var se_AttributeSuggestionsGetConfig = /* @__PURE__ */ __name((input, context) => {
|
|
2423
2423
|
return (0, import_smithy_client.take)(input, {
|
|
2424
2424
|
AdditionalResponseAttributes: import_smithy_client._json,
|
|
2425
|
-
AttributeFilter: (_) => se_AttributeFilter(_, context),
|
|
2425
|
+
AttributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "AttributeFilter"),
|
|
2426
2426
|
SuggestionAttributes: import_smithy_client._json,
|
|
2427
2427
|
UserContext: import_smithy_client._json
|
|
2428
2428
|
});
|
|
2429
2429
|
}, "se_AttributeSuggestionsGetConfig");
|
|
2430
2430
|
var se_BatchGetDocumentStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2431
2431
|
return (0, import_smithy_client.take)(input, {
|
|
2432
|
-
DocumentInfoList: (_) => se_DocumentInfoList(_, context),
|
|
2432
|
+
DocumentInfoList: /* @__PURE__ */ __name((_) => se_DocumentInfoList(_, context), "DocumentInfoList"),
|
|
2433
2433
|
IndexId: []
|
|
2434
2434
|
});
|
|
2435
2435
|
}, "se_BatchGetDocumentStatusRequest");
|
|
2436
2436
|
var se_BatchPutDocumentRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2437
2437
|
return (0, import_smithy_client.take)(input, {
|
|
2438
|
-
CustomDocumentEnrichmentConfiguration: (_) => se_CustomDocumentEnrichmentConfiguration(_, context),
|
|
2439
|
-
Documents: (_) => se_DocumentList(_, context),
|
|
2438
|
+
CustomDocumentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_CustomDocumentEnrichmentConfiguration(_, context), "CustomDocumentEnrichmentConfiguration"),
|
|
2439
|
+
Documents: /* @__PURE__ */ __name((_) => se_DocumentList(_, context), "Documents"),
|
|
2440
2440
|
IndexId: [],
|
|
2441
2441
|
RoleArn: []
|
|
2442
2442
|
});
|
|
2443
2443
|
}, "se_BatchPutDocumentRequest");
|
|
2444
2444
|
var se_ClickFeedback = /* @__PURE__ */ __name((input, context) => {
|
|
2445
2445
|
return (0, import_smithy_client.take)(input, {
|
|
2446
|
-
ClickTime: (_) => _.getTime() / 1e3,
|
|
2446
|
+
ClickTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ClickTime"),
|
|
2447
2447
|
ResultId: []
|
|
2448
2448
|
});
|
|
2449
2449
|
}, "se_ClickFeedback");
|
|
@@ -2465,8 +2465,8 @@ var se_CreateAccessControlConfigurationRequest = /* @__PURE__ */ __name((input,
|
|
|
2465
2465
|
var se_CreateDataSourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2466
2466
|
return (0, import_smithy_client.take)(input, {
|
|
2467
2467
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2468
|
-
Configuration: (_) => se_DataSourceConfiguration(_, context),
|
|
2469
|
-
CustomDocumentEnrichmentConfiguration: (_) => se_CustomDocumentEnrichmentConfiguration(_, context),
|
|
2468
|
+
Configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "Configuration"),
|
|
2469
|
+
CustomDocumentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_CustomDocumentEnrichmentConfiguration(_, context), "CustomDocumentEnrichmentConfiguration"),
|
|
2470
2470
|
Description: [],
|
|
2471
2471
|
IndexId: [],
|
|
2472
2472
|
LanguageCode: [],
|
|
@@ -2539,9 +2539,9 @@ var se_CreateThesaurusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2539
2539
|
}, "se_CreateThesaurusRequest");
|
|
2540
2540
|
var se_CustomDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2541
2541
|
return (0, import_smithy_client.take)(input, {
|
|
2542
|
-
InlineConfigurations: (_) => se_InlineCustomDocumentEnrichmentConfigurationList(_, context),
|
|
2543
|
-
PostExtractionHookConfiguration: (_) => se_HookConfiguration(_, context),
|
|
2544
|
-
PreExtractionHookConfiguration: (_) => se_HookConfiguration(_, context),
|
|
2542
|
+
InlineConfigurations: /* @__PURE__ */ __name((_) => se_InlineCustomDocumentEnrichmentConfigurationList(_, context), "InlineConfigurations"),
|
|
2543
|
+
PostExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "PostExtractionHookConfiguration"),
|
|
2544
|
+
PreExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "PreExtractionHookConfiguration"),
|
|
2545
2545
|
RoleArn: []
|
|
2546
2546
|
});
|
|
2547
2547
|
}, "se_CustomDocumentEnrichmentConfiguration");
|
|
@@ -2562,8 +2562,8 @@ var se_DataSourceConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
2562
2562
|
ServiceNowConfiguration: import_smithy_client._json,
|
|
2563
2563
|
SharePointConfiguration: import_smithy_client._json,
|
|
2564
2564
|
SlackConfiguration: import_smithy_client._json,
|
|
2565
|
-
TemplateConfiguration: (_) => se_TemplateConfiguration(_, context),
|
|
2566
|
-
WebCrawlerConfiguration: (_) => se_WebCrawlerConfiguration(_, context),
|
|
2565
|
+
TemplateConfiguration: /* @__PURE__ */ __name((_) => se_TemplateConfiguration(_, context), "TemplateConfiguration"),
|
|
2566
|
+
WebCrawlerConfiguration: /* @__PURE__ */ __name((_) => se_WebCrawlerConfiguration(_, context), "WebCrawlerConfiguration"),
|
|
2567
2567
|
WorkDocsConfiguration: import_smithy_client._json
|
|
2568
2568
|
});
|
|
2569
2569
|
}, "se_DataSourceConfiguration");
|
|
@@ -2571,7 +2571,7 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
2571
2571
|
return (0, import_smithy_client.take)(input, {
|
|
2572
2572
|
AccessControlConfigurationId: [],
|
|
2573
2573
|
AccessControlList: import_smithy_client._json,
|
|
2574
|
-
Attributes: (_) => se_DocumentAttributeList(_, context),
|
|
2574
|
+
Attributes: /* @__PURE__ */ __name((_) => se_DocumentAttributeList(_, context), "Attributes"),
|
|
2575
2575
|
Blob: context.base64Encoder,
|
|
2576
2576
|
ContentType: [],
|
|
2577
2577
|
HierarchicalAccessControlList: import_smithy_client._json,
|
|
@@ -2583,13 +2583,13 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
2583
2583
|
var se_DocumentAttribute = /* @__PURE__ */ __name((input, context) => {
|
|
2584
2584
|
return (0, import_smithy_client.take)(input, {
|
|
2585
2585
|
Key: [],
|
|
2586
|
-
Value: (_) => se_DocumentAttributeValue(_, context)
|
|
2586
|
+
Value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "Value")
|
|
2587
2587
|
});
|
|
2588
2588
|
}, "se_DocumentAttribute");
|
|
2589
2589
|
var se_DocumentAttributeCondition = /* @__PURE__ */ __name((input, context) => {
|
|
2590
2590
|
return (0, import_smithy_client.take)(input, {
|
|
2591
2591
|
ConditionDocumentAttributeKey: [],
|
|
2592
|
-
ConditionOnValue: (_) => se_DocumentAttributeValue(_, context),
|
|
2592
|
+
ConditionOnValue: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "ConditionOnValue"),
|
|
2593
2593
|
Operator: []
|
|
2594
2594
|
});
|
|
2595
2595
|
}, "se_DocumentAttributeCondition");
|
|
@@ -2601,13 +2601,13 @@ var se_DocumentAttributeList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2601
2601
|
var se_DocumentAttributeTarget = /* @__PURE__ */ __name((input, context) => {
|
|
2602
2602
|
return (0, import_smithy_client.take)(input, {
|
|
2603
2603
|
TargetDocumentAttributeKey: [],
|
|
2604
|
-
TargetDocumentAttributeValue: (_) => se_DocumentAttributeValue(_, context),
|
|
2604
|
+
TargetDocumentAttributeValue: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "TargetDocumentAttributeValue"),
|
|
2605
2605
|
TargetDocumentAttributeValueDeletion: []
|
|
2606
2606
|
});
|
|
2607
2607
|
}, "se_DocumentAttributeTarget");
|
|
2608
2608
|
var se_DocumentAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
2609
2609
|
return (0, import_smithy_client.take)(input, {
|
|
2610
|
-
DateValue: (_) => _.getTime() / 1e3,
|
|
2610
|
+
DateValue: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "DateValue"),
|
|
2611
2611
|
LongValue: [],
|
|
2612
2612
|
StringListValue: import_smithy_client._json,
|
|
2613
2613
|
StringValue: []
|
|
@@ -2615,7 +2615,7 @@ var se_DocumentAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
2615
2615
|
}, "se_DocumentAttributeValue");
|
|
2616
2616
|
var se_DocumentInfo = /* @__PURE__ */ __name((input, context) => {
|
|
2617
2617
|
return (0, import_smithy_client.take)(input, {
|
|
2618
|
-
Attributes: (_) => se_DocumentAttributeList(_, context),
|
|
2618
|
+
Attributes: /* @__PURE__ */ __name((_) => se_DocumentAttributeList(_, context), "Attributes"),
|
|
2619
2619
|
DocumentId: []
|
|
2620
2620
|
});
|
|
2621
2621
|
}, "se_DocumentInfo");
|
|
@@ -2632,7 +2632,7 @@ var se_DocumentList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2632
2632
|
var se_Facet = /* @__PURE__ */ __name((input, context) => {
|
|
2633
2633
|
return (0, import_smithy_client.take)(input, {
|
|
2634
2634
|
DocumentAttributeKey: [],
|
|
2635
|
-
Facets: (_) => se_FacetList(_, context),
|
|
2635
|
+
Facets: /* @__PURE__ */ __name((_) => se_FacetList(_, context), "Facets"),
|
|
2636
2636
|
MaxResults: []
|
|
2637
2637
|
});
|
|
2638
2638
|
}, "se_Facet");
|
|
@@ -2643,7 +2643,7 @@ var se_FacetList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2643
2643
|
}, "se_FacetList");
|
|
2644
2644
|
var se_GetQuerySuggestionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2645
2645
|
return (0, import_smithy_client.take)(input, {
|
|
2646
|
-
AttributeSuggestionsConfig: (_) => se_AttributeSuggestionsGetConfig(_, context),
|
|
2646
|
+
AttributeSuggestionsConfig: /* @__PURE__ */ __name((_) => se_AttributeSuggestionsGetConfig(_, context), "AttributeSuggestionsConfig"),
|
|
2647
2647
|
IndexId: [],
|
|
2648
2648
|
MaxSuggestionsCount: [],
|
|
2649
2649
|
QueryText: [],
|
|
@@ -2652,16 +2652,16 @@ var se_GetQuerySuggestionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2652
2652
|
}, "se_GetQuerySuggestionsRequest");
|
|
2653
2653
|
var se_HookConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2654
2654
|
return (0, import_smithy_client.take)(input, {
|
|
2655
|
-
InvocationCondition: (_) => se_DocumentAttributeCondition(_, context),
|
|
2655
|
+
InvocationCondition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "InvocationCondition"),
|
|
2656
2656
|
LambdaArn: [],
|
|
2657
2657
|
S3Bucket: []
|
|
2658
2658
|
});
|
|
2659
2659
|
}, "se_HookConfiguration");
|
|
2660
2660
|
var se_InlineCustomDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2661
2661
|
return (0, import_smithy_client.take)(input, {
|
|
2662
|
-
Condition: (_) => se_DocumentAttributeCondition(_, context),
|
|
2662
|
+
Condition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "Condition"),
|
|
2663
2663
|
DocumentContentDeletion: [],
|
|
2664
|
-
Target: (_) => se_DocumentAttributeTarget(_, context)
|
|
2664
|
+
Target: /* @__PURE__ */ __name((_) => se_DocumentAttributeTarget(_, context), "Target")
|
|
2665
2665
|
});
|
|
2666
2666
|
}, "se_InlineCustomDocumentEnrichmentConfiguration");
|
|
2667
2667
|
var se_InlineCustomDocumentEnrichmentConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2675,16 +2675,16 @@ var se_ListDataSourceSyncJobsRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
2675
2675
|
IndexId: [],
|
|
2676
2676
|
MaxResults: [],
|
|
2677
2677
|
NextToken: [],
|
|
2678
|
-
StartTimeFilter: (_) => se_TimeRange(_, context),
|
|
2678
|
+
StartTimeFilter: /* @__PURE__ */ __name((_) => se_TimeRange(_, context), "StartTimeFilter"),
|
|
2679
2679
|
StatusFilter: []
|
|
2680
2680
|
});
|
|
2681
2681
|
}, "se_ListDataSourceSyncJobsRequest");
|
|
2682
2682
|
var se_QueryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2683
2683
|
return (0, import_smithy_client.take)(input, {
|
|
2684
|
-
AttributeFilter: (_) => se_AttributeFilter(_, context),
|
|
2684
|
+
AttributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "AttributeFilter"),
|
|
2685
2685
|
CollapseConfiguration: import_smithy_client._json,
|
|
2686
2686
|
DocumentRelevanceOverrideConfigurations: import_smithy_client._json,
|
|
2687
|
-
Facets: (_) => se_FacetList(_, context),
|
|
2687
|
+
Facets: /* @__PURE__ */ __name((_) => se_FacetList(_, context), "Facets"),
|
|
2688
2688
|
IndexId: [],
|
|
2689
2689
|
PageNumber: [],
|
|
2690
2690
|
PageSize: [],
|
|
@@ -2700,7 +2700,7 @@ var se_QueryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2700
2700
|
}, "se_QueryRequest");
|
|
2701
2701
|
var se_RetrieveRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2702
2702
|
return (0, import_smithy_client.take)(input, {
|
|
2703
|
-
AttributeFilter: (_) => se_AttributeFilter(_, context),
|
|
2703
|
+
AttributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "AttributeFilter"),
|
|
2704
2704
|
DocumentRelevanceOverrideConfigurations: import_smithy_client._json,
|
|
2705
2705
|
IndexId: [],
|
|
2706
2706
|
PageNumber: [],
|
|
@@ -2712,7 +2712,7 @@ var se_RetrieveRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2712
2712
|
}, "se_RetrieveRequest");
|
|
2713
2713
|
var se_SubmitFeedbackRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2714
2714
|
return (0, import_smithy_client.take)(input, {
|
|
2715
|
-
ClickFeedbackItems: (_) => se_ClickFeedbackList(_, context),
|
|
2715
|
+
ClickFeedbackItems: /* @__PURE__ */ __name((_) => se_ClickFeedbackList(_, context), "ClickFeedbackItems"),
|
|
2716
2716
|
IndexId: [],
|
|
2717
2717
|
QueryId: [],
|
|
2718
2718
|
RelevanceFeedbackItems: import_smithy_client._json
|
|
@@ -2723,19 +2723,19 @@ var se_Template = /* @__PURE__ */ __name((input, context) => {
|
|
|
2723
2723
|
}, "se_Template");
|
|
2724
2724
|
var se_TemplateConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2725
2725
|
return (0, import_smithy_client.take)(input, {
|
|
2726
|
-
Template: (_) => se_Template(_, context)
|
|
2726
|
+
Template: /* @__PURE__ */ __name((_) => se_Template(_, context), "Template")
|
|
2727
2727
|
});
|
|
2728
2728
|
}, "se_TemplateConfiguration");
|
|
2729
2729
|
var se_TimeRange = /* @__PURE__ */ __name((input, context) => {
|
|
2730
2730
|
return (0, import_smithy_client.take)(input, {
|
|
2731
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
2732
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
2731
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
2732
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
2733
2733
|
});
|
|
2734
2734
|
}, "se_TimeRange");
|
|
2735
2735
|
var se_UpdateDataSourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2736
2736
|
return (0, import_smithy_client.take)(input, {
|
|
2737
|
-
Configuration: (_) => se_DataSourceConfiguration(_, context),
|
|
2738
|
-
CustomDocumentEnrichmentConfiguration: (_) => se_CustomDocumentEnrichmentConfiguration(_, context),
|
|
2737
|
+
Configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "Configuration"),
|
|
2738
|
+
CustomDocumentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_CustomDocumentEnrichmentConfiguration(_, context), "CustomDocumentEnrichmentConfiguration"),
|
|
2739
2739
|
Description: [],
|
|
2740
2740
|
Id: [],
|
|
2741
2741
|
IndexId: [],
|
|
@@ -2761,15 +2761,15 @@ var se_WebCrawlerConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
2761
2761
|
}, "se_WebCrawlerConfiguration");
|
|
2762
2762
|
var de_CollapsedResultDetail = /* @__PURE__ */ __name((output, context) => {
|
|
2763
2763
|
return (0, import_smithy_client.take)(output, {
|
|
2764
|
-
DocumentAttribute: (_) => de_DocumentAttribute(_, context),
|
|
2765
|
-
ExpandedResults: (_) => de_ExpandedResultList(_, context)
|
|
2764
|
+
DocumentAttribute: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "DocumentAttribute"),
|
|
2765
|
+
ExpandedResults: /* @__PURE__ */ __name((_) => de_ExpandedResultList(_, context), "ExpandedResults")
|
|
2766
2766
|
});
|
|
2767
2767
|
}, "de_CollapsedResultDetail");
|
|
2768
2768
|
var de_CustomDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2769
2769
|
return (0, import_smithy_client.take)(output, {
|
|
2770
|
-
InlineConfigurations: (_) => de_InlineCustomDocumentEnrichmentConfigurationList(_, context),
|
|
2771
|
-
PostExtractionHookConfiguration: (_) => de_HookConfiguration(_, context),
|
|
2772
|
-
PreExtractionHookConfiguration: (_) => de_HookConfiguration(_, context),
|
|
2770
|
+
InlineConfigurations: /* @__PURE__ */ __name((_) => de_InlineCustomDocumentEnrichmentConfigurationList(_, context), "InlineConfigurations"),
|
|
2771
|
+
PostExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "PostExtractionHookConfiguration"),
|
|
2772
|
+
PreExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "PreExtractionHookConfiguration"),
|
|
2773
2773
|
RoleArn: import_smithy_client.expectString
|
|
2774
2774
|
});
|
|
2775
2775
|
}, "de_CustomDocumentEnrichmentConfiguration");
|
|
@@ -2790,20 +2790,20 @@ var de_DataSourceConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
2790
2790
|
ServiceNowConfiguration: import_smithy_client._json,
|
|
2791
2791
|
SharePointConfiguration: import_smithy_client._json,
|
|
2792
2792
|
SlackConfiguration: import_smithy_client._json,
|
|
2793
|
-
TemplateConfiguration: (_) => de_TemplateConfiguration(_, context),
|
|
2794
|
-
WebCrawlerConfiguration: (_) => de_WebCrawlerConfiguration(_, context),
|
|
2793
|
+
TemplateConfiguration: /* @__PURE__ */ __name((_) => de_TemplateConfiguration(_, context), "TemplateConfiguration"),
|
|
2794
|
+
WebCrawlerConfiguration: /* @__PURE__ */ __name((_) => de_WebCrawlerConfiguration(_, context), "WebCrawlerConfiguration"),
|
|
2795
2795
|
WorkDocsConfiguration: import_smithy_client._json
|
|
2796
2796
|
});
|
|
2797
2797
|
}, "de_DataSourceConfiguration");
|
|
2798
2798
|
var de_DataSourceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2799
2799
|
return (0, import_smithy_client.take)(output, {
|
|
2800
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2800
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2801
2801
|
Id: import_smithy_client.expectString,
|
|
2802
2802
|
LanguageCode: import_smithy_client.expectString,
|
|
2803
2803
|
Name: import_smithy_client.expectString,
|
|
2804
2804
|
Status: import_smithy_client.expectString,
|
|
2805
2805
|
Type: import_smithy_client.expectString,
|
|
2806
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2806
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2807
2807
|
});
|
|
2808
2808
|
}, "de_DataSourceSummary");
|
|
2809
2809
|
var de_DataSourceSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2815,12 +2815,12 @@ var de_DataSourceSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2815
2815
|
var de_DataSourceSyncJob = /* @__PURE__ */ __name((output, context) => {
|
|
2816
2816
|
return (0, import_smithy_client.take)(output, {
|
|
2817
2817
|
DataSourceErrorCode: import_smithy_client.expectString,
|
|
2818
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2818
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
2819
2819
|
ErrorCode: import_smithy_client.expectString,
|
|
2820
2820
|
ErrorMessage: import_smithy_client.expectString,
|
|
2821
2821
|
ExecutionId: import_smithy_client.expectString,
|
|
2822
2822
|
Metrics: import_smithy_client._json,
|
|
2823
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2823
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
2824
2824
|
Status: import_smithy_client.expectString
|
|
2825
2825
|
});
|
|
2826
2826
|
}, "de_DataSourceSyncJob");
|
|
@@ -2832,9 +2832,9 @@ var de_DataSourceSyncJobHistoryList = /* @__PURE__ */ __name((output, context) =
|
|
|
2832
2832
|
}, "de_DataSourceSyncJobHistoryList");
|
|
2833
2833
|
var de_DescribeDataSourceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2834
2834
|
return (0, import_smithy_client.take)(output, {
|
|
2835
|
-
Configuration: (_) => de_DataSourceConfiguration(_, context),
|
|
2836
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2837
|
-
CustomDocumentEnrichmentConfiguration: (_) => de_CustomDocumentEnrichmentConfiguration(_, context),
|
|
2835
|
+
Configuration: /* @__PURE__ */ __name((_) => de_DataSourceConfiguration(_, context), "Configuration"),
|
|
2836
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2837
|
+
CustomDocumentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => de_CustomDocumentEnrichmentConfiguration(_, context), "CustomDocumentEnrichmentConfiguration"),
|
|
2838
2838
|
Description: import_smithy_client.expectString,
|
|
2839
2839
|
ErrorMessage: import_smithy_client.expectString,
|
|
2840
2840
|
Id: import_smithy_client.expectString,
|
|
@@ -2845,14 +2845,14 @@ var de_DescribeDataSourceResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2845
2845
|
Schedule: import_smithy_client.expectString,
|
|
2846
2846
|
Status: import_smithy_client.expectString,
|
|
2847
2847
|
Type: import_smithy_client.expectString,
|
|
2848
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2848
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
2849
2849
|
VpcConfiguration: import_smithy_client._json
|
|
2850
2850
|
});
|
|
2851
2851
|
}, "de_DescribeDataSourceResponse");
|
|
2852
2852
|
var de_DescribeExperienceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2853
2853
|
return (0, import_smithy_client.take)(output, {
|
|
2854
2854
|
Configuration: import_smithy_client._json,
|
|
2855
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2855
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2856
2856
|
Description: import_smithy_client.expectString,
|
|
2857
2857
|
Endpoints: import_smithy_client._json,
|
|
2858
2858
|
ErrorMessage: import_smithy_client.expectString,
|
|
@@ -2861,12 +2861,12 @@ var de_DescribeExperienceResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2861
2861
|
Name: import_smithy_client.expectString,
|
|
2862
2862
|
RoleArn: import_smithy_client.expectString,
|
|
2863
2863
|
Status: import_smithy_client.expectString,
|
|
2864
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2864
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2865
2865
|
});
|
|
2866
2866
|
}, "de_DescribeExperienceResponse");
|
|
2867
2867
|
var de_DescribeFaqResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2868
2868
|
return (0, import_smithy_client.take)(output, {
|
|
2869
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2869
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2870
2870
|
Description: import_smithy_client.expectString,
|
|
2871
2871
|
ErrorMessage: import_smithy_client.expectString,
|
|
2872
2872
|
FileFormat: import_smithy_client.expectString,
|
|
@@ -2877,13 +2877,13 @@ var de_DescribeFaqResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2877
2877
|
RoleArn: import_smithy_client.expectString,
|
|
2878
2878
|
S3Path: import_smithy_client._json,
|
|
2879
2879
|
Status: import_smithy_client.expectString,
|
|
2880
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2880
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2881
2881
|
});
|
|
2882
2882
|
}, "de_DescribeFaqResponse");
|
|
2883
2883
|
var de_DescribeIndexResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2884
2884
|
return (0, import_smithy_client.take)(output, {
|
|
2885
2885
|
CapacityUnits: import_smithy_client._json,
|
|
2886
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2886
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2887
2887
|
Description: import_smithy_client.expectString,
|
|
2888
2888
|
DocumentMetadataConfigurations: import_smithy_client._json,
|
|
2889
2889
|
Edition: import_smithy_client.expectString,
|
|
@@ -2894,7 +2894,7 @@ var de_DescribeIndexResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2894
2894
|
RoleArn: import_smithy_client.expectString,
|
|
2895
2895
|
ServerSideEncryptionConfiguration: import_smithy_client._json,
|
|
2896
2896
|
Status: import_smithy_client.expectString,
|
|
2897
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2897
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
2898
2898
|
UserContextPolicy: import_smithy_client.expectString,
|
|
2899
2899
|
UserGroupResolutionConfiguration: import_smithy_client._json,
|
|
2900
2900
|
UserTokenConfigurations: import_smithy_client._json
|
|
@@ -2904,13 +2904,13 @@ var de_DescribePrincipalMappingResponse = /* @__PURE__ */ __name((output, contex
|
|
|
2904
2904
|
return (0, import_smithy_client.take)(output, {
|
|
2905
2905
|
DataSourceId: import_smithy_client.expectString,
|
|
2906
2906
|
GroupId: import_smithy_client.expectString,
|
|
2907
|
-
GroupOrderingIdSummaries: (_) => de_GroupOrderingIdSummaries(_, context),
|
|
2907
|
+
GroupOrderingIdSummaries: /* @__PURE__ */ __name((_) => de_GroupOrderingIdSummaries(_, context), "GroupOrderingIdSummaries"),
|
|
2908
2908
|
IndexId: import_smithy_client.expectString
|
|
2909
2909
|
});
|
|
2910
2910
|
}, "de_DescribePrincipalMappingResponse");
|
|
2911
2911
|
var de_DescribeQuerySuggestionsBlockListResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2912
2912
|
return (0, import_smithy_client.take)(output, {
|
|
2913
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2913
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2914
2914
|
Description: import_smithy_client.expectString,
|
|
2915
2915
|
ErrorMessage: import_smithy_client.expectString,
|
|
2916
2916
|
FileSizeBytes: import_smithy_client.expectLong,
|
|
@@ -2921,15 +2921,15 @@ var de_DescribeQuerySuggestionsBlockListResponse = /* @__PURE__ */ __name((outpu
|
|
|
2921
2921
|
RoleArn: import_smithy_client.expectString,
|
|
2922
2922
|
SourceS3Path: import_smithy_client._json,
|
|
2923
2923
|
Status: import_smithy_client.expectString,
|
|
2924
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2924
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2925
2925
|
});
|
|
2926
2926
|
}, "de_DescribeQuerySuggestionsBlockListResponse");
|
|
2927
2927
|
var de_DescribeQuerySuggestionsConfigResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2928
2928
|
return (0, import_smithy_client.take)(output, {
|
|
2929
2929
|
AttributeSuggestionsConfig: import_smithy_client._json,
|
|
2930
2930
|
IncludeQueriesWithoutUserInformation: import_smithy_client.expectBoolean,
|
|
2931
|
-
LastClearTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2932
|
-
LastSuggestionsBuildTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2931
|
+
LastClearTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastClearTime"),
|
|
2932
|
+
LastSuggestionsBuildTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuggestionsBuildTime"),
|
|
2933
2933
|
MinimumNumberOfQueryingUsers: import_smithy_client.expectInt32,
|
|
2934
2934
|
MinimumQueryCount: import_smithy_client.expectInt32,
|
|
2935
2935
|
Mode: import_smithy_client.expectString,
|
|
@@ -2940,7 +2940,7 @@ var de_DescribeQuerySuggestionsConfigResponse = /* @__PURE__ */ __name((output,
|
|
|
2940
2940
|
}, "de_DescribeQuerySuggestionsConfigResponse");
|
|
2941
2941
|
var de_DescribeThesaurusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2942
2942
|
return (0, import_smithy_client.take)(output, {
|
|
2943
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2943
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2944
2944
|
Description: import_smithy_client.expectString,
|
|
2945
2945
|
ErrorMessage: import_smithy_client.expectString,
|
|
2946
2946
|
FileSizeBytes: import_smithy_client.expectLong,
|
|
@@ -2952,19 +2952,19 @@ var de_DescribeThesaurusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2952
2952
|
Status: import_smithy_client.expectString,
|
|
2953
2953
|
SynonymRuleCount: import_smithy_client.expectLong,
|
|
2954
2954
|
TermCount: import_smithy_client.expectLong,
|
|
2955
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2955
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
2956
2956
|
});
|
|
2957
2957
|
}, "de_DescribeThesaurusResponse");
|
|
2958
2958
|
var de_DocumentAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
2959
2959
|
return (0, import_smithy_client.take)(output, {
|
|
2960
2960
|
Key: import_smithy_client.expectString,
|
|
2961
|
-
Value: (_) => de_DocumentAttributeValue(_, context)
|
|
2961
|
+
Value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue(_, context), "Value")
|
|
2962
2962
|
});
|
|
2963
2963
|
}, "de_DocumentAttribute");
|
|
2964
2964
|
var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
2965
2965
|
return (0, import_smithy_client.take)(output, {
|
|
2966
2966
|
ConditionDocumentAttributeKey: import_smithy_client.expectString,
|
|
2967
|
-
ConditionOnValue: (_) => de_DocumentAttributeValue(_, context),
|
|
2967
|
+
ConditionOnValue: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue(_, context), "ConditionOnValue"),
|
|
2968
2968
|
Operator: import_smithy_client.expectString
|
|
2969
2969
|
});
|
|
2970
2970
|
}, "de_DocumentAttributeCondition");
|
|
@@ -2977,13 +2977,13 @@ var de_DocumentAttributeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2977
2977
|
var de_DocumentAttributeTarget = /* @__PURE__ */ __name((output, context) => {
|
|
2978
2978
|
return (0, import_smithy_client.take)(output, {
|
|
2979
2979
|
TargetDocumentAttributeKey: import_smithy_client.expectString,
|
|
2980
|
-
TargetDocumentAttributeValue: (_) => de_DocumentAttributeValue(_, context),
|
|
2980
|
+
TargetDocumentAttributeValue: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue(_, context), "TargetDocumentAttributeValue"),
|
|
2981
2981
|
TargetDocumentAttributeValueDeletion: import_smithy_client.expectBoolean
|
|
2982
2982
|
});
|
|
2983
2983
|
}, "de_DocumentAttributeTarget");
|
|
2984
2984
|
var de_DocumentAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
2985
2985
|
return (0, import_smithy_client.take)(output, {
|
|
2986
|
-
DateValue: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2986
|
+
DateValue: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DateValue"),
|
|
2987
2987
|
LongValue: import_smithy_client.expectLong,
|
|
2988
2988
|
StringListValue: import_smithy_client._json,
|
|
2989
2989
|
StringValue: import_smithy_client.expectString
|
|
@@ -2992,8 +2992,8 @@ var de_DocumentAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
2992
2992
|
var de_DocumentAttributeValueCountPair = /* @__PURE__ */ __name((output, context) => {
|
|
2993
2993
|
return (0, import_smithy_client.take)(output, {
|
|
2994
2994
|
Count: import_smithy_client.expectInt32,
|
|
2995
|
-
DocumentAttributeValue: (_) => de_DocumentAttributeValue(_, context),
|
|
2996
|
-
FacetResults: (_) => de_FacetResultList(_, context)
|
|
2995
|
+
DocumentAttributeValue: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue(_, context), "DocumentAttributeValue"),
|
|
2996
|
+
FacetResults: /* @__PURE__ */ __name((_) => de_FacetResultList(_, context), "FacetResults")
|
|
2997
2997
|
});
|
|
2998
2998
|
}, "de_DocumentAttributeValueCountPair");
|
|
2999
2999
|
var de_DocumentAttributeValueCountPairList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3004,7 +3004,7 @@ var de_DocumentAttributeValueCountPairList = /* @__PURE__ */ __name((output, con
|
|
|
3004
3004
|
}, "de_DocumentAttributeValueCountPairList");
|
|
3005
3005
|
var de_ExpandedResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
3006
3006
|
return (0, import_smithy_client.take)(output, {
|
|
3007
|
-
DocumentAttributes: (_) => de_DocumentAttributeList(_, context),
|
|
3007
|
+
DocumentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributeList(_, context), "DocumentAttributes"),
|
|
3008
3008
|
DocumentExcerpt: import_smithy_client._json,
|
|
3009
3009
|
DocumentId: import_smithy_client.expectString,
|
|
3010
3010
|
DocumentTitle: import_smithy_client._json,
|
|
@@ -3020,7 +3020,7 @@ var de_ExpandedResultList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3020
3020
|
}, "de_ExpandedResultList");
|
|
3021
3021
|
var de_ExperiencesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3022
3022
|
return (0, import_smithy_client.take)(output, {
|
|
3023
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3023
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3024
3024
|
Endpoints: import_smithy_client._json,
|
|
3025
3025
|
Id: import_smithy_client.expectString,
|
|
3026
3026
|
Name: import_smithy_client.expectString,
|
|
@@ -3036,7 +3036,7 @@ var de_ExperiencesSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3036
3036
|
var de_FacetResult = /* @__PURE__ */ __name((output, context) => {
|
|
3037
3037
|
return (0, import_smithy_client.take)(output, {
|
|
3038
3038
|
DocumentAttributeKey: import_smithy_client.expectString,
|
|
3039
|
-
DocumentAttributeValueCountPairs: (_) => de_DocumentAttributeValueCountPairList(_, context),
|
|
3039
|
+
DocumentAttributeValueCountPairs: /* @__PURE__ */ __name((_) => de_DocumentAttributeValueCountPairList(_, context), "DocumentAttributeValueCountPairs"),
|
|
3040
3040
|
DocumentAttributeValueType: import_smithy_client.expectString
|
|
3041
3041
|
});
|
|
3042
3042
|
}, "de_FacetResult");
|
|
@@ -3048,13 +3048,13 @@ var de_FacetResultList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3048
3048
|
}, "de_FacetResultList");
|
|
3049
3049
|
var de_FaqSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3050
3050
|
return (0, import_smithy_client.take)(output, {
|
|
3051
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3051
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3052
3052
|
FileFormat: import_smithy_client.expectString,
|
|
3053
3053
|
Id: import_smithy_client.expectString,
|
|
3054
3054
|
LanguageCode: import_smithy_client.expectString,
|
|
3055
3055
|
Name: import_smithy_client.expectString,
|
|
3056
3056
|
Status: import_smithy_client.expectString,
|
|
3057
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3057
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3058
3058
|
});
|
|
3059
3059
|
}, "de_FaqSummary");
|
|
3060
3060
|
var de_FaqSummaryItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3066,7 +3066,7 @@ var de_FaqSummaryItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
3066
3066
|
var de_FeaturedResultsItem = /* @__PURE__ */ __name((output, context) => {
|
|
3067
3067
|
return (0, import_smithy_client.take)(output, {
|
|
3068
3068
|
AdditionalAttributes: import_smithy_client._json,
|
|
3069
|
-
DocumentAttributes: (_) => de_DocumentAttributeList(_, context),
|
|
3069
|
+
DocumentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributeList(_, context), "DocumentAttributes"),
|
|
3070
3070
|
DocumentExcerpt: import_smithy_client._json,
|
|
3071
3071
|
DocumentId: import_smithy_client.expectString,
|
|
3072
3072
|
DocumentTitle: import_smithy_client._json,
|
|
@@ -3085,13 +3085,13 @@ var de_FeaturedResultsItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3085
3085
|
var de_GetQuerySuggestionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3086
3086
|
return (0, import_smithy_client.take)(output, {
|
|
3087
3087
|
QuerySuggestionsId: import_smithy_client.expectString,
|
|
3088
|
-
Suggestions: (_) => de_SuggestionList(_, context)
|
|
3088
|
+
Suggestions: /* @__PURE__ */ __name((_) => de_SuggestionList(_, context), "Suggestions")
|
|
3089
3089
|
});
|
|
3090
3090
|
}, "de_GetQuerySuggestionsResponse");
|
|
3091
3091
|
var de_GetSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3092
3092
|
return (0, import_smithy_client.take)(output, {
|
|
3093
3093
|
NextToken: import_smithy_client.expectString,
|
|
3094
|
-
SnapShotTimeFilter: (_) => de_TimeRange(_, context),
|
|
3094
|
+
SnapShotTimeFilter: /* @__PURE__ */ __name((_) => de_TimeRange(_, context), "SnapShotTimeFilter"),
|
|
3095
3095
|
SnapshotsData: import_smithy_client._json,
|
|
3096
3096
|
SnapshotsDataHeader: import_smithy_client._json
|
|
3097
3097
|
});
|
|
@@ -3105,27 +3105,27 @@ var de_GroupOrderingIdSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3105
3105
|
var de_GroupOrderingIdSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3106
3106
|
return (0, import_smithy_client.take)(output, {
|
|
3107
3107
|
FailureReason: import_smithy_client.expectString,
|
|
3108
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3108
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3109
3109
|
OrderingId: import_smithy_client.expectLong,
|
|
3110
|
-
ReceivedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3110
|
+
ReceivedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReceivedAt"),
|
|
3111
3111
|
Status: import_smithy_client.expectString
|
|
3112
3112
|
});
|
|
3113
3113
|
}, "de_GroupOrderingIdSummary");
|
|
3114
3114
|
var de_HookConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3115
3115
|
return (0, import_smithy_client.take)(output, {
|
|
3116
|
-
InvocationCondition: (_) => de_DocumentAttributeCondition(_, context),
|
|
3116
|
+
InvocationCondition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "InvocationCondition"),
|
|
3117
3117
|
LambdaArn: import_smithy_client.expectString,
|
|
3118
3118
|
S3Bucket: import_smithy_client.expectString
|
|
3119
3119
|
});
|
|
3120
3120
|
}, "de_HookConfiguration");
|
|
3121
3121
|
var de_IndexConfigurationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3122
3122
|
return (0, import_smithy_client.take)(output, {
|
|
3123
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3123
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3124
3124
|
Edition: import_smithy_client.expectString,
|
|
3125
3125
|
Id: import_smithy_client.expectString,
|
|
3126
3126
|
Name: import_smithy_client.expectString,
|
|
3127
3127
|
Status: import_smithy_client.expectString,
|
|
3128
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3128
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3129
3129
|
});
|
|
3130
3130
|
}, "de_IndexConfigurationSummary");
|
|
3131
3131
|
var de_IndexConfigurationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3136,9 +3136,9 @@ var de_IndexConfigurationSummaryList = /* @__PURE__ */ __name((output, context)
|
|
|
3136
3136
|
}, "de_IndexConfigurationSummaryList");
|
|
3137
3137
|
var de_InlineCustomDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3138
3138
|
return (0, import_smithy_client.take)(output, {
|
|
3139
|
-
Condition: (_) => de_DocumentAttributeCondition(_, context),
|
|
3139
|
+
Condition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "Condition"),
|
|
3140
3140
|
DocumentContentDeletion: import_smithy_client.expectBoolean,
|
|
3141
|
-
Target: (_) => de_DocumentAttributeTarget(_, context)
|
|
3141
|
+
Target: /* @__PURE__ */ __name((_) => de_DocumentAttributeTarget(_, context), "Target")
|
|
3142
3142
|
});
|
|
3143
3143
|
}, "de_InlineCustomDocumentEnrichmentConfiguration");
|
|
3144
3144
|
var de_InlineCustomDocumentEnrichmentConfigurationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3150,57 +3150,57 @@ var de_InlineCustomDocumentEnrichmentConfigurationList = /* @__PURE__ */ __name(
|
|
|
3150
3150
|
var de_ListDataSourcesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3151
3151
|
return (0, import_smithy_client.take)(output, {
|
|
3152
3152
|
NextToken: import_smithy_client.expectString,
|
|
3153
|
-
SummaryItems: (_) => de_DataSourceSummaryList(_, context)
|
|
3153
|
+
SummaryItems: /* @__PURE__ */ __name((_) => de_DataSourceSummaryList(_, context), "SummaryItems")
|
|
3154
3154
|
});
|
|
3155
3155
|
}, "de_ListDataSourcesResponse");
|
|
3156
3156
|
var de_ListDataSourceSyncJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3157
3157
|
return (0, import_smithy_client.take)(output, {
|
|
3158
|
-
History: (_) => de_DataSourceSyncJobHistoryList(_, context),
|
|
3158
|
+
History: /* @__PURE__ */ __name((_) => de_DataSourceSyncJobHistoryList(_, context), "History"),
|
|
3159
3159
|
NextToken: import_smithy_client.expectString
|
|
3160
3160
|
});
|
|
3161
3161
|
}, "de_ListDataSourceSyncJobsResponse");
|
|
3162
3162
|
var de_ListEntityPersonasResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3163
3163
|
return (0, import_smithy_client.take)(output, {
|
|
3164
3164
|
NextToken: import_smithy_client.expectString,
|
|
3165
|
-
SummaryItems: (_) => de_PersonasSummaryList(_, context)
|
|
3165
|
+
SummaryItems: /* @__PURE__ */ __name((_) => de_PersonasSummaryList(_, context), "SummaryItems")
|
|
3166
3166
|
});
|
|
3167
3167
|
}, "de_ListEntityPersonasResponse");
|
|
3168
3168
|
var de_ListExperiencesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3169
3169
|
return (0, import_smithy_client.take)(output, {
|
|
3170
3170
|
NextToken: import_smithy_client.expectString,
|
|
3171
|
-
SummaryItems: (_) => de_ExperiencesSummaryList(_, context)
|
|
3171
|
+
SummaryItems: /* @__PURE__ */ __name((_) => de_ExperiencesSummaryList(_, context), "SummaryItems")
|
|
3172
3172
|
});
|
|
3173
3173
|
}, "de_ListExperiencesResponse");
|
|
3174
3174
|
var de_ListFaqsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3175
3175
|
return (0, import_smithy_client.take)(output, {
|
|
3176
|
-
FaqSummaryItems: (_) => de_FaqSummaryItems(_, context),
|
|
3176
|
+
FaqSummaryItems: /* @__PURE__ */ __name((_) => de_FaqSummaryItems(_, context), "FaqSummaryItems"),
|
|
3177
3177
|
NextToken: import_smithy_client.expectString
|
|
3178
3178
|
});
|
|
3179
3179
|
}, "de_ListFaqsResponse");
|
|
3180
3180
|
var de_ListIndicesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3181
3181
|
return (0, import_smithy_client.take)(output, {
|
|
3182
|
-
IndexConfigurationSummaryItems: (_) => de_IndexConfigurationSummaryList(_, context),
|
|
3182
|
+
IndexConfigurationSummaryItems: /* @__PURE__ */ __name((_) => de_IndexConfigurationSummaryList(_, context), "IndexConfigurationSummaryItems"),
|
|
3183
3183
|
NextToken: import_smithy_client.expectString
|
|
3184
3184
|
});
|
|
3185
3185
|
}, "de_ListIndicesResponse");
|
|
3186
3186
|
var de_ListQuerySuggestionsBlockListsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3187
3187
|
return (0, import_smithy_client.take)(output, {
|
|
3188
|
-
BlockListSummaryItems: (_) => de_QuerySuggestionsBlockListSummaryItems(_, context),
|
|
3188
|
+
BlockListSummaryItems: /* @__PURE__ */ __name((_) => de_QuerySuggestionsBlockListSummaryItems(_, context), "BlockListSummaryItems"),
|
|
3189
3189
|
NextToken: import_smithy_client.expectString
|
|
3190
3190
|
});
|
|
3191
3191
|
}, "de_ListQuerySuggestionsBlockListsResponse");
|
|
3192
3192
|
var de_ListThesauriResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3193
3193
|
return (0, import_smithy_client.take)(output, {
|
|
3194
3194
|
NextToken: import_smithy_client.expectString,
|
|
3195
|
-
ThesaurusSummaryItems: (_) => de_ThesaurusSummaryItems(_, context)
|
|
3195
|
+
ThesaurusSummaryItems: /* @__PURE__ */ __name((_) => de_ThesaurusSummaryItems(_, context), "ThesaurusSummaryItems")
|
|
3196
3196
|
});
|
|
3197
3197
|
}, "de_ListThesauriResponse");
|
|
3198
3198
|
var de_PersonasSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3199
3199
|
return (0, import_smithy_client.take)(output, {
|
|
3200
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3200
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3201
3201
|
EntityId: import_smithy_client.expectString,
|
|
3202
3202
|
Persona: import_smithy_client.expectString,
|
|
3203
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3203
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3204
3204
|
});
|
|
3205
3205
|
}, "de_PersonasSummary");
|
|
3206
3206
|
var de_PersonasSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3211,10 +3211,10 @@ var de_PersonasSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3211
3211
|
}, "de_PersonasSummaryList");
|
|
3212
3212
|
var de_QueryResult = /* @__PURE__ */ __name((output, context) => {
|
|
3213
3213
|
return (0, import_smithy_client.take)(output, {
|
|
3214
|
-
FacetResults: (_) => de_FacetResultList(_, context),
|
|
3215
|
-
FeaturedResultsItems: (_) => de_FeaturedResultsItemList(_, context),
|
|
3214
|
+
FacetResults: /* @__PURE__ */ __name((_) => de_FacetResultList(_, context), "FacetResults"),
|
|
3215
|
+
FeaturedResultsItems: /* @__PURE__ */ __name((_) => de_FeaturedResultsItemList(_, context), "FeaturedResultsItems"),
|
|
3216
3216
|
QueryId: import_smithy_client.expectString,
|
|
3217
|
-
ResultItems: (_) => de_QueryResultItemList(_, context),
|
|
3217
|
+
ResultItems: /* @__PURE__ */ __name((_) => de_QueryResultItemList(_, context), "ResultItems"),
|
|
3218
3218
|
SpellCorrectedQueries: import_smithy_client._json,
|
|
3219
3219
|
TotalNumberOfResults: import_smithy_client.expectInt32,
|
|
3220
3220
|
Warnings: import_smithy_client._json
|
|
@@ -3223,8 +3223,8 @@ var de_QueryResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
3223
3223
|
var de_QueryResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
3224
3224
|
return (0, import_smithy_client.take)(output, {
|
|
3225
3225
|
AdditionalAttributes: import_smithy_client._json,
|
|
3226
|
-
CollapsedResultDetail: (_) => de_CollapsedResultDetail(_, context),
|
|
3227
|
-
DocumentAttributes: (_) => de_DocumentAttributeList(_, context),
|
|
3226
|
+
CollapsedResultDetail: /* @__PURE__ */ __name((_) => de_CollapsedResultDetail(_, context), "CollapsedResultDetail"),
|
|
3227
|
+
DocumentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributeList(_, context), "DocumentAttributes"),
|
|
3228
3228
|
DocumentExcerpt: import_smithy_client._json,
|
|
3229
3229
|
DocumentId: import_smithy_client.expectString,
|
|
3230
3230
|
DocumentTitle: import_smithy_client._json,
|
|
@@ -3245,12 +3245,12 @@ var de_QueryResultItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3245
3245
|
}, "de_QueryResultItemList");
|
|
3246
3246
|
var de_QuerySuggestionsBlockListSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3247
3247
|
return (0, import_smithy_client.take)(output, {
|
|
3248
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3248
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3249
3249
|
Id: import_smithy_client.expectString,
|
|
3250
3250
|
ItemCount: import_smithy_client.expectInt32,
|
|
3251
3251
|
Name: import_smithy_client.expectString,
|
|
3252
3252
|
Status: import_smithy_client.expectString,
|
|
3253
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3253
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3254
3254
|
});
|
|
3255
3255
|
}, "de_QuerySuggestionsBlockListSummary");
|
|
3256
3256
|
var de_QuerySuggestionsBlockListSummaryItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3262,13 +3262,13 @@ var de_QuerySuggestionsBlockListSummaryItems = /* @__PURE__ */ __name((output, c
|
|
|
3262
3262
|
var de_RetrieveResult = /* @__PURE__ */ __name((output, context) => {
|
|
3263
3263
|
return (0, import_smithy_client.take)(output, {
|
|
3264
3264
|
QueryId: import_smithy_client.expectString,
|
|
3265
|
-
ResultItems: (_) => de_RetrieveResultItemList(_, context)
|
|
3265
|
+
ResultItems: /* @__PURE__ */ __name((_) => de_RetrieveResultItemList(_, context), "ResultItems")
|
|
3266
3266
|
});
|
|
3267
3267
|
}, "de_RetrieveResult");
|
|
3268
3268
|
var de_RetrieveResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
3269
3269
|
return (0, import_smithy_client.take)(output, {
|
|
3270
3270
|
Content: import_smithy_client.expectString,
|
|
3271
|
-
DocumentAttributes: (_) => de_DocumentAttributeList(_, context),
|
|
3271
|
+
DocumentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributeList(_, context), "DocumentAttributes"),
|
|
3272
3272
|
DocumentId: import_smithy_client.expectString,
|
|
3273
3273
|
DocumentTitle: import_smithy_client.expectString,
|
|
3274
3274
|
DocumentURI: import_smithy_client.expectString,
|
|
@@ -3284,7 +3284,7 @@ var de_RetrieveResultItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3284
3284
|
}, "de_RetrieveResultItemList");
|
|
3285
3285
|
var de_SourceDocument = /* @__PURE__ */ __name((output, context) => {
|
|
3286
3286
|
return (0, import_smithy_client.take)(output, {
|
|
3287
|
-
AdditionalAttributes: (_) => de_DocumentAttributeList(_, context),
|
|
3287
|
+
AdditionalAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributeList(_, context), "AdditionalAttributes"),
|
|
3288
3288
|
DocumentId: import_smithy_client.expectString,
|
|
3289
3289
|
SuggestionAttributes: import_smithy_client._json
|
|
3290
3290
|
});
|
|
@@ -3298,7 +3298,7 @@ var de_SourceDocuments = /* @__PURE__ */ __name((output, context) => {
|
|
|
3298
3298
|
var de_Suggestion = /* @__PURE__ */ __name((output, context) => {
|
|
3299
3299
|
return (0, import_smithy_client.take)(output, {
|
|
3300
3300
|
Id: import_smithy_client.expectString,
|
|
3301
|
-
SourceDocuments: (_) => de_SourceDocuments(_, context),
|
|
3301
|
+
SourceDocuments: /* @__PURE__ */ __name((_) => de_SourceDocuments(_, context), "SourceDocuments"),
|
|
3302
3302
|
Value: import_smithy_client._json
|
|
3303
3303
|
});
|
|
3304
3304
|
}, "de_Suggestion");
|
|
@@ -3313,16 +3313,16 @@ var de_Template = /* @__PURE__ */ __name((output, context) => {
|
|
|
3313
3313
|
}, "de_Template");
|
|
3314
3314
|
var de_TemplateConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3315
3315
|
return (0, import_smithy_client.take)(output, {
|
|
3316
|
-
Template: (_) => de_Template(_, context)
|
|
3316
|
+
Template: /* @__PURE__ */ __name((_) => de_Template(_, context), "Template")
|
|
3317
3317
|
});
|
|
3318
3318
|
}, "de_TemplateConfiguration");
|
|
3319
3319
|
var de_ThesaurusSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3320
3320
|
return (0, import_smithy_client.take)(output, {
|
|
3321
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3321
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3322
3322
|
Id: import_smithy_client.expectString,
|
|
3323
3323
|
Name: import_smithy_client.expectString,
|
|
3324
3324
|
Status: import_smithy_client.expectString,
|
|
3325
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3325
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3326
3326
|
});
|
|
3327
3327
|
}, "de_ThesaurusSummary");
|
|
3328
3328
|
var de_ThesaurusSummaryItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3333,8 +3333,8 @@ var de_ThesaurusSummaryItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
3333
3333
|
}, "de_ThesaurusSummaryItems");
|
|
3334
3334
|
var de_TimeRange = /* @__PURE__ */ __name((output, context) => {
|
|
3335
3335
|
return (0, import_smithy_client.take)(output, {
|
|
3336
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3337
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3336
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
3337
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
3338
3338
|
});
|
|
3339
3339
|
}, "de_TimeRange");
|
|
3340
3340
|
var de_WebCrawlerConfiguration = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kendra",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|