@aws-sdk/client-pricing 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +13 -12
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -787,25 +787,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
787
787
  // Annotate the CommonJS export names for ESM import in node:
788
788
 
789
789
  0 && (module.exports = {
790
- AccessDeniedException,
790
+ PricingServiceException,
791
+ __Client,
792
+ PricingClient,
793
+ Pricing,
794
+ $Command,
791
795
  DescribeServicesCommand,
792
- ExpiredNextTokenException,
793
- FilterType,
794
796
  GetAttributeValuesCommand,
795
797
  GetPriceListFileUrlCommand,
796
798
  GetProductsCommand,
797
- InternalErrorException,
798
- InvalidNextTokenException,
799
- InvalidParameterException,
800
799
  ListPriceListsCommand,
801
- NotFoundException,
802
- Pricing,
803
- PricingClient,
804
- PricingServiceException,
805
- __Client,
806
800
  paginateDescribeServices,
807
801
  paginateGetAttributeValues,
808
802
  paginateGetProducts,
809
- paginateListPriceLists
803
+ paginateListPriceLists,
804
+ AccessDeniedException,
805
+ ExpiredNextTokenException,
806
+ InternalErrorException,
807
+ InvalidNextTokenException,
808
+ InvalidParameterException,
809
+ NotFoundException,
810
+ FilterType
810
811
  });
811
812
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",