@aws-sdk/client-marketplace-metering 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
@@ -911,9 +911,7 @@ function sharedHeaders(operation) {
911
911
  __name(sharedHeaders, "sharedHeaders");
912
912
 
913
913
  // src/commands/BatchMeterUsageCommand.ts
914
- var _BatchMeterUsageCommand = class _BatchMeterUsageCommand extends import_smithy_client.Command.classBuilder().ep({
915
- ...commonParams
916
- }).m(function(Command, cs, config, o) {
914
+ var _BatchMeterUsageCommand = class _BatchMeterUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
917
915
  return [
918
916
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
919
917
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -927,9 +925,7 @@ var BatchMeterUsageCommand = _BatchMeterUsageCommand;
927
925
 
928
926
 
929
927
 
930
- var _MeterUsageCommand = class _MeterUsageCommand extends import_smithy_client.Command.classBuilder().ep({
931
- ...commonParams
932
- }).m(function(Command, cs, config, o) {
928
+ var _MeterUsageCommand = class _MeterUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
933
929
  return [
934
930
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
935
931
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -943,9 +939,7 @@ var MeterUsageCommand = _MeterUsageCommand;
943
939
 
944
940
 
945
941
 
946
- var _RegisterUsageCommand = class _RegisterUsageCommand extends import_smithy_client.Command.classBuilder().ep({
947
- ...commonParams
948
- }).m(function(Command, cs, config, o) {
942
+ var _RegisterUsageCommand = class _RegisterUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
949
943
  return [
950
944
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
951
945
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -959,9 +953,7 @@ var RegisterUsageCommand = _RegisterUsageCommand;
959
953
 
960
954
 
961
955
 
962
- var _ResolveCustomerCommand = class _ResolveCustomerCommand extends import_smithy_client.Command.classBuilder().ep({
963
- ...commonParams
964
- }).m(function(Command, cs, config, o) {
956
+ var _ResolveCustomerCommand = class _ResolveCustomerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
965
957
  return [
966
958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
967
959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchMeterUsageCommand, se_BatchMeterUsageCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class BatchMeterUsageCommand 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_MeterUsageCommand, se_MeterUsageCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class MeterUsageCommand 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_RegisterUsageCommand, se_RegisterUsageCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class RegisterUsageCommand 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_ResolveCustomerCommand, se_ResolveCustomerCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ResolveCustomerCommand 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-marketplace-metering",
3
3
  "description": "AWS SDK for JavaScript Marketplace Metering 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-marketplace-metering",
@@ -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",