@aws-sdk/client-marketplace-agreement 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.
- package/dist-cjs/index.js +13 -12
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -786,24 +786,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
786
786
|
// Annotate the CommonJS export names for ESM import in node:
|
|
787
787
|
|
|
788
788
|
0 && (module.exports = {
|
|
789
|
+
MarketplaceAgreementServiceException,
|
|
790
|
+
__Client,
|
|
791
|
+
MarketplaceAgreementClient,
|
|
792
|
+
MarketplaceAgreement,
|
|
793
|
+
$Command,
|
|
794
|
+
DescribeAgreementCommand,
|
|
795
|
+
GetAgreementTermsCommand,
|
|
796
|
+
SearchAgreementsCommand,
|
|
797
|
+
paginateGetAgreementTerms,
|
|
798
|
+
paginateSearchAgreements,
|
|
789
799
|
AcceptedTerm,
|
|
790
800
|
AccessDeniedException,
|
|
791
801
|
AgreementStatus,
|
|
792
|
-
DescribeAgreementCommand,
|
|
793
|
-
GetAgreementTermsCommand,
|
|
794
802
|
InternalServerException,
|
|
795
|
-
MarketplaceAgreement,
|
|
796
|
-
MarketplaceAgreementClient,
|
|
797
|
-
MarketplaceAgreementServiceException,
|
|
798
|
-
ResourceNotFoundException,
|
|
799
803
|
ResourceType,
|
|
800
|
-
|
|
801
|
-
SortOrder,
|
|
804
|
+
ResourceNotFoundException,
|
|
802
805
|
ThrottlingException,
|
|
803
|
-
ValidationException,
|
|
804
806
|
ValidationExceptionReason,
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
paginateSearchAgreements
|
|
807
|
+
ValidationException,
|
|
808
|
+
SortOrder
|
|
808
809
|
});
|
|
809
810
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-agreement",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Agreement Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-marketplace-agreement",
|
|
@@ -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.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|