@aws-sdk/client-marketplace-entitlement-service 3.504.0 → 3.507.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
CHANGED
|
@@ -214,7 +214,7 @@ var se_GetEntitlementsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
214
214
|
}, "se_GetEntitlementsCommand");
|
|
215
215
|
var de_GetEntitlementsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
216
216
|
if (output.statusCode >= 300) {
|
|
217
|
-
return
|
|
217
|
+
return de_CommandError(output, context);
|
|
218
218
|
}
|
|
219
219
|
const data = await parseBody(output.body, context);
|
|
220
220
|
let contents = {};
|
|
@@ -225,7 +225,7 @@ var de_GetEntitlementsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
225
225
|
};
|
|
226
226
|
return response;
|
|
227
227
|
}, "de_GetEntitlementsCommand");
|
|
228
|
-
var
|
|
228
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
229
229
|
const parsedOutput = {
|
|
230
230
|
...output,
|
|
231
231
|
body: await parseErrorBody(output.body, context)
|
|
@@ -249,7 +249,7 @@ var de_GetEntitlementsCommandError = /* @__PURE__ */ __name(async (output, conte
|
|
|
249
249
|
errorCode
|
|
250
250
|
});
|
|
251
251
|
}
|
|
252
|
-
}, "
|
|
252
|
+
}, "de_CommandError");
|
|
253
253
|
var de_InternalServiceErrorExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
254
254
|
const body = parsedOutput.body;
|
|
255
255
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -10,7 +10,7 @@ export const se_GetEntitlementsCommand = async (input, context) => {
|
|
|
10
10
|
};
|
|
11
11
|
export const de_GetEntitlementsCommand = async (output, context) => {
|
|
12
12
|
if (output.statusCode >= 300) {
|
|
13
|
-
return
|
|
13
|
+
return de_CommandError(output, context);
|
|
14
14
|
}
|
|
15
15
|
const data = await parseBody(output.body, context);
|
|
16
16
|
let contents = {};
|
|
@@ -21,7 +21,7 @@ export const de_GetEntitlementsCommand = async (output, context) => {
|
|
|
21
21
|
};
|
|
22
22
|
return response;
|
|
23
23
|
};
|
|
24
|
-
const
|
|
24
|
+
const de_CommandError = async (output, context) => {
|
|
25
25
|
const parsedOutput = {
|
|
26
26
|
...output,
|
|
27
27
|
body: await parseErrorBody(output.body, context),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-entitlement-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Entitlement Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.507.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-entitlement-service",
|
|
@@ -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.507.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.507.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.502.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.502.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.502.0",
|