@aws-sdk/client-kendra 3.645.0 → 3.650.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 (76) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +66 -198
  3. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +1 -3
  4. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +1 -3
  6. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -3
  7. package/dist-es/commands/BatchGetDocumentStatusCommand.js +1 -3
  8. package/dist-es/commands/BatchPutDocumentCommand.js +1 -3
  9. package/dist-es/commands/ClearQuerySuggestionsCommand.js +1 -3
  10. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +1 -3
  11. package/dist-es/commands/CreateDataSourceCommand.js +1 -3
  12. package/dist-es/commands/CreateExperienceCommand.js +1 -3
  13. package/dist-es/commands/CreateFaqCommand.js +1 -3
  14. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +1 -3
  15. package/dist-es/commands/CreateIndexCommand.js +1 -3
  16. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +1 -3
  17. package/dist-es/commands/CreateThesaurusCommand.js +1 -3
  18. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +1 -3
  19. package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
  20. package/dist-es/commands/DeleteExperienceCommand.js +1 -3
  21. package/dist-es/commands/DeleteFaqCommand.js +1 -3
  22. package/dist-es/commands/DeleteIndexCommand.js +1 -3
  23. package/dist-es/commands/DeletePrincipalMappingCommand.js +1 -3
  24. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -3
  25. package/dist-es/commands/DeleteThesaurusCommand.js +1 -3
  26. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +1 -3
  27. package/dist-es/commands/DescribeDataSourceCommand.js +1 -3
  28. package/dist-es/commands/DescribeExperienceCommand.js +1 -3
  29. package/dist-es/commands/DescribeFaqCommand.js +1 -3
  30. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +1 -3
  31. package/dist-es/commands/DescribeIndexCommand.js +1 -3
  32. package/dist-es/commands/DescribePrincipalMappingCommand.js +1 -3
  33. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -3
  34. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +1 -3
  35. package/dist-es/commands/DescribeThesaurusCommand.js +1 -3
  36. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +1 -3
  37. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +1 -3
  38. package/dist-es/commands/GetQuerySuggestionsCommand.js +1 -3
  39. package/dist-es/commands/GetSnapshotsCommand.js +1 -3
  40. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +1 -3
  41. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +1 -3
  42. package/dist-es/commands/ListDataSourcesCommand.js +1 -3
  43. package/dist-es/commands/ListEntityPersonasCommand.js +1 -3
  44. package/dist-es/commands/ListExperienceEntitiesCommand.js +1 -3
  45. package/dist-es/commands/ListExperiencesCommand.js +1 -3
  46. package/dist-es/commands/ListFaqsCommand.js +1 -3
  47. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +1 -3
  48. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -3
  49. package/dist-es/commands/ListIndicesCommand.js +1 -3
  50. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +1 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  52. package/dist-es/commands/ListThesauriCommand.js +1 -3
  53. package/dist-es/commands/PutPrincipalMappingCommand.js +1 -3
  54. package/dist-es/commands/QueryCommand.js +1 -3
  55. package/dist-es/commands/RetrieveCommand.js +1 -3
  56. package/dist-es/commands/StartDataSourceSyncJobCommand.js +1 -3
  57. package/dist-es/commands/StopDataSourceSyncJobCommand.js +1 -3
  58. package/dist-es/commands/SubmitFeedbackCommand.js +1 -3
  59. package/dist-es/commands/TagResourceCommand.js +1 -3
  60. package/dist-es/commands/UntagResourceCommand.js +1 -3
  61. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +1 -3
  62. package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
  63. package/dist-es/commands/UpdateExperienceCommand.js +1 -3
  64. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +1 -3
  65. package/dist-es/commands/UpdateIndexCommand.js +1 -3
  66. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -3
  67. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +1 -3
  68. package/dist-es/commands/UpdateThesaurusCommand.js +1 -3
  69. package/dist-es/endpoint/endpointResolver.js +7 -3
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  71. package/dist-types/runtimeConfig.d.ts +2 -0
  72. package/dist-types/runtimeConfig.native.d.ts +2 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  76. package/package.json +35 -35
@@ -6,9 +6,7 @@ import { de_AssociateEntitiesToExperienceCommand, se_AssociateEntitiesToExperien
6
6
  export { $Command };
7
7
  export class AssociateEntitiesToExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociatePersonasToEntitiesCommand, se_AssociatePersonasToEntitiesCo
6
6
  export { $Command };
7
7
  export class AssociatePersonasToEntitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDeleteDocumentCommand, se_BatchDeleteDocumentCommand } from "..
6
6
  export { $Command };
7
7
  export class BatchDeleteDocumentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDeleteFeaturedResultsSetCommand, se_BatchDeleteFeaturedResultsS
6
6
  export { $Command };
7
7
  export class BatchDeleteFeaturedResultsSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchGetDocumentStatusCommand, se_BatchGetDocumentStatusCommand } fr
6
6
  export { $Command };
7
7
  export class BatchGetDocumentStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchPutDocumentCommand, se_BatchPutDocumentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class BatchPutDocumentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ClearQuerySuggestionsCommand, se_ClearQuerySuggestionsCommand } from
