@aws-sdk/client-connect-contact-lens 3.296.0 → 3.298.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.
@@ -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: models_0_1.ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog,
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.ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog = exports.RealtimeContactAnalysisSegmentFilterSensitiveLog = exports.TranscriptFilterSensitiveLog = exports.IssueDetectedFilterSensitiveLog = exports.CharacterOffsetsFilterSensitiveLog = exports.CategoriesFilterSensitiveLog = exports.CategoryDetailsFilterSensitiveLog = exports.PointOfInterestFilterSensitiveLog = exports.ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog = exports.ThrottlingException = exports.ResourceNotFoundException = exports.SentimentValue = exports.InvalidRequestException = exports.InternalServiceException = exports.AccessDeniedException = void 0;
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: ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog,
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
- });
@@ -2,6 +2,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput } from "./commands/ListRealtimeContactAnalysisSegmentsCommand";
3
3
  import { ConnectContactLensClient } from "./ConnectContactLensClient";
4
4
  /**
5
+ * @public
5
6
  * <p>Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents,
6
7
  * by using speech transcription, natural language processing, and intelligent search
7
8
  * capabilities. It performs sentiment analysis, detects issues, and enables you to automatically
@@ -12,6 +13,7 @@ import { ConnectContactLensClient } from "./ConnectContactLensClient";
12
13
  */
13
14
  export declare class ConnectContactLens extends ConnectContactLensClient {
14
15
  /**
16
+ * @public
15
17
  * <p>Provides a list of analysis segments for a real-time analysis session.</p>
16
18
  */
17
19
  listRealtimeContactAnalysisSegments(args: ListRealtimeContactAnalysisSegmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListRealtimeContactAnalysisSegmentsCommandOutput>;
@@ -9,15 +9,24 @@ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration
9
9
  import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
10
  import { ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput } from "./commands/ListRealtimeContactAnalysisSegmentsCommand";
11
11
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
12
+ /**
13
+ * @public
14
+ */
12
15
  export type ServiceInputTypes = ListRealtimeContactAnalysisSegmentsCommandInput;
16
+ /**
17
+ * @public
18
+ */
13
19
  export type ServiceOutputTypes = ListRealtimeContactAnalysisSegmentsCommandOutput;
20
+ /**
21
+ * @public
22
+ */
14
23
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
15
24
  /**
16
25
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
17
26
  */
18
27
  requestHandler?: __HttpHandler;
19
28
  /**
20
- * A constructor for a class implementing the {@link __Checksum} interface
29
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
21
30
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
22
31
  * @internal
23
32
  */
@@ -107,23 +116,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
107
116
  */
108
117
  logger?: __Logger;
109
118
  /**
110
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
119
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
111
120
  */
112
121
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
113
122
  }
123
+ /**
124
+ * @public
125
+ */
114
126
  type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
115
127
  /**
116
- * The configuration interface of ConnectContactLensClient class constructor that set the region, credentials and other options.
128
+ * @public
129
+ *
130
+ * The configuration interface of ConnectContactLensClient class constructor that set the region, credentials and other options.
117
131
  */
118
132
  export interface ConnectContactLensClientConfig extends ConnectContactLensClientConfigType {
119
133
  }
134
+ /**
135
+ * @public
136
+ */
120
137
  type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
121
138
  /**
122
- * The resolved configuration interface of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
139
+ * @public
140
+ *
141
+ * The resolved configuration interface of ConnectContactLensClient class. This is resolved and normalized from the {@link ConnectContactLensClientConfig | constructor configuration interface}.
123
142
  */
124
143
  export interface ConnectContactLensClientResolvedConfig extends ConnectContactLensClientResolvedConfigType {
125
144
  }
126
145
  /**
146
+ * @public
127
147
  * <p>Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents,
128
148
  * by using speech transcription, natural language processing, and intelligent search
129
149
  * capabilities. It performs sentiment analysis, detects issues, and enables you to automatically
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectContactLensClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectContactLensClient";
5
5
  import { ListRealtimeContactAnalysisSegmentsRequest, ListRealtimeContactAnalysisSegmentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRealtimeContactAnalysisSegmentsCommand}.
8
10
  */
9
11
  export interface ListRealtimeContactAnalysisSegmentsCommandInput extends ListRealtimeContactAnalysisSegmentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRealtimeContactAnalysisSegmentsCommand}.
