@aws-sdk/client-kendra-ranking 3.1076.0 → 3.1078.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +20 -95
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateRescoreExecutionPlanCommand.js +2 -14
  4. package/dist-es/commands/DeleteRescoreExecutionPlanCommand.js +2 -14
  5. package/dist-es/commands/DescribeRescoreExecutionPlanCommand.js +2 -14
  6. package/dist-es/commands/ListRescoreExecutionPlansCommand.js +2 -14
  7. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  8. package/dist-es/commands/RescoreCommand.js +2 -14
  9. package/dist-es/commands/TagResourceCommand.js +2 -14
  10. package/dist-es/commands/UntagResourceCommand.js +2 -14
  11. package/dist-es/commands/UpdateRescoreExecutionPlanCommand.js +2 -14
  12. package/dist-es/index.js +1 -0
  13. package/dist-es/runtimeConfig.browser.js +0 -2
  14. package/dist-es/runtimeConfig.js +1 -2
  15. package/dist-es/runtimeConfig.native.js +0 -2
  16. package/dist-es/runtimeConfig.shared.js +2 -0
  17. package/dist-types/commandBuilder.d.ts +18 -0
  18. package/dist-types/commands/CreateRescoreExecutionPlanCommand.d.ts +3 -8
  19. package/dist-types/commands/DeleteRescoreExecutionPlanCommand.d.ts +3 -8
  20. package/dist-types/commands/DescribeRescoreExecutionPlanCommand.d.ts +3 -8
  21. package/dist-types/commands/ListRescoreExecutionPlansCommand.d.ts +3 -8
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  23. package/dist-types/commands/RescoreCommand.d.ts +3 -8
  24. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  25. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  26. package/dist-types/commands/UpdateRescoreExecutionPlanCommand.d.ts +3 -8
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  29. package/dist-types/runtimeConfig.d.ts +1 -1
  30. package/dist-types/runtimeConfig.native.d.ts +1 -1
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  33. package/dist-types/ts3.4/commands/CreateRescoreExecutionPlanCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/DeleteRescoreExecutionPlanCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/DescribeRescoreExecutionPlanCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/ListRescoreExecutionPlansCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/RescoreCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/UpdateRescoreExecutionPlanCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/index.d.ts +1 -0
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  47. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultKendraRankingHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -65,7 +67,7 @@ const commonParams = {
65
67
  Region: { type: "builtInParams", name: "region" },
66
68
  };
67
69
 
68
- var version = "3.1075.0";
70
+ var version = "3.1077.0";
69
71
  var packageInfo = {
70
72
  version: version};
71
73
 
@@ -551,6 +553,7 @@ const getRuntimeConfig$1 = (config) => {
551
553
  serviceTarget: "AWSKendraRerankingFrontendService",
552
554
  },
553
555
  serviceId: config?.serviceId ?? "Kendra Ranking",
556
+ sha256: config?.sha256 ?? Sha256,
554
557
  urlParser: config?.urlParser ?? parseUrl,
555
558
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
556
559
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -584,7 +587,6 @@ const getRuntimeConfig = (config) => {
584
587
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
585
588
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
586
589
  }, config),
587
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
588
590
  streamCollector: config?.streamCollector ?? streamCollector,
589
591
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
590
592
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -672,112 +674,35 @@ class KendraRankingClient extends Client {
672
674
  }
673
675
  }
674
676
 
