@aws-sdk/client-marketplace-catalog 3.496.0 → 3.499.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 +33 -32
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1734,51 +1734,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1734
1734
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1735
1735
|
|
|
1736
1736
|
0 && (module.exports = {
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1737
|
+
MarketplaceCatalogServiceException,
|
|
1738
|
+
__Client,
|
|
1739
|
+
MarketplaceCatalogClient,
|
|
1740
|
+
MarketplaceCatalog,
|
|
1741
|
+
$Command,
|
|
1740
1742
|
BatchDescribeEntitiesCommand,
|
|
1741
1743
|
CancelChangeSetCommand,
|
|
1742
|
-
ChangeStatus,
|
|
1743
|
-
ContainerProductSortBy,
|
|
1744
|
-
ContainerProductVisibilityString,
|
|
1745
|
-
DataProductSortBy,
|
|
1746
|
-
DataProductVisibilityString,
|
|
1747
1744
|
DeleteResourcePolicyCommand,
|
|
1748
1745
|
DescribeChangeSetCommand,
|
|
1749
1746
|
DescribeEntityCommand,
|
|
1750
|
-
EntityTypeFilters,
|
|
1751
|
-
EntityTypeSort,
|
|
1752
|
-
FailureCode,
|
|
1753
1747
|
GetResourcePolicyCommand,
|
|
1754
|
-
InternalServiceException,
|
|
1755
1748
|
ListChangeSetsCommand,
|
|
1756
1749
|
ListEntitiesCommand,
|
|
1757
1750
|
ListTagsForResourceCommand,
|
|
1758
|
-
MarketplaceCatalog,
|
|
1759
|
-
MarketplaceCatalogClient,
|
|
1760
|
-
MarketplaceCatalogServiceException,
|
|
1761
|
-
OfferSortBy,
|
|
1762
|
-
OfferStateString,
|
|
1763
|
-
OfferTargetingString,
|
|
1764
|
-
OwnershipType,
|
|
1765
1751
|
PutResourcePolicyCommand,
|
|
1766
|
-
ResaleAuthorizationSortBy,
|
|
1767
|
-
ResaleAuthorizationStatusString,
|
|
1768
|
-
ResourceInUseException,
|
|
1769
|
-
ResourceNotFoundException,
|
|
1770
|
-
ResourceNotSupportedException,
|
|
1771
|
-
SaaSProductSortBy,
|
|
1772
|
-
SaaSProductVisibilityString,
|
|
1773
|
-
ServiceQuotaExceededException,
|
|
1774
|
-
SortOrder,
|
|
1775
1752
|
StartChangeSetCommand,
|
|
1776
1753
|
TagResourceCommand,
|
|
1777
|
-
ThrottlingException,
|
|
1778
1754
|
UntagResourceCommand,
|
|
1779
|
-
ValidationException,
|
|
1780
|
-
__Client,
|
|
1781
1755
|
paginateListChangeSets,
|
|
1782
|
-
paginateListEntities
|
|
1756
|
+
paginateListEntities,
|
|
1757
|
+
AccessDeniedException,
|
|
1758
|
+
AmiProductVisibilityString,
|
|
1759
|
+
AmiProductSortBy,
|
|
1760
|
+
SortOrder,
|
|
1761
|
+
InternalServiceException,
|
|
1762
|
+
ThrottlingException,
|
|
1763
|
+
ValidationException,
|
|
1764
|
+
ResourceInUseException,
|
|
1765
|
+
ResourceNotFoundException,
|
|
1766
|
+
FailureCode,
|
|
1767
|
+
ChangeStatus,
|
|
1768
|
+
ResourceNotSupportedException,
|
|
1769
|
+
ContainerProductVisibilityString,
|
|
1770
|
+
DataProductVisibilityString,
|
|
1771
|
+
OfferStateString,
|
|
1772
|
+
OfferTargetingString,
|
|
1773
|
+
ResaleAuthorizationStatusString,
|
|
1774
|
+
SaaSProductVisibilityString,
|
|
1775
|
+
EntityTypeFilters,
|
|
1776
|
+
ContainerProductSortBy,
|
|
1777
|
+
DataProductSortBy,
|
|
1778
|
+
OfferSortBy,
|
|
1779
|
+
ResaleAuthorizationSortBy,
|
|
1780
|
+
SaaSProductSortBy,
|
|
1781
|
+
EntityTypeSort,
|
|
1782
|
+
OwnershipType,
|
|
1783
|
+
ServiceQuotaExceededException
|
|
1783
1784
|
});
|
|
1784
1785
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-catalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-catalog",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|