@aws-sdk/client-marketplace-agreement 3.775.0 → 3.782.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.
|
@@ -93,6 +93,7 @@ declare const DescribeAgreementCommand_base: {
|
|
|
93
93
|
* @throws {@link MarketplaceAgreementServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from MarketplaceAgreement service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {
|
|
@@ -216,6 +216,7 @@ declare const GetAgreementTermsCommand_base: {
|
|
|
216
216
|
* @throws {@link MarketplaceAgreementServiceException}
|
|
217
217
|
* <p>Base exception class for all service exceptions from MarketplaceAgreement service.</p>
|
|
218
218
|
*
|
|
219
|
+
*
|
|
219
220
|
* @public
|
|
220
221
|
*/
|
|
221
222
|
export declare class GetAgreementTermsCommand extends GetAgreementTermsCommand_base {
|
|
@@ -194,6 +194,7 @@ declare const SearchAgreementsCommand_base: {
|
|
|
194
194
|
* @throws {@link MarketplaceAgreementServiceException}
|
|
195
195
|
* <p>Base exception class for all service exceptions from MarketplaceAgreement service.</p>
|
|
196
196
|
*
|
|
197
|
+
*
|
|
197
198
|
* @public
|
|
198
199
|
*/
|
|
199
200
|
export declare class SearchAgreementsCommand extends SearchAgreementsCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|