@aws-sdk/client-connect-contact-lens 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
|
@@ -268,7 +268,7 @@ var se_ListRealtimeContactAnalysisSegmentsCommand = /* @__PURE__ */ __name(async
|
|
|
268
268
|
}, "se_ListRealtimeContactAnalysisSegmentsCommand");
|
|
269
269
|
var de_ListRealtimeContactAnalysisSegmentsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
270
270
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
271
|
-
return
|
|
271
|
+
return de_CommandError(output, context);
|
|
272
272
|
}
|
|
273
273
|
const contents = (0, import_smithy_client.map)({
|
|
274
274
|
$metadata: deserializeMetadata(output)
|
|
@@ -281,7 +281,7 @@ var de_ListRealtimeContactAnalysisSegmentsCommand = /* @__PURE__ */ __name(async
|
|
|
281
281
|
Object.assign(contents, doc);
|
|
282
282
|
return contents;
|
|
283
283
|
}, "de_ListRealtimeContactAnalysisSegmentsCommand");
|
|
284
|
-
var
|
|
284
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
285
285
|
const parsedOutput = {
|
|
286
286
|
...output,
|
|
287
287
|
body: await parseErrorBody(output.body, context)
|
|
@@ -311,7 +311,7 @@ var de_ListRealtimeContactAnalysisSegmentsCommandError = /* @__PURE__ */ __name(
|
|
|
311
311
|
errorCode
|
|
312
312
|
});
|
|
313
313
|
}
|
|
314
|
-
}, "
|
|
314
|
+
}, "de_CommandError");
|
|
315
315
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(ConnectContactLensServiceException);
|
|
316
316
|
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
317
317
|
const contents = (0, import_smithy_client.map)({});
|
|
@@ -20,7 +20,7 @@ export const se_ListRealtimeContactAnalysisSegmentsCommand = async (input, conte
|
|
|
20
20
|
};
|
|
21
21
|
export const de_ListRealtimeContactAnalysisSegmentsCommand = async (output, context) => {
|
|
22
22
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
23
|
-
return
|
|
23
|
+
return de_CommandError(output, context);
|
|
24
24
|
}
|
|
25
25
|
const contents = map({
|
|
26
26
|
$metadata: deserializeMetadata(output),
|
|
@@ -33,7 +33,7 @@ export const de_ListRealtimeContactAnalysisSegmentsCommand = async (output, cont
|
|
|
33
33
|
Object.assign(contents, doc);
|
|
34
34
|
return contents;
|
|
35
35
|
};
|
|
36
|
-
const
|
|
36
|
+
const de_CommandError = async (output, context) => {
|
|
37
37
|
const parsedOutput = {
|
|
38
38
|
...output,
|
|
39
39
|
body: await parseErrorBody(output.body, context),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect-contact-lens",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Contact Lens 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-connect-contact-lens",
|
|
@@ -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",
|