@aws-sdk/client-bedrock 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 +26 -25
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2224,53 +2224,54 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2224
2224
  // Annotate the CommonJS export names for ESM import in node:
2225
2225
 
2226
2226
  0 && (module.exports = {
2227
- AccessDeniedException,
2228
- Bedrock,
2229
- BedrockClient,
2230
2227
  BedrockServiceException,
2231
- CommitmentDuration,
2232
- ConflictException,
2228
+ __Client,
2229
+ BedrockClient,
2230
+ Bedrock,
2231
+ $Command,
2233
2232
  CreateModelCustomizationJobCommand,
2234
2233
  CreateProvisionedModelThroughputCommand,
2235
- CustomizationType,
2236
2234
  DeleteCustomModelCommand,
2237
2235
  DeleteModelInvocationLoggingConfigurationCommand,
2238
2236
  DeleteProvisionedModelThroughputCommand,
2239
- FineTuningJobStatus,
2240
- FoundationModelLifecycleStatus,
2241
2237
  GetCustomModelCommand,
2242
2238
  GetFoundationModelCommand,
2243
2239
  GetModelCustomizationJobCommand,
2244
2240
  GetModelInvocationLoggingConfigurationCommand,
2245
2241
  GetProvisionedModelThroughputCommand,
2246
- InferenceType,
2247
- InternalServerException,
2248
2242
  ListCustomModelsCommand,
2249
2243
  ListFoundationModelsCommand,
2250
2244
  ListModelCustomizationJobsCommand,
2251
2245
  ListProvisionedModelThroughputsCommand,
2252
2246
  ListTagsForResourceCommand,
2253
- ModelCustomization,
2254
- ModelCustomizationJobStatus,
2255
- ModelModality,
2256
- ProvisionedModelStatus,
2257
2247
  PutModelInvocationLoggingConfigurationCommand,
2258
- ResourceNotFoundException,
2259
- ServiceQuotaExceededException,
2260
- SortByProvisionedModels,
2261
- SortJobsBy,
2262
- SortModelsBy,
2263
- SortOrder,
2264
2248
  StopModelCustomizationJobCommand,
2265
2249
  TagResourceCommand,
2266
- ThrottlingException,
2267
- TooManyTagsException,
2268
2250
  UntagResourceCommand,
2269
2251
  UpdateProvisionedModelThroughputCommand,
2270
- ValidationException,
2271
- __Client,
2272
2252
  paginateListCustomModels,
2273
2253
  paginateListModelCustomizationJobs,
2274
- paginateListProvisionedModelThroughputs
2254
+ paginateListProvisionedModelThroughputs,
2255
+ AccessDeniedException,
2256
+ InternalServerException,
2257
+ ThrottlingException,
2258
+ ValidationException,
2259
+ ConflictException,
2260
+ ResourceNotFoundException,
2261
+ CustomizationType,
2262
+ ModelCustomization,
2263
+ InferenceType,
2264
+ ModelModality,
2265
+ FoundationModelLifecycleStatus,
2266
+ SortModelsBy,
2267
+ SortOrder,
2268
+ CommitmentDuration,
2269
+ ServiceQuotaExceededException,
2270
+ TooManyTagsException,
2271
+ ProvisionedModelStatus,
2272
+ SortByProvisionedModels,
2273
+ ModelCustomizationJobStatus,
2274
+ SortJobsBy,
2275
+ FineTuningJobStatus
2275
2276
  });
2276
2277
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock",
3
3
  "description": "AWS SDK for JavaScript Bedrock 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-bedrock",
@@ -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",