@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,61 +1,61 @@
|
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { type CreateDashboardCommandInput, type CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
3
|
+
import { type CreateFilterCommandInput, type CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
4
|
+
import { type CreatePlaylistCommandInput, type CreatePlaylistCommandOutput } from "./commands/CreatePlaylistCommand";
|
|
5
|
+
import { type CreateProjectionCommandInput, type CreateProjectionCommandOutput } from "./commands/CreateProjectionCommand";
|
|
6
|
+
import { type CreateProjectionsCategoryCommandInput, type CreateProjectionsCategoryCommandOutput } from "./commands/CreateProjectionsCategoryCommand";
|
|
7
|
+
import { type DeleteDashboardCommandInput, type DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
8
|
+
import { type DeleteFilterCommandInput, type DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
9
|
+
import { type DeletePlaylistCommandInput, type DeletePlaylistCommandOutput } from "./commands/DeletePlaylistCommand";
|
|
10
|
+
import { type DeletePlaylistItemCommandInput, type DeletePlaylistItemCommandOutput } from "./commands/DeletePlaylistItemCommand";
|
|
11
|
+
import { type DeleteProjectionCommandInput, type DeleteProjectionCommandOutput } from "./commands/DeleteProjectionCommand";
|
|
12
|
+
import { type DeleteProjectionsCategoryCommandInput, type DeleteProjectionsCategoryCommandOutput } from "./commands/DeleteProjectionsCategoryCommand";
|
|
13
|
+
import { type DisableProjectionCommandInput, type DisableProjectionCommandOutput } from "./commands/DisableProjectionCommand";
|
|
14
|
+
import { type EnableProjectionCommandInput, type EnableProjectionCommandOutput } from "./commands/EnableProjectionCommand";
|
|
15
|
+
import { type GetAnalysisSettingsCommandInput, type GetAnalysisSettingsCommandOutput } from "./commands/GetAnalysisSettingsCommand";
|
|
16
|
+
import { type GetCallCharacteristicsCommandInput, type GetCallCharacteristicsCommandOutput } from "./commands/GetCallCharacteristicsCommand";
|
|
17
|
+
import { type GetCallInsightsCommandInput, type GetCallInsightsCommandOutput } from "./commands/GetCallInsightsCommand";
|
|
18
|
+
import { type GetCallStateCommandInput, type GetCallStateCommandOutput } from "./commands/GetCallStateCommand";
|
|
19
|
+
import { type GetCallSummaryCommandInput, type GetCallSummaryCommandOutput } from "./commands/GetCallSummaryCommand";
|
|
20
|
+
import { type GetChatInsightsCommandInput, type GetChatInsightsCommandOutput } from "./commands/GetChatInsightsCommand";
|
|
21
|
+
import { type GetChatStateCommandInput, type GetChatStateCommandOutput } from "./commands/GetChatStateCommand";
|
|
22
|
+
import { type GetChatSummaryCommandInput, type GetChatSummaryCommandOutput } from "./commands/GetChatSummaryCommand";
|
|
23
|
+
import { type GetConferenceInsightsCommandInput, type GetConferenceInsightsCommandOutput } from "./commands/GetConferenceInsightsCommand";
|
|
24
|
+
import { type GetConferenceRecordingPresignedDownloadUrlCommandInput, type GetConferenceRecordingPresignedDownloadUrlCommandOutput } from "./commands/GetConferenceRecordingPresignedDownloadUrlCommand";
|
|
25
|
+
import { type GetConferenceStateCommandInput, type GetConferenceStateCommandOutput } from "./commands/GetConferenceStateCommand";
|
|
26
|
+
import { type GetConferenceSummaryCommandInput, type GetConferenceSummaryCommandOutput } from "./commands/GetConferenceSummaryCommand";
|
|
27
|
+
import { type GetConferenceTimeFramesCommandInput, type GetConferenceTimeFramesCommandOutput } from "./commands/GetConferenceTimeFramesCommand";
|
|
28
|
+
import { type GetDashboardCommandInput, type GetDashboardCommandOutput } from "./commands/GetDashboardCommand";
|
|
29
|
+
import { type GetPlaylistCommandInput, type GetPlaylistCommandOutput } from "./commands/GetPlaylistCommand";
|
|
30
|
+
import { type GetProjectionCommandInput, type GetProjectionCommandOutput } from "./commands/GetProjectionCommand";
|
|
31
|
+
import { type ListConversationsAggregationsCommandInput, type ListConversationsAggregationsCommandOutput } from "./commands/ListConversationsAggregationsCommand";
|
|
32
|
+
import { type ListConversationsCommandInput, type ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
33
|
+
import { type ListConversationsInsightsAggregationsCommandInput, type ListConversationsInsightsAggregationsCommandOutput } from "./commands/ListConversationsInsightsAggregationsCommand";
|
|
34
|
+
import { type ListConversationsInsightsCommandInput, type ListConversationsInsightsCommandOutput } from "./commands/ListConversationsInsightsCommand";
|
|
35
|
+
import { type ListConversationsNestedAggregationsCommandInput, type ListConversationsNestedAggregationsCommandOutput } from "./commands/ListConversationsNestedAggregationsCommand";
|
|
36
|
+
import { type ListDashboardsCommandInput, type ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
37
|
+
import { type ListFiltersCommandInput, type ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
38
|
+
import { type ListPinnedDashboardsCommandInput, type ListPinnedDashboardsCommandOutput } from "./commands/ListPinnedDashboardsCommand";
|
|
39
|
+
import { type ListPlaylistItemsCommandInput, type ListPlaylistItemsCommandOutput } from "./commands/ListPlaylistItemsCommand";
|
|
40
|
+
import { type ListPlaylistsCommandInput, type ListPlaylistsCommandOutput } from "./commands/ListPlaylistsCommand";
|
|
41
|
+
import { type ListProjectionsCommandInput, type ListProjectionsCommandOutput } from "./commands/ListProjectionsCommand";
|
|
42
|
+
import { type ListWatchHistoryCommandInput, type ListWatchHistoryCommandOutput } from "./commands/ListWatchHistoryCommand";
|
|
43
|
+
import { type PauseProjectionCommandInput, type PauseProjectionCommandOutput } from "./commands/PauseProjectionCommand";
|
|
44
|
+
import { type PutAnalysisSettingsCommandInput, type PutAnalysisSettingsCommandOutput } from "./commands/PutAnalysisSettingsCommand";
|
|
45
|
+
import { type PutPlaylistItemCommandInput, type PutPlaylistItemCommandOutput } from "./commands/PutPlaylistItemCommand";
|
|
46
|
+
import { type QueryConversationsCountCommandInput, type QueryConversationsCountCommandOutput } from "./commands/QueryConversationsCountCommand";
|
|
47
|
+
import { type ScheduleCallSummaryGenerationCommandInput, type ScheduleCallSummaryGenerationCommandOutput } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
48
|
+
import { type ScheduleConferenceSummaryGenerationCommandInput, type ScheduleConferenceSummaryGenerationCommandOutput } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
49
|
+
import { type UpdateDashboardAccessCommandInput, type UpdateDashboardAccessCommandOutput } from "./commands/UpdateDashboardAccessCommand";
|
|
50
|
+
import { type UpdateDashboardCommandInput, type UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
|
|
51
|
+
import { type UpdateFilterCommandInput, type UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
52
|
+
import { type UpdatePinnedDashboardsCommandInput, type UpdatePinnedDashboardsCommandOutput } from "./commands/UpdatePinnedDashboardsCommand";
|
|
53
|
+
import { type UpdatePlaylistAccessCommandInput, type UpdatePlaylistAccessCommandOutput } from "./commands/UpdatePlaylistAccessCommand";
|
|
54
|
+
import { type UpdatePlaylistCommandInput, type UpdatePlaylistCommandOutput } from "./commands/UpdatePlaylistCommand";
|
|
55
|
+
import { type UpdateProjectionCommandInput, type UpdateProjectionCommandOutput } from "./commands/UpdateProjectionCommand";
|
|
56
|
+
import { type UpdateProjectionsCategoryCommandInput, type UpdateProjectionsCategoryCommandOutput } from "./commands/UpdateProjectionsCategoryCommand";
|
|
57
|
+
import { type WatchCommandInput, type WatchCommandOutput } from "./commands/WatchCommand";
|
|
1
58
|
import { WdaInsightsClient } from "./WdaInsightsClient";
|
|
2
|
-
import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
3
|
-
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
4
|
-
import { CreatePlaylistCommandInput, CreatePlaylistCommandOutput } from "./commands/CreatePlaylistCommand";
|
|
5
|
-
import { CreateProjectionCommandInput, CreateProjectionCommandOutput } from "./commands/CreateProjectionCommand";
|
|
6
|
-
import { CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput } from "./commands/CreateProjectionsCategoryCommand";
|
|
7
|
-
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
8
|
-
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
9
|
-
import { DeletePlaylistCommandInput, DeletePlaylistCommandOutput } from "./commands/DeletePlaylistCommand";
|
|
10
|
-
import { DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput } from "./commands/DeletePlaylistItemCommand";
|
|
11
|
-
import { DeleteProjectionCommandInput, DeleteProjectionCommandOutput } from "./commands/DeleteProjectionCommand";
|
|
12
|
-
import { DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput } from "./commands/DeleteProjectionsCategoryCommand";
|
|
13
|
-
import { DisableProjectionCommandInput, DisableProjectionCommandOutput } from "./commands/DisableProjectionCommand";
|
|
14
|
-
import { EnableProjectionCommandInput, EnableProjectionCommandOutput } from "./commands/EnableProjectionCommand";
|
|
15
|
-
import { GetAnalysisSettingsCommandInput, GetAnalysisSettingsCommandOutput } from "./commands/GetAnalysisSettingsCommand";
|
|
16
|
-
import { GetCallCharacteristicsCommandInput, GetCallCharacteristicsCommandOutput } from "./commands/GetCallCharacteristicsCommand";
|
|
17
|
-
import { GetCallInsightsCommandInput, GetCallInsightsCommandOutput } from "./commands/GetCallInsightsCommand";
|
|
18
|
-
import { GetCallStateCommandInput, GetCallStateCommandOutput } from "./commands/GetCallStateCommand";
|
|
19
|
-
import { GetCallSummaryCommandInput, GetCallSummaryCommandOutput } from "./commands/GetCallSummaryCommand";
|
|
20
|
-
import { GetChatInsightsCommandInput, GetChatInsightsCommandOutput } from "./commands/GetChatInsightsCommand";
|
|
21
|
-
import { GetChatStateCommandInput, GetChatStateCommandOutput } from "./commands/GetChatStateCommand";
|
|
22
|
-
import { GetChatSummaryCommandInput, GetChatSummaryCommandOutput } from "./commands/GetChatSummaryCommand";
|
|
23
|
-
import { GetConferenceInsightsCommandInput, GetConferenceInsightsCommandOutput } from "./commands/GetConferenceInsightsCommand";
|
|
24
|
-
import { GetConferenceRecordingPresignedDownloadUrlCommandInput, GetConferenceRecordingPresignedDownloadUrlCommandOutput } from "./commands/GetConferenceRecordingPresignedDownloadUrlCommand";
|
|
25
|
-
import { GetConferenceStateCommandInput, GetConferenceStateCommandOutput } from "./commands/GetConferenceStateCommand";
|
|
26
|
-
import { GetConferenceSummaryCommandInput, GetConferenceSummaryCommandOutput } from "./commands/GetConferenceSummaryCommand";
|
|
27
|
-
import { GetConferenceTimeFramesCommandInput, GetConferenceTimeFramesCommandOutput } from "./commands/GetConferenceTimeFramesCommand";
|
|
28
|
-
import { GetDashboardCommandInput, GetDashboardCommandOutput } from "./commands/GetDashboardCommand";
|
|
29
|
-
import { GetPlaylistCommandInput, GetPlaylistCommandOutput } from "./commands/GetPlaylistCommand";
|
|
30
|
-
import { GetProjectionCommandInput, GetProjectionCommandOutput } from "./commands/GetProjectionCommand";
|
|
31
|
-
import { ListConversationsAggregationsCommandInput, ListConversationsAggregationsCommandOutput } from "./commands/ListConversationsAggregationsCommand";
|
|
32
|
-
import { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
33
|
-
import { ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput } from "./commands/ListConversationsInsightsAggregationsCommand";
|
|
34
|
-
import { ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput } from "./commands/ListConversationsInsightsCommand";
|
|
35
|
-
import { ListConversationsNestedAggregationsCommandInput, ListConversationsNestedAggregationsCommandOutput } from "./commands/ListConversationsNestedAggregationsCommand";
|
|
36
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
37
|
-
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
38
|
-
import { ListPinnedDashboardsCommandInput, ListPinnedDashboardsCommandOutput } from "./commands/ListPinnedDashboardsCommand";
|
|
39
|
-
import { ListPlaylistItemsCommandInput, ListPlaylistItemsCommandOutput } from "./commands/ListPlaylistItemsCommand";
|
|
40
|
-
import { ListPlaylistsCommandInput, ListPlaylistsCommandOutput } from "./commands/ListPlaylistsCommand";
|
|
41
|
-
import { ListProjectionsCommandInput, ListProjectionsCommandOutput } from "./commands/ListProjectionsCommand";
|
|
42
|
-
import { ListWatchHistoryCommandInput, ListWatchHistoryCommandOutput } from "./commands/ListWatchHistoryCommand";
|
|
43
|
-
import { PauseProjectionCommandInput, PauseProjectionCommandOutput } from "./commands/PauseProjectionCommand";
|
|
44
|
-
import { PutAnalysisSettingsCommandInput, PutAnalysisSettingsCommandOutput } from "./commands/PutAnalysisSettingsCommand";
|
|
45
|
-
import { PutPlaylistItemCommandInput, PutPlaylistItemCommandOutput } from "./commands/PutPlaylistItemCommand";
|
|
46
|
-
import { QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput } from "./commands/QueryConversationsCountCommand";
|
|
47
|
-
import { ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
48
|
-
import { ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
49
|
-
import { UpdateDashboardAccessCommandInput, UpdateDashboardAccessCommandOutput } from "./commands/UpdateDashboardAccessCommand";
|
|
50
|
-
import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
|
|
51
|
-
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
52
|
-
import { UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput } from "./commands/UpdatePinnedDashboardsCommand";
|
|
53
|
-
import { UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput } from "./commands/UpdatePlaylistAccessCommand";
|
|
54
|
-
import { UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput } from "./commands/UpdatePlaylistCommand";
|
|
55
|
-
import { UpdateProjectionCommandInput, UpdateProjectionCommandOutput } from "./commands/UpdateProjectionCommand";
|
|
56
|
-
import { UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput } from "./commands/UpdateProjectionsCategoryCommand";
|
|
57
|
-
import { WatchCommandInput, WatchCommandOutput } from "./commands/WatchCommand";
|
|
58
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
59
59
|
export interface WdaInsights {
|
|
60
60
|
/**
|
|
61
61
|
* @see {@link CreateDashboardCommand}
|
|
@@ -1,66 +1,68 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig, type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/core/client";
|
|
2
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
3
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
4
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
6
|
+
import type { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
7
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
8
|
+
import type { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
9
|
+
import type { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
|
|
10
|
+
import type { CreatePlaylistCommandInput, CreatePlaylistCommandOutput } from "./commands/CreatePlaylistCommand";
|
|
11
|
+
import type { CreateProjectionCommandInput, CreateProjectionCommandOutput } from "./commands/CreateProjectionCommand";
|
|
12
|
+
import type { CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput } from "./commands/CreateProjectionsCategoryCommand";
|
|
13
|
+
import type { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
14
|
+
import type { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
|
|
15
|
+
import type { DeletePlaylistCommandInput, DeletePlaylistCommandOutput } from "./commands/DeletePlaylistCommand";
|
|
16
|
+
import type { DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput } from "./commands/DeletePlaylistItemCommand";
|
|
17
|
+
import type { DeleteProjectionCommandInput, DeleteProjectionCommandOutput } from "./commands/DeleteProjectionCommand";
|
|
18
|
+
import type { DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput } from "./commands/DeleteProjectionsCategoryCommand";
|
|
19
|
+
import type { DisableProjectionCommandInput, DisableProjectionCommandOutput } from "./commands/DisableProjectionCommand";
|
|
20
|
+
import type { EnableProjectionCommandInput, EnableProjectionCommandOutput } from "./commands/EnableProjectionCommand";
|
|
21
|
+
import type { GetAnalysisSettingsCommandInput, GetAnalysisSettingsCommandOutput } from "./commands/GetAnalysisSettingsCommand";
|
|
22
|
+
import type { GetCallCharacteristicsCommandInput, GetCallCharacteristicsCommandOutput } from "./commands/GetCallCharacteristicsCommand";
|
|
23
|
+
import type { GetCallInsightsCommandInput, GetCallInsightsCommandOutput } from "./commands/GetCallInsightsCommand";
|
|
24
|
+
import type { GetCallStateCommandInput, GetCallStateCommandOutput } from "./commands/GetCallStateCommand";
|
|
25
|
+
import type { GetCallSummaryCommandInput, GetCallSummaryCommandOutput } from "./commands/GetCallSummaryCommand";
|
|
26
|
+
import type { GetChatInsightsCommandInput, GetChatInsightsCommandOutput } from "./commands/GetChatInsightsCommand";
|
|
27
|
+
import type { GetChatStateCommandInput, GetChatStateCommandOutput } from "./commands/GetChatStateCommand";
|
|
28
|
+
import type { GetChatSummaryCommandInput, GetChatSummaryCommandOutput } from "./commands/GetChatSummaryCommand";
|
|
29
|
+
import type { GetConferenceInsightsCommandInput, GetConferenceInsightsCommandOutput } from "./commands/GetConferenceInsightsCommand";
|
|
30
|
+
import type { GetConferenceRecordingPresignedDownloadUrlCommandInput, GetConferenceRecordingPresignedDownloadUrlCommandOutput } from "./commands/GetConferenceRecordingPresignedDownloadUrlCommand";
|
|
31
|
+
import type { GetConferenceStateCommandInput, GetConferenceStateCommandOutput } from "./commands/GetConferenceStateCommand";
|
|
32
|
+
import type { GetConferenceSummaryCommandInput, GetConferenceSummaryCommandOutput } from "./commands/GetConferenceSummaryCommand";
|
|
33
|
+
import type { GetConferenceTimeFramesCommandInput, GetConferenceTimeFramesCommandOutput } from "./commands/GetConferenceTimeFramesCommand";
|
|
34
|
+
import type { GetDashboardCommandInput, GetDashboardCommandOutput } from "./commands/GetDashboardCommand";
|
|
35
|
+
import type { GetPlaylistCommandInput, GetPlaylistCommandOutput } from "./commands/GetPlaylistCommand";
|
|
36
|
+
import type { GetProjectionCommandInput, GetProjectionCommandOutput } from "./commands/GetProjectionCommand";
|
|
37
|
+
import type { ListConversationsAggregationsCommandInput, ListConversationsAggregationsCommandOutput } from "./commands/ListConversationsAggregationsCommand";
|
|
38
|
+
import type { ListConversationsCommandInput, ListConversationsCommandOutput } from "./commands/ListConversationsCommand";
|
|
39
|
+
import type { ListConversationsInsightsAggregationsCommandInput, ListConversationsInsightsAggregationsCommandOutput } from "./commands/ListConversationsInsightsAggregationsCommand";
|
|
40
|
+
import type { ListConversationsInsightsCommandInput, ListConversationsInsightsCommandOutput } from "./commands/ListConversationsInsightsCommand";
|
|
41
|
+
import type { ListConversationsNestedAggregationsCommandInput, ListConversationsNestedAggregationsCommandOutput } from "./commands/ListConversationsNestedAggregationsCommand";
|
|
42
|
+
import type { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
43
|
+
import type { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
44
|
+
import type { ListPinnedDashboardsCommandInput, ListPinnedDashboardsCommandOutput } from "./commands/ListPinnedDashboardsCommand";
|
|
45
|
+
import type { ListPlaylistItemsCommandInput, ListPlaylistItemsCommandOutput } from "./commands/ListPlaylistItemsCommand";
|
|
46
|
+
import type { ListPlaylistsCommandInput, ListPlaylistsCommandOutput } from "./commands/ListPlaylistsCommand";
|
|
47
|
+
import type { ListProjectionsCommandInput, ListProjectionsCommandOutput } from "./commands/ListProjectionsCommand";
|
|
48
|
+
import type { ListWatchHistoryCommandInput, ListWatchHistoryCommandOutput } from "./commands/ListWatchHistoryCommand";
|
|
49
|
+
import type { PauseProjectionCommandInput, PauseProjectionCommandOutput } from "./commands/PauseProjectionCommand";
|
|
50
|
+
import type { PutAnalysisSettingsCommandInput, PutAnalysisSettingsCommandOutput } from "./commands/PutAnalysisSettingsCommand";
|
|
51
|
+
import type { PutPlaylistItemCommandInput, PutPlaylistItemCommandOutput } from "./commands/PutPlaylistItemCommand";
|
|
52
|
+
import type { QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput } from "./commands/QueryConversationsCountCommand";
|
|
53
|
+
import type { ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput } from "./commands/ScheduleCallSummaryGenerationCommand";
|
|
54
|
+
import type { ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput } from "./commands/ScheduleConferenceSummaryGenerationCommand";
|
|
55
|
+
import type { UpdateDashboardAccessCommandInput, UpdateDashboardAccessCommandOutput } from "./commands/UpdateDashboardAccessCommand";
|
|
56
|
+
import type { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
|
|
57
|
+
import type { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
|
|
58
|
+
import type { UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput } from "./commands/UpdatePinnedDashboardsCommand";
|
|
59
|
+
import type { UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput } from "./commands/UpdatePlaylistAccessCommand";
|
|
60
|
+
import type { UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput } from "./commands/UpdatePlaylistCommand";
|
|
61
|
+
import type { UpdateProjectionCommandInput, UpdateProjectionCommandOutput } from "./commands/UpdateProjectionCommand";
|
|
62
|
+
import type { UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput } from "./commands/UpdateProjectionsCategoryCommand";
|
|
63
|
+
import type { WatchCommandInput, WatchCommandOutput } from "./commands/WatchCommand";
|
|
64
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
65
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
64
66
|
export { __Client };
|
|
65
67
|
/**
|
|
66
68
|
* @public
|
|
@@ -129,11 +131,29 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
129
131
|
* trait of an operation.
|
|
130
132
|
*/
|
|
131
133
|
disableHostPrefix?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* Setting a client profile is similar to setting a value for the
|
|
136
|
+
* AWS_PROFILE environment variable. Setting a profile on a client
|
|
137
|
+
* in code only affects the single client instance, unlike AWS_PROFILE.
|
|
138
|
+
*
|
|
139
|
+
* When set, and only for environments where an AWS configuration
|
|
140
|
+
* file exists, fields configurable by this file will be retrieved
|
|
141
|
+
* from the specified profile within that file.
|
|
142
|
+
* Conflicting code configuration and environment variables will
|
|
143
|
+
* still have higher priority.
|
|
144
|
+
*
|
|
145
|
+
* For client credential resolution that involves checking the AWS
|
|
146
|
+
* configuration file, the client's profile (this value) will be
|
|
147
|
+
* used unless a different profile is set in the credential
|
|
148
|
+
* provider options.
|
|
149
|
+
*
|
|
150
|
+
*/
|
|
151
|
+
profile?: string;
|
|
132
152
|
/**
|
|
133
153
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
134
154
|
* @internal
|
|
135
155
|
*/
|
|
136
|
-
defaultUserAgentProvider?:
|
|
156
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
137
157
|
/**
|
|
138
158
|
* Value for how many times a request will be made at most in case of retry.
|
|
139
159
|
*/
|
|
@@ -160,20 +180,18 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
160
180
|
/**
|
|
161
181
|
* @public
|
|
162
182
|
*/
|
|
163
|
-
export type WdaInsightsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig;
|
|
183
|
+
export type WdaInsightsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
164
184
|
/**
|
|
165
185
|
* @public
|
|
166
186
|
*
|
|
167
187
|
* The configuration interface of WdaInsightsClient class constructor that set the region, credentials and other options.
|
|
168
188
|
*/
|
|
169
189
|
export interface WdaInsightsClientConfig extends WdaInsightsClientConfigType {
|
|
170
|
-
env?: 'stage' | 'stable' | 'prod';
|
|
171
|
-
token: TokenProvider;
|
|
172
190
|
}
|
|
173
191
|
/**
|
|
174
192
|
* @public
|
|
175
193
|
*/
|
|
176
|
-
export type WdaInsightsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig;
|
|
194
|
+
export type WdaInsightsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
177
195
|
/**
|
|
178
196
|
* @public
|
|
179
197
|
*
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type HttpAuthScheme, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { WdaInsightsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface HttpAuthExtensionConfiguration {
|
|
7
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
8
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
9
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: WdaInsightsHttpAuthSchemeProvider): void;
|
|
10
|
+
httpAuthSchemeProvider(): WdaInsightsHttpAuthSchemeProvider;
|
|
11
|
+
setToken(token: TokenIdentity | TokenIdentityProvider): void;
|
|
12
|
+
token(): TokenIdentity | TokenIdentityProvider | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
18
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
19
|
+
httpAuthSchemeProvider: WdaInsightsHttpAuthSchemeProvider;
|
|
20
|
+
token: TokenIdentity | TokenIdentityProvider;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const getHttpAuthExtensionConfiguration: (runtimeConfig: HttpAuthRuntimeConfig) => HttpAuthExtensionConfiguration;
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
export declare const resolveHttpAuthRuntimeConfig: (config: HttpAuthExtensionConfiguration) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { type HandlerExecutionContext, type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface WdaInsightsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export interface WdaInsightsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<WdaInsightsClientResolvedConfig, HandlerExecutionContext, WdaInsightsHttpAuthSchemeParameters, object> {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
16
|
+
export declare const defaultWdaInsightsHttpAuthSchemeParametersProvider: (config: WdaInsightsClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<WdaInsightsHttpAuthSchemeParameters>;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
export interface WdaInsightsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<WdaInsightsHttpAuthSchemeParameters> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const defaultWdaInsightsHttpAuthSchemeProvider: WdaInsightsHttpAuthSchemeProvider;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface HttpAuthSchemeInputConfig {
|
|
30
|
+
/**
|
|
31
|
+
* A comma-separated list of case-sensitive auth scheme names.
|
|
32
|
+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
33
|
+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
authSchemePreference?: string[] | Provider<string[]>;
|
|
37
|
+
/**
|
|
38
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
42
|
+
/**
|
|
43
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
httpAuthSchemeProvider?: WdaInsightsHttpAuthSchemeProvider;
|
|
47
|
+
/**
|
|
48
|
+
* The token used to authenticate requests.
|
|
49
|
+
*/
|
|
50
|
+
token?: TokenIdentity | TokenIdentityProvider;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
export interface HttpAuthSchemeResolvedConfig {
|
|
56
|
+
/**
|
|
57
|
+
* A comma-separated list of case-sensitive auth scheme names.
|
|
58
|
+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
59
|
+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
readonly authSchemePreference: Provider<string[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
68
|
+
/**
|
|
69
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
readonly httpAuthSchemeProvider: WdaInsightsHttpAuthSchemeProvider;
|
|
73
|
+
/**
|
|
74
|
+
* The token used to authenticate requests.
|
|
75
|
+
*/
|
|
76
|
+
readonly token?: TokenIdentityProvider;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateDashboardInput, CreateDashboardOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,11 @@ export interface CreateDashboardCommandInput extends CreateDashboardInput {
|
|
|
22
22
|
export interface CreateDashboardCommandOutput extends CreateDashboardOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDashboardCommand_base: {
|
|
25
|
-
new (input: CreateDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new dashboard with specified configuration.
|
|
@@ -33,6 +35,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, CreateDashboardCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, CreateDashboardCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
40
|
* const client = new WdaInsightsClient(config);
|
|
37
41
|
* const input = { // CreateDashboardInput
|
|
38
42
|
* name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateFilterInput, CreateFilterOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,11 @@ export interface CreateFilterCommandInput extends CreateFilterInput {
|
|
|
22
22
|
export interface CreateFilterCommandOutput extends CreateFilterOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFilterCommand_base: {
|
|
25
|
-
new (input: CreateFilterCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateFilterCommandInput, CreateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new filter with specified name and configuration.
|
|
@@ -33,6 +35,8 @@ declare const CreateFilterCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, CreateFilterCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, CreateFilterCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
40
|
* const client = new WdaInsightsClient(config);
|
|
37
41
|
* const input = { // CreateFilterInput
|
|
38
42
|
* name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreatePlaylistInput, CreatePlaylistOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,11 @@ export interface CreatePlaylistCommandInput extends CreatePlaylistInput {
|
|
|
22
22
|
export interface CreatePlaylistCommandOutput extends CreatePlaylistOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePlaylistCommand_base: {
|
|
25
|
-
new (input: CreatePlaylistCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<CreatePlaylistCommandInput, CreatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<CreatePlaylistCommandInput, CreatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new playlist with specified configuration.
|
|
@@ -33,6 +35,8 @@ declare const CreatePlaylistCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, CreatePlaylistCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, CreatePlaylistCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
40
|
* const client = new WdaInsightsClient(config);
|
|
37
41
|
* const input = { // CreatePlaylistInput
|
|
38
42
|
* name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateProjectionInput, CreateProjectionOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,11 @@ export interface CreateProjectionCommandInput extends CreateProjectionInput {
|
|
|
22
22
|
export interface CreateProjectionCommandOutput extends CreateProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateProjectionCommand_base: {
|
|
25
|
-
new (input: CreateProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateProjectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionCommandInput, CreateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateProjectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionCommandInput, CreateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new projection with specified configuration.
|
|
@@ -33,6 +35,8 @@ declare const CreateProjectionCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, CreateProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, CreateProjectionCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
40
|
* const client = new WdaInsightsClient(config);
|
|
37
41
|
* const input = { // CreateProjectionInput
|
|
38
42
|
* category: "STRING_VALUE",
|