@aws-sdk/client-s3outposts 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
@@ -653,9 +653,7 @@ var _nT = "nextToken";
653
653
  var _oI = "outpostId";
654
654
 
655
655
  // src/commands/CreateEndpointCommand.ts
656
- var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
657
- ...commonParams
658
- }).m(function(Command, cs, config, o) {
656
+ var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
659
657
  return [
660
658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
661
659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -669,9 +667,7 @@ var CreateEndpointCommand = _CreateEndpointCommand;
669
667
 
670
668
 
671
669
 
672
- var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
673
- ...commonParams
674
- }).m(function(Command, cs, config, o) {
670
+ var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
675
671
  return [
676
672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
677
673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -685,9 +681,7 @@ var DeleteEndpointCommand = _DeleteEndpointCommand;
685
681
 
686
682
 
687
683
 
688
- var _ListEndpointsCommand = class _ListEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
689
- ...commonParams
690
- }).m(function(Command, cs, config, o) {
684
+ var _ListEndpointsCommand = class _ListEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
691
685
  return [
692
686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
693
687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -701,9 +695,7 @@ var ListEndpointsCommand = _ListEndpointsCommand;
701
695
 
702
696
 
703
697
 
704
- var _ListOutpostsWithS3Command = class _ListOutpostsWithS3Command extends import_smithy_client.Command.classBuilder().ep({
705
- ...commonParams
706
- }).m(function(Command, cs, config, o) {
698
+ var _ListOutpostsWithS3Command = class _ListOutpostsWithS3Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
707
699
  return [
708
700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
709
701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -717,9 +709,7 @@ var ListOutpostsWithS3Command = _ListOutpostsWithS3Command;
717
709
 
718
710
 
719
711
 
720
- var _ListSharedEndpointsCommand = class _ListSharedEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
721
- ...commonParams
722
- }).m(function(Command, cs, config, o) {
712
+ var _ListSharedEndpointsCommand = class _ListSharedEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
723
713
  return [
724
714
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
725
715
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateEndpointCommand 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_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteEndpointCommand 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_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListEndpointsCommand 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_ListOutpostsWithS3Command, se_ListOutpostsWithS3Command } from "../p
6
6
  export { $Command };
7
7
  export class ListOutpostsWithS3Command 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_ListSharedEndpointsCommand, se_ListSharedEndpointsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListSharedEndpointsCommand 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-s3outposts",
3
3
  "description": "AWS SDK for JavaScript S3outposts 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-s3outposts",
@@ -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",