@aws-sdk/client-kinesis-video-webrtc-storage 3.504.0 → 3.509.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
|
@@ -235,7 +235,7 @@ var se_JoinStorageSessionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
235
235
|
}, "se_JoinStorageSessionCommand");
|
|
236
236
|
var de_JoinStorageSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
237
237
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
238
|
-
return
|
|
238
|
+
return de_CommandError(output, context);
|
|
239
239
|
}
|
|
240
240
|
const contents = (0, import_smithy_client.map)({
|
|
241
241
|
$metadata: deserializeMetadata(output)
|
|
@@ -243,7 +243,7 @@ var de_JoinStorageSessionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
243
243
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
244
244
|
return contents;
|
|
245
245
|
}, "de_JoinStorageSessionCommand");
|
|
246
|
-
var
|
|
246
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
247
247
|
const parsedOutput = {
|
|
248
248
|
...output,
|
|
249
249
|
body: await parseErrorBody(output.body, context)
|
|
@@ -270,7 +270,7 @@ var de_JoinStorageSessionCommandError = /* @__PURE__ */ __name(async (output, co
|
|
|
270
270
|
errorCode
|
|
271
271
|
});
|
|
272
272
|
}
|
|
273
|
-
}, "
|
|
273
|
+
}, "de_CommandError");
|
|
274
274
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(KinesisVideoWebRTCStorageServiceException);
|
|
275
275
|
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
276
276
|
const contents = (0, import_smithy_client.map)({});
|
|
@@ -17,7 +17,7 @@ export const se_JoinStorageSessionCommand = async (input, context) => {
|
|
|
17
17
|
};
|
|
18
18
|
export const de_JoinStorageSessionCommand = async (output, context) => {
|
|
19
19
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
20
|
-
return
|
|
20
|
+
return de_CommandError(output, context);
|
|
21
21
|
}
|
|
22
22
|
const contents = map({
|
|
23
23
|
$metadata: deserializeMetadata(output),
|
|
@@ -25,7 +25,7 @@ export const de_JoinStorageSessionCommand = async (output, context) => {
|
|
|
25
25
|
await collectBody(output.body, context);
|
|
26
26
|
return contents;
|
|
27
27
|
};
|
|
28
|
-
const
|
|
28
|
+
const de_CommandError = async (output, context) => {
|
|
29
29
|
const parsedOutput = {
|
|
30
30
|
...output,
|
|
31
31
|
body: await parseErrorBody(output.body, context),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video-webrtc-storage",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Webrtc Storage Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.509.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-kinesis-video-webrtc-storage",
|
|
@@ -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.509.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",
|