675
- class CreateRescoreExecutionPlanCommand extends Command
676
- .classBuilder()
677
- .ep(commonParams)
678
- .m(function (Command, cs, config, o) {
679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
680
- })
681
- .s("AWSKendraRerankingFrontendService", "CreateRescoreExecutionPlan", {})
682
- .n("KendraRankingClient", "CreateRescoreExecutionPlanCommand")
683
- .sc(CreateRescoreExecutionPlan$)
684
- .build() {
677
+ const command = makeBuilder(commonParams, "AWSKendraRerankingFrontendService", "KendraRankingClient", getEndpointPlugin);
678
+ const _ep0 = {};
679
+ const _mw0 = (Command, cs, config, o) => [];
680
+
681
+ class CreateRescoreExecutionPlanCommand extends command(_ep0, _mw0, "CreateRescoreExecutionPlan", CreateRescoreExecutionPlan$) {
685
682
  }
686
683
 
687
- class DeleteRescoreExecutionPlanCommand extends Command
688
- .classBuilder()
689
- .ep(commonParams)
690
- .m(function (Command, cs, config, o) {
691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
692
- })
693
- .s("AWSKendraRerankingFrontendService", "DeleteRescoreExecutionPlan", {})
694
- .n("KendraRankingClient", "DeleteRescoreExecutionPlanCommand")
695
- .sc(DeleteRescoreExecutionPlan$)
696
- .build() {
684
+ class DeleteRescoreExecutionPlanCommand extends command(_ep0, _mw0, "DeleteRescoreExecutionPlan", DeleteRescoreExecutionPlan$) {
697
685
  }
698
686
 
699
- class DescribeRescoreExecutionPlanCommand extends Command
700
- .classBuilder()
701
- .ep(commonParams)
702
- .m(function (Command, cs, config, o) {
703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
- })
705
- .s("AWSKendraRerankingFrontendService", "DescribeRescoreExecutionPlan", {})
706
- .n("KendraRankingClient", "DescribeRescoreExecutionPlanCommand")
707
- .sc(DescribeRescoreExecutionPlan$)
708
- .build() {
687
+ class DescribeRescoreExecutionPlanCommand extends command(_ep0, _mw0, "DescribeRescoreExecutionPlan", DescribeRescoreExecutionPlan$) {
709
688
  }
710
689
 
711
- class ListRescoreExecutionPlansCommand extends Command
712
- .classBuilder()
713
- .ep(commonParams)
714
- .m(function (Command, cs, config, o) {
715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
716
- })
717
- .s("AWSKendraRerankingFrontendService", "ListRescoreExecutionPlans", {})
718
- .n("KendraRankingClient", "ListRescoreExecutionPlansCommand")
719
- .sc(ListRescoreExecutionPlans$)
720
- .build() {
690
+ class ListRescoreExecutionPlansCommand extends command(_ep0, _mw0, "ListRescoreExecutionPlans", ListRescoreExecutionPlans$) {
721
691
  }
722
692
 
723
- class ListTagsForResourceCommand extends Command
724
- .classBuilder()
725
- .ep(commonParams)
726
- .m(function (Command, cs, config, o) {
727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
728
- })
729
- .s("AWSKendraRerankingFrontendService", "ListTagsForResource", {})
730
- .n("KendraRankingClient", "ListTagsForResourceCommand")
731
- .sc(ListTagsForResource$)
732
- .build() {
693
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
733
694
  }
734
695
 
735
- class RescoreCommand extends Command
736
- .classBuilder()
737
- .ep(commonParams)
738
- .m(function (Command, cs, config, o) {
739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
740
- })
741
- .s("AWSKendraRerankingFrontendService", "Rescore", {})
742
- .n("KendraRankingClient", "RescoreCommand")
743
- .sc(Rescore$)
744
- .build() {
696
+ class RescoreCommand extends command(_ep0, _mw0, "Rescore", Rescore$) {
745
697
  }
746
698
 
747
- class TagResourceCommand extends Command
748
- .classBuilder()
749
- .ep(commonParams)
750
- .m(function (Command, cs, config, o) {
751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
752
- })
753
- .s("AWSKendraRerankingFrontendService", "TagResource", {})
754
- .n("KendraRankingClient", "TagResourceCommand")
755
- .sc(TagResource$)
756
- .build() {
699
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
757
700
  }
758
701
 
759
- class UntagResourceCommand extends Command
760
- .classBuilder()
761
- .ep(commonParams)
762
- .m(function (Command, cs, config, o) {
763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
764
- })
765
- .s("AWSKendraRerankingFrontendService", "UntagResource", {})
766
- .n("KendraRankingClient", "UntagResourceCommand")
767
- .sc(UntagResource$)
768
- .build() {
702
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
769
703
  }
770
704
 
771
- class UpdateRescoreExecutionPlanCommand extends Command
772
- .classBuilder()
773
- .ep(commonParams)
774
- .m(function (Command, cs, config, o) {
775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
776
- })
777
- .s("AWSKendraRerankingFrontendService", "UpdateRescoreExecutionPlan", {})
778
- .n("KendraRankingClient", "UpdateRescoreExecutionPlanCommand")
779
- .sc(UpdateRescoreExecutionPlan$)
780
- .build() {
705
+ class UpdateRescoreExecutionPlanCommand extends command(_ep0, _mw0, "UpdateRescoreExecutionPlan", UpdateRescoreExecutionPlan$) {
781
706
  }
782
707
 
783
708
  const paginateListRescoreExecutionPlans = createPaginator(KendraRankingClient, ListRescoreExecutionPlansCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSKendraRerankingFrontendService", "KendraRankingClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateRescoreExecutionPlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRescoreExecutionPlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "CreateRescoreExecutionPlan", {})
13
- .n("KendraRankingClient", "CreateRescoreExecutionPlanCommand")
14
- .sc(CreateRescoreExecutionPlan$)
15
- .build() {
3
+ export class CreateRescoreExecutionPlanCommand extends command(_ep0, _mw0, "CreateRescoreExecutionPlan", CreateRescoreExecutionPlan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteRescoreExecutionPlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRescoreExecutionPlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "DeleteRescoreExecutionPlan", {})
13
- .n("KendraRankingClient", "DeleteRescoreExecutionPlanCommand")
14
- .sc(DeleteRescoreExecutionPlan$)
15
- .build() {
3
+ export class DeleteRescoreExecutionPlanCommand extends command(_ep0, _mw0, "DeleteRescoreExecutionPlan", DeleteRescoreExecutionPlan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeRescoreExecutionPlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeRescoreExecutionPlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "DescribeRescoreExecutionPlan", {})
13
- .n("KendraRankingClient", "DescribeRescoreExecutionPlanCommand")
14
- .sc(DescribeRescoreExecutionPlan$)
15
- .build() {
3
+ export class DescribeRescoreExecutionPlanCommand extends command(_ep0, _mw0, "DescribeRescoreExecutionPlan", DescribeRescoreExecutionPlan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRescoreExecutionPlans$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRescoreExecutionPlansCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "ListRescoreExecutionPlans", {})
13
- .n("KendraRankingClient", "ListRescoreExecutionPlansCommand")
14
- .sc(ListRescoreExecutionPlans$)
15
- .build() {
3
+ export class ListRescoreExecutionPlansCommand extends command(_ep0, _mw0, "ListRescoreExecutionPlans", ListRescoreExecutionPlans$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "ListTagsForResource", {})
13
- .n("KendraRankingClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { Rescore$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RescoreCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "Rescore", {})
13
- .n("KendraRankingClient", "RescoreCommand")
14
- .sc(Rescore$)
15
- .build() {
3
+ export class RescoreCommand extends command(_ep0, _mw0, "Rescore", Rescore$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "TagResource", {})
13
- .n("KendraRankingClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "UntagResource", {})
13
- .n("KendraRankingClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRescoreExecutionPlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRescoreExecutionPlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSKendraRerankingFrontendService", "UpdateRescoreExecutionPlan", {})
13
- .n("KendraRankingClient", "UpdateRescoreExecutionPlanCommand")
14
- .sc(UpdateRescoreExecutionPlan$)
15
- .build() {
3
+ export class UpdateRescoreExecutionPlanCommand extends command(_ep0, _mw0, "UpdateRescoreExecutionPlan", UpdateRescoreExecutionPlan$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./KendraRankingClient";
2
2
  export * from "./KendraRanking";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWSKendraRerankingFrontendService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Kendra Ranking",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./KendraRankingClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { CreateRescoreExecutionPlanRequest, CreateRescoreExecutionPlanResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRescoreExecutionPlanCommandInput extends CreateRescoreExe
22
19
  export interface CreateRescoreExecutionPlanCommandOutput extends CreateRescoreExecutionPlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRescoreExecutionPlanCommand_base: {
25
- new (input: CreateRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRescoreExecutionPlanCommandInput, CreateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRescoreExecutionPlanCommandInput, CreateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRescoreExecutionPlanCommandInput, CreateRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<CreateRescoreExecutionPlanCommandInput, CreateRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a rescore execution plan. A rescore execution
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { DeleteRescoreExecutionPlanRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRescoreExecutionPlanCommandInput extends DeleteRescoreExe
22
19
  export interface DeleteRescoreExecutionPlanCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRescoreExecutionPlanCommand_base: {
25
- new (input: DeleteRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DeleteRescoreExecutionPlanCommandInput, DeleteRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DeleteRescoreExecutionPlanCommandInput, DeleteRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DeleteRescoreExecutionPlanCommandInput, DeleteRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DeleteRescoreExecutionPlanCommandInput, DeleteRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a rescore execution plan. A rescore execution
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { DescribeRescoreExecutionPlanRequest, DescribeRescoreExecutionPlanResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRescoreExecutionPlanCommandInput extends DescribeRescor
22
19
  export interface DescribeRescoreExecutionPlanCommandOutput extends DescribeRescoreExecutionPlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRescoreExecutionPlanCommand_base: {
25
- new (input: DescribeRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DescribeRescoreExecutionPlanCommandInput, DescribeRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DescribeRescoreExecutionPlanCommandInput, DescribeRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DescribeRescoreExecutionPlanCommandInput, DescribeRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeRescoreExecutionPlanCommandInput): import("@smithy/core/client").CommandImpl<DescribeRescoreExecutionPlanCommandInput, DescribeRescoreExecutionPlanCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about a rescore execution plan. A rescore
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { ListRescoreExecutionPlansRequest, ListRescoreExecutionPlansResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRescoreExecutionPlansCommandInput extends ListRescoreExecut
22
19
  export interface ListRescoreExecutionPlansCommandOutput extends ListRescoreExecutionPlansResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRescoreExecutionPlansCommand_base: {
25
- new (input: ListRescoreExecutionPlansCommandInput): import("@smithy/core/client").CommandImpl<ListRescoreExecutionPlansCommandInput, ListRescoreExecutionPlansCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRescoreExecutionPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListRescoreExecutionPlansCommandInput, ListRescoreExecutionPlansCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRescoreExecutionPlansCommandInput): import("@smithy/core/client").CommandImpl<ListRescoreExecutionPlansCommandInput, ListRescoreExecutionPlansCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRescoreExecutionPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListRescoreExecutionPlansCommandInput, ListRescoreExecutionPlansCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists your rescore execution plans. A rescore execution plan
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a list of tags associated with a specified resource.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient";
4
2
  import type { RescoreRequest, RescoreResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RescoreCommandInput extends RescoreRequest {
22
19
  export interface RescoreCommandOutput extends RescoreResult, __MetadataBearer {
23
20
  }
24
21
  declare const RescoreCommand_base: {
25
- new (input: RescoreCommandInput): import("@smithy/core/client").CommandImpl<RescoreCommandInput, RescoreCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RescoreCommandInput): import("@smithy/core/client").CommandImpl<RescoreCommandInput, RescoreCommandOutput, KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RescoreCommandInput): import("@smithy/core/client").CommandImpl<RescoreCommandInput, RescoreCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RescoreCommandInput): import("@smithy/core/client").CommandImpl<RescoreCommandInput, RescoreCommandOutput, import("..").KendraRankingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Rescores or re-ranks search results from a search service