6
6
  export { $Command };
7
7
  export class ClearQuerySuggestionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateAccessControlConfigurationCommand, se_CreateAccessControlConfi
6
6
  export { $Command };
7
7
  export class CreateAccessControlConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateExperienceCommand, se_CreateExperienceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFaqCommand, se_CreateFaqCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class CreateFaqCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFeaturedResultsSetCommand, se_CreateFeaturedResultsSetCommand
6
6
  export { $Command };
7
7
  export class CreateFeaturedResultsSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_j
7
7
  export { $Command };
8
8
  export class CreateIndexCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateQuerySuggestionsBlockListCommand, se_CreateQuerySuggestionsBlo
6
6
  export { $Command };
7
7
  export class CreateQuerySuggestionsBlockListCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateThesaurusCommand, se_CreateThesaurusCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateThesaurusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAccessControlConfigurationCommand, se_DeleteAccessControlConfi
6
6
  export { $Command };
7
7
  export class DeleteAccessControlConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteExperienceCommand, se_DeleteExperienceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFaqCommand, se_DeleteFaqCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class DeleteFaqCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteIndexCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePrincipalMappingCommand, se_DeletePrincipalMappingCommand } fr
6
6
  export { $Command };
7
7
  export class DeletePrincipalMappingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteQuerySuggestionsBlockListCommand, se_DeleteQuerySuggestionsBlo
6
6
  export { $Command };
7
7
  export class DeleteQuerySuggestionsBlockListCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteThesaurusCommand, se_DeleteThesaurusCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteThesaurusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAccessControlConfigurationCommand, se_DescribeAccessControlC
6
6
  export { $Command };
7
7
  export class DescribeAccessControlConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDataSourceCommand, se_DescribeDataSourceCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeExperienceCommand, se_DescribeExperienceCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFaqCommand, se_DescribeFaqCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DescribeFaqCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFeaturedResultsSetCommand, se_DescribeFeaturedResultsSetComm
6
6
  export { $Command };
7
7
  export class DescribeFeaturedResultsSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeIndexCommand, se_DescribeIndexCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class DescribeIndexCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribePrincipalMappingCommand, se_DescribePrincipalMappingCommand
6
6
  export { $Command };
7
7
  export class DescribePrincipalMappingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeQuerySuggestionsBlockListCommand, se_DescribeQuerySuggestion
6
6
  export { $Command };
7
7
  export class DescribeQuerySuggestionsBlockListCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeQuerySuggestionsConfigCommand, se_DescribeQuerySuggestionsCo
6
6
  export { $Command };
7
7
  export class DescribeQuerySuggestionsConfigCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeThesaurusCommand, se_DescribeThesaurusCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeThesaurusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateEntitiesFromExperienceCommand, se_DisassociateEntitiesFr
6
6
  export { $Command };
7
7
  export class DisassociateEntitiesFromExperienceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociatePersonasFromEntitiesCommand, se_DisassociatePersonasFrom
6
6
  export { $Command };
7
7
  export class DisassociatePersonasFromEntitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetQuerySuggestionsCommand, se_GetQuerySuggestionsCommand } from "..
6
6
  export { $Command };
7
7
  export class GetQuerySuggestionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSnapshotsCommand, se_GetSnapshotsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetSnapshotsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAccessControlConfigurationsCommand, se_ListAccessControlConfigur
6
6
  export { $Command };
7
7
  export class ListAccessControlConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataSourceSyncJobsCommand, se_ListDataSourceSyncJobsCommand } fr
6
6
  export { $Command };
7
7
  export class ListDataSourceSyncJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListDataSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEntityPersonasCommand, se_ListEntityPersonasCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListEntityPersonasCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListExperienceEntitiesCommand, se_ListExperienceEntitiesCommand } fr
7
7
  export { $Command };
8
8
  export class ListExperienceEntitiesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListExperiencesCommand, se_ListExperiencesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListExperiencesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFaqsCommand, se_ListFaqsCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class ListFaqsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFeaturedResultsSetsCommand, se_ListFeaturedResultsSetsCommand }
6
6
  export { $Command };
7
7
  export class ListFeaturedResultsSetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListGroupsOlderThanOrderingIdCommand, se_ListGroupsOlderThanOrdering
6
6
  export { $Command };
7
7
  export class ListGroupsOlderThanOrderingIdCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListIndicesCommand, se_ListIndicesCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListIndicesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListQuerySuggestionsBlockListsCommand, se_ListQuerySuggestionsBlockL
6
6
  export { $Command };
7
7
  export class ListQuerySuggestionsBlockListsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListThesauriCommand, se_ListThesauriCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListThesauriCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutPrincipalMappingCommand, se_PutPrincipalMappingCommand } from "..
6
6
  export { $Command };
7
7
  export class PutPrincipalMappingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
7
  export class QueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RetrieveCommand, se_RetrieveCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class RetrieveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),