@aws-sdk/client-pricing
Advanced tools
Comparing version 3.649.0 to 3.650.0
@@ -631,5 +631,3 @@ "use strict"; | ||
// src/commands/DescribeServicesCommand.ts | ||
var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -648,5 +646,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _GetAttributeValuesCommand = class _GetAttributeValuesCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _GetAttributeValuesCommand = class _GetAttributeValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -665,5 +661,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _GetPriceListFileUrlCommand = class _GetPriceListFileUrlCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _GetPriceListFileUrlCommand = class _GetPriceListFileUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -682,5 +676,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _GetProductsCommand = class _GetProductsCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _GetProductsCommand = class _GetProductsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -699,5 +691,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _ListPriceListsCommand = class _ListPriceListsCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _ListPriceListsCommand = class _ListPriceListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -704,0 +694,0 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
{ | ||
"name": "@aws-sdk/client-pricing", | ||
"description": "AWS SDK for JavaScript Pricing Client for Node.js, Browser and React Native", | ||
"version": "3.649.0", | ||
"version": "3.650.0", | ||
"scripts": { | ||
@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.649.0", | ||
"@aws-sdk/client-sts": "3.649.0", | ||
"@aws-sdk/client-sso-oidc": "3.650.0", | ||
"@aws-sdk/client-sts": "3.650.0", | ||
"@aws-sdk/core": "3.649.0", | ||
"@aws-sdk/credential-provider-node": "3.649.0", | ||
"@aws-sdk/credential-provider-node": "3.650.0", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
@@ -29,0 +29,0 @@ "@aws-sdk/middleware-logger": "3.649.0", |
226937
4629
+ Added@aws-sdk/client-sso@3.650.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.650.0(transitive)
+ Added@aws-sdk/client-sts@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.650.0(transitive)
- Removed@aws-sdk/client-sso@3.649.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.649.0(transitive)
- Removed@aws-sdk/client-sts@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.649.0(transitive)
Updated@aws-sdk/client-sts@3.650.0