13
17
  */
14
18
  export interface ListRealtimeContactAnalysisSegmentsCommandOutput extends ListRealtimeContactAnalysisSegmentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides a list of analysis segments for a real-time analysis session.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRealtimeContactAnalysisSegmentsCommandOutput extends ListRe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRealtimeContactAnalysisSegmentsCommandInput - {@link ListRealtimeContactAnalysisSegmentsCommandInput}
34
+ * @returns {@link ListRealtimeContactAnalysisSegmentsCommandOutput}
28
35
  * @see {@link ListRealtimeContactAnalysisSegmentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRealtimeContactAnalysisSegmentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectContactLensClientResolvedConfig | config} for ConnectContactLensClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListRealtimeContactAnalysisSegmentsCommandOutput extends ListRe
49
56
  export declare class ListRealtimeContactAnalysisSegmentsCommand extends $Command<ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput, ConnectContactLensClientResolvedConfig> {
50
57
  readonly input: ListRealtimeContactAnalysisSegmentsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListRealtimeContactAnalysisSegmentsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectContactLensClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ConnectContactLens service.
4
6
  */
5
7
  export declare class ConnectContactLensServiceException extends __ServiceException {
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ConnectContactLensServiceException as __BaseException } from "./ConnectContactLensServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>You do not have sufficient access to perform this action.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -13,6 +14,7 @@ export declare class AccessDeniedException extends __BaseException {
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
15
  }
15
16
  /**
17
+ * @public
16
18
  * <p>Request processing failed due to an error or failure with the service.</p>
17
19
  */
