@aws-sdk/client-kendra 3.1087.0 → 3.1089.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 (87) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Kendra.d.ts +220 -280
  3. package/dist-types/ts3.4/KendraClient.d.ts +25 -65
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +3 -4
  14. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -5
  18. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -2
  26. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +3 -4
  58. package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -2
  59. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +3 -4
  62. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -2
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
  67. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -2
  70. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  74. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  75. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  76. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  77. package/dist-types/ts3.4/models/errors.d.ts +11 -36
  78. package/dist-types/ts3.4/models/models_0.d.ts +26 -78
  79. package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  87. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75