@wildix/wda-insights-client 3.1.46 → 4.0.2
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/schemas/schemas_0.js +4 -4
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
- package/dist-types/commands/CreatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/CreateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DisableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/EnableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +22 -19
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallStateCommand.d.ts +1 -3
- package/dist-types/commands/GetCallSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetChatInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetChatStateCommand.d.ts +1 -3
- package/dist-types/commands/GetChatSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceStateCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +1 -3
- package/dist-types/commands/GetDashboardCommand.d.ts +27 -19
- package/dist-types/commands/GetPlaylistCommand.d.ts +1 -3
- package/dist-types/commands/GetProjectionCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +1 -3
- package/dist-types/commands/ListPlaylistsCommand.d.ts +1 -3
- package/dist-types/commands/ListProjectionsCommand.d.ts +22 -19
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +1 -3
- package/dist-types/commands/PauseProjectionCommand.d.ts +22 -19
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +43 -35
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +22 -19
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +27 -19
- package/dist-types/commands/UpdateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/UpdateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/WatchCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +301 -26
- package/package.json +1 -1
|
@@ -24,9 +24,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardOutput, __M
|
|
|
24
24
|
declare const UpdateDashboardCommand_base: {
|
|
25
25
|
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Updates an existing dashboard's configuration.
|
|
@@ -129,27 +127,32 @@ declare const UpdateDashboardCommand_base: {
|
|
|
129
127
|
* from: Number("int"),
|
|
130
128
|
* to: Number("int"),
|
|
131
129
|
* },
|
|
130
|
+
* connectTime: {
|
|
131
|
+
* from: Number("int"),
|
|
132
|
+
* to: Number("int"),
|
|
133
|
+
* },
|
|
134
|
+
* talkTime: {
|
|
135
|
+
* from: Number("int"),
|
|
136
|
+
* to: Number("int"),
|
|
137
|
+
* },
|
|
138
|
+
* waitTime: {
|
|
139
|
+
* from: Number("int"),
|
|
140
|
+
* to: Number("int"),
|
|
141
|
+
* },
|
|
142
|
+
* queueTime: {
|
|
143
|
+
* from: Number("int"),
|
|
144
|
+
* to: Number("int"),
|
|
145
|
+
* },
|
|
146
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
132
147
|
* interaction: { // ListConversationsFilterInteraction
|
|
133
|
-
* talkRatio:
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
* },
|
|
137
|
-
* wordsPerMinute: {
|
|
138
|
-
* from: Number("int"),
|
|
139
|
-
* to: Number("int"),
|
|
140
|
-
* },
|
|
141
|
-
* interruptions: {
|
|
142
|
-
* from: Number("int"),
|
|
143
|
-
* to: Number("int"),
|
|
144
|
-
* },
|
|
148
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
149
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
150
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
145
151
|
* patience: { // ListConversationsFilterFloat
|
|
146
152
|
* from: Number("float"),
|
|
147
153
|
* to: Number("float"),
|
|
148
154
|
* },
|
|
149
|
-
* longestMonologue:
|
|
150
|
-
* from: Number("int"),
|
|
151
|
-
* to: Number("int"),
|
|
152
|
-
* },
|
|
155
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
153
156
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
154
157
|
* },
|
|
155
158
|
* recorded: true || false,
|
|
@@ -289,6 +292,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
289
292
|
* ],
|
|
290
293
|
* language: "<ListConversationsFilterKeyword>",
|
|
291
294
|
* duration: "<ListConversationsFilterNumber>",
|
|
295
|
+
* connectTime: "<ListConversationsFilterNumber>",
|
|
296
|
+
* talkTime: "<ListConversationsFilterNumber>",
|
|
297
|
+
* waitTime: "<ListConversationsFilterNumber>",
|
|
298
|
+
* queueTime: "<ListConversationsFilterNumber>",
|
|
299
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
292
300
|
* interaction: {
|
|
293
301
|
* talkRatio: "<ListConversationsFilterNumber>",
|
|
294
302
|
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -502,27 +510,32 @@ declare const UpdateDashboardCommand_base: {
|
|
|
502
510
|
* // from: Number("int"),
|
|
503
511
|
* // to: Number("int"),
|
|
504
512
|
* // },
|
|
513
|
+
* // connectTime: {
|
|
514
|
+
* // from: Number("int"),
|
|
515
|
+
* // to: Number("int"),
|
|
516
|
+
* // },
|
|
517
|
+
* // talkTime: {
|
|
518
|
+
* // from: Number("int"),
|
|
519
|
+
* // to: Number("int"),
|
|
520
|
+
* // },
|
|
521
|
+
* // waitTime: {
|
|
522
|
+
* // from: Number("int"),
|
|
523
|
+
* // to: Number("int"),
|
|
524
|
+
* // },
|
|
525
|
+
* // queueTime: {
|
|
526
|
+
* // from: Number("int"),
|
|
527
|
+
* // to: Number("int"),
|
|
528
|
+
* // },
|
|
529
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
505
530
|
* // interaction: { // ListConversationsFilterInteraction
|
|
506
|
-
* // talkRatio:
|
|
507
|
-
* //
|
|
508
|
-
* //
|
|
509
|
-
* // },
|
|
510
|
-
* // wordsPerMinute: {
|
|
511
|
-
* // from: Number("int"),
|
|
512
|
-
* // to: Number("int"),
|
|
513
|
-
* // },
|
|
514
|
-
* // interruptions: {
|
|
515
|
-
* // from: Number("int"),
|
|
516
|
-
* // to: Number("int"),
|
|
517
|
-
* // },
|
|
531
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
532
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
533
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
518
534
|
* // patience: { // ListConversationsFilterFloat
|
|
519
535
|
* // from: Number("float"),
|
|
520
536
|
* // to: Number("float"),
|
|
521
537
|
* // },
|
|
522
|
-
* // longestMonologue:
|
|
523
|
-
* // from: Number("int"),
|
|
524
|
-
* // to: Number("int"),
|
|
525
|
-
* // },
|
|
538
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
526
539
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
527
540
|
* // },
|
|
528
541
|
* // recorded: true || false,
|
|
@@ -662,6 +675,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
662
675
|
* // ],
|
|
663
676
|
* // language: "<ListConversationsFilterKeyword>",
|
|
664
677
|
* // duration: "<ListConversationsFilterNumber>",
|
|
678
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
679
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
680
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
681
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
682
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
665
683
|
* // interaction: {
|
|
666
684
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
667
685
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -24,9 +24,7 @@ export interface UpdateFilterCommandOutput extends UpdateFilterOutput, __Metadat
|
|
|
24
24
|
declare const UpdateFilterCommand_base: {
|
|
25
25
|
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdateFilterCommandInput): import("@smithy/core/client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Updates an existing filter's name and configuration.
|
|
@@ -24,9 +24,7 @@ export interface UpdatePinnedDashboardsCommandOutput extends UpdatePinnedDashboa
|
|
|
24
24
|
declare const UpdatePinnedDashboardsCommand_base: {
|
|
25
25
|
new (input: UpdatePinnedDashboardsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdatePinnedDashboardsCommandInput): import("@smithy/core/client").CommandImpl<UpdatePinnedDashboardsCommandInput, UpdatePinnedDashboardsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Updates pinned dashboard's configuration.
|
|
@@ -24,9 +24,7 @@ export interface UpdatePlaylistAccessCommandOutput extends UpdatePlaylistAccessO
|
|
|
24
24
|
declare const UpdatePlaylistAccessCommand_base: {
|
|
25
25
|
new (input: UpdatePlaylistAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdatePlaylistAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistAccessCommandInput, UpdatePlaylistAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Enables a playlist by its ID.
|
|
@@ -24,9 +24,7 @@ export interface UpdatePlaylistCommandOutput extends UpdatePlaylistOutput, __Met
|
|
|
24
24
|
declare const UpdatePlaylistCommand_base: {
|
|
25
25
|
new (input: UpdatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdatePlaylistCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaylistCommandInput, UpdatePlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Updates an existing playlist's configuration.
|
|
@@ -24,9 +24,7 @@ export interface UpdateProjectionCommandOutput extends UpdateProjectionOutput, _
|
|
|
24
24
|
declare const UpdateProjectionCommand_base: {
|
|
25
25
|
new (input: UpdateProjectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionCommandInput, UpdateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdateProjectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionCommandInput, UpdateProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Updates an existing projection's configuration.
|
|
@@ -143,27 +141,32 @@ declare const UpdateProjectionCommand_base: {
|
|
|
143
141
|
* from: Number("int"),
|
|
144
142
|
* to: Number("int"),
|
|
145
143
|
* },
|
|
144
|
+
* connectTime: {
|
|
145
|
+
* from: Number("int"),
|
|
146
|
+
* to: Number("int"),
|
|
147
|
+
* },
|
|
148
|
+
* talkTime: {
|
|
149
|
+
* from: Number("int"),
|
|
150
|
+
* to: Number("int"),
|
|
151
|
+
* },
|
|
152
|
+
* waitTime: {
|
|
153
|
+
* from: Number("int"),
|
|
154
|
+
* to: Number("int"),
|
|
155
|
+
* },
|
|
156
|
+
* queueTime: {
|
|
157
|
+
* from: Number("int"),
|
|
158
|
+
* to: Number("int"),
|
|
159
|
+
* },
|
|
160
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
146
161
|
* interaction: { // ListConversationsFilterInteraction
|
|
147
|
-
* talkRatio:
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* },
|
|
151
|
-
* wordsPerMinute: {
|
|
152
|
-
* from: Number("int"),
|
|
153
|
-
* to: Number("int"),
|
|
154
|
-
* },
|
|
155
|
-
* interruptions: {
|
|
156
|
-
* from: Number("int"),
|
|
157
|
-
* to: Number("int"),
|
|
158
|
-
* },
|
|
162
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
163
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
164
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
159
165
|
* patience: { // ListConversationsFilterFloat
|
|
160
166
|
* from: Number("float"),
|
|
161
167
|
* to: Number("float"),
|
|
162
168
|
* },
|
|
163
|
-
* longestMonologue:
|
|
164
|
-
* from: Number("int"),
|
|
165
|
-
* to: Number("int"),
|
|
166
|
-
* },
|
|
169
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
167
170
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
168
171
|
* },
|
|
169
172
|
* recorded: true || false,
|
|
@@ -385,27 +388,32 @@ declare const UpdateProjectionCommand_base: {
|
|
|
385
388
|
* // from: Number("int"),
|
|
386
389
|
* // to: Number("int"),
|
|
387
390
|
* // },
|
|
391
|
+
* // connectTime: {
|
|
392
|
+
* // from: Number("int"),
|
|
393
|
+
* // to: Number("int"),
|
|
394
|
+
* // },
|
|
395
|
+
* // talkTime: {
|
|
396
|
+
* // from: Number("int"),
|
|
397
|
+
* // to: Number("int"),
|
|
398
|
+
* // },
|
|
399
|
+
* // waitTime: {
|
|
400
|
+
* // from: Number("int"),
|
|
401
|
+
* // to: Number("int"),
|
|
402
|
+
* // },
|
|
403
|
+
* // queueTime: {
|
|
404
|
+
* // from: Number("int"),
|
|
405
|
+
* // to: Number("int"),
|
|
406
|
+
* // },
|
|
407
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
388
408
|
* // interaction: { // ListConversationsFilterInteraction
|
|
389
|
-
* // talkRatio:
|
|
390
|
-
* //
|
|
391
|
-
* //
|
|
392
|
-
* // },
|
|
393
|
-
* // wordsPerMinute: {
|
|
394
|
-
* // from: Number("int"),
|
|
395
|
-
* // to: Number("int"),
|
|
396
|
-
* // },
|
|
397
|
-
* // interruptions: {
|
|
398
|
-
* // from: Number("int"),
|
|
399
|
-
* // to: Number("int"),
|
|
400
|
-
* // },
|
|
409
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
410
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
411
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
401
412
|
* // patience: { // ListConversationsFilterFloat
|
|
402
413
|
* // from: Number("float"),
|
|
403
414
|
* // to: Number("float"),
|
|
404
415
|
* // },
|
|
405
|
-
* // longestMonologue:
|
|
406
|
-
* // from: Number("int"),
|
|
407
|
-
* // to: Number("int"),
|
|
408
|
-
* // },
|
|
416
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
409
417
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
410
418
|
* // },
|
|
411
419
|
* // recorded: true || false,
|
|
@@ -24,9 +24,7 @@ export interface UpdateProjectionsCategoryCommandOutput extends UpdateProjection
|
|
|
24
24
|
declare const UpdateProjectionsCategoryCommand_base: {
|
|
25
25
|
new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Deprecated compatibility endpoint. This operation is a no-op and does not modify storage.
|
|
@@ -24,9 +24,7 @@ export interface WatchCommandOutput extends WatchOutput, __MetadataBearer {
|
|
|
24
24
|
declare const WatchCommand_base: {
|
|
25
25
|
new (input: WatchCommandInput): import("@smithy/core/client").CommandImpl<WatchCommandInput, WatchCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: WatchCommandInput): import("@smithy/core/client").CommandImpl<WatchCommandInput, WatchCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* .
|