@aws-sdk/client-kendra-ranking 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 +12 -12
- 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
|
ConflictException: () => ConflictException,
|
|
26
26
|
CreateRescoreExecutionPlanCommand: () => CreateRescoreExecutionPlanCommand,
|
|
@@ -45,7 +45,7 @@ __export(src_exports, {
|
|
|
45
45
|
__Client: () => import_smithy_client.Client,
|
|
46
46
|
paginateListRescoreExecutionPlans: () => paginateListRescoreExecutionPlans
|
|
47
47
|
});
|
|
48
|
-
module.exports = __toCommonJS(
|
|
48
|
+
module.exports = __toCommonJS(index_exports);
|
|
49
49
|
|
|
50
50
|
// src/KendraRankingClient.ts
|
|
51
51
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -170,9 +170,9 @@ var KendraRankingClient = class extends import_smithy_client.Client {
|
|
|
170
170
|
this.middlewareStack.use(
|
|
171
171
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
172
172
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultKendraRankingHttpAuthSchemeParametersProvider,
|
|
173
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
173
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
174
174
|
"aws.auth#sigv4": config.credentials
|
|
175
|
-
})
|
|
175
|
+
}), "identityProviderConfigProvider")
|
|
176
176
|
})
|
|
177
177
|
);
|
|
178
178
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -690,7 +690,7 @@ var se_DocumentList = /* @__PURE__ */ __name((input, context) => {
|
|
|
690
690
|
}, "se_DocumentList");
|
|
691
691
|
var se_RescoreRequest = /* @__PURE__ */ __name((input, context) => {
|
|
692
692
|
return (0, import_smithy_client.take)(input, {
|
|
693
|
-
Documents: (_) => se_DocumentList(_, context),
|
|
693
|
+
Documents: /* @__PURE__ */ __name((_) => se_DocumentList(_, context), "Documents"),
|
|
694
694
|
RescoreExecutionPlanId: [],
|
|
695
695
|
SearchQuery: []
|
|
696
696
|
});
|
|
@@ -699,28 +699,28 @@ var de_DescribeRescoreExecutionPlanResponse = /* @__PURE__ */ __name((output, co
|
|
|
699
699
|
return (0, import_smithy_client.take)(output, {
|
|
700
700
|
Arn: import_smithy_client.expectString,
|
|
701
701
|
CapacityUnits: import_smithy_client._json,
|
|
702
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
702
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
703
703
|
Description: import_smithy_client.expectString,
|
|
704
704
|
ErrorMessage: import_smithy_client.expectString,
|
|
705
705
|
Id: import_smithy_client.expectString,
|
|
706
706
|
Name: import_smithy_client.expectString,
|
|
707
707
|
Status: import_smithy_client.expectString,
|
|
708
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
708
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
709
709
|
});
|
|
710
710
|
}, "de_DescribeRescoreExecutionPlanResponse");
|
|
711
711
|
var de_ListRescoreExecutionPlansResponse = /* @__PURE__ */ __name((output, context) => {
|
|
712
712
|
return (0, import_smithy_client.take)(output, {
|
|
713
713
|
NextToken: import_smithy_client.expectString,
|
|
714
|
-
SummaryItems: (_) => de_RescoreExecutionPlanSummaryList(_, context)
|
|
714
|
+
SummaryItems: /* @__PURE__ */ __name((_) => de_RescoreExecutionPlanSummaryList(_, context), "SummaryItems")
|
|
715
715
|
});
|
|
716
716
|
}, "de_ListRescoreExecutionPlansResponse");
|
|
717
717
|
var de_RescoreExecutionPlanSummary = /* @__PURE__ */ __name((output, context) => {
|
|
718
718
|
return (0, import_smithy_client.take)(output, {
|
|
719
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
719
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
720
720
|
Id: import_smithy_client.expectString,
|
|
721
721
|
Name: import_smithy_client.expectString,
|
|
722
722
|
Status: import_smithy_client.expectString,
|
|
723
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
723
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
724
724
|
});
|
|
725
725
|
}, "de_RescoreExecutionPlanSummary");
|
|
726
726
|
var de_RescoreExecutionPlanSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -732,7 +732,7 @@ var de_RescoreExecutionPlanSummaryList = /* @__PURE__ */ __name((output, context
|
|
|
732
732
|
var de_RescoreResult = /* @__PURE__ */ __name((output, context) => {
|
|
733
733
|
return (0, import_smithy_client.take)(output, {
|
|
734
734
|
RescoreId: import_smithy_client.expectString,
|
|
735
|
-
ResultItems: (_) => de_RescoreResultItemList(_, context)
|
|
735
|
+
ResultItems: /* @__PURE__ */ __name((_) => de_RescoreResultItemList(_, context), "ResultItems")
|
|
736
736
|
});
|
|
737
737
|
}, "de_RescoreResult");
|
|
738
738
|
var de_RescoreResultItem = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra-ranking",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Ranking 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-ranking",
|
|
@@ -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",
|