@aws-sdk/client-sagemaker-a2i-runtime 3.496.0 → 3.499.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 +13 -12
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -819,24 +819,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
819
819
  // Annotate the CommonJS export names for ESM import in node:
820
820
 
821
821
  0 && (module.exports = {
822
- ConflictException,
823
- ContentClassifier,
822
+ SageMakerA2IRuntimeServiceException,
823
+ __Client,
824
+ SageMakerA2IRuntimeClient,
825
+ SageMakerA2IRuntime,
826
+ $Command,
824
827
  DeleteHumanLoopCommand,
825
828
  DescribeHumanLoopCommand,
826
- HumanLoopStatus,
827
- InternalServerException,
828
829
  ListHumanLoopsCommand,
829
- ResourceNotFoundException,
830
- SageMakerA2IRuntime,
831
- SageMakerA2IRuntimeClient,
832
- SageMakerA2IRuntimeServiceException,
833
- ServiceQuotaExceededException,
834
- SortOrder,
835
830
  StartHumanLoopCommand,
836
831
  StopHumanLoopCommand,
832
+ paginateListHumanLoops,
833
+ InternalServerException,
834
+ ResourceNotFoundException,
837
835
  ThrottlingException,
838
836
  ValidationException,
839
- __Client,
840
- paginateListHumanLoops
837
+ HumanLoopStatus,
838
+ SortOrder,
839
+ ConflictException,
840
+ ServiceQuotaExceededException,
841
+ ContentClassifier
841
842
  });
842
843
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-a2i-runtime",
3
3
  "description": "AWS SDK for JavaScript Sagemaker A2i Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-sagemaker-a2i-runtime",
@@ -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.499.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.499.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",