@aws-sdk/client-connect-contact-lens 3.948.0 → 3.953.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 +66 -49
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/ListRealtimeContactAnalysisSegmentsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +33 -33
- package/dist-types/ConnectContactLensClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +18 -23
- package/dist-types/ts3.4/ConnectContactLensClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -24
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class ConnectContactLensClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class ConnectContactLensServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ConnectContactLensServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends ConnectContactLensServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ConnectContact
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InternalServiceException extends ConnectContactLensServiceException {
|
|
135
135
|
name = "InternalServiceException";
|
|
136
136
|
$fault = "server";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let InternalServiceException$1 = class InternalServiceException extends ConnectC
|
|
|
144
144
|
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InvalidRequestException extends ConnectContactLensServiceException {
|
|
149
149
|
name = "InvalidRequestException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends ConnectCon
|
|
|
158
158
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ResourceNotFoundException extends ConnectContactLensServiceException {
|
|
163
163
|
name = "ResourceNotFoundException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Connec
|
|
|
172
172
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class ThrottlingException extends ConnectContactLensServiceException {
|
|
177
177
|
name = "ThrottlingException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,7 +186,7 @@ let ThrottlingException$1 = class ThrottlingException extends ConnectContactLens
|
|
|
186
186
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
189
|
+
}
|
|
190
190
|
|
|
191
191
|
const _ADE = "AccessDeniedException";
|
|
192
192
|
const _BOC = "BeginOffsetChar";
|
|
@@ -233,17 +233,17 @@ const _hE = "httpError";
|
|
|
233
233
|
const _s = "server";
|
|
234
234
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectcontactlens";
|
|
235
235
|
const n0 = "com.amazonaws.connectcontactlens";
|
|
236
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
237
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
238
|
-
var Categories = [3, n0, _C, 0, [_MC, _MD], [64 | 0, () => MatchedDetails]];
|
|
239
|
-
var CategoryDetails = [3, n0, _CD, 0, [_POI], [() => PointsOfInterest]];
|
|
240
|
-
var CharacterOffsets = [3, n0, _CO, 0, [_BOC, _EOC], [1, 1]];
|
|
241
|
-
var InternalServiceException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
242
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException
|
|
243
|
-
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
244
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
245
|
-
var IssueDetected = [3, n0, _ID, 0, [_CO], [() => CharacterOffsets]];
|
|
246
|
-
var ListRealtimeContactAnalysisSegmentsRequest = [
|
|
236
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
237
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
238
|
+
var Categories$ = [3, n0, _C, 0, [_MC, _MD], [64 | 0, () => MatchedDetails]];
|
|
239
|
+
var CategoryDetails$ = [3, n0, _CD, 0, [_POI], [() => PointsOfInterest]];
|
|
240
|
+
var CharacterOffsets$ = [3, n0, _CO, 0, [_BOC, _EOC], [1, 1]];
|
|
241
|
+
var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
242
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
243
|
+
var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
244
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
245
|
+
var IssueDetected$ = [3, n0, _ID, 0, [_CO], [() => CharacterOffsets$]];
|
|
246
|
+
var ListRealtimeContactAnalysisSegmentsRequest$ = [
|
|
247
247
|
3,
|
|
248
248
|
n0,
|
|
249
249
|
_LRCASR,
|
|
@@ -251,7 +251,7 @@ var ListRealtimeContactAnalysisSegmentsRequest = [
|
|
|
251
251
|
[_II, _CI, _MR, _NT],
|
|
252
252
|
[0, 0, 1, 0],
|
|
253
253
|
];
|
|
254
|
-
var ListRealtimeContactAnalysisSegmentsResponse = [
|
|
254
|
+
var ListRealtimeContactAnalysisSegmentsResponse$ = [
|
|
255
255
|
3,
|
|
256
256
|
n0,
|
|
257
257
|
_LRCASRi,
|
|
@@ -259,21 +259,21 @@ var ListRealtimeContactAnalysisSegmentsResponse = [
|
|
|
259
259
|
[_S, _NT],
|
|
260
260
|
[() => RealtimeContactAnalysisSegments, 0],
|
|
261
261
|
];
|
|
262
|
-
var PointOfInterest = [3, n0, _POIo, 0, [_BOM, _EOM], [1, 1]];
|
|
263
|
-
var PostContactSummary = [3, n0, _PCS, 0, [_Co, _St, _FC], [0, 0, 0]];
|
|
264
|
-
var RealtimeContactAnalysisSegment = [
|
|
262
|
+
var PointOfInterest$ = [3, n0, _POIo, 0, [_BOM, _EOM], [1, 1]];
|
|
263
|
+
var PostContactSummary$ = [3, n0, _PCS, 0, [_Co, _St, _FC], [0, 0, 0]];
|
|
264
|
+
var RealtimeContactAnalysisSegment$ = [
|
|
265
265
|
3,
|
|
266
266
|
n0,
|
|
267
267
|
_RCAS,
|
|
268
268
|
0,
|
|
269
269
|
[_T, _C, _PCS],
|
|
270
|
-
[() => Transcript
|
|
270
|
+
[() => Transcript$, () => Categories$, () => PostContactSummary$],
|
|
271
271
|
];
|
|
272
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
273
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
274
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
275
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
276
|
-
var Transcript = [
|
|
272
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
273
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
274
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
275
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
276
|
+
var Transcript$ = [
|
|
277
277
|
3,
|
|
278
278
|
n0,
|
|
279
279
|
_T,
|
|
@@ -281,7 +281,7 @@ var Transcript = [
|
|
|
281
281
|
[_I, _PI, _PR, _Co, _BOM, _EOM, _Se, _IDs],
|
|
282
282
|
[0, 0, 0, 0, 1, 1, 0, () => IssuesDetected],
|
|
283
283
|
];
|
|
284
|
-
var ConnectContactLensServiceException = [
|
|
284
|
+
var ConnectContactLensServiceException$ = [
|
|
285
285
|
-3,
|
|
286
286
|
_sm,
|
|
287
287
|
"ConnectContactLensServiceException",
|
|
@@ -289,18 +289,18 @@ var ConnectContactLensServiceException = [
|
|
|
289
289
|
[],
|
|
290
290
|
[],
|
|
291
291
|
];
|
|
292
|
-
schema.TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException
|
|
293
|
-
var IssuesDetected = [1, n0, _IDs, 0, () => IssueDetected];
|
|
294
|
-
var PointsOfInterest = [1, n0, _POI, 0, () => PointOfInterest];
|
|
295
|
-
var RealtimeContactAnalysisSegments = [1, n0, _RCASe, 0, () => RealtimeContactAnalysisSegment];
|
|
296
|
-
var MatchedDetails = [2, n0, _MD, 0, 0, () => CategoryDetails];
|
|
297
|
-
var ListRealtimeContactAnalysisSegments = [
|
|
292
|
+
schema.TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException$, ConnectContactLensServiceException);
|
|
293
|
+
var IssuesDetected = [1, n0, _IDs, 0, () => IssueDetected$];
|
|
294
|
+
var PointsOfInterest = [1, n0, _POI, 0, () => PointOfInterest$];
|
|
295
|
+
var RealtimeContactAnalysisSegments = [1, n0, _RCASe, 0, () => RealtimeContactAnalysisSegment$];
|
|
296
|
+
var MatchedDetails = [2, n0, _MD, 0, 0, () => CategoryDetails$];
|
|
297
|
+
var ListRealtimeContactAnalysisSegments$ = [
|
|
298
298
|
9,
|
|
299
299
|
n0,
|
|
300
300
|
_LRCAS,
|
|
301
301
|
{ [_h]: ["POST", "/realtime-contact-analysis/analysis-segments", 200] },
|
|
302
|
-
() => ListRealtimeContactAnalysisSegmentsRequest
|
|
303
|
-
() => ListRealtimeContactAnalysisSegmentsResponse
|
|
302
|
+
() => ListRealtimeContactAnalysisSegmentsRequest$,
|
|
303
|
+
() => ListRealtimeContactAnalysisSegmentsResponse$,
|
|
304
304
|
];
|
|
305
305
|
|
|
306
306
|
class ListRealtimeContactAnalysisSegmentsCommand extends smithyClient.Command
|
|
@@ -311,7 +311,7 @@ class ListRealtimeContactAnalysisSegmentsCommand extends smithyClient.Command
|
|
|
311
311
|
})
|
|
312
312
|
.s("AmazonConnectContactLens", "ListRealtimeContactAnalysisSegments", {})
|
|
313
313
|
.n("ConnectContactLensClient", "ListRealtimeContactAnalysisSegmentsCommand")
|
|
314
|
-
.sc(ListRealtimeContactAnalysisSegments)
|
|
314
|
+
.sc(ListRealtimeContactAnalysisSegments$)
|
|
315
315
|
.build() {
|
|
316
316
|
}
|
|
317
317
|
|
|
@@ -349,16 +349,33 @@ Object.defineProperty(exports, "__Client", {
|
|
|
349
349
|
enumerable: true,
|
|
350
350
|
get: function () { return smithyClient.Client; }
|
|
351
351
|
});
|
|
352
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
352
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
353
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
354
|
+
exports.Categories$ = Categories$;
|
|
355
|
+
exports.CategoryDetails$ = CategoryDetails$;
|
|
356
|
+
exports.CharacterOffsets$ = CharacterOffsets$;
|
|
353
357
|
exports.ConnectContactLens = ConnectContactLens;
|
|
354
358
|
exports.ConnectContactLensClient = ConnectContactLensClient;
|
|
355
|
-
exports.ConnectContactLensServiceException = ConnectContactLensServiceException
|
|
356
|
-
exports.
|
|
357
|
-
exports.
|
|
359
|
+
exports.ConnectContactLensServiceException = ConnectContactLensServiceException;
|
|
360
|
+
exports.ConnectContactLensServiceException$ = ConnectContactLensServiceException$;
|
|
361
|
+
exports.InternalServiceException = InternalServiceException;
|
|
362
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
363
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
364
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
365
|
+
exports.IssueDetected$ = IssueDetected$;
|
|
366
|
+
exports.ListRealtimeContactAnalysisSegments$ = ListRealtimeContactAnalysisSegments$;
|
|
358
367
|
exports.ListRealtimeContactAnalysisSegmentsCommand = ListRealtimeContactAnalysisSegmentsCommand;
|
|
368
|
+
exports.ListRealtimeContactAnalysisSegmentsRequest$ = ListRealtimeContactAnalysisSegmentsRequest$;
|
|
369
|
+
exports.ListRealtimeContactAnalysisSegmentsResponse$ = ListRealtimeContactAnalysisSegmentsResponse$;
|
|
370
|
+
exports.PointOfInterest$ = PointOfInterest$;
|
|
371
|
+
exports.PostContactSummary$ = PostContactSummary$;
|
|
359
372
|
exports.PostContactSummaryFailureCode = PostContactSummaryFailureCode;
|
|
360
373
|
exports.PostContactSummaryStatus = PostContactSummaryStatus;
|
|
361
|
-
exports.
|
|
374
|
+
exports.RealtimeContactAnalysisSegment$ = RealtimeContactAnalysisSegment$;
|
|
375
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
376
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
362
377
|
exports.SentimentValue = SentimentValue;
|
|
363
|
-
exports.ThrottlingException = ThrottlingException
|
|
378
|
+
exports.ThrottlingException = ThrottlingException;
|
|
379
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
380
|
+
exports.Transcript$ = Transcript$;
|
|
364
381
|
exports.paginateListRealtimeContactAnalysisSegments = paginateListRealtimeContactAnalysisSegments;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.connectcontactlens",
|
|
32
|
+
version: "2020-08-21",
|
|
33
|
+
serviceTarget: "AmazonConnectContactLens",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Connect Contact Lens",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListRealtimeContactAnalysisSegments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListRealtimeContactAnalysisSegments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListRealtimeContactAnalysisSegmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonConnectContactLens", "ListRealtimeContactAnalysisSegments", {})
|
|
13
13
|
.n("ConnectContactLensClient", "ListRealtimeContactAnalysisSegmentsCommand")
|
|
14
|
-
.sc(ListRealtimeContactAnalysisSegments)
|
|
14
|
+
.sc(ListRealtimeContactAnalysisSegments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.connectcontactlens",
|
|
29
|
+
version: "2020-08-21",
|
|
30
|
+
serviceTarget: "AmazonConnectContactLens",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Connect Contact Lens",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -44,19 +44,19 @@ const _s = "server";
|
|
|
44
44
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectcontactlens";
|
|
45
45
|
const n0 = "com.amazonaws.connectcontactlens";
|
|
46
46
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
47
|
-
import { ConnectContactLensServiceException
|
|
48
|
-
import { AccessDeniedException
|
|
49
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
50
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
51
|
-
export var Categories = [3, n0, _C, 0, [_MC, _MD], [64 | 0, () => MatchedDetails]];
|
|
52
|
-
export var CategoryDetails = [3, n0, _CD, 0, [_POI], [() => PointsOfInterest]];
|
|
53
|
-
export var CharacterOffsets = [3, n0, _CO, 0, [_BOC, _EOC], [1, 1]];
|
|
54
|
-
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
55
|
-
TypeRegistry.for(n0).registerError(InternalServiceException
|
|
56
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
57
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
58
|
-
export var IssueDetected = [3, n0, _ID, 0, [_CO], [() => CharacterOffsets]];
|
|
59
|
-
export var ListRealtimeContactAnalysisSegmentsRequest = [
|
|
47
|
+
import { ConnectContactLensServiceException } from "../models/ConnectContactLensServiceException";
|
|
48
|
+
import { AccessDeniedException, InternalServiceException, InvalidRequestException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
|
|
49
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
50
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
51
|
+
export var Categories$ = [3, n0, _C, 0, [_MC, _MD], [64 | 0, () => MatchedDetails]];
|
|
52
|
+
export var CategoryDetails$ = [3, n0, _CD, 0, [_POI], [() => PointsOfInterest]];
|
|
53
|
+
export var CharacterOffsets$ = [3, n0, _CO, 0, [_BOC, _EOC], [1, 1]];
|
|
54
|
+
export var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
55
|
+
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
56
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
57
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
58
|
+
export var IssueDetected$ = [3, n0, _ID, 0, [_CO], [() => CharacterOffsets$]];
|
|
59
|
+
export var ListRealtimeContactAnalysisSegmentsRequest$ = [
|
|
60
60
|
3,
|
|
61
61
|
n0,
|
|
62
62
|
_LRCASR,
|
|
@@ -64,7 +64,7 @@ export var ListRealtimeContactAnalysisSegmentsRequest = [
|
|
|
64
64
|
[_II, _CI, _MR, _NT],
|
|
65
65
|
[0, 0, 1, 0],
|
|
66
66
|
];
|
|
67
|
-
export var ListRealtimeContactAnalysisSegmentsResponse = [
|
|
67
|
+
export var ListRealtimeContactAnalysisSegmentsResponse$ = [
|
|
68
68
|
3,
|
|
69
69
|
n0,
|
|
70
70
|
_LRCASRi,
|
|
@@ -72,21 +72,21 @@ export var ListRealtimeContactAnalysisSegmentsResponse = [
|
|
|
72
72
|
[_S, _NT],
|
|
73
73
|
[() => RealtimeContactAnalysisSegments, 0],
|
|
74
74
|
];
|
|
75
|
-
export var PointOfInterest = [3, n0, _POIo, 0, [_BOM, _EOM], [1, 1]];
|
|
76
|
-
export var PostContactSummary = [3, n0, _PCS, 0, [_Co, _St, _FC], [0, 0, 0]];
|
|
77
|
-
export var RealtimeContactAnalysisSegment = [
|
|
75
|
+
export var PointOfInterest$ = [3, n0, _POIo, 0, [_BOM, _EOM], [1, 1]];
|
|
76
|
+
export var PostContactSummary$ = [3, n0, _PCS, 0, [_Co, _St, _FC], [0, 0, 0]];
|
|
77
|
+
export var RealtimeContactAnalysisSegment$ = [
|
|
78
78
|
3,
|
|
79
79
|
n0,
|
|
80
80
|
_RCAS,
|
|
81
81
|
0,
|
|
82
82
|
[_T, _C, _PCS],
|
|
83
|
-
[() => Transcript
|
|
83
|
+
[() => Transcript$, () => Categories$, () => PostContactSummary$],
|
|
84
84
|
];
|
|
85
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
86
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
87
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
88
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
89
|
-
export var Transcript = [
|
|
85
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
86
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
87
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
88
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
89
|
+
export var Transcript$ = [
|
|
90
90
|
3,
|
|
91
91
|
n0,
|
|
92
92
|
_T,
|
|
@@ -94,7 +94,7 @@ export var Transcript = [
|
|
|
94
94
|
[_I, _PI, _PR, _Co, _BOM, _EOM, _Se, _IDs],
|
|
95
95
|
[0, 0, 0, 0, 1, 1, 0, () => IssuesDetected],
|
|
96
96
|
];
|
|
97
|
-
export var ConnectContactLensServiceException = [
|
|
97
|
+
export var ConnectContactLensServiceException$ = [
|
|
98
98
|
-3,
|
|
99
99
|
_sm,
|
|
100
100
|
"ConnectContactLensServiceException",
|
|
@@ -102,17 +102,17 @@ export var ConnectContactLensServiceException = [
|
|
|
102
102
|
[],
|
|
103
103
|
[],
|
|
104
104
|
];
|
|
105
|
-
TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
export var ListRealtimeContactAnalysisSegments = [
|
|
105
|
+
TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException$, ConnectContactLensServiceException);
|
|
106
|
+
var IssuesDetected = [1, n0, _IDs, 0, () => IssueDetected$];
|
|
107
|
+
var MatchedCategories = 64 | 0;
|
|
108
|
+
var PointsOfInterest = [1, n0, _POI, 0, () => PointOfInterest$];
|
|
109
|
+
var RealtimeContactAnalysisSegments = [1, n0, _RCASe, 0, () => RealtimeContactAnalysisSegment$];
|
|
110
|
+
var MatchedDetails = [2, n0, _MD, 0, 0, () => CategoryDetails$];
|
|
111
|
+
export var ListRealtimeContactAnalysisSegments$ = [
|
|
112
112
|
9,
|
|
113
113
|
n0,
|
|
114
114
|
_LRCAS,
|
|
115
115
|
{ [_h]: ["POST", "/realtime-contact-analysis/analysis-segments", 200] },
|
|
116
|
-
() => ListRealtimeContactAnalysisSegmentsRequest
|
|
117
|
-
() => ListRealtimeContactAnalysisSegmentsResponse
|
|
116
|
+
() => ListRealtimeContactAnalysisSegmentsRequest$,
|
|
117
|
+
() => ListRealtimeContactAnalysisSegmentsResponse$,
|
|
118
118
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { ListRealtimeContactAnalysisSegmentsCommandInput, ListRealtimeContactAnalysisSegmentsCommandOutput } from "./commands/ListRealtimeContactAnalysisSegmentsCommand";
|
|
11
11
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -142,15 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
142
142
|
* Optional extensions
|
|
143
143
|
*/
|
|
144
144
|
extensions?: RuntimeExtension[];
|
|
145
|
-
/**
|
|
146
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
147
|
-
* may be overridden. A default will always be set by the client.
|
|
148
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
149
|
-
* the client.
|
|
150
|
-
* @alpha
|
|
151
|
-
*
|
|
152
|
-
*/
|
|
153
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
154
145
|
/**
|
|
155
146
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
156
147
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
28
28
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
29
29
|
export type { ConnectContactLensExtensionConfiguration } from "./extensionConfiguration";
|
|
30
30
|
export * from "./commands";
|
|
31
|
+
export * from "./schemas/schemas_0";
|
|
31
32
|
export * from "./pagination";
|
|
32
33
|
export * from "./models/enums";
|
|
33
34
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { ConnectContactLensClientConfig } from "./ConnectContactLensClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ConnectContactLensClientConfig)
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var Categories
|
|
4
|
-
export declare var CategoryDetails
|
|
5
|
-
export declare var CharacterOffsets
|
|
6
|
-
export declare var InternalServiceException
|
|
7
|
-
export declare var InvalidRequestException
|
|
8
|
-
export declare var IssueDetected
|
|
9
|
-
export declare var ListRealtimeContactAnalysisSegmentsRequest
|
|
10
|
-
export declare var ListRealtimeContactAnalysisSegmentsResponse
|
|
11
|
-
export declare var PointOfInterest
|
|
12
|
-
export declare var PostContactSummary
|
|
13
|
-
export declare var RealtimeContactAnalysisSegment
|
|
14
|
-
export declare var ResourceNotFoundException
|
|
15
|
-
export declare var ThrottlingException
|
|
16
|
-
export declare var Transcript
|
|
17
|
-
export declare var ConnectContactLensServiceException
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var MatchedCategories: number;
|
|
20
|
-
export declare var PointsOfInterest: StaticListSchema;
|
|
21
|
-
export declare var RealtimeContactAnalysisSegments: StaticListSchema;
|
|
22
|
-
export declare var MatchedDetails: StaticMapSchema;
|
|
23
|
-
export declare var ListRealtimeContactAnalysisSegments: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var Categories$: StaticStructureSchema;
|
|
4
|
+
export declare var CategoryDetails$: StaticStructureSchema;
|
|
5
|
+
export declare var CharacterOffsets$: StaticStructureSchema;
|
|
6
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
8
|
+
export declare var IssueDetected$: StaticStructureSchema;
|
|
9
|
+
export declare var ListRealtimeContactAnalysisSegmentsRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var ListRealtimeContactAnalysisSegmentsResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var PointOfInterest$: StaticStructureSchema;
|
|
12
|
+
export declare var PostContactSummary$: StaticStructureSchema;
|
|
13
|
+
export declare var RealtimeContactAnalysisSegment$: StaticStructureSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
16
|
+
export declare var Transcript$: StaticStructureSchema;
|
|
17
|
+
export declare var ConnectContactLensServiceException$: StaticErrorSchema;
|
|
18
|
+
export declare var ListRealtimeContactAnalysisSegments$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -86,7 +83,6 @@ export interface ClientDefaults
|
|
|
86
83
|
retryMode?: string | __Provider<string>;
|
|
87
84
|
logger?: __Logger;
|
|
88
85
|
extensions?: RuntimeExtension[];
|
|
89
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
90
86
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
91
87
|
}
|
|
92
88
|
export type ConnectContactLensClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ConnectContactLensExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { ConnectContactLensClientConfig } from "./ConnectContactLensClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: ConnectContactLensClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectContactLensHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,29 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
|
-
StaticMapSchema,
|
|
5
3
|
StaticOperationSchema,
|
|
6
4
|
StaticStructureSchema,
|
|
7
5
|
} from "@smithy/types";
|
|
8
|
-
export declare var AccessDeniedException
|
|
9
|
-
export declare var Categories
|
|
10
|
-
export declare var CategoryDetails
|
|
11
|
-
export declare var CharacterOffsets
|
|
12
|
-
export declare var InternalServiceException
|
|
13
|
-
export declare var InvalidRequestException
|
|
14
|
-
export declare var IssueDetected
|
|
15
|
-
export declare var ListRealtimeContactAnalysisSegmentsRequest
|
|
16
|
-
export declare var ListRealtimeContactAnalysisSegmentsResponse
|
|
17
|
-
export declare var PointOfInterest
|
|
18
|
-
export declare var PostContactSummary
|
|
19
|
-
export declare var RealtimeContactAnalysisSegment
|
|
20
|
-
export declare var ResourceNotFoundException
|
|
21
|
-
export declare var ThrottlingException
|
|
22
|
-
export declare var Transcript
|
|
23
|
-
export declare var ConnectContactLensServiceException
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var MatchedCategories: number;
|
|
26
|
-
export declare var PointsOfInterest: StaticListSchema;
|
|
27
|
-
export declare var RealtimeContactAnalysisSegments: StaticListSchema;
|
|
28
|
-
export declare var MatchedDetails: StaticMapSchema;
|
|
29
|
-
export declare var ListRealtimeContactAnalysisSegments: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var Categories$: StaticStructureSchema;
|
|
8
|
+
export declare var CategoryDetails$: StaticStructureSchema;
|
|
9
|
+
export declare var CharacterOffsets$: StaticStructureSchema;
|
|
10
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var IssueDetected$: StaticStructureSchema;
|
|
13
|
+
export declare var ListRealtimeContactAnalysisSegmentsRequest$: StaticStructureSchema;
|
|
14
|
+
export declare var ListRealtimeContactAnalysisSegmentsResponse$: StaticStructureSchema;
|
|
15
|
+
export declare var PointOfInterest$: StaticStructureSchema;
|
|
16
|
+
export declare var PostContactSummary$: StaticStructureSchema;
|
|
17
|
+
export declare var RealtimeContactAnalysisSegment$: StaticStructureSchema;
|
|
18
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
20
|
+
export declare var Transcript$: StaticStructureSchema;
|
|
21
|
+
export declare var ConnectContactLensServiceException$: StaticErrorSchema;
|
|
22
|
+
export declare var ListRealtimeContactAnalysisSegments$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect-contact-lens",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|