@wildix/wda-history-client 1.0.19 → 1.0.20
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/WdaHistory.js +0 -2
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/models/models_0.js +1 -20
- package/dist-cjs/protocols/Aws_restJson1.js +1 -40
- package/dist-es/WdaHistory.js +0 -2
- package/dist-es/commands/index.js +0 -1
- package/dist-es/models/models_0.js +0 -19
- package/dist-es/protocols/Aws_restJson1.js +0 -37
- package/dist-types/WdaHistory.d.ts +0 -8
- package/dist-types/WdaHistoryClient.d.ts +2 -3
- package/dist-types/commands/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +0 -98
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -9
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/package.json +1 -1
- package/dist-cjs/commands/QueryConversationsCommand.js +0 -21
- package/dist-es/commands/QueryConversationsCommand.js +0 -17
- package/dist-types/commands/QueryConversationsCommand.d.ts +0 -231
package/dist-cjs/WdaHistory.js
CHANGED
|
@@ -8,7 +8,6 @@ const GetCallTranscriptionTextCommand_1 = require("./commands/GetCallTranscripti
|
|
|
8
8
|
const GetConferenceCommand_1 = require("./commands/GetConferenceCommand");
|
|
9
9
|
const GetConferenceTranscriptionCommand_1 = require("./commands/GetConferenceTranscriptionCommand");
|
|
10
10
|
const GetConferenceTranscriptionTextCommand_1 = require("./commands/GetConferenceTranscriptionTextCommand");
|
|
11
|
-
const QueryConversationsCommand_1 = require("./commands/QueryConversationsCommand");
|
|
12
11
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
13
12
|
const commands = {
|
|
14
13
|
GetCallCommand: GetCallCommand_1.GetCallCommand,
|
|
@@ -17,7 +16,6 @@ const commands = {
|
|
|
17
16
|
GetConferenceCommand: GetConferenceCommand_1.GetConferenceCommand,
|
|
18
17
|
GetConferenceTranscriptionCommand: GetConferenceTranscriptionCommand_1.GetConferenceTranscriptionCommand,
|
|
19
18
|
GetConferenceTranscriptionTextCommand: GetConferenceTranscriptionTextCommand_1.GetConferenceTranscriptionTextCommand,
|
|
20
|
-
QueryConversationsCommand: QueryConversationsCommand_1.QueryConversationsCommand,
|
|
21
19
|
};
|
|
22
20
|
class WdaHistory extends WdaHistoryClient_1.WdaHistoryClient {
|
|
23
21
|
}
|
|
@@ -7,4 +7,3 @@ tslib_1.__exportStar(require("./GetCallTranscriptionTextCommand"), exports);
|
|
|
7
7
|
tslib_1.__exportStar(require("./GetConferenceCommand"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./GetConferenceTranscriptionCommand"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./GetConferenceTranscriptionTextCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./QueryConversationsCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ConferenceTranscriptionNotFoundException = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.ConferenceNotFoundException = exports.CallTranscriptionSpeaker = exports.CallTranscriptionNotFoundException = exports.RecordType = exports.CallFlowTranscriptionStatus = exports.CallRecordPauseReason = exports.CallRecordOwner = exports.License = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallNotFoundException = exports.ForbiddenException = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = void 0;
|
|
4
4
|
const WdaHistoryServiceException_1 = require("./WdaHistoryServiceException");
|
|
5
5
|
class ValidationException extends WdaHistoryServiceException_1.WdaHistoryServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -166,22 +166,3 @@ class ConferenceTranscriptionNotFoundException extends WdaHistoryServiceExceptio
|
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
exports.ConferenceTranscriptionNotFoundException = ConferenceTranscriptionNotFoundException;
|
|
169
|
-
var Conversation;
|
|
170
|
-
(function (Conversation) {
|
|
171
|
-
Conversation.visit = (value, visitor) => {
|
|
172
|
-
if (value.call !== undefined)
|
|
173
|
-
return visitor.call(value.call);
|
|
174
|
-
if (value.conference !== undefined)
|
|
175
|
-
return visitor.conference(value.conference);
|
|
176
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
177
|
-
};
|
|
178
|
-
})(Conversation = exports.Conversation || (exports.Conversation = {}));
|
|
179
|
-
exports.ConversationDirection = {
|
|
180
|
-
INBOUND: "INBOUND",
|
|
181
|
-
INTERNAL: "INTERNAL",
|
|
182
|
-
OUTBOUND: "OUTBOUND",
|
|
183
|
-
};
|
|
184
|
-
exports.ConversationFlag = {
|
|
185
|
-
FAX: "FAX",
|
|
186
|
-
VOICEMAIL: "VOICEMAIL",
|
|
187
|
-
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.de_GetConferenceTranscriptionTextCommand = exports.de_GetConferenceTranscriptionCommand = exports.de_GetConferenceCommand = exports.de_GetCallTranscriptionTextCommand = exports.de_GetCallTranscriptionCommand = exports.de_GetCallCommand = exports.se_GetConferenceTranscriptionTextCommand = exports.se_GetConferenceTranscriptionCommand = exports.se_GetConferenceCommand = exports.se_GetCallTranscriptionTextCommand = exports.se_GetCallTranscriptionCommand = exports.se_GetCallCommand = void 0;
|
|
4
4
|
const WdaHistoryServiceException_1 = require("../models/WdaHistoryServiceException");
|
|
5
5
|
const models_0_1 = require("../models/models_0");
|
|
6
6
|
const core_1 = require("@smithy/core");
|
|
@@ -104,29 +104,6 @@ const se_GetConferenceTranscriptionTextCommand = async (input, context) => {
|
|
|
104
104
|
return b.build();
|
|
105
105
|
};
|
|
106
106
|
exports.se_GetConferenceTranscriptionTextCommand = se_GetConferenceTranscriptionTextCommand;
|
|
107
|
-
const se_QueryConversationsCommand = async (input, context) => {
|
|
108
|
-
const b = (0, core_1.requestBuilder)(input, context);
|
|
109
|
-
const headers = {
|
|
110
|
-
'content-type': 'application/json',
|
|
111
|
-
};
|
|
112
|
-
b.bp("/v2/history/conversations");
|
|
113
|
-
const query = (0, smithy_client_1.map)({
|
|
114
|
-
[_c]: [, input[_c]],
|
|
115
|
-
[_u]: [, input[_u]],
|
|
116
|
-
});
|
|
117
|
-
let body;
|
|
118
|
-
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
119
|
-
'filter': _ => (0, smithy_client_1._json)(_),
|
|
120
|
-
'limit': [],
|
|
121
|
-
'offset': [],
|
|
122
|
-
}));
|
|
123
|
-
b.m("POST")
|
|
124
|
-
.h(headers)
|
|
125
|
-
.q(query)
|
|
126
|
-
.b(body);
|
|
127
|
-
return b.build();
|
|
128
|
-
};
|
|
129
|
-
exports.se_QueryConversationsCommand = se_QueryConversationsCommand;
|
|
130
107
|
const de_GetCallCommand = async (output, context) => {
|
|
131
108
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
132
109
|
return de_CommandError(output, context);
|
|
@@ -221,21 +198,6 @@ const de_GetConferenceTranscriptionTextCommand = async (output, context) => {
|
|
|
221
198
|
return contents;
|
|
222
199
|
};
|
|
223
200
|
exports.de_GetConferenceTranscriptionTextCommand = de_GetConferenceTranscriptionTextCommand;
|
|
224
|
-
const de_QueryConversationsCommand = async (output, context) => {
|
|
225
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
226
|
-
return de_CommandError(output, context);
|
|
227
|
-
}
|
|
228
|
-
const contents = (0, smithy_client_1.map)({
|
|
229
|
-
$metadata: deserializeMetadata(output),
|
|
230
|
-
});
|
|
231
|
-
const data = (0, smithy_client_1.expectNonNull)(((0, smithy_client_1.expectObject)(await parseBody(output.body, context))), "body");
|
|
232
|
-
const doc = (0, smithy_client_1.take)(data, {
|
|
233
|
-
'conversations': smithy_client_1._json,
|
|
234
|
-
});
|
|
235
|
-
Object.assign(contents, doc);
|
|
236
|
-
return contents;
|
|
237
|
-
};
|
|
238
|
-
exports.de_QueryConversationsCommand = de_QueryConversationsCommand;
|
|
239
201
|
const de_CommandError = async (output, context) => {
|
|
240
202
|
const parsedOutput = {
|
|
241
203
|
...output,
|
|
@@ -363,7 +325,6 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
|
363
325
|
value.length != 0) &&
|
|
364
326
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
365
327
|
const _c = "company";
|
|
366
|
-
const _u = "user";
|
|
367
328
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then(encoded => {
|
|
368
329
|
if (encoded.length) {
|
|
369
330
|
return JSON.parse(encoded);
|
package/dist-es/WdaHistory.js
CHANGED
|
@@ -5,7 +5,6 @@ import { GetCallTranscriptionTextCommand, } from "./commands/GetCallTranscriptio
|
|
|
5
5
|
import { GetConferenceCommand, } from "./commands/GetConferenceCommand";
|
|
6
6
|
import { GetConferenceTranscriptionCommand, } from "./commands/GetConferenceTranscriptionCommand";
|
|
7
7
|
import { GetConferenceTranscriptionTextCommand, } from "./commands/GetConferenceTranscriptionTextCommand";
|
|
8
|
-
import { QueryConversationsCommand, } from "./commands/QueryConversationsCommand";
|
|
9
8
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
10
9
|
const commands = {
|
|
11
10
|
GetCallCommand,
|
|
@@ -14,7 +13,6 @@ const commands = {
|
|
|
14
13
|
GetConferenceCommand,
|
|
15
14
|
GetConferenceTranscriptionCommand,
|
|
16
15
|
GetConferenceTranscriptionTextCommand,
|
|
17
|
-
QueryConversationsCommand,
|
|
18
16
|
};
|
|
19
17
|
export class WdaHistory extends WdaHistoryClient {
|
|
20
18
|
}
|
|
@@ -157,22 +157,3 @@ export class ConferenceTranscriptionNotFoundException extends __BaseException {
|
|
|
157
157
|
Object.setPrototypeOf(this, ConferenceTranscriptionNotFoundException.prototype);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
export var Conversation;
|
|
161
|
-
(function (Conversation) {
|
|
162
|
-
Conversation.visit = (value, visitor) => {
|
|
163
|
-
if (value.call !== undefined)
|
|
164
|
-
return visitor.call(value.call);
|
|
165
|
-
if (value.conference !== undefined)
|
|
166
|
-
return visitor.conference(value.conference);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(Conversation || (Conversation = {}));
|
|
170
|
-
export const ConversationDirection = {
|
|
171
|
-
INBOUND: "INBOUND",
|
|
172
|
-
INTERNAL: "INTERNAL",
|
|
173
|
-
OUTBOUND: "OUTBOUND",
|
|
174
|
-
};
|
|
175
|
-
export const ConversationFlag = {
|
|
176
|
-
FAX: "FAX",
|
|
177
|
-
VOICEMAIL: "VOICEMAIL",
|
|
178
|
-
};
|
|
@@ -95,28 +95,6 @@ export const se_GetConferenceTranscriptionTextCommand = async (input, context) =
|
|
|
95
95
|
.b(body);
|
|
96
96
|
return b.build();
|
|
97
97
|
};
|
|
98
|
-
export const se_QueryConversationsCommand = async (input, context) => {
|
|
99
|
-
const b = rb(input, context);
|
|
100
|
-
const headers = {
|
|
101
|
-
'content-type': 'application/json',
|
|
102
|
-
};
|
|
103
|
-
b.bp("/v2/history/conversations");
|
|
104
|
-
const query = map({
|
|
105
|
-
[_c]: [, input[_c]],
|
|
106
|
-
[_u]: [, input[_u]],
|
|
107
|
-
});
|
|
108
|
-
let body;
|
|
109
|
-
body = JSON.stringify(take(input, {
|
|
110
|
-
'filter': _ => _json(_),
|
|
111
|
-
'limit': [],
|
|
112
|
-
'offset': [],
|
|
113
|
-
}));
|
|
114
|
-
b.m("POST")
|
|
115
|
-
.h(headers)
|
|
116
|
-
.q(query)
|
|
117
|
-
.b(body);
|
|
118
|
-
return b.build();
|
|
119
|
-
};
|
|
120
98
|
export const de_GetCallCommand = async (output, context) => {
|
|
121
99
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
122
100
|
return de_CommandError(output, context);
|
|
@@ -205,20 +183,6 @@ export const de_GetConferenceTranscriptionTextCommand = async (output, context)
|
|
|
205
183
|
Object.assign(contents, doc);
|
|
206
184
|
return contents;
|
|
207
185
|
};
|
|
208
|
-
export const de_QueryConversationsCommand = async (output, context) => {
|
|
209
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
210
|
-
return de_CommandError(output, context);
|
|
211
|
-
}
|
|
212
|
-
const contents = map({
|
|
213
|
-
$metadata: deserializeMetadata(output),
|
|
214
|
-
});
|
|
215
|
-
const data = __expectNonNull((__expectObject(await parseBody(output.body, context))), "body");
|
|
216
|
-
const doc = take(data, {
|
|
217
|
-
'conversations': _json,
|
|
218
|
-
});
|
|
219
|
-
Object.assign(contents, doc);
|
|
220
|
-
return contents;
|
|
221
|
-
};
|
|
222
186
|
const de_CommandError = async (output, context) => {
|
|
223
187
|
const parsedOutput = {
|
|
224
188
|
...output,
|
|
@@ -346,7 +310,6 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
|
346
310
|
value.length != 0) &&
|
|
347
311
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
348
312
|
const _c = "company";
|
|
349
|
-
const _u = "user";
|
|
350
313
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then(encoded => {
|
|
351
314
|
if (encoded.length) {
|
|
352
315
|
return JSON.parse(encoded);
|
|
@@ -5,7 +5,6 @@ import { GetCallTranscriptionTextCommandInput, GetCallTranscriptionTextCommandOu
|
|
|
5
5
|
import { GetConferenceCommandInput, GetConferenceCommandOutput } from "./commands/GetConferenceCommand";
|
|
6
6
|
import { GetConferenceTranscriptionCommandInput, GetConferenceTranscriptionCommandOutput } from "./commands/GetConferenceTranscriptionCommand";
|
|
7
7
|
import { GetConferenceTranscriptionTextCommandInput, GetConferenceTranscriptionTextCommandOutput } from "./commands/GetConferenceTranscriptionTextCommand";
|
|
8
|
-
import { QueryConversationsCommandInput, QueryConversationsCommandOutput } from "./commands/QueryConversationsCommand";
|
|
9
8
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
10
9
|
export interface WdaHistory {
|
|
11
10
|
/**
|
|
@@ -44,13 +43,6 @@ export interface WdaHistory {
|
|
|
44
43
|
getConferenceTranscriptionText(args: GetConferenceTranscriptionTextCommandInput, options?: __HttpHandlerOptions): Promise<GetConferenceTranscriptionTextCommandOutput>;
|
|
45
44
|
getConferenceTranscriptionText(args: GetConferenceTranscriptionTextCommandInput, cb: (err: any, data?: GetConferenceTranscriptionTextCommandOutput) => void): void;
|
|
46
45
|
getConferenceTranscriptionText(args: GetConferenceTranscriptionTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConferenceTranscriptionTextCommandOutput) => void): void;
|
|
47
|
-
/**
|
|
48
|
-
* @see {@link QueryConversationsCommand}
|
|
49
|
-
*/
|
|
50
|
-
queryConversations(): Promise<QueryConversationsCommandOutput>;
|
|
51
|
-
queryConversations(args: QueryConversationsCommandInput, options?: __HttpHandlerOptions): Promise<QueryConversationsCommandOutput>;
|
|
52
|
-
queryConversations(args: QueryConversationsCommandInput, cb: (err: any, data?: QueryConversationsCommandOutput) => void): void;
|
|
53
|
-
queryConversations(args: QueryConversationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryConversationsCommandOutput) => void): void;
|
|
54
46
|
}
|
|
55
47
|
/**
|
|
56
48
|
* @public
|
|
@@ -4,7 +4,6 @@ import { GetCallTranscriptionTextCommandInput, GetCallTranscriptionTextCommandOu
|
|
|
4
4
|
import { GetConferenceCommandInput, GetConferenceCommandOutput } from "./commands/GetConferenceCommand";
|
|
5
5
|
import { GetConferenceTranscriptionCommandInput, GetConferenceTranscriptionCommandOutput } from "./commands/GetConferenceTranscriptionCommand";
|
|
6
6
|
import { GetConferenceTranscriptionTextCommandInput, GetConferenceTranscriptionTextCommandOutput } from "./commands/GetConferenceTranscriptionTextCommand";
|
|
7
|
-
import { QueryConversationsCommandInput, QueryConversationsCommandOutput } from "./commands/QueryConversationsCommand";
|
|
8
7
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
9
8
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
@@ -16,11 +15,11 @@ export { __Client };
|
|
|
16
15
|
/**
|
|
17
16
|
* @public
|
|
18
17
|
*/
|
|
19
|
-
export type ServiceInputTypes = GetCallCommandInput | GetCallTranscriptionCommandInput | GetCallTranscriptionTextCommandInput | GetConferenceCommandInput | GetConferenceTranscriptionCommandInput | GetConferenceTranscriptionTextCommandInput
|
|
18
|
+
export type ServiceInputTypes = GetCallCommandInput | GetCallTranscriptionCommandInput | GetCallTranscriptionTextCommandInput | GetConferenceCommandInput | GetConferenceTranscriptionCommandInput | GetConferenceTranscriptionTextCommandInput;
|
|
20
19
|
/**
|
|
21
20
|
* @public
|
|
22
21
|
*/
|
|
23
|
-
export type ServiceOutputTypes = GetCallCommandOutput | GetCallTranscriptionCommandOutput | GetCallTranscriptionTextCommandOutput | GetConferenceCommandOutput | GetConferenceTranscriptionCommandOutput | GetConferenceTranscriptionTextCommandOutput
|
|
22
|
+
export type ServiceOutputTypes = GetCallCommandOutput | GetCallTranscriptionCommandOutput | GetCallTranscriptionTextCommandOutput | GetConferenceCommandOutput | GetConferenceTranscriptionCommandOutput | GetConferenceTranscriptionTextCommandOutput;
|
|
24
23
|
/**
|
|
25
24
|
* @public
|
|
26
25
|
*/
|
|
@@ -510,39 +510,6 @@ export interface ConferenceTranscriptionRecord {
|
|
|
510
510
|
type: RecordType;
|
|
511
511
|
transcriptions: (ConferenceTranscription)[];
|
|
512
512
|
}
|
|
513
|
-
/**
|
|
514
|
-
* @public
|
|
515
|
-
*/
|
|
516
|
-
export type Conversation = Conversation.CallMember | Conversation.ConferenceMember | Conversation.$UnknownMember;
|
|
517
|
-
/**
|
|
518
|
-
* @public
|
|
519
|
-
*/
|
|
520
|
-
export declare namespace Conversation {
|
|
521
|
-
interface CallMember {
|
|
522
|
-
call: CallRecord;
|
|
523
|
-
conference?: never;
|
|
524
|
-
$unknown?: never;
|
|
525
|
-
}
|
|
526
|
-
interface ConferenceMember {
|
|
527
|
-
call?: never;
|
|
528
|
-
conference: ConferenceRecord;
|
|
529
|
-
$unknown?: never;
|
|
530
|
-
}
|
|
531
|
-
/**
|
|
532
|
-
* @public
|
|
533
|
-
*/
|
|
534
|
-
interface $UnknownMember {
|
|
535
|
-
call?: never;
|
|
536
|
-
conference?: never;
|
|
537
|
-
$unknown: [string, any];
|
|
538
|
-
}
|
|
539
|
-
interface Visitor<T> {
|
|
540
|
-
call: (value: CallRecord) => T;
|
|
541
|
-
conference: (value: ConferenceRecord) => T;
|
|
542
|
-
_: (name: string, value: any) => T;
|
|
543
|
-
}
|
|
544
|
-
const visit: <T>(value: Conversation, visitor: Visitor<T>) => T;
|
|
545
|
-
}
|
|
546
513
|
/**
|
|
547
514
|
* @public
|
|
548
515
|
*/
|
|
@@ -638,68 +605,3 @@ export interface GetConferenceTranscriptionTextOutput {
|
|
|
638
605
|
text: string;
|
|
639
606
|
chunks: (TranscriptionTextChunk)[];
|
|
640
607
|
}
|
|
641
|
-
/**
|
|
642
|
-
* @public
|
|
643
|
-
* @enum
|
|
644
|
-
*/
|
|
645
|
-
export declare const ConversationDirection: {
|
|
646
|
-
readonly INBOUND: "INBOUND";
|
|
647
|
-
readonly INTERNAL: "INTERNAL";
|
|
648
|
-
readonly OUTBOUND: "OUTBOUND";
|
|
649
|
-
};
|
|
650
|
-
/**
|
|
651
|
-
* @public
|
|
652
|
-
*/
|
|
653
|
-
export type ConversationDirection = typeof ConversationDirection[keyof typeof ConversationDirection];
|
|
654
|
-
/**
|
|
655
|
-
* @public
|
|
656
|
-
* @enum
|
|
657
|
-
*/
|
|
658
|
-
export declare const ConversationFlag: {
|
|
659
|
-
readonly FAX: "FAX";
|
|
660
|
-
readonly VOICEMAIL: "VOICEMAIL";
|
|
661
|
-
};
|
|
662
|
-
/**
|
|
663
|
-
* @public
|
|
664
|
-
*/
|
|
665
|
-
export type ConversationFlag = typeof ConversationFlag[keyof typeof ConversationFlag];
|
|
666
|
-
/**
|
|
667
|
-
* @public
|
|
668
|
-
*/
|
|
669
|
-
export interface QueryConversationsFilter {
|
|
670
|
-
direction?: ConversationDirection;
|
|
671
|
-
flags?: (ConversationFlag)[];
|
|
672
|
-
status?: ConversationStatus;
|
|
673
|
-
}
|
|
674
|
-
/**
|
|
675
|
-
* @public
|
|
676
|
-
*/
|
|
677
|
-
export interface QueryConversationsInput {
|
|
678
|
-
/**
|
|
679
|
-
* Company id. eg. it_w123123. Required for s2s auth.
|
|
680
|
-
* @public
|
|
681
|
-
*/
|
|
682
|
-
company?: string;
|
|
683
|
-
/**
|
|
684
|
-
* PBX user id. eg. 123123123. Can be applied only for s2s and pbx authorization.
|
|
685
|
-
* @public
|
|
686
|
-
*/
|
|
687
|
-
user?: string;
|
|
688
|
-
filter?: QueryConversationsFilter;
|
|
689
|
-
/**
|
|
690
|
-
* The maximum number of rows to return.
|
|
691
|
-
* @public
|
|
692
|
-
*/
|
|
693
|
-
limit?: number;
|
|
694
|
-
/**
|
|
695
|
-
* The offset from which to start.
|
|
696
|
-
* @public
|
|
697
|
-
*/
|
|
698
|
-
offset?: number;
|
|
699
|
-
}
|
|
700
|
-
/**
|
|
701
|
-
* @public
|
|
702
|
-
*/
|
|
703
|
-
export interface QueryConversationsOutput {
|
|
704
|
-
conversations: (Conversation)[];
|
|
705
|
-
}
|
|
@@ -4,7 +4,6 @@ import { GetCallTranscriptionTextCommandInput, GetCallTranscriptionTextCommandOu
|
|
|
4
4
|
import { GetConferenceCommandInput, GetConferenceCommandOutput } from "../commands/GetConferenceCommand";
|
|
5
5
|
import { GetConferenceTranscriptionCommandInput, GetConferenceTranscriptionCommandOutput } from "../commands/GetConferenceTranscriptionCommand";
|
|
6
6
|
import { GetConferenceTranscriptionTextCommandInput, GetConferenceTranscriptionTextCommandOutput } from "../commands/GetConferenceTranscriptionTextCommand";
|
|
7
|
-
import { QueryConversationsCommandInput, QueryConversationsCommandOutput } from "../commands/QueryConversationsCommand";
|
|
8
7
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
9
8
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
10
9
|
/**
|
|
@@ -31,10 +30,6 @@ export declare const se_GetConferenceTranscriptionCommand: (input: GetConference
|
|
|
31
30
|
* serializeAws_restJson1GetConferenceTranscriptionTextCommand
|
|
32
31
|
*/
|
|
33
32
|
export declare const se_GetConferenceTranscriptionTextCommand: (input: GetConferenceTranscriptionTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1QueryConversationsCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_QueryConversationsCommand: (input: QueryConversationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
33
|
/**
|
|
39
34
|
* deserializeAws_restJson1GetCallCommand
|
|
40
35
|
*/
|
|
@@ -59,7 +54,3 @@ export declare const de_GetConferenceTranscriptionCommand: (output: __HttpRespon
|
|
|
59
54
|
* deserializeAws_restJson1GetConferenceTranscriptionTextCommand
|
|
60
55
|
*/
|
|
61
56
|
export declare const de_GetConferenceTranscriptionTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceTranscriptionTextCommandOutput>;
|
|
62
|
-
/**
|
|
63
|
-
* deserializeAws_restJson1QueryConversationsCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const de_QueryConversationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryConversationsCommandOutput>;
|
|
@@ -16,6 +16,7 @@ export declare const getRuntimeConfig: (config: WdaHistoryClientConfig) => {
|
|
|
16
16
|
env?: "stage" | "stable" | "prod" | undefined;
|
|
17
17
|
token: import("@wildix/smithy-utils").TokenProvider;
|
|
18
18
|
apiVersion: string;
|
|
19
|
+
cacheMiddleware?: boolean | undefined;
|
|
19
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
21
|
base64Decoder: import("@smithy/types").Decoder;
|
|
21
22
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -16,6 +16,7 @@ export declare const getRuntimeConfig: (config: WdaHistoryClientConfig) => {
|
|
|
16
16
|
env?: "stage" | "stable" | "prod" | undefined;
|
|
17
17
|
token: import("@wildix/smithy-utils").TokenProvider;
|
|
18
18
|
apiVersion: string;
|
|
19
|
+
cacheMiddleware?: boolean | undefined;
|
|
19
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
21
|
base64Decoder: import("@smithy/types").Decoder;
|
|
21
22
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: WdaHistoryClientConfig) => {
|
|
|
9
9
|
token: import("@wildix/smithy-utils").TokenProvider;
|
|
10
10
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
apiVersion: string;
|
|
12
|
+
cacheMiddleware?: boolean | undefined;
|
|
12
13
|
urlParser: import("@smithy/types").UrlParser;
|
|
13
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-history-client",
|
|
3
3
|
"description": "@wildix/wda-history-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.20",
|
|
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",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QueryConversationsCommand = exports.$Command = void 0;
|
|
4
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
class QueryConversationsCommand extends smithy_client_1.Command.classBuilder()
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [
|
|
11
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12
|
-
];
|
|
13
|
-
})
|
|
14
|
-
.s("WdaHistory", "QueryConversations", {})
|
|
15
|
-
.n("WdaHistoryClient", "QueryConversationsCommand")
|
|
16
|
-
.f(void 0, void 0)
|
|
17
|
-
.ser(Aws_restJson1_1.se_QueryConversationsCommand)
|
|
18
|
-
.de(Aws_restJson1_1.de_QueryConversationsCommand)
|
|
19
|
-
.build() {
|
|
20
|
-
}
|
|
21
|
-
exports.QueryConversationsCommand = QueryConversationsCommand;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { de_QueryConversationsCommand, se_QueryConversationsCommand, } from "../protocols/Aws_restJson1";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
export { $Command };
|
|
5
|
-
export class QueryConversationsCommand extends $Command.classBuilder()
|
|
6
|
-
.m(function (Command, cs, config, o) {
|
|
7
|
-
return [
|
|
8
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
9
|
-
];
|
|
10
|
-
})
|
|
11
|
-
.s("WdaHistory", "QueryConversations", {})
|
|
12
|
-
.n("WdaHistoryClient", "QueryConversationsCommand")
|
|
13
|
-
.f(void 0, void 0)
|
|
14
|
-
.ser(se_QueryConversationsCommand)
|
|
15
|
-
.de(de_QueryConversationsCommand)
|
|
16
|
-
.build() {
|
|
17
|
-
}
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WdaHistoryClientResolvedConfig } from "../WdaHistoryClient";
|
|
2
|
-
import { QueryConversationsInput, QueryConversationsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link QueryConversationsCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface QueryConversationsCommandInput extends QueryConversationsInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link QueryConversationsCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface QueryConversationsCommandOutput extends QueryConversationsOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const QueryConversationsCommand_base: {
|
|
25
|
-
new (input: QueryConversationsCommandInput): import("@smithy/smithy-client").CommandImpl<QueryConversationsCommandInput, QueryConversationsCommandOutput, WdaHistoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [QueryConversationsCommandInput]): import("@smithy/smithy-client").CommandImpl<QueryConversationsCommandInput, QueryConversationsCommandOutput, WdaHistoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Retrieves list of conversations using filters.
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { WdaHistoryClient, QueryConversationsCommand } from "@wildix/wda-history-client"; // ES Modules import
|
|
35
|
-
* // const { WdaHistoryClient, QueryConversationsCommand } = require("@wildix/wda-history-client"); // CommonJS import
|
|
36
|
-
* const client = new WdaHistoryClient(config);
|
|
37
|
-
* const input = { // QueryConversationsInput
|
|
38
|
-
* company: "STRING_VALUE",
|
|
39
|
-
* user: "STRING_VALUE",
|
|
40
|
-
* filter: { // QueryConversationsFilter
|
|
41
|
-
* direction: "INTERNAL" || "INBOUND" || "OUTBOUND",
|
|
42
|
-
* flags: [ // ConversationFlags
|
|
43
|
-
* "FAX" || "VOICEMAIL",
|
|
44
|
-
* ],
|
|
45
|
-
* status: "COMPLETED" || "MISSED",
|
|
46
|
-
* },
|
|
47
|
-
* limit: Number("int"),
|
|
48
|
-
* offset: Number("int"),
|
|
49
|
-
* };
|
|
50
|
-
* const command = new QueryConversationsCommand(input);
|
|
51
|
-
* const response = await client.send(command);
|
|
52
|
-
* // { // QueryConversationsOutput
|
|
53
|
-
* // conversations: [ // ConversationsList // required
|
|
54
|
-
* // { // Conversation Union: only one key present
|
|
55
|
-
* // call: { // CallRecord
|
|
56
|
-
* // flowIndex: Number("int"), // required
|
|
57
|
-
* // startTime: Number("long"), // required
|
|
58
|
-
* // endTime: Number("long"), // required
|
|
59
|
-
* // connectTime: Number("long"),
|
|
60
|
-
* // talkTime: Number("long"),
|
|
61
|
-
* // waitTime: Number("long"),
|
|
62
|
-
* // duration: Number("long"), // required
|
|
63
|
-
* // caller: { // CallParticipant
|
|
64
|
-
* // type: "REMOTE" || "LOCAL", // required
|
|
65
|
-
* // phone: "STRING_VALUE",
|
|
66
|
-
* // name: "STRING_VALUE",
|
|
67
|
-
* // company: "STRING_VALUE",
|
|
68
|
-
* // email: "STRING_VALUE",
|
|
69
|
-
* // userId: "STRING_VALUE",
|
|
70
|
-
* // userExtension: "STRING_VALUE",
|
|
71
|
-
* // userDepartment: "STRING_VALUE",
|
|
72
|
-
* // groupId: "STRING_VALUE",
|
|
73
|
-
* // groupName: "STRING_VALUE",
|
|
74
|
-
* // userAgent: "STRING_VALUE",
|
|
75
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
76
|
-
* // role: "CLIENT" || "AGENT", // required
|
|
77
|
-
* // license: "STRING_VALUE",
|
|
78
|
-
* // },
|
|
79
|
-
* // callee: {
|
|
80
|
-
* // type: "REMOTE" || "LOCAL", // required
|
|
81
|
-
* // phone: "STRING_VALUE",
|
|
82
|
-
* // name: "STRING_VALUE",
|
|
83
|
-
* // company: "STRING_VALUE",
|
|
84
|
-
* // email: "STRING_VALUE",
|
|
85
|
-
* // userId: "STRING_VALUE",
|
|
86
|
-
* // userExtension: "STRING_VALUE",
|
|
87
|
-
* // userDepartment: "STRING_VALUE",
|
|
88
|
-
* // groupId: "STRING_VALUE",
|
|
89
|
-
* // groupName: "STRING_VALUE",
|
|
90
|
-
* // userAgent: "STRING_VALUE",
|
|
91
|
-
* // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "UNKNOWN",
|
|
92
|
-
* // role: "CLIENT" || "AGENT", // required
|
|
93
|
-
* // license: "STRING_VALUE",
|
|
94
|
-
* // },
|
|
95
|
-
* // service: "STRING_VALUE",
|
|
96
|
-
* // serviceNumber: "STRING_VALUE",
|
|
97
|
-
* // destination: "STRING_VALUE",
|
|
98
|
-
* // direction: "INTERNAL" || "INBOUND" || "OUTBOUND" || "UNDEFINED",
|
|
99
|
-
* // trunkName: "STRING_VALUE",
|
|
100
|
-
* // trunkDirection: "STRING_VALUE",
|
|
101
|
-
* // queueName: "STRING_VALUE",
|
|
102
|
-
* // queueId: "STRING_VALUE",
|
|
103
|
-
* // tags: [ // CallFlowTags
|
|
104
|
-
* // "STRING_VALUE",
|
|
105
|
-
* // ],
|
|
106
|
-
* // flags: [ // CallFlowFlags
|
|
107
|
-
* // "STRING_VALUE",
|
|
108
|
-
* // ],
|
|
109
|
-
* // callerMos: "STRING_VALUE",
|
|
110
|
-
* // calleeMos: "STRING_VALUE",
|
|
111
|
-
* // xhoppersConfId: "STRING_VALUE",
|
|
112
|
-
* // recordings: [ // CallFlowRecordings
|
|
113
|
-
* // "STRING_VALUE",
|
|
114
|
-
* // ],
|
|
115
|
-
* // recordingsData: [ // CallFlowRecordingsData
|
|
116
|
-
* // { // RecordingsData
|
|
117
|
-
* // fileName: "STRING_VALUE", // required
|
|
118
|
-
* // start: Number("long"), // required
|
|
119
|
-
* // end: Number("long"), // required
|
|
120
|
-
* // owner: "CALLEE" || "CALLER" || "SYSTEM", // required
|
|
121
|
-
* // url: "STRING_VALUE", // required
|
|
122
|
-
* // pauses: [ // CallRecordPausesList // required
|
|
123
|
-
* // { // CallRecordPause
|
|
124
|
-
* // start: Number("long"),
|
|
125
|
-
* // end: Number("long"),
|
|
126
|
-
* // reason: "pause" || "hold",
|
|
127
|
-
* // },
|
|
128
|
-
* // ],
|
|
129
|
-
* // },
|
|
130
|
-
* // ],
|
|
131
|
-
* // mergeWith: "STRING_VALUE",
|
|
132
|
-
* // splitReason: "STRING_VALUE",
|
|
133
|
-
* // splitTransferType: "STRING_VALUE",
|
|
134
|
-
* // remotePhone: "STRING_VALUE",
|
|
135
|
-
* // remotePhoneCountryCode: Number("int"),
|
|
136
|
-
* // remotePhoneCountryCodeStr: "STRING_VALUE",
|
|
137
|
-
* // remotePhoneLocation: "STRING_VALUE",
|
|
138
|
-
* // callStatus: "COMPLETED" || "MISSED",
|
|
139
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE",
|
|
140
|
-
* // transcriptionLanguage: "STRING_VALUE",
|
|
141
|
-
* // attachment: "STRING_VALUE",
|
|
142
|
-
* // attachmentType: "VOICEMAIL" || "FAX",
|
|
143
|
-
* // attachmentDestinations: [ // CallFlowAttachmentDestinationList
|
|
144
|
-
* // { // CallFlowAttachmentDestination
|
|
145
|
-
* // phone: "STRING_VALUE",
|
|
146
|
-
* // name: "STRING_VALUE",
|
|
147
|
-
* // email: "STRING_VALUE",
|
|
148
|
-
* // userId: "STRING_VALUE",
|
|
149
|
-
* // userExtension: "STRING_VALUE",
|
|
150
|
-
* // userDepartment: "STRING_VALUE",
|
|
151
|
-
* // groupId: "STRING_VALUE",
|
|
152
|
-
* // groupName: "STRING_VALUE",
|
|
153
|
-
* // },
|
|
154
|
-
* // ],
|
|
155
|
-
* // id: "STRING_VALUE", // required
|
|
156
|
-
* // pbx: "STRING_VALUE", // required
|
|
157
|
-
* // time: Number("long"), // required
|
|
158
|
-
* // company: "STRING_VALUE", // required
|
|
159
|
-
* // licenses: [ // LicensesList // required
|
|
160
|
-
* // "x-bees",
|
|
161
|
-
* // ],
|
|
162
|
-
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
163
|
-
* // },
|
|
164
|
-
* // conference: { // ConferenceRecord
|
|
165
|
-
* // id: "STRING_VALUE", // required
|
|
166
|
-
* // time: Number("long"), // required
|
|
167
|
-
* // company: "STRING_VALUE", // required
|
|
168
|
-
* // pbx: "STRING_VALUE",
|
|
169
|
-
* // startTime: Number("long"), // required
|
|
170
|
-
* // endTime: Number("long"), // required
|
|
171
|
-
* // duration: Number("long"), // required
|
|
172
|
-
* // waitTime: Number("int"),
|
|
173
|
-
* // subject: "STRING_VALUE",
|
|
174
|
-
* // direction: "INTERNAL" || "INBOUND" || "OUTBOUND", // required
|
|
175
|
-
* // service: "STRING_VALUE",
|
|
176
|
-
* // status: "COMPLETED" || "MISSED",
|
|
177
|
-
* // participants: [ // ConferenceAnalyticsRecordParticipantList // required
|
|
178
|
-
* // { // ConferenceAnalyticsRecordParticipant
|
|
179
|
-
* // jid: "STRING_VALUE", // required
|
|
180
|
-
* // info: { // ConferenceParticipant
|
|
181
|
-
* // type: "EXTERNAL" || "EXTERNAL_DIAL_IN" || "PBX" || "PBX_SIP" || "XBS", // required
|
|
182
|
-
* // role: "CLIENT" || "AGENT",
|
|
183
|
-
* // jid: "STRING_VALUE",
|
|
184
|
-
* // name: "STRING_VALUE",
|
|
185
|
-
* // email: "STRING_VALUE",
|
|
186
|
-
* // phone: "STRING_VALUE",
|
|
187
|
-
* // department: "STRING_VALUE",
|
|
188
|
-
* // company: "STRING_VALUE",
|
|
189
|
-
* // pbxSerial: "STRING_VALUE",
|
|
190
|
-
* // pbxExtension: "STRING_VALUE",
|
|
191
|
-
* // pbxGroupId: "STRING_VALUE",
|
|
192
|
-
* // xbsId: "STRING_VALUE",
|
|
193
|
-
* // license: "basic" || "essential" || "business" || "premium" || "wizyconf",
|
|
194
|
-
* // },
|
|
195
|
-
* // totalDuration: Number("int"), // required
|
|
196
|
-
* // totalSpeakDuration: Number("int"), // required
|
|
197
|
-
* // joinTime: Number("long"), // required
|
|
198
|
-
* // },
|
|
199
|
-
* // ],
|
|
200
|
-
* // recordings: [ // ConferenceRecordingList
|
|
201
|
-
* // { // ConferenceRecording
|
|
202
|
-
* // url: "STRING_VALUE", // required
|
|
203
|
-
* // start: Number("long"), // required
|
|
204
|
-
* // end: Number("long"), // required
|
|
205
|
-
* // },
|
|
206
|
-
* // ],
|
|
207
|
-
* // transcriptionStatus: "AVAILABLE" || "UNAVAILABLE", // required
|
|
208
|
-
* // transcriptionLanguage: "STRING_VALUE",
|
|
209
|
-
* // type: "call" || "call_transcription" || "conference" || "conference_transcription", // required
|
|
210
|
-
* // },
|
|
211
|
-
* // },
|
|
212
|
-
* // ],
|
|
213
|
-
* // };
|
|
214
|
-
*
|
|
215
|
-
* ```
|
|
216
|
-
*
|
|
217
|
-
* @param QueryConversationsCommandInput - {@link QueryConversationsCommandInput}
|
|
218
|
-
* @returns {@link QueryConversationsCommandOutput}
|
|
219
|
-
* @see {@link QueryConversationsCommandInput} for command's `input` shape.
|
|
220
|
-
* @see {@link QueryConversationsCommandOutput} for command's `response` shape.
|
|
221
|
-
* @see {@link WdaHistoryClientResolvedConfig | config} for WdaHistoryClient's `config` shape.
|
|
222
|
-
*
|
|
223
|
-
* @throws {@link ValidationException} (client fault)
|
|
224
|
-
*
|
|
225
|
-
* @throws {@link WdaHistoryServiceException}
|
|
226
|
-
* <p>Base exception class for all service exceptions from WdaHistory service.</p>
|
|
227
|
-
*
|
|
228
|
-
* @public
|
|
229
|
-
*/
|
|
230
|
-
export declare class QueryConversationsCommand extends QueryConversationsCommand_base {
|
|
231
|
-
}
|