@aws-sdk/client-connect-contact-lens 3.297.0 → 3.299.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/commands/ListRealtimeContactAnalysisSegmentsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -37
- package/dist-es/commands/ListRealtimeContactAnalysisSegmentsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -27
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/ts3.4/models/models_0.d.ts +0 -23
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.ListRealtimeContactAnalysisSegmentsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListRealtimeContactAnalysisSegmentsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListRealtimeContactAnalysisSegmentsCommand extends smithy_client_1.Command
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ThrottlingException = exports.ResourceNotFoundException = exports.SentimentValue = exports.InvalidRequestException = exports.InternalServiceException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const ConnectContactLensServiceException_1 = require("./ConnectContactLensServiceException");
|
|
5
5
|
class AccessDeniedException extends ConnectContactLensServiceException_1.ConnectContactLensServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -78,39 +78,3 @@ class ThrottlingException extends ConnectContactLensServiceException_1.ConnectCo
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
exports.ThrottlingException = ThrottlingException;
|
|
81
|
-
const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
});
|
|
84
|
-
exports.ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog = ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog;
|
|
85
|
-
const PointOfInterestFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
exports.PointOfInterestFilterSensitiveLog = PointOfInterestFilterSensitiveLog;
|
|
89
|
-
const CategoryDetailsFilterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
exports.CategoryDetailsFilterSensitiveLog = CategoryDetailsFilterSensitiveLog;
|
|
93
|
-
const CategoriesFilterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
exports.CategoriesFilterSensitiveLog = CategoriesFilterSensitiveLog;
|
|
97
|
-
const CharacterOffsetsFilterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
exports.CharacterOffsetsFilterSensitiveLog = CharacterOffsetsFilterSensitiveLog;
|
|
101
|
-
const IssueDetectedFilterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
exports.IssueDetectedFilterSensitiveLog = IssueDetectedFilterSensitiveLog;
|
|
105
|
-
const TranscriptFilterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
exports.TranscriptFilterSensitiveLog = TranscriptFilterSensitiveLog;
|
|
109
|
-
const RealtimeContactAnalysisSegmentFilterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
exports.RealtimeContactAnalysisSegmentFilterSensitiveLog = RealtimeContactAnalysisSegmentFilterSensitiveLog;
|
|
113
|
-
const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
exports.ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog = ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog, ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListRealtimeContactAnalysisSegmentsCommand, serializeAws_restJson1ListRealtimeContactAnalysisSegmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListRealtimeContactAnalysisSegmentsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -70,30 +70,3 @@ export class ThrottlingException extends __BaseException {
|
|
|
70
70
|
this.Message = opts.Message;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
export const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
export const PointOfInterestFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
export const CategoryDetailsFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
export const CategoriesFilterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
export const CharacterOffsetsFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
export const IssueDetectedFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
export const TranscriptFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
export const RealtimeContactAnalysisSegmentFilterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
export const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
@@ -235,39 +235,3 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
235
235
|
*/
|
|
236
236
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
237
237
|
}
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
export declare const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog: (obj: ListRealtimeContactAnalysisSegmentsRequest) => any;
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
export declare const PointOfInterestFilterSensitiveLog: (obj: PointOfInterest) => any;
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
export declare const CategoryDetailsFilterSensitiveLog: (obj: CategoryDetails) => any;
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
export declare const CategoriesFilterSensitiveLog: (obj: Categories) => any;
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
export declare const CharacterOffsetsFilterSensitiveLog: (obj: CharacterOffsets) => any;
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
export declare const IssueDetectedFilterSensitiveLog: (obj: IssueDetected) => any;
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
|
-
export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
export declare const RealtimeContactAnalysisSegmentFilterSensitiveLog: (obj: RealtimeContactAnalysisSegment) => any;
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
export declare const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog: (obj: ListRealtimeContactAnalysisSegmentsResponse) => any;
|
|
@@ -87,26 +87,3 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
87
87
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
88
88
|
);
|
|
89
89
|
}
|
|
90
|
-
export declare const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog: (
|
|
91
|
-
obj: ListRealtimeContactAnalysisSegmentsRequest
|
|
92
|
-
) => any;
|
|
93
|
-
export declare const PointOfInterestFilterSensitiveLog: (
|
|
94
|
-
obj: PointOfInterest
|
|
95
|
-
) => any;
|
|
96
|
-
export declare const CategoryDetailsFilterSensitiveLog: (
|
|
97
|
-
obj: CategoryDetails
|
|
98
|
-
) => any;
|
|
99
|
-
export declare const CategoriesFilterSensitiveLog: (obj: Categories) => any;
|
|
100
|
-
export declare const CharacterOffsetsFilterSensitiveLog: (
|
|
101
|
-
obj: CharacterOffsets
|
|
102
|
-
) => any;
|
|
103
|
-
export declare const IssueDetectedFilterSensitiveLog: (
|
|
104
|
-
obj: IssueDetected
|
|
105
|
-
) => any;
|
|
106
|
-
export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
|
|
107
|
-
export declare const RealtimeContactAnalysisSegmentFilterSensitiveLog: (
|
|
108
|
-
obj: RealtimeContactAnalysisSegment
|
|
109
|
-
) => any;
|
|
110
|
-
export declare const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog: (
|
|
111
|
-
obj: ListRealtimeContactAnalysisSegmentsResponse
|
|
112
|
-
) => any;
|
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.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo connect-contact-lens"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|