@wildix/wda-insights-client 1.0.28 → 1.0.29
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 +2 -0
- package/dist-cjs/WdaInsightsClient.js +12 -3
- package/dist-cjs/commands/CreateFilterCommand.js +12 -32
- package/dist-cjs/commands/DeleteFilterCommand.js +12 -32
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +12 -32
- package/dist-cjs/commands/GetCallSummaryCommand.js +12 -32
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +21 -0
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +12 -32
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +12 -32
- package/dist-cjs/commands/ListConversationsCommand.js +12 -32
- package/dist-cjs/commands/ListFiltersCommand.js +12 -32
- package/dist-cjs/commands/ScheduleCallPostAnalysisCommand.js +12 -32
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +12 -32
- package/dist-cjs/commands/ScheduleConferencePostAnalysisCommand.js +12 -32
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +12 -32
- package/dist-cjs/commands/UpdateFilterCommand.js +12 -32
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +46 -21
- package/dist-cjs/protocols/Aws_restJson1.js +209 -497
- package/dist-cjs/runtimeConfig.browser.js +5 -1
- package/dist-cjs/runtimeConfig.js +5 -1
- package/dist-cjs/runtimeConfig.shared.js +13 -11
- package/dist-es/WdaInsights.js +2 -0
- package/dist-es/WdaInsightsClient.js +12 -3
- package/dist-es/commands/CreateFilterCommand.js +12 -32
- package/dist-es/commands/DeleteFilterCommand.js +12 -32
- package/dist-es/commands/GetCallCharacteristicsCommand.js +12 -32
- package/dist-es/commands/GetCallSummaryCommand.js +12 -32
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +17 -0
- package/dist-es/commands/GetConferenceSummaryCommand.js +12 -32
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +12 -32
- package/dist-es/commands/ListConversationsCommand.js +12 -32
- package/dist-es/commands/ListFiltersCommand.js +12 -32
- package/dist-es/commands/ScheduleCallPostAnalysisCommand.js +12 -32
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +12 -32
- package/dist-es/commands/ScheduleConferencePostAnalysisCommand.js +12 -32
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +12 -32
- package/dist-es/commands/UpdateFilterCommand.js +12 -32
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +42 -18
- package/dist-es/protocols/Aws_restJson1.js +207 -497
- package/dist-es/runtimeConfig.browser.js +4 -1
- package/dist-es/runtimeConfig.js +4 -1
- package/dist-es/runtimeConfig.shared.js +13 -11
- package/dist-types/WdaInsights.d.ts +9 -0
- package/dist-types/WdaInsightsClient.d.ts +17 -9
- package/dist-types/commands/CreateFilterCommand.d.ts +9 -20
- package/dist-types/commands/DeleteFilterCommand.d.ts +9 -20
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +9 -20
- package/dist-types/commands/GetCallSummaryCommand.d.ts +9 -20
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +68 -0
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +9 -20
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +9 -20
- package/dist-types/commands/ListConversationsCommand.d.ts +11 -21
- package/dist-types/commands/ListFiltersCommand.d.ts +9 -20
- package/dist-types/commands/ScheduleCallPostAnalysisCommand.d.ts +9 -20
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +9 -20
- package/dist-types/commands/ScheduleConferencePostAnalysisCommand.d.ts +9 -20
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +9 -20
- package/dist-types/commands/UpdateFilterCommand.d.ts +9 -20
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/WdaInsightsServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +143 -73
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +5 -4
- package/dist-types/runtimeConfig.d.ts +5 -4
- package/dist-types/runtimeConfig.native.d.ts +5 -4
- package/package.json +35 -33
package/dist-cjs/WdaInsights.js
CHANGED
|
@@ -6,6 +6,7 @@ const CreateFilterCommand_1 = require("./commands/CreateFilterCommand");
|
|
|
6
6
|
const DeleteFilterCommand_1 = require("./commands/DeleteFilterCommand");
|
|
7
7
|
const GetCallCharacteristicsCommand_1 = require("./commands/GetCallCharacteristicsCommand");
|
|
8
8
|
const GetCallSummaryCommand_1 = require("./commands/GetCallSummaryCommand");
|
|
9
|
+
const GetConferenceRecordingPresignedDownloadUrlCommand_1 = require("./commands/GetConferenceRecordingPresignedDownloadUrlCommand");
|
|
9
10
|
const GetConferenceSummaryCommand_1 = require("./commands/GetConferenceSummaryCommand");
|
|
10
11
|
const GetConferenceTimeFramesCommand_1 = require("./commands/GetConferenceTimeFramesCommand");
|
|
11
12
|
const ListConversationsCommand_1 = require("./commands/ListConversationsCommand");
|
|
@@ -21,6 +22,7 @@ const commands = {
|
|
|
21
22
|
DeleteFilterCommand: DeleteFilterCommand_1.DeleteFilterCommand,
|
|
22
23
|
GetCallCharacteristicsCommand: GetCallCharacteristicsCommand_1.GetCallCharacteristicsCommand,
|
|
23
24
|
GetCallSummaryCommand: GetCallSummaryCommand_1.GetCallSummaryCommand,
|
|
25
|
+
GetConferenceRecordingPresignedDownloadUrlCommand: GetConferenceRecordingPresignedDownloadUrlCommand_1.GetConferenceRecordingPresignedDownloadUrlCommand,
|
|
24
26
|
GetConferenceSummaryCommand: GetConferenceSummaryCommand_1.GetConferenceSummaryCommand,
|
|
25
27
|
GetConferenceTimeFramesCommand: GetConferenceTimeFramesCommand_1.GetConferenceTimeFramesCommand,
|
|
26
28
|
ListConversationsCommand: ListConversationsCommand_1.ListConversationsCommand,
|
|
@@ -3,28 +3,37 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WdaInsightsClient = exports.__Client = void 0;
|
|
4
4
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
5
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
6
|
+
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
7
|
+
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
8
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
6
9
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
10
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
8
11
|
const smithy_utils_1 = require("@wildix/smithy-utils");
|
|
9
12
|
class WdaInsightsClient extends smithy_client_1.Client {
|
|
10
13
|
constructor(...[configuration]) {
|
|
11
14
|
let _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
12
|
-
let _config_1 = (0,
|
|
15
|
+
let _config_1 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_0);
|
|
16
|
+
let _config_2 = (0, middleware_retry_1.resolveRetryConfig)(_config_1);
|
|
17
|
+
let _config_3 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_2, configuration?.extensions || []);
|
|
18
|
+
const hostname = ['stable', 'stage'].includes(configuration.env || '') ? `wda-${configuration.env}.wildix.com` : 'wda.wildix.com';
|
|
13
19
|
const endpoint = () => {
|
|
14
20
|
return {
|
|
15
|
-
hostname
|
|
21
|
+
hostname,
|
|
16
22
|
protocol: "https",
|
|
17
23
|
port: '443',
|
|
18
24
|
path: ''
|
|
19
25
|
};
|
|
20
26
|
};
|
|
21
27
|
const config = {
|
|
22
|
-
...
|
|
28
|
+
..._config_3,
|
|
23
29
|
endpoint,
|
|
24
30
|
};
|
|
25
31
|
super(config);
|
|
26
32
|
this.config = config;
|
|
27
33
|
this.middlewareStack.add(smithy_utils_1.authorizationMiddleware.bind(this, configuration.token), { step: "build" });
|
|
34
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
35
|
+
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
36
|
+
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
28
37
|
}
|
|
29
38
|
destroy() {
|
|
30
39
|
super.destroy();
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "CreateFilter",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_CreateFilterCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_CreateFilterCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class CreateFilterCommand 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("WdaInsights", "CreateFilter", {})
|
|
15
|
+
.n("WdaInsightsClient", "CreateFilterCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_CreateFilterCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_CreateFilterCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.CreateFilterCommand = CreateFilterCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "DeleteFilter",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_DeleteFilterCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_DeleteFilterCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class DeleteFilterCommand 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("WdaInsights", "DeleteFilter", {})
|
|
15
|
+
.n("WdaInsightsClient", "DeleteFilterCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_DeleteFilterCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_DeleteFilterCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.DeleteFilterCommand = DeleteFilterCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "GetCallCharacteristics",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_GetCallCharacteristicsCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_GetCallCharacteristicsCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class GetCallCharacteristicsCommand 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("WdaInsights", "GetCallCharacteristics", {})
|
|
15
|
+
.n("WdaInsightsClient", "GetCallCharacteristicsCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_GetCallCharacteristicsCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_GetCallCharacteristicsCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.GetCallCharacteristicsCommand = GetCallCharacteristicsCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "GetCallSummary",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_GetCallSummaryCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_GetCallSummaryCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class GetCallSummaryCommand 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("WdaInsights", "GetCallSummary", {})
|
|
15
|
+
.n("WdaInsightsClient", "GetCallSummaryCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_GetCallSummaryCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_GetCallSummaryCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.GetCallSummaryCommand = GetCallSummaryCommand;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetConferenceRecordingPresignedDownloadUrlCommand = 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 GetConferenceRecordingPresignedDownloadUrlCommand 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("WdaInsights", "GetConferenceRecordingPresignedDownloadUrl", {})
|
|
15
|
+
.n("WdaInsightsClient", "GetConferenceRecordingPresignedDownloadUrlCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_GetConferenceRecordingPresignedDownloadUrlCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_GetConferenceRecordingPresignedDownloadUrlCommand)
|
|
19
|
+
.build() {
|
|
20
|
+
}
|
|
21
|
+
exports.GetConferenceRecordingPresignedDownloadUrlCommand = GetConferenceRecordingPresignedDownloadUrlCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "GetConferenceSummary",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_GetConferenceSummaryCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_GetConferenceSummaryCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class GetConferenceSummaryCommand 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("WdaInsights", "GetConferenceSummary", {})
|
|
15
|
+
.n("WdaInsightsClient", "GetConferenceSummaryCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_GetConferenceSummaryCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_GetConferenceSummaryCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.GetConferenceSummaryCommand = GetConferenceSummaryCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "GetConferenceTimeFrames",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_GetConferenceTimeFramesCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_GetConferenceTimeFramesCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class GetConferenceTimeFramesCommand 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("WdaInsights", "GetConferenceTimeFrames", {})
|
|
15
|
+
.n("WdaInsightsClient", "GetConferenceTimeFramesCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_GetConferenceTimeFramesCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_GetConferenceTimeFramesCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.GetConferenceTimeFramesCommand = GetConferenceTimeFramesCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "ListConversations",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_ListConversationsCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_ListConversationsCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class ListConversationsCommand 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("WdaInsights", "ListConversations", {})
|
|
15
|
+
.n("WdaInsightsClient", "ListConversationsCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_ListConversationsCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_ListConversationsCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.ListConversationsCommand = ListConversationsCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "ListFilters",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_ListFiltersCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_ListFiltersCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class ListFiltersCommand 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("WdaInsights", "ListFilters", {})
|
|
15
|
+
.n("WdaInsightsClient", "ListFiltersCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_ListFiltersCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_ListFiltersCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.ListFiltersCommand = ListFiltersCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "ScheduleCallPostAnalysis",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_ScheduleCallPostAnalysisCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_ScheduleCallPostAnalysisCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class ScheduleCallPostAnalysisCommand 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("WdaInsights", "ScheduleCallPostAnalysis", {})
|
|
15
|
+
.n("WdaInsightsClient", "ScheduleCallPostAnalysisCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_ScheduleCallPostAnalysisCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_ScheduleCallPostAnalysisCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.ScheduleCallPostAnalysisCommand = ScheduleCallPostAnalysisCommand;
|
|
@@ -5,37 +5,17 @@ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const handlerExecutionContext = {
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
24
|
-
inputFilterSensitiveLog: (_) => _,
|
|
25
|
-
outputFilterSensitiveLog: (_) => _,
|
|
26
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
27
|
-
service: "WdaInsights",
|
|
28
|
-
operation: "ScheduleCallSummaryGeneration",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const { requestHandler } = configuration;
|
|
32
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
33
|
-
}
|
|
34
|
-
serialize(input, context) {
|
|
35
|
-
return (0, Aws_restJson1_1.se_ScheduleCallSummaryGenerationCommand)(input, context);
|
|
36
|
-
}
|
|
37
|
-
deserialize(output, context) {
|
|
38
|
-
return (0, Aws_restJson1_1.de_ScheduleCallSummaryGenerationCommand)(output, context);
|
|
39
|
-
}
|
|
8
|
+
class ScheduleCallSummaryGenerationCommand 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("WdaInsights", "ScheduleCallSummaryGeneration", {})
|
|
15
|
+
.n("WdaInsightsClient", "ScheduleCallSummaryGenerationCommand")
|
|
16
|
+
.f(void 0, void 0)
|
|
17
|
+
.ser(Aws_restJson1_1.se_ScheduleCallSummaryGenerationCommand)
|
|
18
|
+
.de(Aws_restJson1_1.de_ScheduleCallSummaryGenerationCommand)
|
|
19
|
+
.build() {
|
|
40
20
|
}
|
|
41
21
|
exports.ScheduleCallSummaryGenerationCommand = ScheduleCallSummaryGenerationCommand;
|