@aws-sdk/client-kendra 3.1077.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 (206) hide show
  1. package/dist-cjs/index.js +74 -663
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -14
  4. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -14
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
  6. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -14
  7. package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -14
  8. package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
  9. package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -14
  10. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -14
  11. package/dist-es/commands/CreateDataSourceCommand.js +2 -14
  12. package/dist-es/commands/CreateExperienceCommand.js +2 -14
  13. package/dist-es/commands/CreateFaqCommand.js +2 -14
  14. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -14
  15. package/dist-es/commands/CreateIndexCommand.js +2 -14
  16. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -14
  17. package/dist-es/commands/CreateThesaurusCommand.js +2 -14
  18. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
  20. package/dist-es/commands/DeleteExperienceCommand.js +2 -14
  21. package/dist-es/commands/DeleteFaqCommand.js +2 -14
  22. package/dist-es/commands/DeleteIndexCommand.js +2 -14
  23. package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -14
  24. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -14
  25. package/dist-es/commands/DeleteThesaurusCommand.js +2 -14
  26. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -14
  27. package/dist-es/commands/DescribeDataSourceCommand.js +2 -14
  28. package/dist-es/commands/DescribeExperienceCommand.js +2 -14
  29. package/dist-es/commands/DescribeFaqCommand.js +2 -14
  30. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -14
  31. package/dist-es/commands/DescribeIndexCommand.js +2 -14
  32. package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -14
  33. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -14
  34. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -14
  35. package/dist-es/commands/DescribeThesaurusCommand.js +2 -14
  36. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -14
  37. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -14
  38. package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -14
  39. package/dist-es/commands/GetSnapshotsCommand.js +2 -14
  40. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -14
  41. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
  42. package/dist-es/commands/ListDataSourcesCommand.js +2 -14
  43. package/dist-es/commands/ListEntityPersonasCommand.js +2 -14
  44. package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -14
  45. package/dist-es/commands/ListExperiencesCommand.js +2 -14
  46. package/dist-es/commands/ListFaqsCommand.js +2 -14
  47. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -14
  48. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -14
  49. package/dist-es/commands/ListIndicesCommand.js +2 -14
  50. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -14
  51. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  52. package/dist-es/commands/ListThesauriCommand.js +2 -14
  53. package/dist-es/commands/PutPrincipalMappingCommand.js +2 -14
  54. package/dist-es/commands/QueryCommand.js +2 -14
  55. package/dist-es/commands/RetrieveCommand.js +2 -14
  56. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
  57. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
  58. package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -14
  62. package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
  63. package/dist-es/commands/UpdateExperienceCommand.js +2 -14
  64. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -14
  65. package/dist-es/commands/UpdateIndexCommand.js +2 -14
  66. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -14
  67. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -14
  68. package/dist-es/commands/UpdateThesaurusCommand.js +2 -14
  69. package/dist-es/index.js +1 -0
  70. package/dist-types/commandBuilder.d.ts +18 -0
  71. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +3 -8
  72. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -8
  73. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
  74. package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -8
  75. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -8
  76. package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
  77. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateExperienceCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateFaqCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteFaqCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
  91. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -8
  94. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeFaqCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -8
  99. package/dist-types/commands/DescribeIndexCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -8
  104. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -8
  105. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -8
  106. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -8
  107. package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
  111. package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -8
  112. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListExperiencesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListFaqsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -8
  117. package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
  118. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  120. package/dist-types/commands/ListThesauriCommand.d.ts +3 -8
  121. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -8
  122. package/dist-types/commands/QueryCommand.d.ts +3 -8
  123. package/dist-types/commands/RetrieveCommand.d.ts +3 -8
  124. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
  125. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
  126. package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
  127. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  128. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -8
  135. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -8
  136. package/dist-types/commands/UpdateThesaurusCommand.d.ts +3 -8
  137. package/dist-types/index.d.ts +1 -0
  138. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  139. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/index.d.ts +1 -0
  206. package/package.json +8 -8
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");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -3107,796 +3108,206 @@ class KendraClient extends Client {
3107
3108
  }
3108
3109
  }
3109
3110
 
