@aws-sdk/client-sagemaker-a2i-runtime 3.649.0 → 3.650.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.
package/dist-cjs/index.js CHANGED
@@ -612,9 +612,7 @@ var _NT = "NextToken";
612
612
  var _SO = "SortOrder";
613
613
 
614
614
  // src/commands/DeleteHumanLoopCommand.ts
615
- var _DeleteHumanLoopCommand = class _DeleteHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep({
616
- ...commonParams
617
- }).m(function(Command, cs, config, o) {
615
+ var _DeleteHumanLoopCommand = class _DeleteHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
618
616
  return [
619
617
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
620
618
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -628,9 +626,7 @@ var DeleteHumanLoopCommand = _DeleteHumanLoopCommand;
628
626
 
629
627
 
630
628
 
631
- var _DescribeHumanLoopCommand = class _DescribeHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep({
632
- ...commonParams
633
- }).m(function(Command, cs, config, o) {
629
+ var _DescribeHumanLoopCommand = class _DescribeHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
634
630
  return [
635
631
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
636
632
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -644,9 +640,7 @@ var DescribeHumanLoopCommand = _DescribeHumanLoopCommand;
644
640
 
645
641
 
646
642
 
647
- var _ListHumanLoopsCommand = class _ListHumanLoopsCommand extends import_smithy_client.Command.classBuilder().ep({
648
- ...commonParams
649
- }).m(function(Command, cs, config, o) {
643
+ var _ListHumanLoopsCommand = class _ListHumanLoopsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
650
644
  return [
651
645
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
652
646
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -660,9 +654,7 @@ var ListHumanLoopsCommand = _ListHumanLoopsCommand;
660
654
 
661
655
 
662
656
 
663
- var _StartHumanLoopCommand = class _StartHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep({
664
- ...commonParams
665
- }).m(function(Command, cs, config, o) {
657
+ var _StartHumanLoopCommand = class _StartHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
666
658
  return [
667
659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
668
660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -676,9 +668,7 @@ var StartHumanLoopCommand = _StartHumanLoopCommand;
676
668
 
677
669
 
678
670
 
679
- var _StopHumanLoopCommand = class _StopHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep({
680
- ...commonParams
681
- }).m(function(Command, cs, config, o) {
671
+ var _StopHumanLoopCommand = class _StopHumanLoopCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
682
672
  return [
683
673
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
684
674
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_DeleteHumanLoopCommand, se_DeleteHumanLoopCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteHumanLoopCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeHumanLoopCommand, se_DescribeHumanLoopCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeHumanLoopCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListHumanLoopsCommand, se_ListHumanLoopsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListHumanLoopsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartHumanLoopCommand, se_StartHumanLoopCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StartHumanLoopCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopHumanLoopCommand, se_StopHumanLoopCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class StopHumanLoopCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.650.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",