@wildix/wda-insights-client 1.1.46 → 1.1.47
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 +3 -3
- package/dist-cjs/WdaInsightsClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -11
- package/dist-cjs/commands/CreateFilterCommand.js +10 -11
- package/dist-cjs/commands/CreatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -11
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DisableProjectionCommand.js +10 -11
- package/dist-cjs/commands/EnableProjectionCommand.js +10 -11
- package/dist-cjs/commands/GetAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +10 -11
- package/dist-cjs/commands/GetCallInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetCallStateCommand.js +10 -11
- package/dist-cjs/commands/GetCallSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetChatInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetChatStateCommand.js +10 -11
- package/dist-cjs/commands/GetChatSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceStateCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +10 -11
- package/dist-cjs/commands/GetDashboardCommand.js +10 -11
- package/dist-cjs/commands/GetPlaylistCommand.js +10 -11
- package/dist-cjs/commands/GetProjectionCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsNestedAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListFiltersCommand.js +10 -11
- package/dist-cjs/commands/ListPinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistItemsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistsCommand.js +10 -11
- package/dist-cjs/commands/ListProjectionsCommand.js +10 -11
- package/dist-cjs/commands/ListWatchHistoryCommand.js +10 -11
- package/dist-cjs/commands/PauseProjectionCommand.js +10 -11
- package/dist-cjs/commands/PutAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/PutPlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCountCommand.js +10 -11
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -11
- package/dist-cjs/commands/UpdateFilterCommand.js +10 -11
- package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/WatchCommand.js +10 -11
- package/dist-cjs/commands/index.js +4 -4
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +4 -1
- package/dist-cjs/models/WdaInsightsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +225 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/models/models_0.js +0 -478
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -471
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/CreateFilterCommand.d.ts +9 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/EnableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +30 -23
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +9 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +9 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +9 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +35 -23
- package/dist-types/commands/GetPlaylistCommand.d.ts +9 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +125 -39
- package/dist-types/commands/ListConversationsCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +137 -49
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +126 -40
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +136 -48
- package/dist-types/commands/ListDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListFiltersCommand.d.ts +9 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +9 -7
- package/dist-types/commands/ListPlaylistsCommand.d.ts +9 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +30 -23
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +9 -7
- package/dist-types/commands/PauseProjectionCommand.d.ts +30 -23
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +51 -39
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +30 -23
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +35 -23
- package/dist-types/commands/UpdateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/UpdateFilterCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/WatchCommand.d.ts +9 -7
- package/dist-types/commands/index.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/WdaInsightsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +541 -0
- package/dist-types/models/errors.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +473 -760
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateDashboardInput, UpdateDashboardOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdateDashboardCommandInput extends UpdateDashboardInput {
|
|
|
22
22
|
export interface UpdateDashboardCommandOutput extends UpdateDashboardOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDashboardCommand_base: {
|
|
25
|
-
new (input: UpdateDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates an existing dashboard's configuration.
|
|
@@ -33,6 +33,8 @@ declare const UpdateDashboardCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdateDashboardCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdateDashboardCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdateDashboardInput
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -125,27 +127,32 @@ declare const UpdateDashboardCommand_base: {
|
|
|
125
127
|
* from: Number("int"),
|
|
126
128
|
* to: Number("int"),
|
|
127
129
|
* },
|
|
130
|
+
* connectTime: {
|
|
131
|
+
* from: Number("int"),
|
|
132
|
+
* to: Number("int"),
|
|
133
|
+
* },
|
|
134
|
+
* talkTime: {
|
|
135
|
+
* from: Number("int"),
|
|
136
|
+
* to: Number("int"),
|
|
137
|
+
* },
|
|
138
|
+
* waitTime: {
|
|
139
|
+
* from: Number("int"),
|
|
140
|
+
* to: Number("int"),
|
|
141
|
+
* },
|
|
142
|
+
* queueTime: {
|
|
143
|
+
* from: Number("int"),
|
|
144
|
+
* to: Number("int"),
|
|
145
|
+
* },
|
|
146
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
128
147
|
* interaction: { // ListConversationsFilterInteraction
|
|
129
|
-
* talkRatio:
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* },
|
|
133
|
-
* wordsPerMinute: {
|
|
134
|
-
* from: Number("int"),
|
|
135
|
-
* to: Number("int"),
|
|
136
|
-
* },
|
|
137
|
-
* interruptions: {
|
|
138
|
-
* from: Number("int"),
|
|
139
|
-
* to: Number("int"),
|
|
140
|
-
* },
|
|
148
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
149
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
150
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
141
151
|
* patience: { // ListConversationsFilterFloat
|
|
142
152
|
* from: Number("float"),
|
|
143
153
|
* to: Number("float"),
|
|
144
154
|
* },
|
|
145
|
-
* longestMonologue:
|
|
146
|
-
* from: Number("int"),
|
|
147
|
-
* to: Number("int"),
|
|
148
|
-
* },
|
|
155
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
149
156
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
150
157
|
* },
|
|
151
158
|
* recorded: true || false,
|
|
@@ -285,6 +292,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
285
292
|
* ],
|
|
286
293
|
* language: "<ListConversationsFilterKeyword>",
|
|
287
294
|
* duration: "<ListConversationsFilterNumber>",
|
|
295
|
+
* connectTime: "<ListConversationsFilterNumber>",
|
|
296
|
+
* talkTime: "<ListConversationsFilterNumber>",
|
|
297
|
+
* waitTime: "<ListConversationsFilterNumber>",
|
|
298
|
+
* queueTime: "<ListConversationsFilterNumber>",
|
|
299
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
288
300
|
* interaction: {
|
|
289
301
|
* talkRatio: "<ListConversationsFilterNumber>",
|
|
290
302
|
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -498,27 +510,32 @@ declare const UpdateDashboardCommand_base: {
|
|
|
498
510
|
* // from: Number("int"),
|
|
499
511
|
* // to: Number("int"),
|
|
500
512
|
* // },
|
|
513
|
+
* // connectTime: {
|
|
514
|
+
* // from: Number("int"),
|
|
515
|
+
* // to: Number("int"),
|
|
516
|
+
* // },
|
|
517
|
+
* // talkTime: {
|
|
518
|
+
* // from: Number("int"),
|
|
519
|
+
* // to: Number("int"),
|
|
520
|
+
* // },
|
|
521
|
+
* // waitTime: {
|
|
522
|
+
* // from: Number("int"),
|
|
523
|
+
* // to: Number("int"),
|
|
524
|
+
* // },
|
|
525
|
+
* // queueTime: {
|
|
526
|
+
* // from: Number("int"),
|
|
527
|
+
* // to: Number("int"),
|
|
528
|
+
* // },
|
|
529
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
501
530
|
* // interaction: { // ListConversationsFilterInteraction
|
|
502
|
-
* // talkRatio:
|
|
503
|
-
* //
|
|
504
|
-
* //
|
|
505
|
-
* // },
|
|
506
|
-
* // wordsPerMinute: {
|
|
507
|
-
* // from: Number("int"),
|
|
508
|
-
* // to: Number("int"),
|
|
509
|
-
* // },
|
|
510
|
-
* // interruptions: {
|
|
511
|
-
* // from: Number("int"),
|
|
512
|
-
* // to: Number("int"),
|
|
513
|
-
* // },
|
|
531
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
532
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
533
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
514
534
|
* // patience: { // ListConversationsFilterFloat
|
|
515
535
|
* // from: Number("float"),
|
|
516
536
|
* // to: Number("float"),
|
|
517
537
|
* // },
|
|
518
|
-
* // longestMonologue:
|
|
519
|
-
* // from: Number("int"),
|
|
520
|
-
* // to: Number("int"),
|
|
521
|
-
* // },
|
|
538
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
522
539
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
523
540
|
* // },
|
|
524
541
|
* // recorded: true || false,
|
|
@@ -658,6 +675,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
658
675
|
* // ],
|
|
659
676
|
* // language: "<ListConversationsFilterKeyword>",
|
|
660
677
|
* // duration: "<ListConversationsFilterNumber>",
|
|
678
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
679
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
680
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
681
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
682
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
661
683
|
* // interaction: {
|
|
662
684
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
663
685
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateFilterInput, UpdateFilterOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdateFilterCommandInput extends UpdateFilterInput {
|
|
|
22
22
|
export interface UpdateFilterCommandOutput extends UpdateFilterOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFilterCommand_base: {
|
|
25
|
-
new (input: UpdateFilterCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates an existing filter's name and configuration.
|
|
@@ -33,6 +33,8 @@ declare const UpdateFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdateFilterCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdateFilterCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdateFilterInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdatePinnedDashboardsInput, UpdatePinnedDashboardsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdatePinnedDashboardsCommandInput extends UpdatePinnedDashboar
|
|
|
22
22
|
export interface UpdatePinnedDashboardsCommandOutput extends UpdatePinnedDashboardsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePinnedDashboardsCommand_base: {
|
|
25
|
-
new (input: UpdatePinnedDashboardsCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdatePinnedDashboardsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePinnedDashboardsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates pinned dashboard's configuration.
|
|
@@ -33,6 +33,8 @@ declare const UpdatePinnedDashboardsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdatePinnedDashboardsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdatePinnedDashboardsCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdatePinnedDashboardsInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdatePlaylistAccessInput, UpdatePlaylistAccessOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdatePlaylistAccessCommandInput extends UpdatePlaylistAccessIn
|
|
|
22
22
|
export interface UpdatePlaylistAccessCommandOutput extends UpdatePlaylistAccessOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlaylistAccessCommand_base: {
|
|
25
|
-
new (input: UpdatePlaylistAccessCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdatePlaylistAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePlaylistAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Enables a playlist by its ID.
|
|
@@ -33,6 +33,8 @@ declare const UpdatePlaylistAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdatePlaylistAccessCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdatePlaylistAccessCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdatePlaylistAccessInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdatePlaylistInput, UpdatePlaylistOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdatePlaylistCommandInput extends UpdatePlaylistInput {
|
|
|
22
22
|
export interface UpdatePlaylistCommandOutput extends UpdatePlaylistOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlaylistCommand_base: {
|
|
25
|
-
new (input: UpdatePlaylistCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates an existing playlist's configuration.
|
|
@@ -33,6 +33,8 @@ declare const UpdatePlaylistCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdatePlaylistCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdatePlaylistCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdatePlaylistInput
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateProjectionInput, UpdateProjectionOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdateProjectionCommandInput extends UpdateProjectionInput {
|
|
|
22
22
|
export interface UpdateProjectionCommandOutput extends UpdateProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProjectionCommand_base: {
|
|
25
|
-
new (input: UpdateProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdateProjectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionCommandInput, UpdateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProjectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionCommandInput, UpdateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates an existing projection's configuration.
|
|
@@ -33,6 +33,8 @@ declare const UpdateProjectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdateProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdateProjectionCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdateProjectionInput
|
|
38
40
|
* category: "STRING_VALUE",
|
|
@@ -139,27 +141,32 @@ declare const UpdateProjectionCommand_base: {
|
|
|
139
141
|
* from: Number("int"),
|
|
140
142
|
* to: Number("int"),
|
|
141
143
|
* },
|
|
144
|
+
* connectTime: {
|
|
145
|
+
* from: Number("int"),
|
|
146
|
+
* to: Number("int"),
|
|
147
|
+
* },
|
|
148
|
+
* talkTime: {
|
|
149
|
+
* from: Number("int"),
|
|
150
|
+
* to: Number("int"),
|
|
151
|
+
* },
|
|
152
|
+
* waitTime: {
|
|
153
|
+
* from: Number("int"),
|
|
154
|
+
* to: Number("int"),
|
|
155
|
+
* },
|
|
156
|
+
* queueTime: {
|
|
157
|
+
* from: Number("int"),
|
|
158
|
+
* to: Number("int"),
|
|
159
|
+
* },
|
|
160
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
142
161
|
* interaction: { // ListConversationsFilterInteraction
|
|
143
|
-
* talkRatio:
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
* },
|
|
147
|
-
* wordsPerMinute: {
|
|
148
|
-
* from: Number("int"),
|
|
149
|
-
* to: Number("int"),
|
|
150
|
-
* },
|
|
151
|
-
* interruptions: {
|
|
152
|
-
* from: Number("int"),
|
|
153
|
-
* to: Number("int"),
|
|
154
|
-
* },
|
|
162
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
163
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
164
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
155
165
|
* patience: { // ListConversationsFilterFloat
|
|
156
166
|
* from: Number("float"),
|
|
157
167
|
* to: Number("float"),
|
|
158
168
|
* },
|
|
159
|
-
* longestMonologue:
|
|
160
|
-
* from: Number("int"),
|
|
161
|
-
* to: Number("int"),
|
|
162
|
-
* },
|
|
169
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
163
170
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
164
171
|
* },
|
|
165
172
|
* recorded: true || false,
|
|
@@ -381,27 +388,32 @@ declare const UpdateProjectionCommand_base: {
|
|
|
381
388
|
* // from: Number("int"),
|
|
382
389
|
* // to: Number("int"),
|
|
383
390
|
* // },
|
|
391
|
+
* // connectTime: {
|
|
392
|
+
* // from: Number("int"),
|
|
393
|
+
* // to: Number("int"),
|
|
394
|
+
* // },
|
|
395
|
+
* // talkTime: {
|
|
396
|
+
* // from: Number("int"),
|
|
397
|
+
* // to: Number("int"),
|
|
398
|
+
* // },
|
|
399
|
+
* // waitTime: {
|
|
400
|
+
* // from: Number("int"),
|
|
401
|
+
* // to: Number("int"),
|
|
402
|
+
* // },
|
|
403
|
+
* // queueTime: {
|
|
404
|
+
* // from: Number("int"),
|
|
405
|
+
* // to: Number("int"),
|
|
406
|
+
* // },
|
|
407
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
384
408
|
* // interaction: { // ListConversationsFilterInteraction
|
|
385
|
-
* // talkRatio:
|
|
386
|
-
* //
|
|
387
|
-
* //
|
|
388
|
-
* // },
|
|
389
|
-
* // wordsPerMinute: {
|
|
390
|
-
* // from: Number("int"),
|
|
391
|
-
* // to: Number("int"),
|
|
392
|
-
* // },
|
|
393
|
-
* // interruptions: {
|
|
394
|
-
* // from: Number("int"),
|
|
395
|
-
* // to: Number("int"),
|
|
396
|
-
* // },
|
|
409
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
410
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
411
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
397
412
|
* // patience: { // ListConversationsFilterFloat
|
|
398
413
|
* // from: Number("float"),
|
|
399
414
|
* // to: Number("float"),
|
|
400
415
|
* // },
|
|
401
|
-
* // longestMonologue:
|
|
402
|
-
* // from: Number("int"),
|
|
403
|
-
* // to: Number("int"),
|
|
404
|
-
* // },
|
|
416
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
405
417
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
406
418
|
* // },
|
|
407
419
|
* // recorded: true || false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateProjectionsCategoryInput, UpdateProjectionsCategoryOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,21 @@ export interface UpdateProjectionsCategoryCommandInput extends UpdateProjections
|
|
|
22
22
|
export interface UpdateProjectionsCategoryCommandOutput extends UpdateProjectionsCategoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProjectionsCategoryCommand_base: {
|
|
25
|
-
new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
31
31
|
*
|
|
32
|
-
* @deprecated
|
|
32
|
+
* @deprecated deprecated.
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WdaInsightsClient, UpdateProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
37
|
* // const { WdaInsightsClient, UpdateProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
40
|
* const client = new WdaInsightsClient(config);
|
|
39
41
|
* const input = { // UpdateProjectionsCategoryInput
|
|
40
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { WatchInput, WatchOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface WatchCommandInput extends WatchInput {
|
|
|
22
22
|
export interface WatchCommandOutput extends WatchOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const WatchCommand_base: {
|
|
25
|
-
new (input: WatchCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: WatchCommandInput): import("@smithy/core/client").CommandImpl<WatchCommandInput, WatchCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: WatchCommandInput): import("@smithy/core/client").CommandImpl<WatchCommandInput, WatchCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* .
|
|
@@ -33,6 +33,8 @@ declare const WatchCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, WatchCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, WatchCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // WatchInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -27,10 +27,10 @@ export * from "./GetConferenceTimeFramesCommand";
|
|
|
27
27
|
export * from "./GetDashboardCommand";
|
|
28
28
|
export * from "./GetPlaylistCommand";
|
|
29
29
|
export * from "./GetProjectionCommand";
|
|
30
|
-
export * from "./ListConversationsCommand";
|
|
31
30
|
export * from "./ListConversationsAggregationsCommand";
|
|
32
|
-
export * from "./
|
|
31
|
+
export * from "./ListConversationsCommand";
|
|
33
32
|
export * from "./ListConversationsInsightsAggregationsCommand";
|
|
33
|
+
export * from "./ListConversationsInsightsCommand";
|
|
34
34
|
export * from "./ListConversationsNestedAggregationsCommand";
|
|
35
35
|
export * from "./ListDashboardsCommand";
|
|
36
36
|
export * from "./ListFiltersCommand";
|
|
@@ -45,12 +45,12 @@ export * from "./PutPlaylistItemCommand";
|
|
|
45
45
|
export * from "./QueryConversationsCountCommand";
|
|
46
46
|
export * from "./ScheduleCallSummaryGenerationCommand";
|
|
47
47
|
export * from "./ScheduleConferenceSummaryGenerationCommand";
|
|
48
|
-
export * from "./UpdateDashboardCommand";
|
|
49
48
|
export * from "./UpdateDashboardAccessCommand";
|
|
49
|
+
export * from "./UpdateDashboardCommand";
|
|
50
50
|
export * from "./UpdateFilterCommand";
|
|
51
51
|
export * from "./UpdatePinnedDashboardsCommand";
|
|
52
|
-
export * from "./UpdatePlaylistCommand";
|
|
53
52
|
export * from "./UpdatePlaylistAccessCommand";
|
|
53
|
+
export * from "./UpdatePlaylistCommand";
|
|
54
54
|
export * from "./UpdateProjectionCommand";
|
|
55
55
|
export * from "./UpdateProjectionsCategoryCommand";
|
|
56
56
|
export * from "./WatchCommand";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
clientContextParams?: {
|
|
7
|
+
env?: string | undefined | Provider<string | undefined>;
|
|
8
|
+
};
|
|
9
|
+
env?: string | undefined | Provider<string | undefined>;
|
|
10
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
16
|
+
defaultSigningName: string;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @internal
|
|
20
|
+
*/
|
|
21
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const commonParams: {
|
|
26
|
+
readonly env: {
|
|
27
|
+
readonly type: "clientContextParams";
|
|
28
|
+
readonly name: "env";
|
|
29
|
+
};
|
|
30
|
+
readonly endpoint: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "endpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
39
|
+
env?: string | undefined;
|
|
40
|
+
endpoint?: string | undefined;
|
|
41
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
7
|
+
logger?: Logger;
|
|
8
|
+
}) => EndpointV2;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
2
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface WdaInsightsExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface WdaInsightsExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, HttpAuthExtensionConfiguration {
|
|
7
8
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export * from "./WdaInsightsClient";
|
|
2
2
|
export * from "./WdaInsights";
|
|
3
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
3
4
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
4
5
|
export type { WdaInsightsExtensionConfiguration } from "./extensionConfiguration";
|
|
5
6
|
export * from "./commands";
|
|
6
|
-
export * from "./
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
7
11
|
export { WdaInsightsServiceException } from "./models/WdaInsightsServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|