@wildix/wda-insights-client 1.1.46 → 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 -478
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -471
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +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 +11 -7
- 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 +11 -7
- 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 +11 -7
- 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 -734
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateProjectionsCategoryInput, CreateProjectionsCategoryOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,23 @@ export interface CreateProjectionsCategoryCommandInput extends CreateProjections
|
|
|
22
22
|
export interface CreateProjectionsCategoryCommandOutput extends CreateProjectionsCategoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateProjectionsCategoryCommand_base: {
|
|
25
|
-
new (input: CreateProjectionsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
31
33
|
*
|
|
32
|
-
* @deprecated
|
|
34
|
+
* @deprecated deprecated.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
36
38
|
* import { WdaInsightsClient, CreateProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
39
|
* // const { WdaInsightsClient, CreateProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
40
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
41
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
42
|
* const client = new WdaInsightsClient(config);
|
|
39
43
|
* const input = { // CreateProjectionsCategoryInput
|
|
40
44
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteDashboardInput, DeleteDashboardOutput } 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 DeleteDashboardCommandInput extends DeleteDashboardInput {
|
|
|
22
22
|
export interface DeleteDashboardCommandOutput extends DeleteDashboardOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDashboardCommand_base: {
|
|
25
|
-
new (input: DeleteDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a dashboard by its ID.
|
|
@@ -33,6 +35,8 @@ declare const DeleteDashboardCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DeleteDashboardCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DeleteDashboardCommand } = 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 = { // DeleteDashboardInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteFilterInput, DeleteFilterOutput } 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 DeleteFilterCommandInput extends DeleteFilterInput {
|
|
|
22
22
|
export interface DeleteFilterCommandOutput extends DeleteFilterOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFilterCommand_base: {
|
|
25
|
-
new (input: DeleteFilterCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteFilterCommandInput, DeleteFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a filter by its ID.
|
|
@@ -33,6 +35,8 @@ declare const DeleteFilterCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DeleteFilterCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DeleteFilterCommand } = 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 = { // DeleteFilterInput
|
|
38
42
|
* id: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeletePlaylistInput, DeletePlaylistOutput } 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 DeletePlaylistCommandInput extends DeletePlaylistInput {
|
|
|
22
22
|
export interface DeletePlaylistCommandOutput extends DeletePlaylistOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePlaylistCommand_base: {
|
|
25
|
-
new (input: DeletePlaylistCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePlaylistCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistCommandInput, DeletePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePlaylistCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistCommandInput, DeletePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a playlist by its ID.
|
|
@@ -33,6 +35,8 @@ declare const DeletePlaylistCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DeletePlaylistCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DeletePlaylistCommand } = 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 = { // DeletePlaylistInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeletePlaylistItemInput, DeletePlaylistItemOutput } 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 DeletePlaylistItemCommandInput extends DeletePlaylistItemInput
|
|
|
22
22
|
export interface DeletePlaylistItemCommandOutput extends DeletePlaylistItemOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePlaylistItemCommand_base: {
|
|
25
|
-
new (input: DeletePlaylistItemCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaylistItemCommandInput, DeletePlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Removes a conversation from the specified playlist.
|
|
@@ -33,6 +35,8 @@ declare const DeletePlaylistItemCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DeletePlaylistItemCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DeletePlaylistItemCommand } = 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 = { // DeletePlaylistItemInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteProjectionInput, DeleteProjectionOutput } 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 DeleteProjectionCommandInput extends DeleteProjectionInput {
|
|
|
22
22
|
export interface DeleteProjectionCommandOutput extends DeleteProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProjectionCommand_base: {
|
|
25
|
-
new (input: DeleteProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProjectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionCommandInput, DeleteProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProjectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionCommandInput, DeleteProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a projection by its ID.
|
|
@@ -33,6 +35,8 @@ declare const DeleteProjectionCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DeleteProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DeleteProjectionCommand } = 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 = { // DeleteProjectionInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteProjectionsCategoryInput, DeleteProjectionsCategoryOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,23 @@ export interface DeleteProjectionsCategoryCommandInput extends DeleteProjections
|
|
|
22
22
|
export interface DeleteProjectionsCategoryCommandOutput extends DeleteProjectionsCategoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProjectionsCategoryCommand_base: {
|
|
25
|
-
new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
31
33
|
*
|
|
32
|
-
* @deprecated
|
|
34
|
+
* @deprecated deprecated.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
36
38
|
* import { WdaInsightsClient, DeleteProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
39
|
* // const { WdaInsightsClient, DeleteProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
40
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
41
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
42
|
* const client = new WdaInsightsClient(config);
|
|
39
43
|
* const input = { // DeleteProjectionsCategoryInput
|
|
40
44
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisableProjectionInput, DisableProjectionOutput } 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 DisableProjectionCommandInput extends DisableProjectionInput {
|
|
|
22
22
|
export interface DisableProjectionCommandOutput extends DisableProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableProjectionCommand_base: {
|
|
25
|
-
new (input: DisableProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableProjectionCommandInput): import("@smithy/core/client").CommandImpl<DisableProjectionCommandInput, DisableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableProjectionCommandInput): import("@smithy/core/client").CommandImpl<DisableProjectionCommandInput, DisableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Disables a projection by its ID.
|
|
@@ -33,6 +35,8 @@ declare const DisableProjectionCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, DisableProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, DisableProjectionCommand } = 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 = { // DisableProjectionInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { EnableProjectionInput, EnableProjectionOutput } 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 EnableProjectionCommandInput extends EnableProjectionInput {
|
|
|
22
22
|
export interface EnableProjectionCommandOutput extends EnableProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableProjectionCommand_base: {
|
|
25
|
-
new (input: EnableProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableProjectionCommandInput): import("@smithy/core/client").CommandImpl<EnableProjectionCommandInput, EnableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableProjectionCommandInput): import("@smithy/core/client").CommandImpl<EnableProjectionCommandInput, EnableProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Enables a projection by its ID.
|
|
@@ -33,6 +35,8 @@ declare const EnableProjectionCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, EnableProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, EnableProjectionCommand } = 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 = { // EnableProjectionInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetAnalysisSettingsInput, GetAnalysisSettingsOutput } 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 GetAnalysisSettingsCommandInput extends GetAnalysisSettingsInpu
|
|
|
22
22
|
export interface GetAnalysisSettingsCommandOutput extends GetAnalysisSettingsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnalysisSettingsCommand_base: {
|
|
25
|
-
new (input: GetAnalysisSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAnalysisSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnalysisSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAnalysisSettingsCommandInput, GetAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAnalysisSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnalysisSettingsCommandInput, GetAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets default analysis settings used for projections.
|
|
@@ -33,6 +35,8 @@ declare const GetAnalysisSettingsCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetAnalysisSettingsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetAnalysisSettingsCommand } = 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 = { // GetAnalysisSettingsInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCallCharacteristicsInput, GetCallCharacteristicsOutput } 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 GetCallCharacteristicsCommandInput extends GetCallCharacteristi
|
|
|
22
22
|
export interface GetCallCharacteristicsCommandOutput extends GetCallCharacteristicsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallCharacteristicsCommand_base: {
|
|
25
|
-
new (input: GetCallCharacteristicsCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallCharacteristicsCommandInput): import("@smithy/core/client").CommandImpl<GetCallCharacteristicsCommandInput, GetCallCharacteristicsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallCharacteristicsCommandInput): import("@smithy/core/client").CommandImpl<GetCallCharacteristicsCommandInput, GetCallCharacteristicsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the characteristics for a call by callId and flowIndex.
|
|
@@ -33,6 +35,8 @@ declare const GetCallCharacteristicsCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetCallCharacteristicsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetCallCharacteristicsCommand } = 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 = { // GetCallCharacteristicsInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCallInsightsInput, GetCallInsightsOutput } 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 GetCallInsightsCommandInput extends GetCallInsightsInput {
|
|
|
22
22
|
export interface GetCallInsightsCommandOutput extends GetCallInsightsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallInsightsCommand_base: {
|
|
25
|
-
new (input: GetCallInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetCallInsightsCommandInput, GetCallInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetCallInsightsCommandInput, GetCallInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the insights for a call by callId and flowIndex.
|
|
@@ -33,6 +35,8 @@ declare const GetCallInsightsCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetCallInsightsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetCallInsightsCommand } = 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 = { // GetCallInsightsInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCallStateInput, GetCallStateOutput } 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 GetCallStateCommandInput extends GetCallStateInput {
|
|
|
22
22
|
export interface GetCallStateCommandOutput extends GetCallStateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallStateCommand_base: {
|
|
25
|
-
new (input: GetCallStateCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallStateCommandInput): import("@smithy/core/client").CommandImpl<GetCallStateCommandInput, GetCallStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallStateCommandInput): import("@smithy/core/client").CommandImpl<GetCallStateCommandInput, GetCallStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the summary for a call by callId and flowIndex.
|
|
@@ -33,6 +35,8 @@ declare const GetCallStateCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetCallStateCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetCallStateCommand } = 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 = { // GetCallStateInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCallSummaryInput, GetCallSummaryOutput } 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 GetCallSummaryCommandInput extends GetCallSummaryInput {
|
|
|
22
22
|
export interface GetCallSummaryCommandOutput extends GetCallSummaryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCallSummaryCommand_base: {
|
|
25
|
-
new (input: GetCallSummaryCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCallSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetCallSummaryCommandInput, GetCallSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCallSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetCallSummaryCommandInput, GetCallSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the summary for a call by callId and flowIndex.
|
|
@@ -33,6 +35,8 @@ declare const GetCallSummaryCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetCallSummaryCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetCallSummaryCommand } = 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 = { // GetCallSummaryInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetChatInsightsInput, GetChatInsightsOutput } 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 GetChatInsightsCommandInput extends GetChatInsightsInput {
|
|
|
22
22
|
export interface GetChatInsightsCommandOutput extends GetChatInsightsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChatInsightsCommand_base: {
|
|
25
|
-
new (input: GetChatInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetChatInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetChatInsightsCommandInput, GetChatInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetChatInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetChatInsightsCommandInput, GetChatInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the insights for a chat by chatId.
|
|
@@ -33,6 +35,8 @@ declare const GetChatInsightsCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetChatInsightsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetChatInsightsCommand } = 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 = { // GetChatInsightsInput
|
|
38
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetChatStateInput, GetChatStateOutput } 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 GetChatStateCommandInput extends GetChatStateInput {
|
|
|
22
22
|
export interface GetChatStateCommandOutput extends GetChatStateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChatStateCommand_base: {
|
|
25
|
-
new (input: GetChatStateCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetChatStateCommandInput): import("@smithy/core/client").CommandImpl<GetChatStateCommandInput, GetChatStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetChatStateCommandInput): import("@smithy/core/client").CommandImpl<GetChatStateCommandInput, GetChatStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets the summary for a chat by chatId.
|
|
@@ -33,6 +35,8 @@ declare const GetChatStateCommand_base: {
|
|
|
33
35
|
* ```javascript
|
|
34
36
|
* import { WdaInsightsClient, GetChatStateCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
37
|
* // const { WdaInsightsClient, GetChatStateCommand } = 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 = { // GetChatStateInput
|
|
38
42
|
* company: "STRING_VALUE",
|