@wildix/wda-insights-client 1.0.53 → 1.0.55
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/WdaInsights.js +0 -4
- package/dist-cjs/commands/index.js +0 -2
- package/dist-cjs/protocols/Aws_restJson1.js +14 -63
- package/dist-es/WdaInsights.js +0 -4
- package/dist-es/commands/index.js +0 -2
- package/dist-es/protocols/Aws_restJson1.js +12 -57
- package/dist-types/WdaInsights.d.ts +0 -14
- package/dist-types/WdaInsightsClient.d.ts +2 -4
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -4
- package/dist-types/commands/CreateProjectionCommand.d.ts +2 -4
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +2 -4
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -6
- package/dist-types/commands/DeleteProjectionCommand.d.ts +2 -4
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +2 -4
- package/dist-types/commands/DisableProjectionCommand.d.ts +2 -4
- package/dist-types/commands/EnableProjectionCommand.d.ts +2 -4
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +2 -4
- package/dist-types/commands/GetCallInsightsCommand.d.ts +2 -4
- package/dist-types/commands/GetCallSummaryCommand.d.ts +2 -4
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +2 -4
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +0 -2
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +2 -4
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +2 -4
- package/dist-types/commands/GetProjectionCommand.d.ts +2 -2
- package/dist-types/commands/ListConversationsCommand.d.ts +0 -2
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +0 -2
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +0 -2
- package/dist-types/commands/ListFiltersCommand.d.ts +7 -6
- package/dist-types/commands/ListProjectionsCommand.d.ts +2 -4
- package/dist-types/commands/PauseProjectionCommand.d.ts +2 -4
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +0 -2
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +3 -2
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +2 -4
- package/dist-types/commands/UpdateProjectionCommand.d.ts +2 -4
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +0 -2
- package/dist-types/models/models_0.d.ts +21 -36
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -18
- package/package.json +1 -1
- package/dist-cjs/commands/ScheduleCallPostAnalysisCommand.js +0 -21
- package/dist-cjs/commands/ScheduleConferencePostAnalysisCommand.js +0 -21
- package/dist-es/commands/ScheduleCallPostAnalysisCommand.js +0 -17
- package/dist-es/commands/ScheduleConferencePostAnalysisCommand.js +0 -17
- package/dist-types/commands/ScheduleCallPostAnalysisCommand.d.ts +0 -79
- package/dist-types/commands/ScheduleConferencePostAnalysisCommand.d.ts +0 -78
package/dist-cjs/WdaInsights.js
CHANGED
|
@@ -25,9 +25,7 @@ const ListFiltersCommand_1 = require("./commands/ListFiltersCommand");
|
|
|
25
25
|
const ListProjectionsCommand_1 = require("./commands/ListProjectionsCommand");
|
|
26
26
|
const PauseProjectionCommand_1 = require("./commands/PauseProjectionCommand");
|
|
27
27
|
const QueryConversationsCountCommand_1 = require("./commands/QueryConversationsCountCommand");
|
|
28
|
-
const ScheduleCallPostAnalysisCommand_1 = require("./commands/ScheduleCallPostAnalysisCommand");
|
|
29
28
|
const ScheduleCallSummaryGenerationCommand_1 = require("./commands/ScheduleCallSummaryGenerationCommand");
|
|
30
|
-
const ScheduleConferencePostAnalysisCommand_1 = require("./commands/ScheduleConferencePostAnalysisCommand");
|
|
31
29
|
const ScheduleConferenceSummaryGenerationCommand_1 = require("./commands/ScheduleConferenceSummaryGenerationCommand");
|
|
32
30
|
const UpdateFilterCommand_1 = require("./commands/UpdateFilterCommand");
|
|
33
31
|
const UpdateProjectionCommand_1 = require("./commands/UpdateProjectionCommand");
|
|
@@ -57,9 +55,7 @@ const commands = {
|
|
|
57
55
|
ListProjectionsCommand: ListProjectionsCommand_1.ListProjectionsCommand,
|
|
58
56
|
PauseProjectionCommand: PauseProjectionCommand_1.PauseProjectionCommand,
|
|
59
57
|
QueryConversationsCountCommand: QueryConversationsCountCommand_1.QueryConversationsCountCommand,
|
|
60
|
-
ScheduleCallPostAnalysisCommand: ScheduleCallPostAnalysisCommand_1.ScheduleCallPostAnalysisCommand,
|
|
61
58
|
ScheduleCallSummaryGenerationCommand: ScheduleCallSummaryGenerationCommand_1.ScheduleCallSummaryGenerationCommand,
|
|
62
|
-
ScheduleConferencePostAnalysisCommand: ScheduleConferencePostAnalysisCommand_1.ScheduleConferencePostAnalysisCommand,
|
|
63
59
|
ScheduleConferenceSummaryGenerationCommand: ScheduleConferenceSummaryGenerationCommand_1.ScheduleConferenceSummaryGenerationCommand,
|
|
64
60
|
UpdateFilterCommand: UpdateFilterCommand_1.UpdateFilterCommand,
|
|
65
61
|
UpdateProjectionCommand: UpdateProjectionCommand_1.UpdateProjectionCommand,
|
|
@@ -24,9 +24,7 @@ tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
|
|
|
24
24
|
tslib_1.__exportStar(require("./ListProjectionsCommand"), exports);
|
|
25
25
|
tslib_1.__exportStar(require("./PauseProjectionCommand"), exports);
|
|
26
26
|
tslib_1.__exportStar(require("./QueryConversationsCountCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ScheduleCallPostAnalysisCommand"), exports);
|
|
28
27
|
tslib_1.__exportStar(require("./ScheduleCallSummaryGenerationCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ScheduleConferencePostAnalysisCommand"), exports);
|
|
30
28
|
tslib_1.__exportStar(require("./ScheduleConferenceSummaryGenerationCommand"), exports);
|
|
31
29
|
tslib_1.__exportStar(require("./UpdateFilterCommand"), exports);
|
|
32
30
|
tslib_1.__exportStar(require("./UpdateProjectionCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.de_ListFiltersCommand = exports.de_ListConversationsInsightsAggregationsCommand = exports.de_ListConversationsInsightsCommand = exports.de_ListConversationsCommand = exports.de_GetProjectionCommand = exports.de_GetConferenceTimeFramesCommand = exports.de_GetConferenceSummaryCommand = exports.de_GetConferenceRecordingPresignedDownloadUrlCommand = exports.de_GetConferenceInsightsCommand = exports.de_GetCallSummaryCommand = exports.de_GetCallInsightsCommand = exports.de_GetCallCharacteristicsCommand = exports.de_EnableProjectionCommand = exports.de_DisableProjectionCommand = exports.de_DeleteProjectionsCategoryCommand = exports.de_DeleteProjectionCommand = exports.de_DeleteFilterCommand = exports.de_CreateProjectionsCategoryCommand = exports.de_CreateProjectionCommand = exports.de_CreateFilterCommand = exports.se_UpdateProjectionsCategoryCommand = exports.se_UpdateProjectionCommand = exports.se_UpdateFilterCommand = exports.se_ScheduleConferenceSummaryGenerationCommand = exports.
|
|
4
|
-
exports.de_UpdateProjectionsCategoryCommand = exports.de_UpdateProjectionCommand = exports.de_UpdateFilterCommand = exports.de_ScheduleConferenceSummaryGenerationCommand = exports.
|
|
3
|
+
exports.de_PauseProjectionCommand = exports.de_ListProjectionsCommand = exports.de_ListFiltersCommand = exports.de_ListConversationsInsightsAggregationsCommand = exports.de_ListConversationsInsightsCommand = exports.de_ListConversationsCommand = exports.de_GetProjectionCommand = exports.de_GetConferenceTimeFramesCommand = exports.de_GetConferenceSummaryCommand = exports.de_GetConferenceRecordingPresignedDownloadUrlCommand = exports.de_GetConferenceInsightsCommand = exports.de_GetCallSummaryCommand = exports.de_GetCallInsightsCommand = exports.de_GetCallCharacteristicsCommand = exports.de_EnableProjectionCommand = exports.de_DisableProjectionCommand = exports.de_DeleteProjectionsCategoryCommand = exports.de_DeleteProjectionCommand = exports.de_DeleteFilterCommand = exports.de_CreateProjectionsCategoryCommand = exports.de_CreateProjectionCommand = exports.de_CreateFilterCommand = exports.se_UpdateProjectionsCategoryCommand = exports.se_UpdateProjectionCommand = exports.se_UpdateFilterCommand = exports.se_ScheduleConferenceSummaryGenerationCommand = exports.se_ScheduleCallSummaryGenerationCommand = exports.se_QueryConversationsCountCommand = exports.se_PauseProjectionCommand = exports.se_ListProjectionsCommand = exports.se_ListFiltersCommand = exports.se_ListConversationsInsightsAggregationsCommand = exports.se_ListConversationsInsightsCommand = exports.se_ListConversationsCommand = exports.se_GetProjectionCommand = exports.se_GetConferenceTimeFramesCommand = exports.se_GetConferenceSummaryCommand = exports.se_GetConferenceRecordingPresignedDownloadUrlCommand = exports.se_GetConferenceInsightsCommand = exports.se_GetCallSummaryCommand = exports.se_GetCallInsightsCommand = exports.se_GetCallCharacteristicsCommand = exports.se_EnableProjectionCommand = exports.se_DisableProjectionCommand = exports.se_DeleteProjectionsCategoryCommand = exports.se_DeleteProjectionCommand = exports.se_DeleteFilterCommand = exports.se_CreateProjectionsCategoryCommand = exports.se_CreateProjectionCommand = exports.se_CreateFilterCommand = void 0;
|
|
4
|
+
exports.de_UpdateProjectionsCategoryCommand = exports.de_UpdateProjectionCommand = exports.de_UpdateFilterCommand = exports.de_ScheduleConferenceSummaryGenerationCommand = exports.de_ScheduleCallSummaryGenerationCommand = exports.de_QueryConversationsCountCommand = void 0;
|
|
5
5
|
const WdaInsightsServiceException_1 = require("../models/WdaInsightsServiceException");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const core_1 = require("@aws-sdk/core");
|
|
@@ -348,9 +348,14 @@ const se_ListFiltersCommand = async (input, context) => {
|
|
|
348
348
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
349
349
|
const headers = {};
|
|
350
350
|
b.bp("/v2/insights/filters");
|
|
351
|
+
const query = (0, smithy_client_1.map)({
|
|
352
|
+
[_c]: [, input[_c]],
|
|
353
|
+
[_u]: [, input[_u]],
|
|
354
|
+
});
|
|
351
355
|
let body;
|
|
352
356
|
b.m("GET")
|
|
353
357
|
.h(headers)
|
|
358
|
+
.q(query)
|
|
354
359
|
.b(body);
|
|
355
360
|
return b.build();
|
|
356
361
|
};
|
|
@@ -406,23 +411,6 @@ const se_QueryConversationsCountCommand = async (input, context) => {
|
|
|
406
411
|
return b.build();
|
|
407
412
|
};
|
|
408
413
|
exports.se_QueryConversationsCountCommand = se_QueryConversationsCountCommand;
|
|
409
|
-
const se_ScheduleCallPostAnalysisCommand = async (input, context) => {
|
|
410
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
411
|
-
const headers = {};
|
|
412
|
-
b.bp("/v2/insights/calls/{callId}/flows/{flowIndex}/schedule_post_analysis");
|
|
413
|
-
b.p('callId', () => input.callId, '{callId}', false);
|
|
414
|
-
b.p('flowIndex', () => input.flowIndex.toString(), '{flowIndex}', false);
|
|
415
|
-
const query = (0, smithy_client_1.map)({
|
|
416
|
-
[_c]: [, (0, smithy_client_1.expectNonNull)(input[_c], `company`)],
|
|
417
|
-
});
|
|
418
|
-
let body;
|
|
419
|
-
b.m("POST")
|
|
420
|
-
.h(headers)
|
|
421
|
-
.q(query)
|
|
422
|
-
.b(body);
|
|
423
|
-
return b.build();
|
|
424
|
-
};
|
|
425
|
-
exports.se_ScheduleCallPostAnalysisCommand = se_ScheduleCallPostAnalysisCommand;
|
|
426
414
|
const se_ScheduleCallSummaryGenerationCommand = async (input, context) => {
|
|
427
415
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
428
416
|
const headers = {};
|
|
@@ -440,22 +428,6 @@ const se_ScheduleCallSummaryGenerationCommand = async (input, context) => {
|
|
|
440
428
|
return b.build();
|
|
441
429
|
};
|
|
442
430
|
exports.se_ScheduleCallSummaryGenerationCommand = se_ScheduleCallSummaryGenerationCommand;
|
|
443
|
-
const se_ScheduleConferencePostAnalysisCommand = async (input, context) => {
|
|
444
|
-
const b = (0, core_2.requestBuilder)(input, context);
|
|
445
|
-
const headers = {};
|
|
446
|
-
b.bp("/v2/insights/conferences/{conferenceId}/schedule_post_analysis");
|
|
447
|
-
b.p('conferenceId', () => input.conferenceId, '{conferenceId}', false);
|
|
448
|
-
const query = (0, smithy_client_1.map)({
|
|
449
|
-
[_c]: [, (0, smithy_client_1.expectNonNull)(input[_c], `company`)],
|
|
450
|
-
});
|
|
451
|
-
let body;
|
|
452
|
-
b.m("POST")
|
|
453
|
-
.h(headers)
|
|
454
|
-
.q(query)
|
|
455
|
-
.b(body);
|
|
456
|
-
return b.build();
|
|
457
|
-
};
|
|
458
|
-
exports.se_ScheduleConferencePostAnalysisCommand = se_ScheduleConferencePostAnalysisCommand;
|
|
459
431
|
const se_ScheduleConferenceSummaryGenerationCommand = async (input, context) => {
|
|
460
432
|
const b = (0, core_2.requestBuilder)(input, context);
|
|
461
433
|
const headers = {};
|
|
@@ -880,17 +852,6 @@ const de_QueryConversationsCountCommand = async (output, context) => {
|
|
|
880
852
|
return contents;
|
|
881
853
|
};
|
|
882
854
|
exports.de_QueryConversationsCountCommand = de_QueryConversationsCountCommand;
|
|
883
|
-
const de_ScheduleCallPostAnalysisCommand = async (output, context) => {
|
|
884
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
885
|
-
return de_CommandError(output, context);
|
|
886
|
-
}
|
|
887
|
-
const contents = (0, smithy_client_1.map)({
|
|
888
|
-
$metadata: deserializeMetadata(output),
|
|
889
|
-
});
|
|
890
|
-
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
891
|
-
return contents;
|
|
892
|
-
};
|
|
893
|
-
exports.de_ScheduleCallPostAnalysisCommand = de_ScheduleCallPostAnalysisCommand;
|
|
894
855
|
const de_ScheduleCallSummaryGenerationCommand = async (output, context) => {
|
|
895
856
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
896
857
|
return de_CommandError(output, context);
|
|
@@ -902,17 +863,6 @@ const de_ScheduleCallSummaryGenerationCommand = async (output, context) => {
|
|
|
902
863
|
return contents;
|
|
903
864
|
};
|
|
904
865
|
exports.de_ScheduleCallSummaryGenerationCommand = de_ScheduleCallSummaryGenerationCommand;
|
|
905
|
-
const de_ScheduleConferencePostAnalysisCommand = async (output, context) => {
|
|
906
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
907
|
-
return de_CommandError(output, context);
|
|
908
|
-
}
|
|
909
|
-
const contents = (0, smithy_client_1.map)({
|
|
910
|
-
$metadata: deserializeMetadata(output),
|
|
911
|
-
});
|
|
912
|
-
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
913
|
-
return contents;
|
|
914
|
-
};
|
|
915
|
-
exports.de_ScheduleConferencePostAnalysisCommand = de_ScheduleConferencePostAnalysisCommand;
|
|
916
866
|
const de_ScheduleConferenceSummaryGenerationCommand = async (output, context) => {
|
|
917
867
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
918
868
|
return de_CommandError(output, context);
|
|
@@ -979,18 +929,18 @@ const de_CommandError = async (output, context) => {
|
|
|
979
929
|
case "ForbiddenException":
|
|
980
930
|
case "smithy.framework#ForbiddenException":
|
|
981
931
|
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
982
|
-
case "NotFoundException":
|
|
983
|
-
case "smithy.framework#NotFoundException":
|
|
984
|
-
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
985
932
|
case "ValidationException":
|
|
986
933
|
case "smithy.framework#ValidationException":
|
|
987
934
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
988
|
-
case "FilterNotFoundException":
|
|
989
|
-
case "wildix.wda.insights#FilterNotFoundException":
|
|
990
|
-
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
991
935
|
case "FileNotFoundException":
|
|
992
936
|
case "wildix.xbees.conversations#FileNotFoundException":
|
|
993
937
|
throw await de_FileNotFoundExceptionRes(parsedOutput, context);
|
|
938
|
+
case "NotFoundException":
|
|
939
|
+
case "smithy.framework#NotFoundException":
|
|
940
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
941
|
+
case "FilterNotFoundException":
|
|
942
|
+
case "wildix.wda.insights#FilterNotFoundException":
|
|
943
|
+
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
994
944
|
default:
|
|
995
945
|
const parsedBody = parsedOutput.body;
|
|
996
946
|
return throwDefaultError({
|
|
@@ -1183,3 +1133,4 @@ const _c = "company";
|
|
|
1183
1133
|
const _ca = "category";
|
|
1184
1134
|
const _d = "download";
|
|
1185
1135
|
const _fI = "fileId";
|
|
1136
|
+
const _u = "user";
|
package/dist-es/WdaInsights.js
CHANGED
|
@@ -22,9 +22,7 @@ import { ListFiltersCommand, } from "./commands/ListFiltersCommand";
|
|
|
22
22
|
import { ListProjectionsCommand, } from "./commands/ListProjectionsCommand";
|
|
23
23
|
import { PauseProjectionCommand, } from "./commands/PauseProjectionCommand";
|
|
24
24
|
import { QueryConversationsCountCommand, } from "./commands/QueryConversationsCountCommand";
|
|
25
|
-
import { ScheduleCallPostAnalysisCommand, } from "./commands/ScheduleCallPostAnalysisCommand";
|
|
26
25
|
import { ScheduleCallSummaryGenerationCommand, } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
27
|
-
import { ScheduleConferencePostAnalysisCommand, } from "./commands/ScheduleConferencePostAnalysisCommand";
|
|
28
26
|
import { ScheduleConferenceSummaryGenerationCommand, } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
29
27
|
import { UpdateFilterCommand, } from "./commands/UpdateFilterCommand";
|
|
30
28
|
import { UpdateProjectionCommand, } from "./commands/UpdateProjectionCommand";
|
|
@@ -54,9 +52,7 @@ const commands = {
|
|
|
54
52
|
ListProjectionsCommand,
|
|
55
53
|
PauseProjectionCommand,
|
|
56
54
|
QueryConversationsCountCommand,
|
|
57
|
-
ScheduleCallPostAnalysisCommand,
|
|
58
55
|
ScheduleCallSummaryGenerationCommand,
|
|
59
|
-
ScheduleConferencePostAnalysisCommand,
|
|
60
56
|
ScheduleConferenceSummaryGenerationCommand,
|
|
61
57
|
UpdateFilterCommand,
|
|
62
58
|
UpdateProjectionCommand,
|
|
@@ -21,9 +21,7 @@ export * from "./ListFiltersCommand";
|
|
|
21
21
|
export * from "./ListProjectionsCommand";
|
|
22
22
|
export * from "./PauseProjectionCommand";
|
|
23
23
|
export * from "./QueryConversationsCountCommand";
|
|
24
|
-
export * from "./ScheduleCallPostAnalysisCommand";
|
|
25
24
|
export * from "./ScheduleCallSummaryGenerationCommand";
|
|
26
|
-
export * from "./ScheduleConferencePostAnalysisCommand";
|
|
27
25
|
export * from "./ScheduleConferenceSummaryGenerationCommand";
|
|
28
26
|
export * from "./UpdateFilterCommand";
|
|
29
27
|
export * from "./UpdateProjectionCommand";
|
|
@@ -325,9 +325,14 @@ export const se_ListFiltersCommand = async (input, context) => {
|
|
|
325
325
|
const b = rb(input, context);
|
|
326
326
|
const headers = {};
|
|
327
327
|
b.bp("/v2/insights/filters");
|
|
328
|
+
const query = map({
|
|
329
|
+
[_c]: [, input[_c]],
|
|
330
|
+
[_u]: [, input[_u]],
|
|
331
|
+
});
|
|
328
332
|
let body;
|
|
329
333
|
b.m("GET")
|
|
330
334
|
.h(headers)
|
|
335
|
+
.q(query)
|
|
331
336
|
.b(body);
|
|
332
337
|
return b.build();
|
|
333
338
|
};
|
|
@@ -379,22 +384,6 @@ export const se_QueryConversationsCountCommand = async (input, context) => {
|
|
|
379
384
|
.b(body);
|
|
380
385
|
return b.build();
|
|
381
386
|
};
|
|
382
|
-
export const se_ScheduleCallPostAnalysisCommand = async (input, context) => {
|
|
383
|
-
const b = rb(input, context);
|
|
384
|
-
const headers = {};
|
|
385
|
-
b.bp("/v2/insights/calls/{callId}/flows/{flowIndex}/schedule_post_analysis");
|
|
386
|
-
b.p('callId', () => input.callId, '{callId}', false);
|
|
387
|
-
b.p('flowIndex', () => input.flowIndex.toString(), '{flowIndex}', false);
|
|
388
|
-
const query = map({
|
|
389
|
-
[_c]: [, __expectNonNull(input[_c], `company`)],
|
|
390
|
-
});
|
|
391
|
-
let body;
|
|
392
|
-
b.m("POST")
|
|
393
|
-
.h(headers)
|
|
394
|
-
.q(query)
|
|
395
|
-
.b(body);
|
|
396
|
-
return b.build();
|
|
397
|
-
};
|
|
398
387
|
export const se_ScheduleCallSummaryGenerationCommand = async (input, context) => {
|
|
399
388
|
const b = rb(input, context);
|
|
400
389
|
const headers = {};
|
|
@@ -411,21 +400,6 @@ export const se_ScheduleCallSummaryGenerationCommand = async (input, context) =>
|
|
|
411
400
|
.b(body);
|
|
412
401
|
return b.build();
|
|
413
402
|
};
|
|
414
|
-
export const se_ScheduleConferencePostAnalysisCommand = async (input, context) => {
|
|
415
|
-
const b = rb(input, context);
|
|
416
|
-
const headers = {};
|
|
417
|
-
b.bp("/v2/insights/conferences/{conferenceId}/schedule_post_analysis");
|
|
418
|
-
b.p('conferenceId', () => input.conferenceId, '{conferenceId}', false);
|
|
419
|
-
const query = map({
|
|
420
|
-
[_c]: [, __expectNonNull(input[_c], `company`)],
|
|
421
|
-
});
|
|
422
|
-
let body;
|
|
423
|
-
b.m("POST")
|
|
424
|
-
.h(headers)
|
|
425
|
-
.q(query)
|
|
426
|
-
.b(body);
|
|
427
|
-
return b.build();
|
|
428
|
-
};
|
|
429
403
|
export const se_ScheduleConferenceSummaryGenerationCommand = async (input, context) => {
|
|
430
404
|
const b = rb(input, context);
|
|
431
405
|
const headers = {};
|
|
@@ -823,16 +797,6 @@ export const de_QueryConversationsCountCommand = async (output, context) => {
|
|
|
823
797
|
Object.assign(contents, doc);
|
|
824
798
|
return contents;
|
|
825
799
|
};
|
|
826
|
-
export const de_ScheduleCallPostAnalysisCommand = async (output, context) => {
|
|
827
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
828
|
-
return de_CommandError(output, context);
|
|
829
|
-
}
|
|
830
|
-
const contents = map({
|
|
831
|
-
$metadata: deserializeMetadata(output),
|
|
832
|
-
});
|
|
833
|
-
await collectBody(output.body, context);
|
|
834
|
-
return contents;
|
|
835
|
-
};
|
|
836
800
|
export const de_ScheduleCallSummaryGenerationCommand = async (output, context) => {
|
|
837
801
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
838
802
|
return de_CommandError(output, context);
|
|
@@ -843,16 +807,6 @@ export const de_ScheduleCallSummaryGenerationCommand = async (output, context) =
|
|
|
843
807
|
await collectBody(output.body, context);
|
|
844
808
|
return contents;
|
|
845
809
|
};
|
|
846
|
-
export const de_ScheduleConferencePostAnalysisCommand = async (output, context) => {
|
|
847
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
848
|
-
return de_CommandError(output, context);
|
|
849
|
-
}
|
|
850
|
-
const contents = map({
|
|
851
|
-
$metadata: deserializeMetadata(output),
|
|
852
|
-
});
|
|
853
|
-
await collectBody(output.body, context);
|
|
854
|
-
return contents;
|
|
855
|
-
};
|
|
856
810
|
export const de_ScheduleConferenceSummaryGenerationCommand = async (output, context) => {
|
|
857
811
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
858
812
|
return de_CommandError(output, context);
|
|
@@ -915,18 +869,18 @@ const de_CommandError = async (output, context) => {
|
|
|
915
869
|
case "ForbiddenException":
|
|
916
870
|
case "smithy.framework#ForbiddenException":
|
|
917
871
|
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
918
|
-
case "NotFoundException":
|
|
919
|
-
case "smithy.framework#NotFoundException":
|
|
920
|
-
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
921
872
|
case "ValidationException":
|
|
922
873
|
case "smithy.framework#ValidationException":
|
|
923
874
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
924
|
-
case "FilterNotFoundException":
|
|
925
|
-
case "wildix.wda.insights#FilterNotFoundException":
|
|
926
|
-
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
927
875
|
case "FileNotFoundException":
|
|
928
876
|
case "wildix.xbees.conversations#FileNotFoundException":
|
|
929
877
|
throw await de_FileNotFoundExceptionRes(parsedOutput, context);
|
|
878
|
+
case "NotFoundException":
|
|
879
|
+
case "smithy.framework#NotFoundException":
|
|
880
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
881
|
+
case "FilterNotFoundException":
|
|
882
|
+
case "wildix.wda.insights#FilterNotFoundException":
|
|
883
|
+
throw await de_FilterNotFoundExceptionRes(parsedOutput, context);
|
|
930
884
|
default:
|
|
931
885
|
const parsedBody = parsedOutput.body;
|
|
932
886
|
return throwDefaultError({
|
|
@@ -1119,3 +1073,4 @@ const _c = "company";
|
|
|
1119
1073
|
const _ca = "category";
|
|
1120
1074
|
const _d = "download";
|
|
1121
1075
|
const _fI = "fileId";
|
|
1076
|
+
const _u = "user";
|
|
@@ -22,9 +22,7 @@ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/Li
|
|
|
22
22
|
import { ListProjectionsCommandInput, ListProjectionsCommandOutput } from "./commands/ListProjectionsCommand";
|
|
23
23
|
import { PauseProjectionCommandInput, PauseProjectionCommandOutput } from "./commands/PauseProjectionCommand";
|
|
24
24
|
import { QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput } from "./commands/QueryConversationsCountCommand";
|
|
25
|
-
import { ScheduleCallPostAnalysisCommandInput, ScheduleCallPostAnalysisCommandOutput } from "./commands/ScheduleCallPostAnalysisCommand";
|
|
26
25
|
import { ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
27
|
-
import { ScheduleConferencePostAnalysisCommandInput, ScheduleConferencePostAnalysisCommandOutput } from "./commands/ScheduleConferencePostAnalysisCommand";
|
|
28
26
|
import { ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
29
27
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
30
28
|
import { UpdateProjectionCommandInput, UpdateProjectionCommandOutput } from "./commands/UpdateProjectionCommand";
|
|
@@ -174,24 +172,12 @@ export interface WdaInsights {
|
|
|
174
172
|
queryConversationsCount(args: QueryConversationsCountCommandInput, options?: __HttpHandlerOptions): Promise<QueryConversationsCountCommandOutput>;
|
|
175
173
|
queryConversationsCount(args: QueryConversationsCountCommandInput, cb: (err: any, data?: QueryConversationsCountCommandOutput) => void): void;
|
|
176
174
|
queryConversationsCount(args: QueryConversationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryConversationsCountCommandOutput) => void): void;
|
|
177
|
-
/**
|
|
178
|
-
* @see {@link ScheduleCallPostAnalysisCommand}
|
|
179
|
-
*/
|
|
180
|
-
scheduleCallPostAnalysis(args: ScheduleCallPostAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleCallPostAnalysisCommandOutput>;
|
|
181
|
-
scheduleCallPostAnalysis(args: ScheduleCallPostAnalysisCommandInput, cb: (err: any, data?: ScheduleCallPostAnalysisCommandOutput) => void): void;
|
|
182
|
-
scheduleCallPostAnalysis(args: ScheduleCallPostAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleCallPostAnalysisCommandOutput) => void): void;
|
|
183
175
|
/**
|
|
184
176
|
* @see {@link ScheduleCallSummaryGenerationCommand}
|
|
185
177
|
*/
|
|
186
178
|
scheduleCallSummaryGeneration(args: ScheduleCallSummaryGenerationCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleCallSummaryGenerationCommandOutput>;
|
|
187
179
|
scheduleCallSummaryGeneration(args: ScheduleCallSummaryGenerationCommandInput, cb: (err: any, data?: ScheduleCallSummaryGenerationCommandOutput) => void): void;
|
|
188
180
|
scheduleCallSummaryGeneration(args: ScheduleCallSummaryGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleCallSummaryGenerationCommandOutput) => void): void;
|
|
189
|
-
/**
|
|
190
|
-
* @see {@link ScheduleConferencePostAnalysisCommand}
|
|
191
|
-
*/
|
|
192
|
-
scheduleConferencePostAnalysis(args: ScheduleConferencePostAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleConferencePostAnalysisCommandOutput>;
|
|
193
|
-
scheduleConferencePostAnalysis(args: ScheduleConferencePostAnalysisCommandInput, cb: (err: any, data?: ScheduleConferencePostAnalysisCommandOutput) => void): void;
|
|
194
|
-
scheduleConferencePostAnalysis(args: ScheduleConferencePostAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleConferencePostAnalysisCommandOutput) => void): void;
|
|
195
181
|
/**
|
|
196
182
|
* @see {@link ScheduleConferenceSummaryGenerationCommand}
|
|
197
183
|
*/
|
|
@@ -21,9 +21,7 @@ import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/Li
|
|
|
21
21
|
import { ListProjectionsCommandInput, ListProjectionsCommandOutput } from "./commands/ListProjectionsCommand";
|
|
22
22
|
import { PauseProjectionCommandInput, PauseProjectionCommandOutput } from "./commands/PauseProjectionCommand";
|
|
23
23
|
import { QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput } from "./commands/QueryConversationsCountCommand";
|
|
24
|
-
import { ScheduleCallPostAnalysisCommandInput, ScheduleCallPostAnalysisCommandOutput } from "./commands/ScheduleCallPostAnalysisCommand";
|
|
25
24
|
import { ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
26
|
-
import { ScheduleConferencePostAnalysisCommandInput, ScheduleConferencePostAnalysisCommandOutput } from "./commands/ScheduleConferencePostAnalysisCommand";
|
|
27
25
|
import { ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
28
26
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
29
27
|
import { UpdateProjectionCommandInput, UpdateProjectionCommandOutput } from "./commands/UpdateProjectionCommand";
|
|
@@ -39,11 +37,11 @@ export { __Client };
|
|
|
39
37
|
/**
|
|
40
38
|
* @public
|
|
41
39
|
*/
|
|
42
|
-
export type ServiceInputTypes = CreateFilterCommandInput | CreateProjectionCommandInput | CreateProjectionsCategoryCommandInput | DeleteFilterCommandInput | DeleteProjectionCommandInput | DeleteProjectionsCategoryCommandInput | DisableProjectionCommandInput | EnableProjectionCommandInput | GetCallCharacteristicsCommandInput | GetCallInsightsCommandInput | GetCallSummaryCommandInput | GetConferenceInsightsCommandInput | GetConferenceRecordingPresignedDownloadUrlCommandInput | GetConferenceSummaryCommandInput | GetConferenceTimeFramesCommandInput | GetProjectionCommandInput | ListConversationsCommandInput | ListConversationsInsightsAggregationsCommandInput | ListConversationsInsightsCommandInput | ListFiltersCommandInput | ListProjectionsCommandInput | PauseProjectionCommandInput | QueryConversationsCountCommandInput |
|
|
40
|
+
export type ServiceInputTypes = CreateFilterCommandInput | CreateProjectionCommandInput | CreateProjectionsCategoryCommandInput | DeleteFilterCommandInput | DeleteProjectionCommandInput | DeleteProjectionsCategoryCommandInput | DisableProjectionCommandInput | EnableProjectionCommandInput | GetCallCharacteristicsCommandInput | GetCallInsightsCommandInput | GetCallSummaryCommandInput | GetConferenceInsightsCommandInput | GetConferenceRecordingPresignedDownloadUrlCommandInput | GetConferenceSummaryCommandInput | GetConferenceTimeFramesCommandInput | GetProjectionCommandInput | ListConversationsCommandInput | ListConversationsInsightsAggregationsCommandInput | ListConversationsInsightsCommandInput | ListFiltersCommandInput | ListProjectionsCommandInput | PauseProjectionCommandInput | QueryConversationsCountCommandInput | ScheduleCallSummaryGenerationCommandInput | ScheduleConferenceSummaryGenerationCommandInput | UpdateFilterCommandInput | UpdateProjectionCommandInput | UpdateProjectionsCategoryCommandInput;
|
|
43
41
|
/**
|
|
44
42
|
* @public
|
|
45
43
|
*/
|
|
46
|
-
export type ServiceOutputTypes = CreateFilterCommandOutput | CreateProjectionCommandOutput | CreateProjectionsCategoryCommandOutput | DeleteFilterCommandOutput | DeleteProjectionCommandOutput | DeleteProjectionsCategoryCommandOutput | DisableProjectionCommandOutput | EnableProjectionCommandOutput | GetCallCharacteristicsCommandOutput | GetCallInsightsCommandOutput | GetCallSummaryCommandOutput | GetConferenceInsightsCommandOutput | GetConferenceRecordingPresignedDownloadUrlCommandOutput | GetConferenceSummaryCommandOutput | GetConferenceTimeFramesCommandOutput | GetProjectionCommandOutput | ListConversationsCommandOutput | ListConversationsInsightsAggregationsCommandOutput | ListConversationsInsightsCommandOutput | ListFiltersCommandOutput | ListProjectionsCommandOutput | PauseProjectionCommandOutput | QueryConversationsCountCommandOutput |
|
|
44
|
+
export type ServiceOutputTypes = CreateFilterCommandOutput | CreateProjectionCommandOutput | CreateProjectionsCategoryCommandOutput | DeleteFilterCommandOutput | DeleteProjectionCommandOutput | DeleteProjectionsCategoryCommandOutput | DisableProjectionCommandOutput | EnableProjectionCommandOutput | GetCallCharacteristicsCommandOutput | GetCallInsightsCommandOutput | GetCallSummaryCommandOutput | GetConferenceInsightsCommandOutput | GetConferenceRecordingPresignedDownloadUrlCommandOutput | GetConferenceSummaryCommandOutput | GetConferenceTimeFramesCommandOutput | GetProjectionCommandOutput | ListConversationsCommandOutput | ListConversationsInsightsAggregationsCommandOutput | ListConversationsInsightsCommandOutput | ListFiltersCommandOutput | ListProjectionsCommandOutput | PauseProjectionCommandOutput | QueryConversationsCountCommandOutput | ScheduleCallSummaryGenerationCommandOutput | ScheduleConferenceSummaryGenerationCommandOutput | UpdateFilterCommandOutput | UpdateProjectionCommandOutput | UpdateProjectionsCategoryCommandOutput;
|
|
47
45
|
/**
|
|
48
46
|
* @public
|
|
49
47
|
*/
|
|
@@ -27,8 +27,7 @@ declare const CreateFilterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new filter with specified name and configuration.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -63,12 +62,11 @@ declare const CreateFilterCommand_base: {
|
|
|
63
62
|
*
|
|
64
63
|
* @throws {@link ForbiddenException} (client fault)
|
|
65
64
|
*
|
|
66
|
-
* @throws {@link NotFoundException} (client fault)
|
|
67
|
-
*
|
|
68
65
|
* @throws {@link WdaInsightsServiceException}
|
|
69
66
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
70
67
|
*
|
|
71
68
|
*
|
|
69
|
+
* @public
|
|
72
70
|
*/
|
|
73
71
|
export declare class CreateFilterCommand extends CreateFilterCommand_base {
|
|
74
72
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const CreateProjectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new projection with specified configuration.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -168,12 +167,11 @@ declare const CreateProjectionCommand_base: {
|
|
|
168
167
|
*
|
|
169
168
|
* @throws {@link ForbiddenException} (client fault)
|
|
170
169
|
*
|
|
171
|
-
* @throws {@link NotFoundException} (client fault)
|
|
172
|
-
*
|
|
173
170
|
* @throws {@link WdaInsightsServiceException}
|
|
174
171
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
175
172
|
*
|
|
176
173
|
*
|
|
174
|
+
* @public
|
|
177
175
|
*/
|
|
178
176
|
export declare class CreateProjectionCommand extends CreateProjectionCommand_base {
|
|
179
177
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const CreateProjectionsCategoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new projections category.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -61,12 +60,11 @@ declare const CreateProjectionsCategoryCommand_base: {
|
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link ForbiddenException} (client fault)
|
|
63
62
|
*
|
|
64
|
-
* @throws {@link NotFoundException} (client fault)
|
|
65
|
-
*
|
|
66
63
|
* @throws {@link WdaInsightsServiceException}
|
|
67
64
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
68
65
|
*
|
|
69
66
|
*
|
|
67
|
+
* @public
|
|
70
68
|
*/
|
|
71
69
|
export declare class CreateProjectionsCategoryCommand extends CreateProjectionsCategoryCommand_base {
|
|
72
70
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DeleteFilterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Deletes a filter by its ID.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -50,18 +49,15 @@ declare const DeleteFilterCommand_base: {
|
|
|
50
49
|
* @see {@link DeleteFilterCommandOutput} for command's `response` shape.
|
|
51
50
|
* @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
|
|
52
51
|
*
|
|
53
|
-
* @throws {@link FilterNotFoundException} (client fault)
|
|
54
|
-
*
|
|
55
52
|
* @throws {@link ValidationException} (client fault)
|
|
56
53
|
*
|
|
57
54
|
* @throws {@link ForbiddenException} (client fault)
|
|
58
55
|
*
|
|
59
|
-
* @throws {@link NotFoundException} (client fault)
|
|
60
|
-
*
|
|
61
56
|
* @throws {@link WdaInsightsServiceException}
|
|
62
57
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
63
58
|
*
|
|
64
59
|
*
|
|
60
|
+
* @public
|
|
65
61
|
*/
|
|
66
62
|
export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
|
|
67
63
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DeleteProjectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Deletes a projection by its ID.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -51,8 +50,6 @@ declare const DeleteProjectionCommand_base: {
|
|
|
51
50
|
* @see {@link DeleteProjectionCommandOutput} for command's `response` shape.
|
|
52
51
|
* @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
|
|
53
52
|
*
|
|
54
|
-
* @throws {@link NotFoundException} (client fault)
|
|
55
|
-
*
|
|
56
53
|
* @throws {@link ValidationException} (client fault)
|
|
57
54
|
*
|
|
58
55
|
* @throws {@link ForbiddenException} (client fault)
|
|
@@ -61,6 +58,7 @@ declare const DeleteProjectionCommand_base: {
|
|
|
61
58
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
62
59
|
*
|
|
63
60
|
*
|
|
61
|
+
* @public
|
|
64
62
|
*/
|
|
65
63
|
export declare class DeleteProjectionCommand extends DeleteProjectionCommand_base {
|
|
66
64
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DeleteProjectionsCategoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Deletes a projections category by its ID.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -51,8 +50,6 @@ declare const DeleteProjectionsCategoryCommand_base: {
|
|
|
51
50
|
* @see {@link DeleteProjectionsCategoryCommandOutput} for command's `response` shape.
|
|
52
51
|
* @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
|
|
53
52
|
*
|
|
54
|
-
* @throws {@link NotFoundException} (client fault)
|
|
55
|
-
*
|
|
56
53
|
* @throws {@link ValidationException} (client fault)
|
|
57
54
|
*
|
|
58
55
|
* @throws {@link ForbiddenException} (client fault)
|
|
@@ -61,6 +58,7 @@ declare const DeleteProjectionsCategoryCommand_base: {
|
|
|
61
58
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
62
59
|
*
|
|
63
60
|
*
|
|
61
|
+
* @public
|
|
64
62
|
*/
|
|
65
63
|
export declare class DeleteProjectionsCategoryCommand extends DeleteProjectionsCategoryCommand_base {
|
|
66
64
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DisableProjectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Disables a projection by its ID.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -113,8 +112,6 @@ declare const DisableProjectionCommand_base: {
|
|
|
113
112
|
* @see {@link DisableProjectionCommandOutput} for command's `response` shape.
|
|
114
113
|
* @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
|
|
115
114
|
*
|
|
116
|
-
* @throws {@link NotFoundException} (client fault)
|
|
117
|
-
*
|
|
118
115
|
* @throws {@link ValidationException} (client fault)
|
|
119
116
|
*
|
|
120
117
|
* @throws {@link ForbiddenException} (client fault)
|
|
@@ -123,6 +120,7 @@ declare const DisableProjectionCommand_base: {
|
|
|
123
120
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
124
121
|
*
|
|
125
122
|
*
|
|
123
|
+
* @public
|
|
126
124
|
*/
|
|
127
125
|
export declare class DisableProjectionCommand extends DisableProjectionCommand_base {
|
|
128
126
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const EnableProjectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Enables a projection by its ID.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -113,8 +112,6 @@ declare const EnableProjectionCommand_base: {
|
|
|
113
112
|
* @see {@link EnableProjectionCommandOutput} for command's `response` shape.
|
|
114
113
|
* @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
|
|
115
114
|
*
|
|
116
|
-
* @throws {@link NotFoundException} (client fault)
|
|
117
|
-
*
|
|
118
115
|
* @throws {@link ValidationException} (client fault)
|
|
119
116
|
*
|
|
120
117
|
* @throws {@link ForbiddenException} (client fault)
|
|
@@ -123,6 +120,7 @@ declare const EnableProjectionCommand_base: {
|
|
|
123
120
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
124
121
|
*
|
|
125
122
|
*
|
|
123
|
+
* @public
|
|
126
124
|
*/
|
|
127
125
|
export declare class EnableProjectionCommand extends EnableProjectionCommand_base {
|
|
128
126
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetCallCharacteristicsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Gets the characteristics for a call by callId and flowIndex.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -116,12 +115,11 @@ declare const GetCallCharacteristicsCommand_base: {
|
|
|
116
115
|
*
|
|
117
116
|
* @throws {@link ForbiddenException} (client fault)
|
|
118
117
|
*
|
|
119
|
-
* @throws {@link NotFoundException} (client fault)
|
|
120
|
-
*
|
|
121
118
|
* @throws {@link WdaInsightsServiceException}
|
|
122
119
|
* <p>Base exception class for all service exceptions from WdaInsights service.</p>
|
|
123
120
|
*
|
|
124
121
|
*
|
|
122
|
+
* @public
|
|
125
123
|
*/
|
|
126
124
|
export declare class GetCallCharacteristicsCommand extends GetCallCharacteristicsCommand_base {
|
|
127
125
|
/** @internal type navigation helper, not in runtime. */
|