@wildix/wda-insights-client 1.1.45 → 3.1.46
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 -471
- 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 -464
- 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 +11 -7
- package/dist-types/commands/CreateFilterCommand.d.ts +11 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +11 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/EnableProjectionCommand.d.ts +11 -7
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +11 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +11 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +11 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +11 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +11 -7
- package/dist-types/commands/GetPlaylistCommand.d.ts +11 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListConversationsCommand.d.ts +13 -9
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +12 -8
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +11 -7
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListFiltersCommand.d.ts +11 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +13 -9
- package/dist-types/commands/ListPlaylistsCommand.d.ts +11 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +11 -7
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +13 -9
- package/dist-types/commands/PauseProjectionCommand.d.ts +11 -7
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +11 -7
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +11 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +11 -7
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +12 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -7
- package/dist-types/commands/UpdateFilterCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +11 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +11 -7
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +12 -8
- package/dist-types/commands/WatchCommand.d.ts +11 -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 +172 -727
- 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 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,506 +0,0 @@
|
|
|
1
|
-
import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
|
|
2
|
-
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
|
|
3
|
-
import { CreatePlaylistCommandInput, CreatePlaylistCommandOutput } from "../commands/CreatePlaylistCommand";
|
|
4
|
-
import { CreateProjectionCommandInput, CreateProjectionCommandOutput } from "../commands/CreateProjectionCommand";
|
|
5
|
-
import { CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput } from "../commands/CreateProjectionsCategoryCommand";
|
|
6
|
-
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
|
|
7
|
-
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
|
|
8
|
-
import { DeletePlaylistCommandInput, DeletePlaylistCommandOutput } from "../commands/DeletePlaylistCommand";
|
|
9
|
-
import { DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput } from "../commands/DeletePlaylistItemCommand";
|
|
10
|
-
import { DeleteProjectionCommandInput, DeleteProjectionCommandOutput } from "../commands/DeleteProjectionCommand";
|
|
11
|
-
import { DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput } from "../commands/DeleteProjectionsCategoryCommand";
|
|
12
|
-
import { DisableProjectionCommandInput, DisableProjectionCommandOutput } from "../commands/DisableProjectionCommand";
|
|
13
|
-
import { EnableProjectionCommandInput, EnableProjectionCommandOutput } from "../commands/EnableProjectionCommand";
|
|
14
|
-
import { GetAnalysisSettingsCommandInput, GetAnalysisSettingsCommandOutput } from "../commands/GetAnalysisSettingsCommand";
|
|
15
|
-
import { GetCallCharacteristicsCommandInput, GetCallCharacteristicsCommandOutput } from "../commands/GetCallCharacteristicsCommand";
|
|
16
|
-
import { GetCallInsightsCommandInput, GetCallInsightsCommandOutput } from "../commands/GetCallInsightsCommand";
|
|
17
|
-
import { GetCallStateCommandInput, GetCallStateCommandOutput } from "../commands/GetCallStateCommand";
|
|
18
|
-
import { GetCallSummaryCommandInput, GetCallSummaryCommandOutput } from "../commands/GetCallSummaryCommand";
|
|
19
|
-
import { GetChatInsightsCommandInput, GetChatInsightsCommandOutput } from "../commands/GetChatInsightsCommand";
|
|
20
|
-
import { GetChatStateCommandInput, GetChatStateCommandOutput } from "../commands/GetChatStateCommand";
|
|
21
|
-
import { GetChatSummaryCommandInput, GetChatSummaryCommandOutput } from "../commands/GetChatSummaryCommand";
|
|
22
|
-
import { GetConferenceInsightsCommandInput, GetConferenceInsightsCommandOutput } from "../commands/GetConferenceInsightsCommand";
|
|
23
|
-
import { GetConferenceRecordingPresignedDownloadUrlCommandInput, GetConferenceRecordingPresignedDownloadUrlCommandOutput } from "../commands/GetConferenceRecordingPresignedDownloadUrlCommand";
|
|
24
|
-
import { GetConferenceStateCommandInput, GetConferenceStateCommandOutput } from "../commands/GetConferenceStateCommand";
|
|
25
|
-
import { GetConferenceSummaryCommandInput, GetConferenceSummaryCommandOutput } from "../commands/GetConferenceSummaryCommand";
|
|
26
|
-
import { GetConferenceTimeFramesCommandInput, GetConferenceTimeFramesCommandOutput } from "../commands/GetConferenceTimeFramesCommand";
|
|
27
|
-
import { GetDashboardCommandInput, GetDashboardCommandOutput } from "../commands/GetDashboardCommand";
|
|
28
|
-
import { GetPlaylistCommandInput, GetPlaylistCommandOutput } from "../commands/GetPlaylistCommand";
|
|
29
|
-
import { GetProjectionCommandInput, GetProjectionCommandOutput } from "../commands/GetProjectionCommand";
|
|
30
|
-
import { ListConversationsAggregationsCommandInput, ListConversationsAggregationsCommandOutput } from "../commands/ListConversationsAggregationsCommand";
|
|
31
|
-
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "../commands/ListConversationsCommand";
|
|
32
|
-
import { ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput } from "../commands/ListConversationsInsightsAggregationsCommand";
|
|
33
|
-
import { ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput } from "../commands/ListConversationsInsightsCommand";
|
|
34
|
-
import { ListConversationsNestedAggregationsCommandInput, ListConversationsNestedAggregationsCommandOutput } from "../commands/ListConversationsNestedAggregationsCommand";
|
|
35
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
|
|
36
|
-
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
|
|
37
|
-
import { ListPinnedDashboardsCommandInput, ListPinnedDashboardsCommandOutput } from "../commands/ListPinnedDashboardsCommand";
|
|
38
|
-
import { ListPlaylistItemsCommandInput, ListPlaylistItemsCommandOutput } from "../commands/ListPlaylistItemsCommand";
|
|
39
|
-
import { ListPlaylistsCommandInput, ListPlaylistsCommandOutput } from "../commands/ListPlaylistsCommand";
|
|
40
|
-
import { ListProjectionsCommandInput, ListProjectionsCommandOutput } from "../commands/ListProjectionsCommand";
|
|
41
|
-
import { ListWatchHistoryCommandInput, ListWatchHistoryCommandOutput } from "../commands/ListWatchHistoryCommand";
|
|
42
|
-
import { PauseProjectionCommandInput, PauseProjectionCommandOutput } from "../commands/PauseProjectionCommand";
|
|
43
|
-
import { PutAnalysisSettingsCommandInput, PutAnalysisSettingsCommandOutput } from "../commands/PutAnalysisSettingsCommand";
|
|
44
|
-
import { PutPlaylistItemCommandInput, PutPlaylistItemCommandOutput } from "../commands/PutPlaylistItemCommand";
|
|
45
|
-
import { QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput } from "../commands/QueryConversationsCountCommand";
|
|
46
|
-
import { ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput } from "../commands/ScheduleCallSummaryGenerationCommand";
|
|
47
|
-
import { ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput } from "../commands/ScheduleConferenceSummaryGenerationCommand";
|
|
48
|
-
import { UpdateDashboardAccessCommandInput, UpdateDashboardAccessCommandOutput } from "../commands/UpdateDashboardAccessCommand";
|
|
49
|
-
import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
|
|
50
|
-
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
|
|
51
|
-
import { UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput } from "../commands/UpdatePinnedDashboardsCommand";
|
|
52
|
-
import { UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput } from "../commands/UpdatePlaylistAccessCommand";
|
|
53
|
-
import { UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput } from "../commands/UpdatePlaylistCommand";
|
|
54
|
-
import { UpdateProjectionCommandInput, UpdateProjectionCommandOutput } from "../commands/UpdateProjectionCommand";
|
|
55
|
-
import { UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput } from "../commands/UpdateProjectionsCategoryCommand";
|
|
56
|
-
import { WatchCommandInput, WatchCommandOutput } from "../commands/WatchCommand";
|
|
57
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
58
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1CreateDashboardCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1CreateFilterCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1CreatePlaylistCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_CreatePlaylistCommand: (input: CreatePlaylistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1CreateProjectionCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_CreateProjectionCommand: (input: CreateProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1CreateProjectionsCategoryCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_CreateProjectionsCategoryCommand: (input: CreateProjectionsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1DeleteDashboardCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1DeleteFilterCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1DeletePlaylistCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_DeletePlaylistCommand: (input: DeletePlaylistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1DeletePlaylistItemCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_DeletePlaylistItemCommand: (input: DeletePlaylistItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1DeleteProjectionCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_DeleteProjectionCommand: (input: DeleteProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1DeleteProjectionsCategoryCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_DeleteProjectionsCategoryCommand: (input: DeleteProjectionsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1DisableProjectionCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_DisableProjectionCommand: (input: DisableProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1EnableProjectionCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_EnableProjectionCommand: (input: EnableProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1GetAnalysisSettingsCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_GetAnalysisSettingsCommand: (input: GetAnalysisSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1GetCallCharacteristicsCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_GetCallCharacteristicsCommand: (input: GetCallCharacteristicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1GetCallInsightsCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_GetCallInsightsCommand: (input: GetCallInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1GetCallStateCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_GetCallStateCommand: (input: GetCallStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1GetCallSummaryCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_GetCallSummaryCommand: (input: GetCallSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1GetChatInsightsCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_GetChatInsightsCommand: (input: GetChatInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1GetChatStateCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_GetChatStateCommand: (input: GetChatStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1GetChatSummaryCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_GetChatSummaryCommand: (input: GetChatSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1GetConferenceInsightsCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_GetConferenceInsightsCommand: (input: GetConferenceInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1GetConferenceRecordingPresignedDownloadUrlCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_GetConferenceRecordingPresignedDownloadUrlCommand: (input: GetConferenceRecordingPresignedDownloadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1GetConferenceStateCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_GetConferenceStateCommand: (input: GetConferenceStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1GetConferenceSummaryCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_GetConferenceSummaryCommand: (input: GetConferenceSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1GetConferenceTimeFramesCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_GetConferenceTimeFramesCommand: (input: GetConferenceTimeFramesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_restJson1GetDashboardCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_GetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_restJson1GetPlaylistCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_GetPlaylistCommand: (input: GetPlaylistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_restJson1GetProjectionCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_GetProjectionCommand: (input: GetProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_restJson1ListConversationsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_ListConversationsCommand: (input: ListConversationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_restJson1ListConversationsAggregationsCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_ListConversationsAggregationsCommand: (input: ListConversationsAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* serializeAws_restJson1ListConversationsInsightsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const se_ListConversationsInsightsCommand: (input: ListConversationsInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
/**
|
|
188
|
-
* serializeAws_restJson1ListConversationsInsightsAggregationsCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const se_ListConversationsInsightsAggregationsCommand: (input: ListConversationsInsightsAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
/**
|
|
192
|
-
* serializeAws_restJson1ListConversationsNestedAggregationsCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const se_ListConversationsNestedAggregationsCommand: (input: ListConversationsNestedAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
/**
|
|
196
|
-
* serializeAws_restJson1ListDashboardsCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
/**
|
|
200
|
-
* serializeAws_restJson1ListFiltersCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const se_ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
/**
|
|
204
|
-
* serializeAws_restJson1ListPinnedDashboardsCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const se_ListPinnedDashboardsCommand: (input: ListPinnedDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
/**
|
|
208
|
-
* serializeAws_restJson1ListPlaylistItemsCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const se_ListPlaylistItemsCommand: (input: ListPlaylistItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
/**
|
|
212
|
-
* serializeAws_restJson1ListPlaylistsCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const se_ListPlaylistsCommand: (input: ListPlaylistsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
/**
|
|
216
|
-
* serializeAws_restJson1ListProjectionsCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const se_ListProjectionsCommand: (input: ListProjectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
/**
|
|
220
|
-
* serializeAws_restJson1ListWatchHistoryCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const se_ListWatchHistoryCommand: (input: ListWatchHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
/**
|
|
224
|
-
* serializeAws_restJson1PauseProjectionCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const se_PauseProjectionCommand: (input: PauseProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
-
/**
|
|
228
|
-
* serializeAws_restJson1PutAnalysisSettingsCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const se_PutAnalysisSettingsCommand: (input: PutAnalysisSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
-
/**
|
|
232
|
-
* serializeAws_restJson1PutPlaylistItemCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const se_PutPlaylistItemCommand: (input: PutPlaylistItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
-
/**
|
|
236
|
-
* serializeAws_restJson1QueryConversationsCountCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const se_QueryConversationsCountCommand: (input: QueryConversationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
-
/**
|
|
240
|
-
* serializeAws_restJson1ScheduleCallSummaryGenerationCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const se_ScheduleCallSummaryGenerationCommand: (input: ScheduleCallSummaryGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
-
/**
|
|
244
|
-
* serializeAws_restJson1ScheduleConferenceSummaryGenerationCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const se_ScheduleConferenceSummaryGenerationCommand: (input: ScheduleConferenceSummaryGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
247
|
-
/**
|
|
248
|
-
* serializeAws_restJson1UpdateDashboardCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
-
/**
|
|
252
|
-
* serializeAws_restJson1UpdateDashboardAccessCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const se_UpdateDashboardAccessCommand: (input: UpdateDashboardAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
-
/**
|
|
256
|
-
* serializeAws_restJson1UpdateFilterCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const se_UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
-
/**
|
|
260
|
-
* serializeAws_restJson1UpdatePinnedDashboardsCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const se_UpdatePinnedDashboardsCommand: (input: UpdatePinnedDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
-
/**
|
|
264
|
-
* serializeAws_restJson1UpdatePlaylistCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const se_UpdatePlaylistCommand: (input: UpdatePlaylistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
|
-
/**
|
|
268
|
-
* serializeAws_restJson1UpdatePlaylistAccessCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const se_UpdatePlaylistAccessCommand: (input: UpdatePlaylistAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
-
/**
|
|
272
|
-
* serializeAws_restJson1UpdateProjectionCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const se_UpdateProjectionCommand: (input: UpdateProjectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
|
-
/**
|
|
276
|
-
* serializeAws_restJson1UpdateProjectionsCategoryCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const se_UpdateProjectionsCategoryCommand: (input: UpdateProjectionsCategoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
-
/**
|
|
280
|
-
* serializeAws_restJson1WatchCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const se_WatchCommand: (input: WatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1CreateDashboardCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1CreateFilterCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
|
|
291
|
-
/**
|
|
292
|
-
* deserializeAws_restJson1CreatePlaylistCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const de_CreatePlaylistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlaylistCommandOutput>;
|
|
295
|
-
/**
|
|
296
|
-
* deserializeAws_restJson1CreateProjectionCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const de_CreateProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectionCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* deserializeAws_restJson1CreateProjectionsCategoryCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const de_CreateProjectionsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectionsCategoryCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* deserializeAws_restJson1DeleteDashboardCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const de_DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
|
|
307
|
-
/**
|
|
308
|
-
* deserializeAws_restJson1DeleteFilterCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const de_DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
|
|
311
|
-
/**
|
|
312
|
-
* deserializeAws_restJson1DeletePlaylistCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const de_DeletePlaylistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaylistCommandOutput>;
|
|
315
|
-
/**
|
|
316
|
-
* deserializeAws_restJson1DeletePlaylistItemCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const de_DeletePlaylistItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaylistItemCommandOutput>;
|
|
319
|
-
/**
|
|
320
|
-
* deserializeAws_restJson1DeleteProjectionCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const de_DeleteProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectionCommandOutput>;
|
|
323
|
-
/**
|
|
324
|
-
* deserializeAws_restJson1DeleteProjectionsCategoryCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const de_DeleteProjectionsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectionsCategoryCommandOutput>;
|
|
327
|
-
/**
|
|
328
|
-
* deserializeAws_restJson1DisableProjectionCommand
|
|
329
|
-
*/
|
|
330
|
-
export declare const de_DisableProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProjectionCommandOutput>;
|
|
331
|
-
/**
|
|
332
|
-
* deserializeAws_restJson1EnableProjectionCommand
|
|
333
|
-
*/
|
|
334
|
-
export declare const de_EnableProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProjectionCommandOutput>;
|
|
335
|
-
/**
|
|
336
|
-
* deserializeAws_restJson1GetAnalysisSettingsCommand
|
|
337
|
-
*/
|
|
338
|
-
export declare const de_GetAnalysisSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalysisSettingsCommandOutput>;
|
|
339
|
-
/**
|
|
340
|
-
* deserializeAws_restJson1GetCallCharacteristicsCommand
|
|
341
|
-
*/
|
|
342
|
-
export declare const de_GetCallCharacteristicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallCharacteristicsCommandOutput>;
|
|
343
|
-
/**
|
|
344
|
-
* deserializeAws_restJson1GetCallInsightsCommand
|
|
345
|
-
*/
|
|
346
|
-
export declare const de_GetCallInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallInsightsCommandOutput>;
|
|
347
|
-
/**
|
|
348
|
-
* deserializeAws_restJson1GetCallStateCommand
|
|
349
|
-
*/
|
|
350
|
-
export declare const de_GetCallStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallStateCommandOutput>;
|
|
351
|
-
/**
|
|
352
|
-
* deserializeAws_restJson1GetCallSummaryCommand
|
|
353
|
-
*/
|
|
354
|
-
export declare const de_GetCallSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallSummaryCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* deserializeAws_restJson1GetChatInsightsCommand
|
|
357
|
-
*/
|
|
358
|
-
export declare const de_GetChatInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatInsightsCommandOutput>;
|
|
359
|
-
/**
|
|
360
|
-
* deserializeAws_restJson1GetChatStateCommand
|
|
361
|
-
*/
|
|
362
|
-
export declare const de_GetChatStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatStateCommandOutput>;
|
|
363
|
-
/**
|
|
364
|
-
* deserializeAws_restJson1GetChatSummaryCommand
|
|
365
|
-
*/
|
|
366
|
-
export declare const de_GetChatSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatSummaryCommandOutput>;
|
|
367
|
-
/**
|
|
368
|
-
* deserializeAws_restJson1GetConferenceInsightsCommand
|
|
369
|
-
*/
|
|
370
|
-
export declare const de_GetConferenceInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceInsightsCommandOutput>;
|
|
371
|
-
/**
|
|
372
|
-
* deserializeAws_restJson1GetConferenceRecordingPresignedDownloadUrlCommand
|
|
373
|
-
*/
|
|
374
|
-
export declare const de_GetConferenceRecordingPresignedDownloadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceRecordingPresignedDownloadUrlCommandOutput>;
|
|
375
|
-
/**
|
|
376
|
-
* deserializeAws_restJson1GetConferenceStateCommand
|
|
377
|
-
*/
|
|
378
|
-
export declare const de_GetConferenceStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceStateCommandOutput>;
|
|
379
|
-
/**
|
|
380
|
-
* deserializeAws_restJson1GetConferenceSummaryCommand
|
|
381
|
-
*/
|
|
382
|
-
export declare const de_GetConferenceSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceSummaryCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* deserializeAws_restJson1GetConferenceTimeFramesCommand
|
|
385
|
-
*/
|
|
386
|
-
export declare const de_GetConferenceTimeFramesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConferenceTimeFramesCommandOutput>;
|
|
387
|
-
/**
|
|
388
|
-
* deserializeAws_restJson1GetDashboardCommand
|
|
389
|
-
*/
|
|
390
|
-
export declare const de_GetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
|
|
391
|
-
/**
|
|
392
|
-
* deserializeAws_restJson1GetPlaylistCommand
|
|
393
|
-
*/
|
|
394
|
-
export declare const de_GetPlaylistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaylistCommandOutput>;
|
|
395
|
-
/**
|
|
396
|
-
* deserializeAws_restJson1GetProjectionCommand
|
|
397
|
-
*/
|
|
398
|
-
export declare const de_GetProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectionCommandOutput>;
|
|
399
|
-
/**
|
|
400
|
-
* deserializeAws_restJson1ListConversationsCommand
|
|
401
|
-
*/
|
|
402
|
-
export declare const de_ListConversationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsCommandOutput>;
|
|
403
|
-
/**
|
|
404
|
-
* deserializeAws_restJson1ListConversationsAggregationsCommand
|
|
405
|
-
*/
|
|
406
|
-
export declare const de_ListConversationsAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsAggregationsCommandOutput>;
|
|
407
|
-
/**
|
|
408
|
-
* deserializeAws_restJson1ListConversationsInsightsCommand
|
|
409
|
-
*/
|
|
410
|
-
export declare const de_ListConversationsInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsInsightsCommandOutput>;
|
|
411
|
-
/**
|
|
412
|
-
* deserializeAws_restJson1ListConversationsInsightsAggregationsCommand
|
|
413
|
-
*/
|
|
414
|
-
export declare const de_ListConversationsInsightsAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsInsightsAggregationsCommandOutput>;
|
|
415
|
-
/**
|
|
416
|
-
* deserializeAws_restJson1ListConversationsNestedAggregationsCommand
|
|
417
|
-
*/
|
|
418
|
-
export declare const de_ListConversationsNestedAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsNestedAggregationsCommandOutput>;
|
|
419
|
-
/**
|
|
420
|
-
* deserializeAws_restJson1ListDashboardsCommand
|
|
421
|
-
*/
|
|
422
|
-
export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
|
|
423
|
-
/**
|
|
424
|
-
* deserializeAws_restJson1ListFiltersCommand
|
|
425
|
-
*/
|
|
426
|
-
export declare const de_ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
|
|
427
|
-
/**
|
|
428
|
-
* deserializeAws_restJson1ListPinnedDashboardsCommand
|
|
429
|
-
*/
|
|
430
|
-
export declare const de_ListPinnedDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPinnedDashboardsCommandOutput>;
|
|
431
|
-
/**
|
|
432
|
-
* deserializeAws_restJson1ListPlaylistItemsCommand
|
|
433
|
-
*/
|
|
434
|
-
export declare const de_ListPlaylistItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaylistItemsCommandOutput>;
|
|
435
|
-
/**
|
|
436
|
-
* deserializeAws_restJson1ListPlaylistsCommand
|
|
437
|
-
*/
|
|
438
|
-
export declare const de_ListPlaylistsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaylistsCommandOutput>;
|
|
439
|
-
/**
|
|
440
|
-
* deserializeAws_restJson1ListProjectionsCommand
|
|
441
|
-
*/
|
|
442
|
-
export declare const de_ListProjectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectionsCommandOutput>;
|
|
443
|
-
/**
|
|
444
|
-
* deserializeAws_restJson1ListWatchHistoryCommand
|
|
445
|
-
*/
|
|
446
|
-
export declare const de_ListWatchHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWatchHistoryCommandOutput>;
|
|
447
|
-
/**
|
|
448
|
-
* deserializeAws_restJson1PauseProjectionCommand
|
|
449
|
-
*/
|
|
450
|
-
export declare const de_PauseProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseProjectionCommandOutput>;
|
|
451
|
-
/**
|
|
452
|
-
* deserializeAws_restJson1PutAnalysisSettingsCommand
|
|
453
|
-
*/
|
|
454
|
-
export declare const de_PutAnalysisSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAnalysisSettingsCommandOutput>;
|
|
455
|
-
/**
|
|
456
|
-
* deserializeAws_restJson1PutPlaylistItemCommand
|
|
457
|
-
*/
|
|
458
|
-
export declare const de_PutPlaylistItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPlaylistItemCommandOutput>;
|
|
459
|
-
/**
|
|
460
|
-
* deserializeAws_restJson1QueryConversationsCountCommand
|
|
461
|
-
*/
|
|
462
|
-
export declare const de_QueryConversationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryConversationsCountCommandOutput>;
|
|
463
|
-
/**
|
|
464
|
-
* deserializeAws_restJson1ScheduleCallSummaryGenerationCommand
|
|
465
|
-
*/
|
|
466
|
-
export declare const de_ScheduleCallSummaryGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleCallSummaryGenerationCommandOutput>;
|
|
467
|
-
/**
|
|
468
|
-
* deserializeAws_restJson1ScheduleConferenceSummaryGenerationCommand
|
|
469
|
-
*/
|
|
470
|
-
export declare const de_ScheduleConferenceSummaryGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleConferenceSummaryGenerationCommandOutput>;
|
|
471
|
-
/**
|
|
472
|
-
* deserializeAws_restJson1UpdateDashboardCommand
|
|
473
|
-
*/
|
|
474
|
-
export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
|
|
475
|
-
/**
|
|
476
|
-
* deserializeAws_restJson1UpdateDashboardAccessCommand
|
|
477
|
-
*/
|
|
478
|
-
export declare const de_UpdateDashboardAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardAccessCommandOutput>;
|
|
479
|
-
/**
|
|
480
|
-
* deserializeAws_restJson1UpdateFilterCommand
|
|
481
|
-
*/
|
|
482
|
-
export declare const de_UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
|
|
483
|
-
/**
|
|
484
|
-
* deserializeAws_restJson1UpdatePinnedDashboardsCommand
|
|
485
|
-
*/
|
|
486
|
-
export declare const de_UpdatePinnedDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePinnedDashboardsCommandOutput>;
|
|
487
|
-
/**
|
|
488
|
-
* deserializeAws_restJson1UpdatePlaylistCommand
|
|
489
|
-
*/
|
|
490
|
-
export declare const de_UpdatePlaylistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaylistCommandOutput>;
|
|
491
|
-
/**
|
|
492
|
-
* deserializeAws_restJson1UpdatePlaylistAccessCommand
|
|
493
|
-
*/
|
|
494
|
-
export declare const de_UpdatePlaylistAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaylistAccessCommandOutput>;
|
|
495
|
-
/**
|
|
496
|
-
* deserializeAws_restJson1UpdateProjectionCommand
|
|
497
|
-
*/
|
|
498
|
-
export declare const de_UpdateProjectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectionCommandOutput>;
|
|
499
|
-
/**
|
|
500
|
-
* deserializeAws_restJson1UpdateProjectionsCategoryCommand
|
|
501
|
-
*/
|
|
502
|
-
export declare const de_UpdateProjectionsCategoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectionsCategoryCommandOutput>;
|
|
503
|
-
/**
|
|
504
|
-
* deserializeAws_restJson1WatchCommand
|
|
505
|
-
*/
|
|
506
|
-
export declare const de_WatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WatchCommandOutput>;
|