@wildix/wda-insights-client 4.0.1 → 4.0.3
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/WdaInsightsClient.js +4 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/schemas/schemas_0.js +4 -4
- package/dist-es/WdaInsightsClient.js +4 -0
- package/dist-es/runtimeConfig.shared.js +20 -0
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
- package/dist-types/commands/CreatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/CreateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DisableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/EnableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +22 -19
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallStateCommand.d.ts +1 -3
- package/dist-types/commands/GetCallSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetChatInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetChatStateCommand.d.ts +1 -3
- package/dist-types/commands/GetChatSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceStateCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +1 -3
- package/dist-types/commands/GetDashboardCommand.d.ts +27 -19
- package/dist-types/commands/GetPlaylistCommand.d.ts +1 -3
- package/dist-types/commands/GetProjectionCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +1 -3
- package/dist-types/commands/ListPlaylistsCommand.d.ts +1 -3
- package/dist-types/commands/ListProjectionsCommand.d.ts +22 -19
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +1 -3
- package/dist-types/commands/PauseProjectionCommand.d.ts +22 -19
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +43 -35
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +22 -19
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +27 -19
- package/dist-types/commands/UpdateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/UpdateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/WatchCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +301 -26
- package/package.json +2 -2
|
@@ -38,6 +38,10 @@ class WdaInsightsClient extends client_2.Client {
|
|
|
38
38
|
httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultWdaInsightsHttpAuthSchemeParametersProvider,
|
|
39
39
|
identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
|
|
40
40
|
"smithy.api#httpBearerAuth": config.token,
|
|
41
|
+
"wildix.auth#apiKeys": config.token,
|
|
42
|
+
"wildix.auth#pbx": config.token,
|
|
43
|
+
"wildix.auth#s2s": config.token,
|
|
44
|
+
"wildix.auth#xbs": config.token,
|
|
41
45
|
}),
|
|
42
46
|
}));
|
|
43
47
|
this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
|
|
@@ -24,6 +24,26 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#httpBearerAuth"),
|
|
25
25
|
signer: new core_1.HttpBearerAuthSigner(),
|
|
26
26
|
},
|
|
27
|
+
{
|
|
28
|
+
schemeId: "wildix.auth#apiKeys",
|
|
29
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#apiKeys"),
|
|
30
|
+
signer: new core_1.HttpBearerAuthSigner(),
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
schemeId: "wildix.auth#pbx",
|
|
34
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#pbx"),
|
|
35
|
+
signer: new core_1.HttpBearerAuthSigner(),
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
schemeId: "wildix.auth#s2s",
|
|
39
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#s2s"),
|
|
40
|
+
signer: new core_1.HttpBearerAuthSigner(),
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
schemeId: "wildix.auth#xbs",
|
|
44
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#xbs"),
|
|
45
|
+
signer: new core_1.HttpBearerAuthSigner(),
|
|
46
|
+
},
|
|
27
47
|
],
|
|
28
48
|
logger: config?.logger ?? new client_1.NoOpLogger(),
|
|
29
49
|
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
@@ -1226,8 +1226,8 @@ exports.ListConversationsAggregationsOutput$ = [3, n1, _LCAO,
|
|
|
1226
1226
|
];
|
|
1227
1227
|
exports.ListConversationsFilter$ = [3, n1, _LCF,
|
|
1228
1228
|
0,
|
|
1229
|
-
[_i, _en, _pa, _pTI, _pTE, _chat, _vo, _se, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _ph, _la, _d, _inter, _rec, _tra, _di, _insi, _ch, _dat, _dOW, _hOD, _pres, _ab],
|
|
1230
|
-
[() => ListConversationsFilterIdList, () => exports.ListConversationsFilterEntity$, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterInteraction$, 2, 2, () => exports.ListConversationsFilterDirection$, () => ListConversationsFilterInsightsList, () => exports.ListConversationsFilterChannel$, () => exports.ListConversationsFilterDate$, () => exports.ListConversationsFilterDateIndex$, () => exports.ListConversationsFilterDateIndex$, () => ListConversationsFilterFieldsList, () => ListConversationsFilterFieldsList]
|
|
1229
|
+
[_i, _en, _pa, _pTI, _pTE, _chat, _vo, _se, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _ph, _la, _d, _cT, _tT, _wT, _qT, _hT, _inter, _rec, _tra, _di, _insi, _ch, _dat, _dOW, _hOD, _pres, _ab],
|
|
1230
|
+
[() => ListConversationsFilterIdList, () => exports.ListConversationsFilterEntity$, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterNumber$, () => exports.ListConversationsFilterInteraction$, 2, 2, () => exports.ListConversationsFilterDirection$, () => ListConversationsFilterInsightsList, () => exports.ListConversationsFilterChannel$, () => exports.ListConversationsFilterDate$, () => exports.ListConversationsFilterDateIndex$, () => exports.ListConversationsFilterDateIndex$, () => ListConversationsFilterFieldsList, () => ListConversationsFilterFieldsList]
|
|
1231
1231
|
];
|
|
1232
1232
|
exports.ListConversationsFilterAbsoluteDate$ = [3, n1, _LCFAD,
|
|
1233
1233
|
0,
|
|
@@ -1955,8 +1955,8 @@ var ChannelContextEventList = [1, n2, _CCEL,
|
|
|
1955
1955
|
];
|
|
1956
1956
|
exports.AggregationDefinition$ = [4, n1, _AD,
|
|
1957
1957
|
0,
|
|
1958
|
-
[_pr, _di, _d, _se, _exte, _chatb, _voi, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _la, _en, _ch, _rec, _dat, _dOW, _hOD],
|
|
1959
|
-
[() => exports.AggregationProjectionDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationDateDefinition$, () => exports.AggregationDayOfWeekDefinition$, () => exports.AggregationHourOfDayDefinition$]
|
|
1958
|
+
[_pr, _di, _d, _cT, _tT, _wT, _qT, _hT, _se, _exte, _chatb, _voi, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _la, _en, _ch, _rec, _dat, _dOW, _hOD],
|
|
1959
|
+
[() => exports.AggregationProjectionDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationDurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationNoConfigurationDefinition$, () => exports.AggregationDateDefinition$, () => exports.AggregationDayOfWeekDefinition$, () => exports.AggregationHourOfDayDefinition$]
|
|
1960
1960
|
];
|
|
1961
1961
|
exports.ConversationTarget$ = [4, n1, _CT,
|
|
1962
1962
|
0,
|
|
@@ -35,6 +35,10 @@ export class WdaInsightsClient extends __Client {
|
|
|
35
35
|
httpAuthSchemeParametersProvider: defaultWdaInsightsHttpAuthSchemeParametersProvider,
|
|
36
36
|
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
37
37
|
"smithy.api#httpBearerAuth": config.token,
|
|
38
|
+
"wildix.auth#apiKeys": config.token,
|
|
39
|
+
"wildix.auth#pbx": config.token,
|
|
40
|
+
"wildix.auth#s2s": config.token,
|
|
41
|
+
"wildix.auth#xbs": config.token,
|
|
38
42
|
}),
|
|
39
43
|
}));
|
|
40
44
|
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
@@ -21,6 +21,26 @@ export const getRuntimeConfig = (config) => {
|
|
|
21
21
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#httpBearerAuth"),
|
|
22
22
|
signer: new HttpBearerAuthSigner(),
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
schemeId: "wildix.auth#apiKeys",
|
|
26
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#apiKeys"),
|
|
27
|
+
signer: new HttpBearerAuthSigner(),
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
schemeId: "wildix.auth#pbx",
|
|
31
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#pbx"),
|
|
32
|
+
signer: new HttpBearerAuthSigner(),
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
schemeId: "wildix.auth#s2s",
|
|
36
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#s2s"),
|
|
37
|
+
signer: new HttpBearerAuthSigner(),
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
schemeId: "wildix.auth#xbs",
|
|
41
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("wildix.auth#xbs"),
|
|
42
|
+
signer: new HttpBearerAuthSigner(),
|
|
43
|
+
},
|
|
24
44
|
],
|
|
25
45
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
46
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
@@ -1218,8 +1218,8 @@ export var ListConversationsAggregationsOutput$ = [3, n1, _LCAO,
|
|
|
1218
1218
|
];
|
|
1219
1219
|
export var ListConversationsFilter$ = [3, n1, _LCF,
|
|
1220
1220
|
0,
|
|
1221
|
-
[_i, _en, _pa, _pTI, _pTE, _chat, _vo, _se, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _ph, _la, _d, _inter, _rec, _tra, _di, _insi, _ch, _dat, _dOW, _hOD, _pres, _ab],
|
|
1222
|
-
[() => ListConversationsFilterIdList, () => ListConversationsFilterEntity$, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListConversationsFilterNumber$, () => ListConversationsFilterInteraction$, 2, 2, () => ListConversationsFilterDirection$, () => ListConversationsFilterInsightsList, () => ListConversationsFilterChannel$, () => ListConversationsFilterDate$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterFieldsList, () => ListConversationsFilterFieldsList]
|
|
1221
|
+
[_i, _en, _pa, _pTI, _pTE, _chat, _vo, _se, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _ph, _la, _d, _cT, _tT, _wT, _qT, _hT, _inter, _rec, _tra, _di, _insi, _ch, _dat, _dOW, _hOD, _pres, _ab],
|
|
1222
|
+
[() => ListConversationsFilterIdList, () => ListConversationsFilterEntity$, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, () => ListConversationsFilterParticipantList, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterNumber$, () => ListConversationsFilterInteraction$, 2, 2, () => ListConversationsFilterDirection$, () => ListConversationsFilterInsightsList, () => ListConversationsFilterChannel$, () => ListConversationsFilterDate$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterDateIndex$, () => ListConversationsFilterFieldsList, () => ListConversationsFilterFieldsList]
|
|
1223
1223
|
];
|
|
1224
1224
|
export var ListConversationsFilterAbsoluteDate$ = [3, n1, _LCFAD,
|
|
1225
1225
|
0,
|
|
@@ -1947,8 +1947,8 @@ var ChannelContextEventList = [1, n2, _CCEL,
|
|
|
1947
1947
|
];
|
|
1948
1948
|
export var AggregationDefinition$ = [4, n1, _AD,
|
|
1949
1949
|
0,
|
|
1950
|
-
[_pr, _di, _d, _se, _exte, _chatb, _voi, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _la, _en, _ch, _rec, _dat, _dOW, _hOD],
|
|
1951
|
-
[() => AggregationProjectionDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDateDefinition$, () => AggregationDayOfWeekDefinition$, () => AggregationHourOfDayDefinition$]
|
|
1950
|
+
[_pr, _di, _d, _cT, _tT, _wT, _qT, _hT, _se, _exte, _chatb, _voi, _g, _dep, _tag, _p, _tr, _q, _coun, _lo, _la, _en, _ch, _rec, _dat, _dOW, _hOD],
|
|
1951
|
+
[() => AggregationProjectionDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDurationDefinition$, () => AggregationDurationDefinition$, () => AggregationDurationDefinition$, () => AggregationDurationDefinition$, () => AggregationDurationDefinition$, () => AggregationDurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationNoConfigurationDefinition$, () => AggregationDateDefinition$, () => AggregationDayOfWeekDefinition$, () => AggregationHourOfDayDefinition$]
|
|
1952
1952
|
];
|
|
1953
1953
|
export var ConversationTarget$ = [4, n1, _CT,
|
|
1954
1954
|
0,
|
|
@@ -24,9 +24,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardOutput, __M
|
|
|
24
24
|
declare const CreateDashboardCommand_base: {
|
|
25
25
|
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Creates a new dashboard with specified configuration.
|
|
@@ -140,27 +138,32 @@ declare const CreateDashboardCommand_base: {
|
|
|
140
138
|
* from: Number("int"),
|
|
141
139
|
* to: Number("int"),
|
|
142
140
|
* },
|
|
141
|
+
* connectTime: {
|
|
142
|
+
* from: Number("int"),
|
|
143
|
+
* to: Number("int"),
|
|
144
|
+
* },
|
|
145
|
+
* talkTime: {
|
|
146
|
+
* from: Number("int"),
|
|
147
|
+
* to: Number("int"),
|
|
148
|
+
* },
|
|
149
|
+
* waitTime: {
|
|
150
|
+
* from: Number("int"),
|
|
151
|
+
* to: Number("int"),
|
|
152
|
+
* },
|
|
153
|
+
* queueTime: {
|
|
154
|
+
* from: Number("int"),
|
|
155
|
+
* to: Number("int"),
|
|
156
|
+
* },
|
|
157
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
143
158
|
* interaction: { // ListConversationsFilterInteraction
|
|
144
|
-
* talkRatio:
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
* },
|
|
148
|
-
* wordsPerMinute: {
|
|
149
|
-
* from: Number("int"),
|
|
150
|
-
* to: Number("int"),
|
|
151
|
-
* },
|
|
152
|
-
* interruptions: {
|
|
153
|
-
* from: Number("int"),
|
|
154
|
-
* to: Number("int"),
|
|
155
|
-
* },
|
|
159
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
160
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
161
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
156
162
|
* patience: { // ListConversationsFilterFloat
|
|
157
163
|
* from: Number("float"),
|
|
158
164
|
* to: Number("float"),
|
|
159
165
|
* },
|
|
160
|
-
* longestMonologue:
|
|
161
|
-
* from: Number("int"),
|
|
162
|
-
* to: Number("int"),
|
|
163
|
-
* },
|
|
166
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
164
167
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
165
168
|
* },
|
|
166
169
|
* recorded: true || false,
|
|
@@ -300,6 +303,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
300
303
|
* ],
|
|
301
304
|
* language: "<ListConversationsFilterKeyword>",
|
|
302
305
|
* duration: "<ListConversationsFilterNumber>",
|
|
306
|
+
* connectTime: "<ListConversationsFilterNumber>",
|
|
307
|
+
* talkTime: "<ListConversationsFilterNumber>",
|
|
308
|
+
* waitTime: "<ListConversationsFilterNumber>",
|
|
309
|
+
* queueTime: "<ListConversationsFilterNumber>",
|
|
310
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
303
311
|
* interaction: {
|
|
304
312
|
* talkRatio: "<ListConversationsFilterNumber>",
|
|
305
313
|
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -513,27 +521,32 @@ declare const CreateDashboardCommand_base: {
|
|
|
513
521
|
* // from: Number("int"),
|
|
514
522
|
* // to: Number("int"),
|
|
515
523
|
* // },
|
|
524
|
+
* // connectTime: {
|
|
525
|
+
* // from: Number("int"),
|
|
526
|
+
* // to: Number("int"),
|
|
527
|
+
* // },
|
|
528
|
+
* // talkTime: {
|
|
529
|
+
* // from: Number("int"),
|
|
530
|
+
* // to: Number("int"),
|
|
531
|
+
* // },
|
|
532
|
+
* // waitTime: {
|
|
533
|
+
* // from: Number("int"),
|
|
534
|
+
* // to: Number("int"),
|
|
535
|
+
* // },
|
|
536
|
+
* // queueTime: {
|
|
537
|
+
* // from: Number("int"),
|
|
538
|
+
* // to: Number("int"),
|
|
539
|
+
* // },
|
|
540
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
516
541
|
* // interaction: { // ListConversationsFilterInteraction
|
|
517
|
-
* // talkRatio:
|
|
518
|
-
* //
|
|
519
|
-
* //
|
|
520
|
-
* // },
|
|
521
|
-
* // wordsPerMinute: {
|
|
522
|
-
* // from: Number("int"),
|
|
523
|
-
* // to: Number("int"),
|
|
524
|
-
* // },
|
|
525
|
-
* // interruptions: {
|
|
526
|
-
* // from: Number("int"),
|
|
527
|
-
* // to: Number("int"),
|
|
528
|
-
* // },
|
|
542
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
543
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
544
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
529
545
|
* // patience: { // ListConversationsFilterFloat
|
|
530
546
|
* // from: Number("float"),
|
|
531
547
|
* // to: Number("float"),
|
|
532
548
|
* // },
|
|
533
|
-
* // longestMonologue:
|
|
534
|
-
* // from: Number("int"),
|
|
535
|
-
* // to: Number("int"),
|
|
536
|
-
* // },
|
|
549
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
537
550
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
538
551
|
* // },
|
|
539
552
|
* // recorded: true || false,
|
|
@@ -673,6 +686,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
673
686
|
* // ],
|
|
674
687
|
* // language: "<ListConversationsFilterKeyword>",
|
|
675
688
|
* // duration: "<ListConversationsFilterNumber>",
|
|
689
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
690
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
691
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
692
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
693
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
676
694
|
* // interaction: {
|
|
677
695
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
678
696
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -24,9 +24,7 @@ export interface CreateFilterCommandOutput extends CreateFilterOutput, __Metadat
|
|
|
24
24
|
declare const CreateFilterCommand_base: {
|
|
25
25
|
new (input: CreateFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: CreateFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Creates a new filter with specified name and configuration.
|
|
@@ -24,9 +24,7 @@ export interface CreatePlaylistCommandOutput extends CreatePlaylistOutput, __Met
|
|
|
24
24
|
declare const CreatePlaylistCommand_base: {
|
|
25
25
|
new (input: CreatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<CreatePlaylistCommandInput, CreatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: CreatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<CreatePlaylistCommandInput, CreatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Creates a new playlist with specified configuration.
|
|
@@ -24,9 +24,7 @@ export interface CreateProjectionCommandOutput extends CreateProjectionOutput, _
|
|
|
24
24
|
declare const CreateProjectionCommand_base: {
|
|
25
25
|
new (input: CreateProjectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionCommandInput, CreateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: CreateProjectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionCommandInput, CreateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Creates a new projection with specified configuration.
|
|
@@ -143,27 +141,32 @@ declare const CreateProjectionCommand_base: {
|
|
|
143
141
|
* from: Number("int"),
|
|
144
142
|
* to: Number("int"),
|
|
145
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>",
|
|
146
161
|
* interaction: { // ListConversationsFilterInteraction
|
|
147
|
-
* talkRatio:
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* },
|
|
151
|
-
* wordsPerMinute: {
|
|
152
|
-
* from: Number("int"),
|
|
153
|
-
* to: Number("int"),
|
|
154
|
-
* },
|
|
155
|
-
* interruptions: {
|
|
156
|
-
* from: Number("int"),
|
|
157
|
-
* to: Number("int"),
|
|
158
|
-
* },
|
|
162
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
163
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
164
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
159
165
|
* patience: { // ListConversationsFilterFloat
|
|
160
166
|
* from: Number("float"),
|
|
161
167
|
* to: Number("float"),
|
|
162
168
|
* },
|
|
163
|
-
* longestMonologue:
|
|
164
|
-
* from: Number("int"),
|
|
165
|
-
* to: Number("int"),
|
|
166
|
-
* },
|
|
169
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
167
170
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
168
171
|
* },
|
|
169
172
|
* recorded: true || false,
|
|
@@ -385,27 +388,32 @@ declare const CreateProjectionCommand_base: {
|
|
|
385
388
|
* // from: Number("int"),
|
|
386
389
|
* // to: Number("int"),
|
|
387
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>",
|
|
388
408
|
* // interaction: { // ListConversationsFilterInteraction
|
|
389
|
-
* // talkRatio:
|
|
390
|
-
* //
|
|
391
|
-
* //
|
|
392
|
-
* // },
|
|
393
|
-
* // wordsPerMinute: {
|
|
394
|
-
* // from: Number("int"),
|
|
395
|
-
* // to: Number("int"),
|
|
396
|
-
* // },
|
|
397
|
-
* // interruptions: {
|
|
398
|
-
* // from: Number("int"),
|
|
399
|
-
* // to: Number("int"),
|
|
400
|
-
* // },
|
|
409
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
410
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
411
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
401
412
|
* // patience: { // ListConversationsFilterFloat
|
|
402
413
|
* // from: Number("float"),
|
|
403
414
|
* // to: Number("float"),
|
|
404
415
|
* // },
|
|
405
|
-
* // longestMonologue:
|
|
406
|
-
* // from: Number("int"),
|
|
407
|
-
* // to: Number("int"),
|
|
408
|
-
* // },
|
|
416
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
409
417
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
410
418
|
* // },
|
|
411
419
|
* // recorded: true || false,
|
|
@@ -24,9 +24,7 @@ export interface CreateProjectionsCategoryCommandOutput extends CreateProjection
|
|
|
24
24
|
declare const CreateProjectionsCategoryCommand_base: {
|
|
25
25
|
new (input: CreateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: CreateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
@@ -24,9 +24,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardOutput, __M
|
|
|
24
24
|
declare const DeleteDashboardCommand_base: {
|
|
25
25
|
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deletes a dashboard by its ID.
|
|
@@ -24,9 +24,7 @@ export interface DeleteFilterCommandOutput extends DeleteFilterOutput, __Metadat
|
|
|
24
24
|
declare const DeleteFilterCommand_base: {
|
|
25
25
|
new (input: DeleteFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeleteFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deletes a filter by its ID.
|
|
@@ -24,9 +24,7 @@ export interface DeletePlaylistCommandOutput extends DeletePlaylistOutput, __Met
|
|
|
24
24
|
declare const DeletePlaylistCommand_base: {
|
|
25
25
|
new (input: DeletePlaylistCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistCommandInput, DeletePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeletePlaylistCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistCommandInput, DeletePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deletes a playlist by its ID.
|
|
@@ -24,9 +24,7 @@ export interface DeletePlaylistItemCommandOutput extends DeletePlaylistItemOutpu
|
|
|
24
24
|
declare const DeletePlaylistItemCommand_base: {
|
|
25
25
|
new (input: DeletePlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeletePlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Removes a conversation from the specified playlist.
|
|
@@ -24,9 +24,7 @@ export interface DeleteProjectionCommandOutput extends DeleteProjectionOutput, _
|
|
|
24
24
|
declare const DeleteProjectionCommand_base: {
|
|
25
25
|
new (input: DeleteProjectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionCommandInput, DeleteProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeleteProjectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionCommandInput, DeleteProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deletes a projection by its ID.
|
|
@@ -24,9 +24,7 @@ export interface DeleteProjectionsCategoryCommandOutput extends DeleteProjection
|
|
|
24
24
|
declare const DeleteProjectionsCategoryCommand_base: {
|
|
25
25
|
new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
@@ -24,9 +24,7 @@ export interface DisableProjectionCommandOutput extends DisableProjectionOutput,
|
|
|
24
24
|
declare const DisableProjectionCommand_base: {
|
|
25
25
|
new (input: DisableProjectionCommandInput): import("@smithy/core/client").CommandImpl<DisableProjectionCommandInput, DisableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: DisableProjectionCommandInput): import("@smithy/core/client").CommandImpl<DisableProjectionCommandInput, DisableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Disables a projection by its ID.
|
|
@@ -150,27 +148,32 @@ declare const DisableProjectionCommand_base: {
|
|
|
150
148
|
* // from: Number("int"),
|
|
151
149
|
* // to: Number("int"),
|
|
152
150
|
* // },
|
|
151
|
+
* // connectTime: {
|
|
152
|
+
* // from: Number("int"),
|
|
153
|
+
* // to: Number("int"),
|
|
154
|
+
* // },
|
|
155
|
+
* // talkTime: {
|
|
156
|
+
* // from: Number("int"),
|
|
157
|
+
* // to: Number("int"),
|
|
158
|
+
* // },
|
|
159
|
+
* // waitTime: {
|
|
160
|
+
* // from: Number("int"),
|
|
161
|
+
* // to: Number("int"),
|
|
162
|
+
* // },
|
|
163
|
+
* // queueTime: {
|
|
164
|
+
* // from: Number("int"),
|
|
165
|
+
* // to: Number("int"),
|
|
166
|
+
* // },
|
|
167
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
153
168
|
* // interaction: { // ListConversationsFilterInteraction
|
|
154
|
-
* // talkRatio:
|
|
155
|
-
* //
|
|
156
|
-
* //
|
|
157
|
-
* // },
|
|
158
|
-
* // wordsPerMinute: {
|
|
159
|
-
* // from: Number("int"),
|
|
160
|
-
* // to: Number("int"),
|
|
161
|
-
* // },
|
|
162
|
-
* // interruptions: {
|
|
163
|
-
* // from: Number("int"),
|
|
164
|
-
* // to: Number("int"),
|
|
165
|
-
* // },
|
|
169
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
170
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
171
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
166
172
|
* // patience: { // ListConversationsFilterFloat
|
|
167
173
|
* // from: Number("float"),
|
|
168
174
|
* // to: Number("float"),
|
|
169
175
|
* // },
|
|
170
|
-
* // longestMonologue:
|
|
171
|
-
* // from: Number("int"),
|
|
172
|
-
* // to: Number("int"),
|
|
173
|
-
* // },
|
|
176
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
174
177
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
175
178
|
* // },
|
|
176
179
|
* // recorded: true || false,
|
|
@@ -24,9 +24,7 @@ export interface EnableProjectionCommandOutput extends EnableProjectionOutput, _
|
|
|
24
24
|
declare const EnableProjectionCommand_base: {
|
|
25
25
|
new (input: EnableProjectionCommandInput): import("@smithy/core/client").CommandImpl<EnableProjectionCommandInput, EnableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: EnableProjectionCommandInput): import("@smithy/core/client").CommandImpl<EnableProjectionCommandInput, EnableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Enables a projection by its ID.
|
|
@@ -150,27 +148,32 @@ declare const EnableProjectionCommand_base: {
|
|
|
150
148
|
* // from: Number("int"),
|
|
151
149
|
* // to: Number("int"),
|
|
152
150
|
* // },
|
|
151
|
+
* // connectTime: {
|
|
152
|
+
* // from: Number("int"),
|
|
153
|
+
* // to: Number("int"),
|
|
154
|
+
* // },
|
|
155
|
+
* // talkTime: {
|
|
156
|
+
* // from: Number("int"),
|
|
157
|
+
* // to: Number("int"),
|
|
158
|
+
* // },
|
|
159
|
+
* // waitTime: {
|
|
160
|
+
* // from: Number("int"),
|
|
161
|
+
* // to: Number("int"),
|
|
162
|
+
* // },
|
|
163
|
+
* // queueTime: {
|
|
164
|
+
* // from: Number("int"),
|
|
165
|
+
* // to: Number("int"),
|
|
166
|
+
* // },
|
|
167
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
153
168
|
* // interaction: { // ListConversationsFilterInteraction
|
|
154
|
-
* // talkRatio:
|
|
155
|
-
* //
|
|
156
|
-
* //
|
|
157
|
-
* // },
|
|
158
|
-
* // wordsPerMinute: {
|
|
159
|
-
* // from: Number("int"),
|
|
160
|
-
* // to: Number("int"),
|
|
161
|
-
* // },
|
|
162
|
-
* // interruptions: {
|
|
163
|
-
* // from: Number("int"),
|
|
164
|
-
* // to: Number("int"),
|
|
165
|
-
* // },
|
|
169
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
170
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
171
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
166
172
|
* // patience: { // ListConversationsFilterFloat
|
|
167
173
|
* // from: Number("float"),
|
|
168
174
|
* // to: Number("float"),
|
|
169
175
|
* // },
|
|
170
|
-
* // longestMonologue:
|
|
171
|
-
* // from: Number("int"),
|
|
172
|
-
* // to: Number("int"),
|
|
173
|
-
* // },
|
|
176
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
174
177
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
175
178
|
* // },
|
|
176
179
|
* // recorded: true || false,
|