@aws-sdk/client-kendra-ranking 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +14 -13
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1174,28 +1174,29 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1174
1174
  // Annotate the CommonJS export names for ESM import in node:
1175
1175
 
1176
1176
  0 && (module.exports = {
1177
- AccessDeniedException,
1178
- ConflictException,
1177
+ KendraRankingServiceException,
1178
+ __Client,
1179
+ KendraRankingClient,
1180
+ KendraRanking,
1181
+ $Command,
1179
1182
  CreateRescoreExecutionPlanCommand,
1180
1183
  DeleteRescoreExecutionPlanCommand,
1181
1184
  DescribeRescoreExecutionPlanCommand,
1182
- InternalServerException,
1183
- KendraRanking,
1184
- KendraRankingClient,
1185
- KendraRankingServiceException,
1186
1185
  ListRescoreExecutionPlansCommand,
1187
1186
  ListTagsForResourceCommand,
1188
1187
  RescoreCommand,
1189
- RescoreExecutionPlanStatus,
1190
- ResourceNotFoundException,
1191
- ResourceUnavailableException,
1192
- ServiceQuotaExceededException,
1193
1188
  TagResourceCommand,
1194
- ThrottlingException,
1195
1189
  UntagResourceCommand,
1196
1190
  UpdateRescoreExecutionPlanCommand,
1191
+ paginateListRescoreExecutionPlans,
1192
+ AccessDeniedException,
1193
+ ConflictException,
1194
+ InternalServerException,
1195
+ ServiceQuotaExceededException,
1196
+ ThrottlingException,
1197
1197
  ValidationException,
1198
- __Client,
1199
- paginateListRescoreExecutionPlans
1198
+ ResourceNotFoundException,
1199
+ RescoreExecutionPlanStatus,
1200
+ ResourceUnavailableException
1200
1201
  });
1201
1202
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kendra-ranking",
3
3
  "description": "AWS SDK for JavaScript Kendra Ranking Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kendra-ranking",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",