@aws-sdk/client-freetier 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
|
@@ -225,7 +225,7 @@ var se_GetFreeTierUsageCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
225
225
|
}, "se_GetFreeTierUsageCommand");
|
|
226
226
|
var de_GetFreeTierUsageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
227
227
|
if (output.statusCode >= 300) {
|
|
228
|
-
return
|
|
228
|
+
return de_CommandError(output, context);
|
|
229
229
|
}
|
|
230
230
|
const data = await parseBody(output.body, context);
|
|
231
231
|
let contents = {};
|
|
@@ -236,7 +236,7 @@ var de_GetFreeTierUsageCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
236
236
|
};
|
|
237
237
|
return response;
|
|
238
238
|
}, "de_GetFreeTierUsageCommand");
|
|
239
|
-
var
|
|
239
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
240
240
|
const parsedOutput = {
|
|
241
241
|
...output,
|
|
242
242
|
body: await parseErrorBody(output.body, context)
|
|
@@ -260,7 +260,7 @@ var de_GetFreeTierUsageCommandError = /* @__PURE__ */ __name(async (output, cont
|
|
|
260
260
|
errorCode
|
|
261
261
|
});
|
|
262
262
|
}
|
|
263
|
-
}, "
|
|
263
|
+
}, "de_CommandError");
|
|
264
264
|
var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
265
265
|
const body = parsedOutput.body;
|
|
266
266
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -10,7 +10,7 @@ export const se_GetFreeTierUsageCommand = async (input, context) => {
|
|
|
10
10
|
};
|
|
11
11
|
export const de_GetFreeTierUsageCommand = 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_GetFreeTierUsageCommand = 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-freetier",
|
|
3
3
|
"description": "AWS SDK for JavaScript Freetier 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-freetier",
|
|
@@ -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",
|