@aws-sdk/client-sagemaker-runtime-http2 3.995.0 → 3.996.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 +17 -18
  2. package/package.json +7 -7
package/dist-cjs/index.js CHANGED
@@ -144,30 +144,29 @@ class SageMakerRuntimeHTTP2 extends SageMakerRuntimeHTTP2Client {
144
144
  }
145
145
  smithyClient.createAggregatedClient(commands, SageMakerRuntimeHTTP2);
146
146
 
147
- Object.defineProperty(exports, "$Command", {
148
- enumerable: true,
149
- get: function () { return smithyClient.Command; }
150
- });
151
- Object.defineProperty(exports, "__Client", {
152
- enumerable: true,
153
- get: function () { return smithyClient.Client; }
154
- });
155
- Object.defineProperty(exports, "SageMakerRuntimeHTTP2ServiceException", {
156
- enumerable: true,
157
- get: function () { return SageMakerRuntimeHTTP2ServiceException.SageMakerRuntimeHTTP2ServiceException; }
158
- });
147
+ exports.$Command = smithyClient.Command;
148
+ exports.__Client = smithyClient.Client;
149
+ exports.SageMakerRuntimeHTTP2ServiceException = SageMakerRuntimeHTTP2ServiceException.SageMakerRuntimeHTTP2ServiceException;
159
150
  exports.InvokeEndpointWithBidirectionalStreamCommand = InvokeEndpointWithBidirectionalStreamCommand;
160
151
  exports.SageMakerRuntimeHTTP2 = SageMakerRuntimeHTTP2;
161
152
  exports.SageMakerRuntimeHTTP2Client = SageMakerRuntimeHTTP2Client;
162
- Object.keys(schemas_0).forEach(function (k) {
163
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
153
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
154
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
155
+ Object.defineProperty(exports, '__proto__', {
164
156
  enumerable: true,
165
- get: function () { return schemas_0[k]; }
157
+ value: schemas_0['__proto__']
166
158
  });
159
+
160
+ Object.keys(schemas_0).forEach(function (k) {
161
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
167
162
  });
168
- Object.keys(errors).forEach(function (k) {
169
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
163
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
164
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
165
+ Object.defineProperty(exports, '__proto__', {
170
166
  enumerable: true,
171
- get: function () { return errors[k]; }
167
+ value: errors['__proto__']
172
168
  });
169
+
170
+ Object.keys(errors).forEach(function (k) {
171
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
173
172
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-runtime-http2",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Runtime Http2 Client for Node.js, Browser and React Native",
4
- "version": "3.995.0",
4
+ "version": "3.996.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-runtime-http2",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.11",
25
- "@aws-sdk/credential-provider-node": "^3.972.10",
26
- "@aws-sdk/eventstream-handler-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.12",
25
+ "@aws-sdk/credential-provider-node": "^3.972.11",
26
+ "@aws-sdk/eventstream-handler-node": "^3.972.6",
27
27
  "@aws-sdk/middleware-eventstream": "^3.972.3",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.11",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.12",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.995.0",
34
+ "@aws-sdk/util-endpoints": "3.996.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.10",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.11",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
38
  "@smithy/core": "^3.23.2",
39
39
  "@smithy/eventstream-serde-browser": "^4.2.8",