3110
- class AssociateEntitiesToExperienceCommand extends Command
3111
- .classBuilder()
3112
- .ep(commonParams)
3113
- .m(function (Command, cs, config, o) {
3114
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3115
- })
3116
- .s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {})
3117
- .n("KendraClient", "AssociateEntitiesToExperienceCommand")
3118
- .sc(AssociateEntitiesToExperience$)
3119
- .build() {
3111
+ const command = makeBuilder(commonParams, "AWSKendraFrontendService", "KendraClient", getEndpointPlugin);
3112
+ const _ep0 = {};
3113
+ const _mw0 = (Command, cs, config, o) => [];
3114
+
3115
+ class AssociateEntitiesToExperienceCommand extends command(_ep0, _mw0, "AssociateEntitiesToExperience", AssociateEntitiesToExperience$) {
3120
3116
  }
3121
3117
 
3122
- class AssociatePersonasToEntitiesCommand extends Command
3123
- .classBuilder()
3124
- .ep(commonParams)
3125
- .m(function (Command, cs, config, o) {
3126
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3127
- })
3128
- .s("AWSKendraFrontendService", "AssociatePersonasToEntities", {})
3129
- .n("KendraClient", "AssociatePersonasToEntitiesCommand")
3130
- .sc(AssociatePersonasToEntities$)
3131
- .build() {
3118
+ class AssociatePersonasToEntitiesCommand extends command(_ep0, _mw0, "AssociatePersonasToEntities", AssociatePersonasToEntities$) {
3132
3119
  }
3133
3120
 
3134
- class BatchDeleteDocumentCommand extends Command
3135
- .classBuilder()
3136
- .ep(commonParams)
3137
- .m(function (Command, cs, config, o) {
3138
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3139
- })
3140
- .s("AWSKendraFrontendService", "BatchDeleteDocument", {})
3141
- .n("KendraClient", "BatchDeleteDocumentCommand")
3142
- .sc(BatchDeleteDocument$)
3143
- .build() {
3121
+ class BatchDeleteDocumentCommand extends command(_ep0, _mw0, "BatchDeleteDocument", BatchDeleteDocument$) {
3144
3122
  }
3145
3123
 
3146
- class BatchDeleteFeaturedResultsSetCommand extends Command
3147
- .classBuilder()
3148
- .ep(commonParams)
3149
- .m(function (Command, cs, config, o) {
3150
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3151
- })
3152
- .s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {})
3153
- .n("KendraClient", "BatchDeleteFeaturedResultsSetCommand")
3154
- .sc(BatchDeleteFeaturedResultsSet$)
3155
- .build() {
3124
+ class BatchDeleteFeaturedResultsSetCommand extends command(_ep0, _mw0, "BatchDeleteFeaturedResultsSet", BatchDeleteFeaturedResultsSet$) {
3156
3125
  }
3157
3126
 
3158
- class BatchGetDocumentStatusCommand extends Command
3159
- .classBuilder()
3160
- .ep(commonParams)
3161
- .m(function (Command, cs, config, o) {
3162
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3163
- })
3164
- .s("AWSKendraFrontendService", "BatchGetDocumentStatus", {})
3165
- .n("KendraClient", "BatchGetDocumentStatusCommand")
3166
- .sc(BatchGetDocumentStatus$)
3167
- .build() {
3127
+ class BatchGetDocumentStatusCommand extends command(_ep0, _mw0, "BatchGetDocumentStatus", BatchGetDocumentStatus$) {
3168
3128
  }
3169
3129
 
3170
- class BatchPutDocumentCommand extends Command
3171
- .classBuilder()
3172
- .ep(commonParams)
3173
- .m(function (Command, cs, config, o) {
3174
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3175
- })
3176
- .s("AWSKendraFrontendService", "BatchPutDocument", {})
3177
- .n("KendraClient", "BatchPutDocumentCommand")
3178
- .sc(BatchPutDocument$)
3179
- .build() {
3130
+ class BatchPutDocumentCommand extends command(_ep0, _mw0, "BatchPutDocument", BatchPutDocument$) {
3180
3131
  }
3181
3132
 
3182
- class ClearQuerySuggestionsCommand extends Command
3183
- .classBuilder()
3184
- .ep(commonParams)
3185
- .m(function (Command, cs, config, o) {
3186
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3187
- })
3188
- .s("AWSKendraFrontendService", "ClearQuerySuggestions", {})
3189
- .n("KendraClient", "ClearQuerySuggestionsCommand")
3190
- .sc(ClearQuerySuggestions$)
3191
- .build() {
3133
+ class ClearQuerySuggestionsCommand extends command(_ep0, _mw0, "ClearQuerySuggestions", ClearQuerySuggestions$) {
3192
3134
  }
3193
3135
 
3194
- class CreateAccessControlConfigurationCommand extends Command
3195
- .classBuilder()
3196
- .ep(commonParams)
3197
- .m(function (Command, cs, config, o) {
3198
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3199
- })
3200
- .s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {})
3201
- .n("KendraClient", "CreateAccessControlConfigurationCommand")
3202
- .sc(CreateAccessControlConfiguration$)
3203
- .build() {
3136
+ class CreateAccessControlConfigurationCommand extends command(_ep0, _mw0, "CreateAccessControlConfiguration", CreateAccessControlConfiguration$) {
3204
3137
  }
3205
3138
 
3206
- class CreateDataSourceCommand extends Command
3207
- .classBuilder()
3208
- .ep(commonParams)
3209
- .m(function (Command, cs, config, o) {
3210
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3211
- })
3212
- .s("AWSKendraFrontendService", "CreateDataSource", {})
3213
- .n("KendraClient", "CreateDataSourceCommand")
3214
- .sc(CreateDataSource$)
3215
- .build() {
3139
+ class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
3216
3140
  }
3217
3141
 
3218
- class CreateExperienceCommand extends Command
3219
- .classBuilder()
3220
- .ep(commonParams)
3221
- .m(function (Command, cs, config, o) {
3222
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3223
- })
3224
- .s("AWSKendraFrontendService", "CreateExperience", {})
3225
- .n("KendraClient", "CreateExperienceCommand")
3226
- .sc(CreateExperience$)
3227
- .build() {
3142
+ class CreateExperienceCommand extends command(_ep0, _mw0, "CreateExperience", CreateExperience$) {
3228
3143
  }
3229
3144
 
3230
- class CreateFaqCommand extends Command
3231
- .classBuilder()
3232
- .ep(commonParams)
3233
- .m(function (Command, cs, config, o) {
3234
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3235
- })
3236
- .s("AWSKendraFrontendService", "CreateFaq", {})
3237
- .n("KendraClient", "CreateFaqCommand")
3238
- .sc(CreateFaq$)
3239
- .build() {
3145
+ class CreateFaqCommand extends command(_ep0, _mw0, "CreateFaq", CreateFaq$) {
3240
3146
  }
3241
3147
 
3242
- class CreateFeaturedResultsSetCommand extends Command
3243
- .classBuilder()
3244
- .ep(commonParams)
3245
- .m(function (Command, cs, config, o) {
3246
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3247
- })
3248
- .s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {})
3249
- .n("KendraClient", "CreateFeaturedResultsSetCommand")
3250
- .sc(CreateFeaturedResultsSet$)
3251
- .build() {
3148
+ class CreateFeaturedResultsSetCommand extends command(_ep0, _mw0, "CreateFeaturedResultsSet", CreateFeaturedResultsSet$) {
3252
3149
  }
3253
3150
 
3254
- class CreateIndexCommand extends Command
3255
- .classBuilder()
3256
- .ep(commonParams)
3257
- .m(function (Command, cs, config, o) {
3258
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3259
- })
3260
- .s("AWSKendraFrontendService", "CreateIndex", {})
3261
- .n("KendraClient", "CreateIndexCommand")
3262
- .sc(CreateIndex$)
3263
- .build() {
3151
+ class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
3264
3152
  }
3265
3153
 
3266
- class CreateQuerySuggestionsBlockListCommand extends Command
3267
- .classBuilder()
3268
- .ep(commonParams)
3269
- .m(function (Command, cs, config, o) {
3270
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3271
- })
3272
- .s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {})
3273
- .n("KendraClient", "CreateQuerySuggestionsBlockListCommand")
3274
- .sc(CreateQuerySuggestionsBlockList$)
3275
- .build() {
3154
+ class CreateQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "CreateQuerySuggestionsBlockList", CreateQuerySuggestionsBlockList$) {
3276
3155
  }
3277
3156
 
3278
- class CreateThesaurusCommand extends Command
3279
- .classBuilder()
3280
- .ep(commonParams)
3281
- .m(function (Command, cs, config, o) {
3282
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3283
- })
3284
- .s("AWSKendraFrontendService", "CreateThesaurus", {})
3285
- .n("KendraClient", "CreateThesaurusCommand")
3286
- .sc(CreateThesaurus$)
3287
- .build() {
3157
+ class CreateThesaurusCommand extends command(_ep0, _mw0, "CreateThesaurus", CreateThesaurus$) {
3288
3158
  }
3289
3159
 
3290
- class DeleteAccessControlConfigurationCommand extends Command
3291
- .classBuilder()
3292
- .ep(commonParams)
3293
- .m(function (Command, cs, config, o) {
3294
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3295
- })
3296
- .s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {})
3297
- .n("KendraClient", "DeleteAccessControlConfigurationCommand")
3298
- .sc(DeleteAccessControlConfiguration$)
3299
- .build() {
3160
+ class DeleteAccessControlConfigurationCommand extends command(_ep0, _mw0, "DeleteAccessControlConfiguration", DeleteAccessControlConfiguration$) {
3300
3161
  }
3301
3162
 
3302
- class DeleteDataSourceCommand extends Command
3303
- .classBuilder()
3304
- .ep(commonParams)
3305
- .m(function (Command, cs, config, o) {
3306
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3307
- })
3308
- .s("AWSKendraFrontendService", "DeleteDataSource", {})
3309
- .n("KendraClient", "DeleteDataSourceCommand")
3310
- .sc(DeleteDataSource$)
3311
- .build() {
3163
+ class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
3312
3164
  }
3313
3165
 
3314
- class DeleteExperienceCommand extends Command
3315
- .classBuilder()
3316
- .ep(commonParams)
3317
- .m(function (Command, cs, config, o) {
3318
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3319
- })
3320
- .s("AWSKendraFrontendService", "DeleteExperience", {})
3321
- .n("KendraClient", "DeleteExperienceCommand")
3322
- .sc(DeleteExperience$)
3323
- .build() {
3166
+ class DeleteExperienceCommand extends command(_ep0, _mw0, "DeleteExperience", DeleteExperience$) {
3324
3167
  }
3325
3168
 
3326
- class DeleteFaqCommand extends Command
3327
- .classBuilder()
3328
- .ep(commonParams)
3329
- .m(function (Command, cs, config, o) {
3330
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3331
- })
3332
- .s("AWSKendraFrontendService", "DeleteFaq", {})
3333
- .n("KendraClient", "DeleteFaqCommand")
3334
- .sc(DeleteFaq$)
3335
- .build() {
3169
+ class DeleteFaqCommand extends command(_ep0, _mw0, "DeleteFaq", DeleteFaq$) {
3336
3170
  }
3337
3171
 
3338
- class DeleteIndexCommand extends Command
3339
- .classBuilder()
3340
- .ep(commonParams)
3341
- .m(function (Command, cs, config, o) {
3342
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3343
- })
3344
- .s("AWSKendraFrontendService", "DeleteIndex", {})
3345
- .n("KendraClient", "DeleteIndexCommand")
3346
- .sc(DeleteIndex$)
3347
- .build() {
3172
+ class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
3348
3173
  }
3349
3174
 
3350
- class DeletePrincipalMappingCommand extends Command
3351
- .classBuilder()
3352
- .ep(commonParams)
3353
- .m(function (Command, cs, config, o) {
3354
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3355
- })
3356
- .s("AWSKendraFrontendService", "DeletePrincipalMapping", {})
3357
- .n("KendraClient", "DeletePrincipalMappingCommand")
3358
- .sc(DeletePrincipalMapping$)
3359
- .build() {
3175
+ class DeletePrincipalMappingCommand extends command(_ep0, _mw0, "DeletePrincipalMapping", DeletePrincipalMapping$) {
3360
3176
  }
3361
3177
 
3362
- class DeleteQuerySuggestionsBlockListCommand extends Command
3363
- .classBuilder()
3364
- .ep(commonParams)
3365
- .m(function (Command, cs, config, o) {
3366
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3367
- })
3368
- .s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {})
3369
- .n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
3370
- .sc(DeleteQuerySuggestionsBlockList$)
3371
- .build() {
3178
+ class DeleteQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DeleteQuerySuggestionsBlockList", DeleteQuerySuggestionsBlockList$) {
3372
3179
  }
3373
3180
 
3374
- class DeleteThesaurusCommand extends Command
3375
- .classBuilder()
3376
- .ep(commonParams)
3377
- .m(function (Command, cs, config, o) {
3378
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3379
- })
3380
- .s("AWSKendraFrontendService", "DeleteThesaurus", {})
3381
- .n("KendraClient", "DeleteThesaurusCommand")
3382
- .sc(DeleteThesaurus$)
3383
- .build() {
3181
+ class DeleteThesaurusCommand extends command(_ep0, _mw0, "DeleteThesaurus", DeleteThesaurus$) {
3384
3182
  }
3385
3183
 
3386
- class DescribeAccessControlConfigurationCommand extends Command
3387
- .classBuilder()
3388
- .ep(commonParams)
3389
- .m(function (Command, cs, config, o) {
3390
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3391
- })
3392
- .s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
3393
- .n("KendraClient", "DescribeAccessControlConfigurationCommand")
3394
- .sc(DescribeAccessControlConfiguration$)
3395
- .build() {
3184
+ class DescribeAccessControlConfigurationCommand extends command(_ep0, _mw0, "DescribeAccessControlConfiguration", DescribeAccessControlConfiguration$) {
3396
3185
  }
3397
3186
 
3398
- class DescribeDataSourceCommand extends Command
3399
- .classBuilder()
3400
- .ep(commonParams)
3401
- .m(function (Command, cs, config, o) {
3402
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3403
- })
3404
- .s("AWSKendraFrontendService", "DescribeDataSource", {})
3405
- .n("KendraClient", "DescribeDataSourceCommand")
3406
- .sc(DescribeDataSource$)
3407
- .build() {
3187
+ class DescribeDataSourceCommand extends command(_ep0, _mw0, "DescribeDataSource", DescribeDataSource$) {
3408
3188
  }
3409
3189
 
3410
- class DescribeExperienceCommand extends Command
3411
- .classBuilder()
3412
- .ep(commonParams)
3413
- .m(function (Command, cs, config, o) {
3414
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3415
- })
3416
- .s("AWSKendraFrontendService", "DescribeExperience", {})
3417
- .n("KendraClient", "DescribeExperienceCommand")
3418
- .sc(DescribeExperience$)
3419
- .build() {
3190
+ class DescribeExperienceCommand extends command(_ep0, _mw0, "DescribeExperience", DescribeExperience$) {
3420
3191
  }
3421
3192
 
3422
- class DescribeFaqCommand extends Command
3423
- .classBuilder()
3424
- .ep(commonParams)
3425
- .m(function (Command, cs, config, o) {
3426
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3427
- })
3428
- .s("AWSKendraFrontendService", "DescribeFaq", {})
3429
- .n("KendraClient", "DescribeFaqCommand")
3430
- .sc(DescribeFaq$)
3431
- .build() {
3193
+ class DescribeFaqCommand extends command(_ep0, _mw0, "DescribeFaq", DescribeFaq$) {
3432
3194
  }
3433
3195
 
3434
- class DescribeFeaturedResultsSetCommand extends Command
3435
- .classBuilder()
3436
- .ep(commonParams)
3437
- .m(function (Command, cs, config, o) {
3438
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3439
- })
3440
- .s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
3441
- .n("KendraClient", "DescribeFeaturedResultsSetCommand")
3442
- .sc(DescribeFeaturedResultsSet$)
3443
- .build() {
3196
+ class DescribeFeaturedResultsSetCommand extends command(_ep0, _mw0, "DescribeFeaturedResultsSet", DescribeFeaturedResultsSet$) {
3444
3197
  }
3445
3198
 
3446
- class DescribeIndexCommand extends Command
3447
- .classBuilder()
3448
- .ep(commonParams)
3449
- .m(function (Command, cs, config, o) {
3450
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3451
- })
3452
- .s("AWSKendraFrontendService", "DescribeIndex", {})
3453
- .n("KendraClient", "DescribeIndexCommand")
3454
- .sc(DescribeIndex$)
3455
- .build() {
3199
+ class DescribeIndexCommand extends command(_ep0, _mw0, "DescribeIndex", DescribeIndex$) {
3456
3200
  }
3457
3201
 
3458
- class DescribePrincipalMappingCommand extends Command
3459
- .classBuilder()
3460
- .ep(commonParams)
3461
- .m(function (Command, cs, config, o) {
3462
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3463
- })
3464
- .s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
3465
- .n("KendraClient", "DescribePrincipalMappingCommand")
3466
- .sc(DescribePrincipalMapping$)
3467
- .build() {
3202
+ class DescribePrincipalMappingCommand extends command(_ep0, _mw0, "DescribePrincipalMapping", DescribePrincipalMapping$) {
3468
3203
  }
3469
3204
 
3470
- class DescribeQuerySuggestionsBlockListCommand extends Command
3471
- .classBuilder()
3472
- .ep(commonParams)
3473
- .m(function (Command, cs, config, o) {
3474
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3475
- })
3476
- .s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
3477
- .n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
3478
- .sc(DescribeQuerySuggestionsBlockList$)
3479
- .build() {
3205
+ class DescribeQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DescribeQuerySuggestionsBlockList", DescribeQuerySuggestionsBlockList$) {
3480
3206
  }
3481
3207
 
3482
- class DescribeQuerySuggestionsConfigCommand extends Command
3483
- .classBuilder()
3484
- .ep(commonParams)
3485
- .m(function (Command, cs, config, o) {
3486
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3487
- })
3488
- .s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
3489
- .n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
3490
- .sc(DescribeQuerySuggestionsConfig$)
3491
- .build() {
3208
+ class DescribeQuerySuggestionsConfigCommand extends command(_ep0, _mw0, "DescribeQuerySuggestionsConfig", DescribeQuerySuggestionsConfig$) {
3492
3209
  }
3493
3210
 
3494
- class DescribeThesaurusCommand extends Command
3495
- .classBuilder()
3496
- .ep(commonParams)
3497
- .m(function (Command, cs, config, o) {
3498
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3499
- })
3500
- .s("AWSKendraFrontendService", "DescribeThesaurus", {})
3501
- .n("KendraClient", "DescribeThesaurusCommand")
3502
- .sc(DescribeThesaurus$)
3503
- .build() {
3211
+ class DescribeThesaurusCommand extends command(_ep0, _mw0, "DescribeThesaurus", DescribeThesaurus$) {
3504
3212
  }
3505
3213
 
3506
- class DisassociateEntitiesFromExperienceCommand extends Command
3507
- .classBuilder()
3508
- .ep(commonParams)
3509
- .m(function (Command, cs, config, o) {
3510
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3511
- })
3512
- .s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
3513
- .n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
3514
- .sc(DisassociateEntitiesFromExperience$)
3515
- .build() {
3214
+ class DisassociateEntitiesFromExperienceCommand extends command(_ep0, _mw0, "DisassociateEntitiesFromExperience", DisassociateEntitiesFromExperience$) {
3516
3215
  }
3517
3216
 
3518
- class DisassociatePersonasFromEntitiesCommand extends Command
3519
- .classBuilder()
3520
- .ep(commonParams)
3521
- .m(function (Command, cs, config, o) {
3522
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3523
- })
3524
- .s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
3525
- .n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
3526
- .sc(DisassociatePersonasFromEntities$)
3527
- .build() {
3217
+ class DisassociatePersonasFromEntitiesCommand extends command(_ep0, _mw0, "DisassociatePersonasFromEntities", DisassociatePersonasFromEntities$) {
3528
3218
  }
3529
3219
 
3530
- class GetQuerySuggestionsCommand extends Command
3531
- .classBuilder()
3532
- .ep(commonParams)
3533
- .m(function (Command, cs, config, o) {
3534
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3535
- })
3536
- .s("AWSKendraFrontendService", "GetQuerySuggestions", {})
3537
- .n("KendraClient", "GetQuerySuggestionsCommand")
3538
- .sc(GetQuerySuggestions$)
3539
- .build() {
3220
+ class GetQuerySuggestionsCommand extends command(_ep0, _mw0, "GetQuerySuggestions", GetQuerySuggestions$) {
3540
3221
  }
3541
3222
 
3542
- class GetSnapshotsCommand extends Command
3543
- .classBuilder()
3544
- .ep(commonParams)
3545
- .m(function (Command, cs, config, o) {
3546
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3547
- })
3548
- .s("AWSKendraFrontendService", "GetSnapshots", {})
3549
- .n("KendraClient", "GetSnapshotsCommand")
3550
- .sc(GetSnapshots$)
3551
- .build() {
3223
+ class GetSnapshotsCommand extends command(_ep0, _mw0, "GetSnapshots", GetSnapshots$) {
3552
3224
  }
3553
3225
 
3554
- class ListAccessControlConfigurationsCommand extends Command
3555
- .classBuilder()
3556
- .ep(commonParams)
3557
- .m(function (Command, cs, config, o) {
3558
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3559
- })
3560
- .s("AWSKendraFrontendService", "ListAccessControlConfigurations", {})
3561
- .n("KendraClient", "ListAccessControlConfigurationsCommand")
3562
- .sc(ListAccessControlConfigurations$)
3563
- .build() {
3226
+ class ListAccessControlConfigurationsCommand extends command(_ep0, _mw0, "ListAccessControlConfigurations", ListAccessControlConfigurations$) {
3564
3227
  }
3565
3228
 
3566
- class ListDataSourcesCommand extends Command
3567
- .classBuilder()
3568
- .ep(commonParams)
3569
- .m(function (Command, cs, config, o) {
3570
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3571
- })
3572
- .s("AWSKendraFrontendService", "ListDataSources", {})
3573
- .n("KendraClient", "ListDataSourcesCommand")
3574
- .sc(ListDataSources$)
3575
- .build() {
3229
+ class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
3576
3230
  }
3577
3231
 
3578
- class ListDataSourceSyncJobsCommand extends Command
3579
- .classBuilder()
3580
- .ep(commonParams)
3581
- .m(function (Command, cs, config, o) {
3582
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3583
- })
3584
- .s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {})
3585
- .n("KendraClient", "ListDataSourceSyncJobsCommand")
3586
- .sc(ListDataSourceSyncJobs$)
3587
- .build() {
3232
+ class ListDataSourceSyncJobsCommand extends command(_ep0, _mw0, "ListDataSourceSyncJobs", ListDataSourceSyncJobs$) {
3588
3233
  }
3589
3234
 
3590
- class ListEntityPersonasCommand extends Command
3591
- .classBuilder()
3592
- .ep(commonParams)
3593
- .m(function (Command, cs, config, o) {
3594
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3595
- })
3596
- .s("AWSKendraFrontendService", "ListEntityPersonas", {})
3597
- .n("KendraClient", "ListEntityPersonasCommand")
3598
- .sc(ListEntityPersonas$)
3599
- .build() {
3235
+ class ListEntityPersonasCommand extends command(_ep0, _mw0, "ListEntityPersonas", ListEntityPersonas$) {
3600
3236
  }
3601
3237
 
3602
- class ListExperienceEntitiesCommand extends Command
3603
- .classBuilder()
3604
- .ep(commonParams)
3605
- .m(function (Command, cs, config, o) {
3606
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3607
- })
3608
- .s("AWSKendraFrontendService", "ListExperienceEntities", {})
3609
- .n("KendraClient", "ListExperienceEntitiesCommand")
3610
- .sc(ListExperienceEntities$)
3611
- .build() {
3238
+ class ListExperienceEntitiesCommand extends command(_ep0, _mw0, "ListExperienceEntities", ListExperienceEntities$) {
3612
3239
  }
3613
3240
 
3614
- class ListExperiencesCommand extends Command
3615
- .classBuilder()
3616
- .ep(commonParams)
3617
- .m(function (Command, cs, config, o) {
3618
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3619
- })
3620
- .s("AWSKendraFrontendService", "ListExperiences", {})
3621
- .n("KendraClient", "ListExperiencesCommand")
3622
- .sc(ListExperiences$)
3623
- .build() {
3241
+ class ListExperiencesCommand extends command(_ep0, _mw0, "ListExperiences", ListExperiences$) {
3624
3242
  }
3625
3243
 
3626
- class ListFaqsCommand extends Command
3627
- .classBuilder()
3628
- .ep(commonParams)
3629
- .m(function (Command, cs, config, o) {
3630
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3631
- })
3632
- .s("AWSKendraFrontendService", "ListFaqs", {})
3633
- .n("KendraClient", "ListFaqsCommand")
3634
- .sc(ListFaqs$)
3635
- .build() {
3244
+ class ListFaqsCommand extends command(_ep0, _mw0, "ListFaqs", ListFaqs$) {
3636
3245
  }
3637
3246
 
3638
- class ListFeaturedResultsSetsCommand extends Command
3639
- .classBuilder()
3640
- .ep(commonParams)
3641
- .m(function (Command, cs, config, o) {
3642
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3643
- })
3644
- .s("AWSKendraFrontendService", "ListFeaturedResultsSets", {})
3645
- .n("KendraClient", "ListFeaturedResultsSetsCommand")
3646
- .sc(ListFeaturedResultsSets$)
3647
- .build() {
3247
+ class ListFeaturedResultsSetsCommand extends command(_ep0, _mw0, "ListFeaturedResultsSets", ListFeaturedResultsSets$) {
3648
3248
  }
3649
3249
 
3650
- class ListGroupsOlderThanOrderingIdCommand extends Command
3651
- .classBuilder()
3652
- .ep(commonParams)
3653
- .m(function (Command, cs, config, o) {
3654
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3655
- })
3656
- .s("AWSKendraFrontendService", "ListGroupsOlderThanOrderingId", {})
3657
- .n("KendraClient", "ListGroupsOlderThanOrderingIdCommand")
3658
- .sc(ListGroupsOlderThanOrderingId$)
3659
- .build() {
3250
+ class ListGroupsOlderThanOrderingIdCommand extends command(_ep0, _mw0, "ListGroupsOlderThanOrderingId", ListGroupsOlderThanOrderingId$) {
3660
3251
  }
3661
3252
 
3662
- class ListIndicesCommand extends Command
3663
- .classBuilder()
3664
- .ep(commonParams)
3665
- .m(function (Command, cs, config, o) {
3666
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3667
- })
3668
- .s("AWSKendraFrontendService", "ListIndices", {})
3669
- .n("KendraClient", "ListIndicesCommand")
3670
- .sc(ListIndices$)
3671
- .build() {
3253
+ class ListIndicesCommand extends command(_ep0, _mw0, "ListIndices", ListIndices$) {
3672
3254
  }
3673
3255
 
3674
- class ListQuerySuggestionsBlockListsCommand extends Command
3675
- .classBuilder()
3676
- .ep(commonParams)
3677
- .m(function (Command, cs, config, o) {
3678
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3679
- })
3680
- .s("AWSKendraFrontendService", "ListQuerySuggestionsBlockLists", {})
3681
- .n("KendraClient", "ListQuerySuggestionsBlockListsCommand")
3682
- .sc(ListQuerySuggestionsBlockLists$)
3683
- .build() {
3256
+ class ListQuerySuggestionsBlockListsCommand extends command(_ep0, _mw0, "ListQuerySuggestionsBlockLists", ListQuerySuggestionsBlockLists$) {
3684
3257
  }
3685
3258
 
3686
- class ListTagsForResourceCommand extends Command
3687
- .classBuilder()
3688
- .ep(commonParams)
3689
- .m(function (Command, cs, config, o) {
3690
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3691
- })
3692
- .s("AWSKendraFrontendService", "ListTagsForResource", {})
3693
- .n("KendraClient", "ListTagsForResourceCommand")
3694
- .sc(ListTagsForResource$)
3695
- .build() {
3259
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3696
3260
  }
3697
3261
 
3698
- class ListThesauriCommand extends Command
3699
- .classBuilder()
3700
- .ep(commonParams)
3701
- .m(function (Command, cs, config, o) {
3702
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3703
- })
3704
- .s("AWSKendraFrontendService", "ListThesauri", {})
3705
- .n("KendraClient", "ListThesauriCommand")
3706
- .sc(ListThesauri$)
3707
- .build() {
3262
+ class ListThesauriCommand extends command(_ep0, _mw0, "ListThesauri", ListThesauri$) {
3708
3263
  }
3709
3264
 
3710
- class PutPrincipalMappingCommand extends Command
3711
- .classBuilder()
3712
- .ep(commonParams)
3713
- .m(function (Command, cs, config, o) {
3714
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3715
- })
3716
- .s("AWSKendraFrontendService", "PutPrincipalMapping", {})
3717
- .n("KendraClient", "PutPrincipalMappingCommand")
3718
- .sc(PutPrincipalMapping$)
3719
- .build() {
3265
+ class PutPrincipalMappingCommand extends command(_ep0, _mw0, "PutPrincipalMapping", PutPrincipalMapping$) {
3720
3266
  }
3721
3267
 
3722
- class QueryCommand extends Command
3723
- .classBuilder()
3724
- .ep(commonParams)
3725
- .m(function (Command, cs, config, o) {
3726
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3727
- })
3728
- .s("AWSKendraFrontendService", "Query", {})
3729
- .n("KendraClient", "QueryCommand")
3730
- .sc(Query$)
3731
- .build() {
3268
+ class QueryCommand extends command(_ep0, _mw0, "Query", Query$) {
3732
3269
  }
3733
3270
 
3734
- class RetrieveCommand extends Command
3735
- .classBuilder()
3736
- .ep(commonParams)
3737
- .m(function (Command, cs, config, o) {
3738
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3739
- })
3740
- .s("AWSKendraFrontendService", "Retrieve", {})
3741
- .n("KendraClient", "RetrieveCommand")
3742
- .sc(Retrieve$)
3743
- .build() {
3271
+ class RetrieveCommand extends command(_ep0, _mw0, "Retrieve", Retrieve$) {
3744
3272
  }
3745
3273
 
3746
- class StartDataSourceSyncJobCommand extends Command
3747
- .classBuilder()
3748
- .ep(commonParams)
3749
- .m(function (Command, cs, config, o) {
3750
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3751
- })
3752
- .s("AWSKendraFrontendService", "StartDataSourceSyncJob", {})
3753
- .n("KendraClient", "StartDataSourceSyncJobCommand")
3754
- .sc(StartDataSourceSyncJob$)
3755
- .build() {
3274
+ class StartDataSourceSyncJobCommand extends command(_ep0, _mw0, "StartDataSourceSyncJob", StartDataSourceSyncJob$) {
3756
3275
  }
3757
3276
 
3758
- class StopDataSourceSyncJobCommand extends Command
3759
- .classBuilder()
3760
- .ep(commonParams)
3761
- .m(function (Command, cs, config, o) {
3762
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3763
- })
3764
- .s("AWSKendraFrontendService", "StopDataSourceSyncJob", {})
3765
- .n("KendraClient", "StopDataSourceSyncJobCommand")
3766
- .sc(StopDataSourceSyncJob$)
3767
- .build() {
3277
+ class StopDataSourceSyncJobCommand extends command(_ep0, _mw0, "StopDataSourceSyncJob", StopDataSourceSyncJob$) {
3768
3278
  }
3769
3279
 
3770
- class SubmitFeedbackCommand extends Command
3771
- .classBuilder()
3772
- .ep(commonParams)
3773
- .m(function (Command, cs, config, o) {
3774
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3775
- })
3776
- .s("AWSKendraFrontendService", "SubmitFeedback", {})
3777
- .n("KendraClient", "SubmitFeedbackCommand")
3778
- .sc(SubmitFeedback$)
3779
- .build() {
3280
+ class SubmitFeedbackCommand extends command(_ep0, _mw0, "SubmitFeedback", SubmitFeedback$) {
3780
3281
  }
3781
3282
 
3782
- class TagResourceCommand extends Command
3783
- .classBuilder()
3784
- .ep(commonParams)
3785
- .m(function (Command, cs, config, o) {
3786
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3787
- })
3788
- .s("AWSKendraFrontendService", "TagResource", {})
3789
- .n("KendraClient", "TagResourceCommand")
3790
- .sc(TagResource$)
3791
- .build() {
3283
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3792
3284
  }
3793
3285
 
3794
- class UntagResourceCommand extends Command
3795
- .classBuilder()
3796
- .ep(commonParams)
3797
- .m(function (Command, cs, config, o) {
3798
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3799
- })
3800
- .s("AWSKendraFrontendService", "UntagResource", {})
3801
- .n("KendraClient", "UntagResourceCommand")
3802
- .sc(UntagResource$)
3803
- .build() {
3286
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3804
3287
  }
3805
3288
 
3806
- class UpdateAccessControlConfigurationCommand extends Command
3807
- .classBuilder()
3808
- .ep(commonParams)
3809
- .m(function (Command, cs, config, o) {
3810
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3811
- })
3812
- .s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {})
3813
- .n("KendraClient", "UpdateAccessControlConfigurationCommand")
3814
- .sc(UpdateAccessControlConfiguration$)
3815
- .build() {
3289
+ class UpdateAccessControlConfigurationCommand extends command(_ep0, _mw0, "UpdateAccessControlConfiguration", UpdateAccessControlConfiguration$) {
3816
3290
  }
3817
3291
 
3818
- class UpdateDataSourceCommand extends Command
3819
- .classBuilder()
3820
- .ep(commonParams)
3821
- .m(function (Command, cs, config, o) {
3822
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3823
- })
3824
- .s("AWSKendraFrontendService", "UpdateDataSource", {})
3825
- .n("KendraClient", "UpdateDataSourceCommand")
3826
- .sc(UpdateDataSource$)
3827
- .build() {
3292
+ class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
3828
3293
  }
3829
3294
 
3830
- class UpdateExperienceCommand extends Command
3831
- .classBuilder()
3832
- .ep(commonParams)
3833
- .m(function (Command, cs, config, o) {
3834
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3835
- })
3836
- .s("AWSKendraFrontendService", "UpdateExperience", {})
3837
- .n("KendraClient", "UpdateExperienceCommand")
3838
- .sc(UpdateExperience$)
3839
- .build() {
3295
+ class UpdateExperienceCommand extends command(_ep0, _mw0, "UpdateExperience", UpdateExperience$) {
3840
3296
  }
3841
3297
 
3842
- class UpdateFeaturedResultsSetCommand extends Command
3843
- .classBuilder()
3844
- .ep(commonParams)
3845
- .m(function (Command, cs, config, o) {
3846
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3847
- })
3848
- .s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {})
3849
- .n("KendraClient", "UpdateFeaturedResultsSetCommand")
3850
- .sc(UpdateFeaturedResultsSet$)
3851
- .build() {
3298
+ class UpdateFeaturedResultsSetCommand extends command(_ep0, _mw0, "UpdateFeaturedResultsSet", UpdateFeaturedResultsSet$) {
3852
3299
  }
3853
3300
 
3854
- class UpdateIndexCommand extends Command
3855
- .classBuilder()
3856
- .ep(commonParams)
3857
- .m(function (Command, cs, config, o) {
3858
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3859
- })
3860
- .s("AWSKendraFrontendService", "UpdateIndex", {})
3861
- .n("KendraClient", "UpdateIndexCommand")
3862
- .sc(UpdateIndex$)
3863
- .build() {
3301
+ class UpdateIndexCommand extends command(_ep0, _mw0, "UpdateIndex", UpdateIndex$) {
3864
3302
  }
3865
3303
 
3866
- class UpdateQuerySuggestionsBlockListCommand extends Command
3867
- .classBuilder()
3868
- .ep(commonParams)
3869
- .m(function (Command, cs, config, o) {
3870
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3871
- })
3872
- .s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {})
3873
- .n("KendraClient", "UpdateQuerySuggestionsBlockListCommand")
3874
- .sc(UpdateQuerySuggestionsBlockList$)
3875
- .build() {
3304
+ class UpdateQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "UpdateQuerySuggestionsBlockList", UpdateQuerySuggestionsBlockList$) {
3876
3305
  }
3877
3306
 
3878
- class UpdateQuerySuggestionsConfigCommand extends Command
3879
- .classBuilder()
3880
- .ep(commonParams)
3881
- .m(function (Command, cs, config, o) {
3882
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3883
- })
3884
- .s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {})
3885
- .n("KendraClient", "UpdateQuerySuggestionsConfigCommand")
3886
- .sc(UpdateQuerySuggestionsConfig$)
3887
- .build() {
3307
+ class UpdateQuerySuggestionsConfigCommand extends command(_ep0, _mw0, "UpdateQuerySuggestionsConfig", UpdateQuerySuggestionsConfig$) {
3888
3308
  }
3889
3309
 
3890
- class UpdateThesaurusCommand extends Command
3891
- .classBuilder()
3892
- .ep(commonParams)
3893
- .m(function (Command, cs, config, o) {
3894
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3895
- })
3896
- .s("AWSKendraFrontendService", "UpdateThesaurus", {})
3897
- .n("KendraClient", "UpdateThesaurusCommand")
3898
- .sc(UpdateThesaurus$)
3899
- .build() {
3310
+ class UpdateThesaurusCommand extends command(_ep0, _mw0, "UpdateThesaurus", UpdateThesaurus$) {
3900
3311
  }
3901
3312
 
3902
3313
  const paginateGetSnapshots = createPaginator(KendraClient, GetSnapshotsCommand, "NextToken", "NextToken", "MaxResults");