18
20
  export declare class InternalServiceException extends __BaseException {
@@ -25,6 +27,7 @@ export declare class InternalServiceException extends __BaseException {
25
27
  constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
26
28
  }
27
29
  /**
30
+ * @public
28
31
  * <p>The request is not valid.</p>
29
32
  */
30
33
  export declare class InvalidRequestException extends __BaseException {
@@ -36,6 +39,9 @@ export declare class InvalidRequestException extends __BaseException {
36
39
  */
37
40
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
38
41
  }
42
+ /**
43
+ * @public
44
+ */
39
45
  export interface ListRealtimeContactAnalysisSegmentsRequest {
40
46
  /**
41
47
  * <p>The identifier of the Amazon Connect instance.</p>
@@ -56,6 +62,7 @@ export interface ListRealtimeContactAnalysisSegmentsRequest {
56
62
  NextToken?: string;
57
63
  }
58
64
  /**
65
+ * @public
59
66
  * <p>The section of the contact audio where that category rule was detected.</p>
60
67
  */
61
68
  export interface PointOfInterest {
@@ -69,6 +76,7 @@ export interface PointOfInterest {
69
76
  EndOffsetMillis: number | undefined;
70
77
  }
71
78
  /**
79
+ * @public
72
80
  * <p>Provides information about the category rule that was matched.</p>
73
81
  */
74
82
  export interface CategoryDetails {
@@ -78,6 +86,7 @@ export interface CategoryDetails {
78
86
  PointsOfInterest: PointOfInterest[] | undefined;
79
87
  }
80
88
  /**
89
+ * @public
81
90
  * <p>Provides the category rules that are used to automatically categorize contacts based on
82
91
  * uttered keywords and phrases.</p>
83
92
  */
@@ -92,6 +101,7 @@ export interface Categories {
92
101
  MatchedDetails: Record<string, CategoryDetails> | undefined;
93
102
  }
94
103
  /**
104
+ * @public
95
105
  * <p>For characters that were detected as issues, where they occur in the transcript.</p>
96
106
  */
97
107
  export interface CharacterOffsets {
@@ -105,6 +115,7 @@ export interface CharacterOffsets {
105
115
  EndOffsetChar: number | undefined;
106
116
  }
107
117
  /**
118
+ * @public
108
119
  * <p>Potential issues that are detected based on an artificial intelligence analysis of each
109
120
  * turn in the conversation.</p>
110
121
  */
@@ -114,12 +125,16 @@ export interface IssueDetected {
114
125
  */
115
126
  CharacterOffsets: CharacterOffsets | undefined;
116
127
  }
128
+ /**
129
+ * @public
130
+ */
117
131
  export declare enum SentimentValue {
118
132
  NEGATIVE = "NEGATIVE",
119
133
  NEUTRAL = "NEUTRAL",
120
134
  POSITIVE = "POSITIVE"
121
135
  }
122
136
  /**
137
+ * @public
123
138
  * <p>A list of messages in the session.</p>
124
139
  */
125
140
  export interface Transcript {
@@ -157,6 +172,7 @@ export interface Transcript {
157
172
  IssuesDetected?: IssueDetected[];
158
173
  }
159
174
  /**
175
+ * @public
160
176
  * <p>An analyzed segment for a real-time analysis session.</p>
161
177
  */
162
178
  export interface RealtimeContactAnalysisSegment {
@@ -169,6 +185,9 @@ export interface RealtimeContactAnalysisSegment {
169
185
  */
170
186
  Categories?: Categories;
171
187
  }
188
+ /**
189
+ * @public
190
+ */
172
191
  export interface ListRealtimeContactAnalysisSegmentsResponse {
173
192
  /**
174
193
  * <p>An analyzed transcript or category.</p>
@@ -191,6 +210,7 @@ export interface ListRealtimeContactAnalysisSegmentsResponse {
191
210
  NextToken?: string;
192
211
  }
193
212
  /**
213
+ * @public
194
214
  * <p>The specified resource was not found.</p>
195
215
  */
196
216
  export declare class ResourceNotFoundException extends __BaseException {
@@ -203,6 +223,7 @@ export declare class ResourceNotFoundException extends __BaseException {
203
223
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
204
224
  }
205
225
  /**
226
+ * @public
206
227
  * <p>The throttling limit has been exceeded.</p>
207
228
  */
208
229
  export declare class ThrottlingException extends __BaseException {
@@ -214,39 +235,3 @@ export declare class ThrottlingException extends __BaseException {
214
235
  */
215
236
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
216
237
  }
217
- /**
218
- * @internal
219
- */
220
- export declare const ListRealtimeContactAnalysisSegmentsRequestFilterSensitiveLog: (obj: ListRealtimeContactAnalysisSegmentsRequest) => any;
221
- /**
222
- * @internal
223
- */
224
- export declare const PointOfInterestFilterSensitiveLog: (obj: PointOfInterest) => any;
225
- /**
226
- * @internal
227
- */
228
- export declare const CategoryDetailsFilterSensitiveLog: (obj: CategoryDetails) => any;
229
- /**
230
- * @internal
231
- */
232
- export declare const CategoriesFilterSensitiveLog: (obj: Categories) => any;
233
- /**
234
- * @internal
235
- */
236
- export declare const CharacterOffsetsFilterSensitiveLog: (obj: CharacterOffsets) => any;
237
- /**
238
- * @internal
239
- */
240
- export declare const IssueDetectedFilterSensitiveLog: (obj: IssueDetected) => any;
241
- /**
242
- * @internal
243
- */
244
- export declare const TranscriptFilterSensitiveLog: (obj: Transcript) => any;
245
- /**
246
- * @internal
247
- */
248
- export declare const RealtimeContactAnalysisSegmentFilterSensitiveLog: (obj: RealtimeContactAnalysisSegment) => any;
249
- /**
250
- * @internal
251
- */
252
- export declare const ListRealtimeContactAnalysisSegmentsResponseFilterSensitiveLog: (obj: ListRealtimeContactAnalysisSegmentsResponse) => any;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ConnectContactLensClient } from "../ConnectContactLensClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ConnectContactLensPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ConnectContactLensClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput } from "../commands/ListRealtimeContactAnalysisSegmentsCommand";
3
3
  import { ConnectContactLensPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRealtimeContactAnalysisSegments(config: ConnectContactLensPaginationConfiguration, input: ListRealtimeContactAnalysisSegmentsCommandInput, ...additionalArguments: any): Paginator<ListRealtimeContactAnalysisSegmentsCommandOutput>;
@@ -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.296.0",
4
+ "version": "3.298.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,9 +21,9 @@
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.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",