@aws-sdk/client-connect 3.925.0 → 3.927.0
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/README.md +16 -0
- package/dist-cjs/index.js +590 -146
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/CreateViewCommand.js +2 -1
- package/dist-es/commands/CreateViewVersionCommand.js +1 -1
- package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
- package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +29 -56
- package/dist-es/models/models_1.js +92 -20
- package/dist-es/models/models_2.js +50 -76
- package/dist-es/models/models_3.js +85 -0
- package/dist-es/protocols/Aws_restJson1.js +291 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
- package/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +225 -309
- package/dist-types/models/models_1.d.ts +602 -845
- package/dist-types/models/models_2.d.ts +3819 -3480
- package/dist-types/models/models_3.d.ts +3116 -1848
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +89 -94
- package/dist-types/ts3.4/models/models_1.d.ts +197 -256
- package/dist-types/ts3.4/models/models_2.d.ts +399 -249
- package/dist-types/ts3.4/models/models_3.d.ts +426 -74
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -196,10 +196,12 @@ import { ResumeContactCommandInput, ResumeContactCommandOutput } from "../comman
|
|
|
196
196
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
|
|
197
197
|
import { SearchAgentStatusesCommandInput, SearchAgentStatusesCommandOutput } from "../commands/SearchAgentStatusesCommand";
|
|
198
198
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
199
|
+
import { SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOutput } from "../commands/SearchContactEvaluationsCommand";
|
|
199
200
|
import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "../commands/SearchContactFlowModulesCommand";
|
|
200
201
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "../commands/SearchContactFlowsCommand";
|
|
201
202
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "../commands/SearchContactsCommand";
|
|
202
203
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "../commands/SearchEmailAddressesCommand";
|
|
204
|
+
import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "../commands/SearchEvaluationFormsCommand";
|
|
203
205
|
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "../commands/SearchHoursOfOperationOverridesCommand";
|
|
204
206
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "../commands/SearchHoursOfOperationsCommand";
|
|
205
207
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand";
|
|
@@ -1071,6 +1073,10 @@ export declare const se_SearchAgentStatusesCommand: (input: SearchAgentStatusesC
|
|
|
1071
1073
|
* serializeAws_restJson1SearchAvailablePhoneNumbersCommand
|
|
1072
1074
|
*/
|
|
1073
1075
|
export declare const se_SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1076
|
+
/**
|
|
1077
|
+
* serializeAws_restJson1SearchContactEvaluationsCommand
|
|
1078
|
+
*/
|
|
1079
|
+
export declare const se_SearchContactEvaluationsCommand: (input: SearchContactEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1074
1080
|
/**
|
|
1075
1081
|
* serializeAws_restJson1SearchContactFlowModulesCommand
|
|
1076
1082
|
*/
|
|
@@ -1087,6 +1093,10 @@ export declare const se_SearchContactsCommand: (input: SearchContactsCommandInpu
|
|
|
1087
1093
|
* serializeAws_restJson1SearchEmailAddressesCommand
|
|
1088
1094
|
*/
|
|
1089
1095
|
export declare const se_SearchEmailAddressesCommand: (input: SearchEmailAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1096
|
+
/**
|
|
1097
|
+
* serializeAws_restJson1SearchEvaluationFormsCommand
|
|
1098
|
+
*/
|
|
1099
|
+
export declare const se_SearchEvaluationFormsCommand: (input: SearchEvaluationFormsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1090
1100
|
/**
|
|
1091
1101
|
* serializeAws_restJson1SearchHoursOfOperationOverridesCommand
|
|
1092
1102
|
*/
|
|
@@ -2219,6 +2229,10 @@ export declare const de_SearchAgentStatusesCommand: (output: __HttpResponse, con
|
|
|
2219
2229
|
* deserializeAws_restJson1SearchAvailablePhoneNumbersCommand
|
|
2220
2230
|
*/
|
|
2221
2231
|
export declare const de_SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
2232
|
+
/**
|
|
2233
|
+
* deserializeAws_restJson1SearchContactEvaluationsCommand
|
|
2234
|
+
*/
|
|
2235
|
+
export declare const de_SearchContactEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContactEvaluationsCommandOutput>;
|
|
2222
2236
|
/**
|
|
2223
2237
|
* deserializeAws_restJson1SearchContactFlowModulesCommand
|
|
2224
2238
|
*/
|
|
@@ -2235,6 +2249,10 @@ export declare const de_SearchContactsCommand: (output: __HttpResponse, context:
|
|
|
2235
2249
|
* deserializeAws_restJson1SearchEmailAddressesCommand
|
|
2236
2250
|
*/
|
|
2237
2251
|
export declare const de_SearchEmailAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchEmailAddressesCommandOutput>;
|
|
2252
|
+
/**
|
|
2253
|
+
* deserializeAws_restJson1SearchEvaluationFormsCommand
|
|
2254
|
+
*/
|
|
2255
|
+
export declare const de_SearchEvaluationFormsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchEvaluationFormsCommandOutput>;
|
|
2238
2256
|
/**
|
|
2239
2257
|
* deserializeAws_restJson1SearchHoursOfOperationOverridesCommand
|
|
2240
2258
|
*/
|
|
@@ -783,6 +783,10 @@ import {
|
|
|
783
783
|
SearchAvailablePhoneNumbersCommandInput,
|
|
784
784
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
785
785
|
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
786
|
+
import {
|
|
787
|
+
SearchContactEvaluationsCommandInput,
|
|
788
|
+
SearchContactEvaluationsCommandOutput,
|
|
789
|
+
} from "./commands/SearchContactEvaluationsCommand";
|
|
786
790
|
import {
|
|
787
791
|
SearchContactFlowModulesCommandInput,
|
|
788
792
|
SearchContactFlowModulesCommandOutput,
|
|
@@ -799,6 +803,10 @@ import {
|
|
|
799
803
|
SearchEmailAddressesCommandInput,
|
|
800
804
|
SearchEmailAddressesCommandOutput,
|
|
801
805
|
} from "./commands/SearchEmailAddressesCommand";
|
|
806
|
+
import {
|
|
807
|
+
SearchEvaluationFormsCommandInput,
|
|
808
|
+
SearchEvaluationFormsCommandOutput,
|
|
809
|
+
} from "./commands/SearchEvaluationFormsCommand";
|
|
802
810
|
import {
|
|
803
811
|
SearchHoursOfOperationOverridesCommandInput,
|
|
804
812
|
SearchHoursOfOperationOverridesCommandOutput,
|
|
@@ -3766,6 +3774,19 @@ export interface Connect {
|
|
|
3766
3774
|
options: __HttpHandlerOptions,
|
|
3767
3775
|
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
3768
3776
|
): void;
|
|
3777
|
+
searchContactEvaluations(
|
|
3778
|
+
args: SearchContactEvaluationsCommandInput,
|
|
3779
|
+
options?: __HttpHandlerOptions
|
|
3780
|
+
): Promise<SearchContactEvaluationsCommandOutput>;
|
|
3781
|
+
searchContactEvaluations(
|
|
3782
|
+
args: SearchContactEvaluationsCommandInput,
|
|
3783
|
+
cb: (err: any, data?: SearchContactEvaluationsCommandOutput) => void
|
|
3784
|
+
): void;
|
|
3785
|
+
searchContactEvaluations(
|
|
3786
|
+
args: SearchContactEvaluationsCommandInput,
|
|
3787
|
+
options: __HttpHandlerOptions,
|
|
3788
|
+
cb: (err: any, data?: SearchContactEvaluationsCommandOutput) => void
|
|
3789
|
+
): void;
|
|
3769
3790
|
searchContactFlowModules(
|
|
3770
3791
|
args: SearchContactFlowModulesCommandInput,
|
|
3771
3792
|
options?: __HttpHandlerOptions
|
|
@@ -3818,6 +3839,19 @@ export interface Connect {
|
|
|
3818
3839
|
options: __HttpHandlerOptions,
|
|
3819
3840
|
cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void
|
|
3820
3841
|
): void;
|
|
3842
|
+
searchEvaluationForms(
|
|
3843
|
+
args: SearchEvaluationFormsCommandInput,
|
|
3844
|
+
options?: __HttpHandlerOptions
|
|
3845
|
+
): Promise<SearchEvaluationFormsCommandOutput>;
|
|
3846
|
+
searchEvaluationForms(
|
|
3847
|
+
args: SearchEvaluationFormsCommandInput,
|
|
3848
|
+
cb: (err: any, data?: SearchEvaluationFormsCommandOutput) => void
|
|
3849
|
+
): void;
|
|
3850
|
+
searchEvaluationForms(
|
|
3851
|
+
args: SearchEvaluationFormsCommandInput,
|
|
3852
|
+
options: __HttpHandlerOptions,
|
|
3853
|
+
cb: (err: any, data?: SearchEvaluationFormsCommandOutput) => void
|
|
3854
|
+
): void;
|
|
3821
3855
|
searchHoursOfOperationOverrides(
|
|
3822
3856
|
args: SearchHoursOfOperationOverridesCommandInput,
|
|
3823
3857
|
options?: __HttpHandlerOptions
|
|
@@ -829,6 +829,10 @@ import {
|
|
|
829
829
|
SearchAvailablePhoneNumbersCommandInput,
|
|
830
830
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
831
831
|
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
832
|
+
import {
|
|
833
|
+
SearchContactEvaluationsCommandInput,
|
|
834
|
+
SearchContactEvaluationsCommandOutput,
|
|
835
|
+
} from "./commands/SearchContactEvaluationsCommand";
|
|
832
836
|
import {
|
|
833
837
|
SearchContactFlowModulesCommandInput,
|
|
834
838
|
SearchContactFlowModulesCommandOutput,
|
|
@@ -845,6 +849,10 @@ import {
|
|
|
845
849
|
SearchEmailAddressesCommandInput,
|
|
846
850
|
SearchEmailAddressesCommandOutput,
|
|
847
851
|
} from "./commands/SearchEmailAddressesCommand";
|
|
852
|
+
import {
|
|
853
|
+
SearchEvaluationFormsCommandInput,
|
|
854
|
+
SearchEvaluationFormsCommandOutput,
|
|
855
|
+
} from "./commands/SearchEvaluationFormsCommand";
|
|
848
856
|
import {
|
|
849
857
|
SearchHoursOfOperationOverridesCommandInput,
|
|
850
858
|
SearchHoursOfOperationOverridesCommandOutput,
|
|
@@ -1397,10 +1405,12 @@ export type ServiceInputTypes =
|
|
|
1397
1405
|
| ResumeContactRecordingCommandInput
|
|
1398
1406
|
| SearchAgentStatusesCommandInput
|
|
1399
1407
|
| SearchAvailablePhoneNumbersCommandInput
|
|
1408
|
+
| SearchContactEvaluationsCommandInput
|
|
1400
1409
|
| SearchContactFlowModulesCommandInput
|
|
1401
1410
|
| SearchContactFlowsCommandInput
|
|
1402
1411
|
| SearchContactsCommandInput
|
|
1403
1412
|
| SearchEmailAddressesCommandInput
|
|
1413
|
+
| SearchEvaluationFormsCommandInput
|
|
1404
1414
|
| SearchHoursOfOperationOverridesCommandInput
|
|
1405
1415
|
| SearchHoursOfOperationsCommandInput
|
|
1406
1416
|
| SearchPredefinedAttributesCommandInput
|
|
@@ -1685,10 +1695,12 @@ export type ServiceOutputTypes =
|
|
|
1685
1695
|
| ResumeContactRecordingCommandOutput
|
|
1686
1696
|
| SearchAgentStatusesCommandOutput
|
|
1687
1697
|
| SearchAvailablePhoneNumbersCommandOutput
|
|
1698
|
+
| SearchContactEvaluationsCommandOutput
|
|
1688
1699
|
| SearchContactFlowModulesCommandOutput
|
|
1689
1700
|
| SearchContactFlowsCommandOutput
|
|
1690
1701
|
| SearchContactsCommandOutput
|
|
1691
1702
|
| SearchEmailAddressesCommandOutput
|
|
1703
|
+
| SearchEvaluationFormsCommandOutput
|
|
1692
1704
|
| SearchHoursOfOperationOverridesCommandOutput
|
|
1693
1705
|
| SearchHoursOfOperationsCommandOutput
|
|
1694
1706
|
| SearchPredefinedAttributesCommandOutput
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { CreateViewRequest
|
|
8
|
+
import { CreateViewRequest } from "../models/models_0";
|
|
9
|
+
import { CreateViewResponse } from "../models/models_1";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface CreateViewCommandInput extends CreateViewRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateVocabularyRequest,
|
|
10
10
|
CreateVocabularyResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeactivateEvaluationFormRequest,
|
|
10
10
|
DeactivateEvaluationFormResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeactivateEvaluationFormCommandInput
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { ListBotsRequest
|
|
8
|
+
import { ListBotsRequest } from "../models/models_1";
|
|
9
|
+
import { ListBotsResponse } from "../models/models_2";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface ListBotsCommandInput extends ListBotsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListContactFlowVersionsRequest,
|
|
10
10
|
ListContactFlowVersionsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListContactFlowVersionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListContactFlowsRequest,
|
|
10
10
|
ListContactFlowsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListContactFlowsCommandInput extends ListContactFlowsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListDefaultVocabulariesRequest,
|
|
10
10
|
ListDefaultVocabulariesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListDefaultVocabulariesCommandInput
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { SearchContactEvaluationsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchContactEvaluationsRequest } from "../models/models_3";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface SearchContactEvaluationsCommandInput
|
|
13
|
+
extends SearchContactEvaluationsRequest {}
|
|
14
|
+
export interface SearchContactEvaluationsCommandOutput
|
|
15
|
+
extends SearchContactEvaluationsResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const SearchContactEvaluationsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SearchContactEvaluationsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SearchContactEvaluationsCommandInput,
|
|
22
|
+
SearchContactEvaluationsCommandOutput,
|
|
23
|
+
ConnectClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
input: SearchContactEvaluationsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
SearchContactEvaluationsCommandInput,
|
|
31
|
+
SearchContactEvaluationsCommandOutput,
|
|
32
|
+
ConnectClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class SearchContactEvaluationsCommand extends SearchContactEvaluationsCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: SearchContactEvaluationsRequest;
|
|
42
|
+
output: SearchContactEvaluationsResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: SearchContactEvaluationsCommandInput;
|
|
46
|
+
output: SearchContactEvaluationsCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { SearchEvaluationFormsResponse } from "../models/models_2";
|
|
9
|
+
import { SearchEvaluationFormsRequest } from "../models/models_3";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface SearchEvaluationFormsCommandInput
|
|
13
|
+
extends SearchEvaluationFormsRequest {}
|
|
14
|
+
export interface SearchEvaluationFormsCommandOutput
|
|
15
|
+
extends SearchEvaluationFormsResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const SearchEvaluationFormsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SearchEvaluationFormsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SearchEvaluationFormsCommandInput,
|
|
22
|
+
SearchEvaluationFormsCommandOutput,
|
|
23
|
+
ConnectClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
input: SearchEvaluationFormsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
SearchEvaluationFormsCommandInput,
|
|
31
|
+
SearchEvaluationFormsCommandOutput,
|
|
32
|
+
ConnectClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class SearchEvaluationFormsCommand extends SearchEvaluationFormsCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: SearchEvaluationFormsRequest;
|
|
42
|
+
output: SearchEvaluationFormsResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: SearchEvaluationFormsCommandInput;
|
|
46
|
+
output: SearchEvaluationFormsCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartOutboundVoiceContactRequest,
|
|
10
10
|
StartOutboundVoiceContactResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StartOutboundVoiceContactCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
StartTaskContactRequest,
|
|
10
|
+
StartTaskContactResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface StartTaskContactCommandInput extends StartTaskContactRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { StopContactRequest, StopContactResponse } from "../models/
|
|
8
|
+
import { StopContactRequest, StopContactResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface StopContactCommandInput extends StopContactRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SubmitContactEvaluationRequest,
|
|
10
10
|
SubmitContactEvaluationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SubmitContactEvaluationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SuspendContactRecordingRequest,
|
|
10
10
|
SuspendContactRecordingResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SuspendContactRecordingCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { TagContactRequest, TagContactResponse } from "../models/
|
|
8
|
+
import { TagContactRequest, TagContactResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagContactCommandInput extends TagContactRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { TagResourceRequest } from "../models/
|
|
8
|
+
import { TagResourceRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
TransferContactRequest,
|
|
10
10
|
TransferContactResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface TransferContactCommandInput extends TransferContactRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UntagContactRequest, UntagContactResponse } from "../models/
|
|
8
|
+
import { UntagContactRequest, UntagContactResponse } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagContactCommandInput extends UntagContactRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UntagResourceRequest } from "../models/
|
|
8
|
+
import { UntagResourceRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateAgentStatusRequest } from "../models/
|
|
8
|
+
import { UpdateAgentStatusRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateAgentStatusCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateAuthenticationProfileRequest } from "../models/
|
|
8
|
+
import { UpdateAuthenticationProfileRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateAuthenticationProfileCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateContactAttributesRequest,
|
|
10
10
|
UpdateContactAttributesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateContactAttributesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
UpdateContactRequest,
|
|
10
|
+
UpdateContactResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface UpdateContactCommandInput extends UpdateContactRequest {}
|
|
@@ -194,10 +194,12 @@ export * from "./ResumeContactCommand";
|
|
|
194
194
|
export * from "./ResumeContactRecordingCommand";
|
|
195
195
|
export * from "./SearchAgentStatusesCommand";
|
|
196
196
|
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
197
|
+
export * from "./SearchContactEvaluationsCommand";
|
|
197
198
|
export * from "./SearchContactFlowModulesCommand";
|
|
198
199
|
export * from "./SearchContactFlowsCommand";
|
|
199
200
|
export * from "./SearchContactsCommand";
|
|
200
201
|
export * from "./SearchEmailAddressesCommand";
|
|
202
|
+
export * from "./SearchEvaluationFormsCommand";
|
|
201
203
|
export * from "./SearchHoursOfOperationOverridesCommand";
|
|
202
204
|
export * from "./SearchHoursOfOperationsCommand";
|
|
203
205
|
export * from "./SearchPredefinedAttributesCommand";
|