@aws-sdk/client-pricing 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
@@ -628,9 +628,7 @@ function sharedHeaders(operation) {
628
628
  __name(sharedHeaders, "sharedHeaders");
629
629
 
630
630
  // src/commands/DescribeServicesCommand.ts
631
- var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep({
632
- ...commonParams
633
- }).m(function(Command, cs, config, o) {
631
+ var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
634
632
  return [
635
633
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
636
634
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -644,9 +642,7 @@ var DescribeServicesCommand = _DescribeServicesCommand;
644
642
 
645
643
 
646
644
 
647
- var _GetAttributeValuesCommand = class _GetAttributeValuesCommand extends import_smithy_client.Command.classBuilder().ep({
648
- ...commonParams
649
- }).m(function(Command, cs, config, o) {
645
+ var _GetAttributeValuesCommand = class _GetAttributeValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
650
646
  return [
651
647
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
652
648
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -660,9 +656,7 @@ var GetAttributeValuesCommand = _GetAttributeValuesCommand;
660
656
 
661
657
 
662
658
 
663
- var _GetPriceListFileUrlCommand = class _GetPriceListFileUrlCommand extends import_smithy_client.Command.classBuilder().ep({
664
- ...commonParams
665
- }).m(function(Command, cs, config, o) {
659
+ var _GetPriceListFileUrlCommand = class _GetPriceListFileUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
666
660
  return [
667
661
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
668
662
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -676,9 +670,7 @@ var GetPriceListFileUrlCommand = _GetPriceListFileUrlCommand;
676
670
 
677
671
 
678
672
 
679
- var _GetProductsCommand = class _GetProductsCommand extends import_smithy_client.Command.classBuilder().ep({
680
- ...commonParams
681
- }).m(function(Command, cs, config, o) {
673
+ var _GetProductsCommand = class _GetProductsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
682
674
  return [
683
675
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
684
676
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -692,9 +684,7 @@ var GetProductsCommand = _GetProductsCommand;
692
684
 
693
685
 
694
686
 
695
- var _ListPriceListsCommand = class _ListPriceListsCommand extends import_smithy_client.Command.classBuilder().ep({
696
- ...commonParams
697
- }).m(function(Command, cs, config, o) {
687
+ var _ListPriceListsCommand = class _ListPriceListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
698
688
  return [
699
689
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
700
690
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeServicesCommand 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_GetAttributeValuesCommand, se_GetAttributeValuesCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetAttributeValuesCommand 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_GetPriceListFileUrlCommand, se_GetPriceListFileUrlCommand } from "..
6
6
  export { $Command };
7
7
  export class GetPriceListFileUrlCommand 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_GetProductsCommand, se_GetProductsCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class GetProductsCommand 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_ListPriceListsCommand, se_ListPriceListsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListPriceListsCommand 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-pricing",
3
3
  "description": "AWS SDK for JavaScript Pricing 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-pricing",
@@ -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",