@aws-sdk/client-connect 3.696.0 → 3.699.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 +88 -0
- package/dist-cjs/index.js +968 -115
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -24
- package/dist-es/models/models_1.js +24 -45
- package/dist-es/models/models_2.js +162 -17
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +417 -6
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +128 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +29 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +389 -335
- package/dist-types/models/models_1.d.ts +560 -663
- package/dist-types/models/models_2.d.ts +3752 -3728
- package/dist-types/models/models_3.d.ts +1351 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -95
- package/dist-types/ts3.4/models/models_1.d.ts +160 -230
- package/dist-types/ts3.4/models/models_2.d.ts +451 -290
- package/dist-types/ts3.4/models/models_3.d.ts +325 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -137,6 +137,10 @@ import {
|
|
|
137
137
|
CreateAgentStatusCommandInput,
|
|
138
138
|
CreateAgentStatusCommandOutput,
|
|
139
139
|
} from "./commands/CreateAgentStatusCommand";
|
|
140
|
+
import {
|
|
141
|
+
CreateContactCommandInput,
|
|
142
|
+
CreateContactCommandOutput,
|
|
143
|
+
} from "./commands/CreateContactCommand";
|
|
140
144
|
import {
|
|
141
145
|
CreateContactFlowCommandInput,
|
|
142
146
|
CreateContactFlowCommandOutput,
|
|
@@ -149,6 +153,10 @@ import {
|
|
|
149
153
|
CreateContactFlowVersionCommandInput,
|
|
150
154
|
CreateContactFlowVersionCommandOutput,
|
|
151
155
|
} from "./commands/CreateContactFlowVersionCommand";
|
|
156
|
+
import {
|
|
157
|
+
CreateEmailAddressCommandInput,
|
|
158
|
+
CreateEmailAddressCommandOutput,
|
|
159
|
+
} from "./commands/CreateEmailAddressCommand";
|
|
152
160
|
import {
|
|
153
161
|
CreateEvaluationFormCommandInput,
|
|
154
162
|
CreateEvaluationFormCommandOutput,
|
|
@@ -253,6 +261,10 @@ import {
|
|
|
253
261
|
DeleteContactFlowModuleCommandInput,
|
|
254
262
|
DeleteContactFlowModuleCommandOutput,
|
|
255
263
|
} from "./commands/DeleteContactFlowModuleCommand";
|
|
264
|
+
import {
|
|
265
|
+
DeleteEmailAddressCommandInput,
|
|
266
|
+
DeleteEmailAddressCommandOutput,
|
|
267
|
+
} from "./commands/DeleteEmailAddressCommand";
|
|
256
268
|
import {
|
|
257
269
|
DeleteEvaluationFormCommandInput,
|
|
258
270
|
DeleteEvaluationFormCommandOutput,
|
|
@@ -353,6 +365,10 @@ import {
|
|
|
353
365
|
DescribeContactFlowModuleCommandInput,
|
|
354
366
|
DescribeContactFlowModuleCommandOutput,
|
|
355
367
|
} from "./commands/DescribeContactFlowModuleCommand";
|
|
368
|
+
import {
|
|
369
|
+
DescribeEmailAddressCommandInput,
|
|
370
|
+
DescribeEmailAddressCommandOutput,
|
|
371
|
+
} from "./commands/DescribeEmailAddressCommand";
|
|
356
372
|
import {
|
|
357
373
|
DescribeEvaluationFormCommandInput,
|
|
358
374
|
DescribeEvaluationFormCommandOutput,
|
|
@@ -545,6 +561,10 @@ import {
|
|
|
545
561
|
ListApprovedOriginsCommandInput,
|
|
546
562
|
ListApprovedOriginsCommandOutput,
|
|
547
563
|
} from "./commands/ListApprovedOriginsCommand";
|
|
564
|
+
import {
|
|
565
|
+
ListAssociatedContactsCommandInput,
|
|
566
|
+
ListAssociatedContactsCommandOutput,
|
|
567
|
+
} from "./commands/ListAssociatedContactsCommand";
|
|
548
568
|
import {
|
|
549
569
|
ListAuthenticationProfilesCommandInput,
|
|
550
570
|
ListAuthenticationProfilesCommandOutput,
|
|
@@ -765,6 +785,10 @@ import {
|
|
|
765
785
|
SearchContactsCommandInput,
|
|
766
786
|
SearchContactsCommandOutput,
|
|
767
787
|
} from "./commands/SearchContactsCommand";
|
|
788
|
+
import {
|
|
789
|
+
SearchEmailAddressesCommandInput,
|
|
790
|
+
SearchEmailAddressesCommandOutput,
|
|
791
|
+
} from "./commands/SearchEmailAddressesCommand";
|
|
768
792
|
import {
|
|
769
793
|
SearchHoursOfOperationsCommandInput,
|
|
770
794
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -813,6 +837,10 @@ import {
|
|
|
813
837
|
SendChatIntegrationEventCommandInput,
|
|
814
838
|
SendChatIntegrationEventCommandOutput,
|
|
815
839
|
} from "./commands/SendChatIntegrationEventCommand";
|
|
840
|
+
import {
|
|
841
|
+
SendOutboundEmailCommandInput,
|
|
842
|
+
SendOutboundEmailCommandOutput,
|
|
843
|
+
} from "./commands/SendOutboundEmailCommand";
|
|
816
844
|
import {
|
|
817
845
|
StartAttachedFileUploadCommandInput,
|
|
818
846
|
StartAttachedFileUploadCommandOutput,
|
|
@@ -833,10 +861,18 @@ import {
|
|
|
833
861
|
StartContactStreamingCommandInput,
|
|
834
862
|
StartContactStreamingCommandOutput,
|
|
835
863
|
} from "./commands/StartContactStreamingCommand";
|
|
864
|
+
import {
|
|
865
|
+
StartEmailContactCommandInput,
|
|
866
|
+
StartEmailContactCommandOutput,
|
|
867
|
+
} from "./commands/StartEmailContactCommand";
|
|
836
868
|
import {
|
|
837
869
|
StartOutboundChatContactCommandInput,
|
|
838
870
|
StartOutboundChatContactCommandOutput,
|
|
839
871
|
} from "./commands/StartOutboundChatContactCommand";
|
|
872
|
+
import {
|
|
873
|
+
StartOutboundEmailContactCommandInput,
|
|
874
|
+
StartOutboundEmailContactCommandOutput,
|
|
875
|
+
} from "./commands/StartOutboundEmailContactCommand";
|
|
840
876
|
import {
|
|
841
877
|
StartOutboundVoiceContactCommandInput,
|
|
842
878
|
StartOutboundVoiceContactCommandOutput,
|
|
@@ -941,6 +977,10 @@ import {
|
|
|
941
977
|
UpdateContactScheduleCommandInput,
|
|
942
978
|
UpdateContactScheduleCommandOutput,
|
|
943
979
|
} from "./commands/UpdateContactScheduleCommand";
|
|
980
|
+
import {
|
|
981
|
+
UpdateEmailAddressMetadataCommandInput,
|
|
982
|
+
UpdateEmailAddressMetadataCommandOutput,
|
|
983
|
+
} from "./commands/UpdateEmailAddressMetadataCommand";
|
|
944
984
|
import {
|
|
945
985
|
UpdateEvaluationFormCommandInput,
|
|
946
986
|
UpdateEvaluationFormCommandOutput,
|
|
@@ -993,6 +1033,10 @@ import {
|
|
|
993
1033
|
UpdateQueueOutboundCallerConfigCommandInput,
|
|
994
1034
|
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
995
1035
|
} from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
1036
|
+
import {
|
|
1037
|
+
UpdateQueueOutboundEmailConfigCommandInput,
|
|
1038
|
+
UpdateQueueOutboundEmailConfigCommandOutput,
|
|
1039
|
+
} from "./commands/UpdateQueueOutboundEmailConfigCommand";
|
|
996
1040
|
import {
|
|
997
1041
|
UpdateQueueStatusCommandInput,
|
|
998
1042
|
UpdateQueueStatusCommandOutput,
|
|
@@ -1112,9 +1156,11 @@ export type ServiceInputTypes =
|
|
|
1112
1156
|
| ClaimPhoneNumberCommandInput
|
|
1113
1157
|
| CompleteAttachedFileUploadCommandInput
|
|
1114
1158
|
| CreateAgentStatusCommandInput
|
|
1159
|
+
| CreateContactCommandInput
|
|
1115
1160
|
| CreateContactFlowCommandInput
|
|
1116
1161
|
| CreateContactFlowModuleCommandInput
|
|
1117
1162
|
| CreateContactFlowVersionCommandInput
|
|
1163
|
+
| CreateEmailAddressCommandInput
|
|
1118
1164
|
| CreateEvaluationFormCommandInput
|
|
1119
1165
|
| CreateHoursOfOperationCommandInput
|
|
1120
1166
|
| CreateInstanceCommandInput
|
|
@@ -1141,6 +1187,7 @@ export type ServiceInputTypes =
|
|
|
1141
1187
|
| DeleteContactEvaluationCommandInput
|
|
1142
1188
|
| DeleteContactFlowCommandInput
|
|
1143
1189
|
| DeleteContactFlowModuleCommandInput
|
|
1190
|
+
| DeleteEmailAddressCommandInput
|
|
1144
1191
|
| DeleteEvaluationFormCommandInput
|
|
1145
1192
|
| DeleteHoursOfOperationCommandInput
|
|
1146
1193
|
| DeleteInstanceCommandInput
|
|
@@ -1166,6 +1213,7 @@ export type ServiceInputTypes =
|
|
|
1166
1213
|
| DescribeContactEvaluationCommandInput
|
|
1167
1214
|
| DescribeContactFlowCommandInput
|
|
1168
1215
|
| DescribeContactFlowModuleCommandInput
|
|
1216
|
+
| DescribeEmailAddressCommandInput
|
|
1169
1217
|
| DescribeEvaluationFormCommandInput
|
|
1170
1218
|
| DescribeHoursOfOperationCommandInput
|
|
1171
1219
|
| DescribeInstanceAttributeCommandInput
|
|
@@ -1214,6 +1262,7 @@ export type ServiceInputTypes =
|
|
|
1214
1262
|
| ListAgentStatusesCommandInput
|
|
1215
1263
|
| ListAnalyticsDataAssociationsCommandInput
|
|
1216
1264
|
| ListApprovedOriginsCommandInput
|
|
1265
|
+
| ListAssociatedContactsCommandInput
|
|
1217
1266
|
| ListAuthenticationProfilesCommandInput
|
|
1218
1267
|
| ListBotsCommandInput
|
|
1219
1268
|
| ListContactEvaluationsCommandInput
|
|
@@ -1269,6 +1318,7 @@ export type ServiceInputTypes =
|
|
|
1269
1318
|
| SearchContactFlowModulesCommandInput
|
|
1270
1319
|
| SearchContactFlowsCommandInput
|
|
1271
1320
|
| SearchContactsCommandInput
|
|
1321
|
+
| SearchEmailAddressesCommandInput
|
|
1272
1322
|
| SearchHoursOfOperationsCommandInput
|
|
1273
1323
|
| SearchPredefinedAttributesCommandInput
|
|
1274
1324
|
| SearchPromptsCommandInput
|
|
@@ -1281,12 +1331,15 @@ export type ServiceInputTypes =
|
|
|
1281
1331
|
| SearchUsersCommandInput
|
|
1282
1332
|
| SearchVocabulariesCommandInput
|
|
1283
1333
|
| SendChatIntegrationEventCommandInput
|
|
1334
|
+
| SendOutboundEmailCommandInput
|
|
1284
1335
|
| StartAttachedFileUploadCommandInput
|
|
1285
1336
|
| StartChatContactCommandInput
|
|
1286
1337
|
| StartContactEvaluationCommandInput
|
|
1287
1338
|
| StartContactRecordingCommandInput
|
|
1288
1339
|
| StartContactStreamingCommandInput
|
|
1340
|
+
| StartEmailContactCommandInput
|
|
1289
1341
|
| StartOutboundChatContactCommandInput
|
|
1342
|
+
| StartOutboundEmailContactCommandInput
|
|
1290
1343
|
| StartOutboundVoiceContactCommandInput
|
|
1291
1344
|
| StartScreenSharingCommandInput
|
|
1292
1345
|
| StartTaskContactCommandInput
|
|
@@ -1313,6 +1366,7 @@ export type ServiceInputTypes =
|
|
|
1313
1366
|
| UpdateContactFlowNameCommandInput
|
|
1314
1367
|
| UpdateContactRoutingDataCommandInput
|
|
1315
1368
|
| UpdateContactScheduleCommandInput
|
|
1369
|
+
| UpdateEmailAddressMetadataCommandInput
|
|
1316
1370
|
| UpdateEvaluationFormCommandInput
|
|
1317
1371
|
| UpdateHoursOfOperationCommandInput
|
|
1318
1372
|
| UpdateInstanceAttributeCommandInput
|
|
@@ -1326,6 +1380,7 @@ export type ServiceInputTypes =
|
|
|
1326
1380
|
| UpdateQueueMaxContactsCommandInput
|
|
1327
1381
|
| UpdateQueueNameCommandInput
|
|
1328
1382
|
| UpdateQueueOutboundCallerConfigCommandInput
|
|
1383
|
+
| UpdateQueueOutboundEmailConfigCommandInput
|
|
1329
1384
|
| UpdateQueueStatusCommandInput
|
|
1330
1385
|
| UpdateQuickConnectConfigCommandInput
|
|
1331
1386
|
| UpdateQuickConnectNameCommandInput
|
|
@@ -1372,9 +1427,11 @@ export type ServiceOutputTypes =
|
|
|
1372
1427
|
| ClaimPhoneNumberCommandOutput
|
|
1373
1428
|
| CompleteAttachedFileUploadCommandOutput
|
|
1374
1429
|
| CreateAgentStatusCommandOutput
|
|
1430
|
+
| CreateContactCommandOutput
|
|
1375
1431
|
| CreateContactFlowCommandOutput
|
|
1376
1432
|
| CreateContactFlowModuleCommandOutput
|
|
1377
1433
|
| CreateContactFlowVersionCommandOutput
|
|
1434
|
+
| CreateEmailAddressCommandOutput
|
|
1378
1435
|
| CreateEvaluationFormCommandOutput
|
|
1379
1436
|
| CreateHoursOfOperationCommandOutput
|
|
1380
1437
|
| CreateInstanceCommandOutput
|
|
@@ -1401,6 +1458,7 @@ export type ServiceOutputTypes =
|
|
|
1401
1458
|
| DeleteContactEvaluationCommandOutput
|
|
1402
1459
|
| DeleteContactFlowCommandOutput
|
|
1403
1460
|
| DeleteContactFlowModuleCommandOutput
|
|
1461
|
+
| DeleteEmailAddressCommandOutput
|
|
1404
1462
|
| DeleteEvaluationFormCommandOutput
|
|
1405
1463
|
| DeleteHoursOfOperationCommandOutput
|
|
1406
1464
|
| DeleteInstanceCommandOutput
|
|
@@ -1426,6 +1484,7 @@ export type ServiceOutputTypes =
|
|
|
1426
1484
|
| DescribeContactEvaluationCommandOutput
|
|
1427
1485
|
| DescribeContactFlowCommandOutput
|
|
1428
1486
|
| DescribeContactFlowModuleCommandOutput
|
|
1487
|
+
| DescribeEmailAddressCommandOutput
|
|
1429
1488
|
| DescribeEvaluationFormCommandOutput
|
|
1430
1489
|
| DescribeHoursOfOperationCommandOutput
|
|
1431
1490
|
| DescribeInstanceAttributeCommandOutput
|
|
@@ -1474,6 +1533,7 @@ export type ServiceOutputTypes =
|
|
|
1474
1533
|
| ListAgentStatusesCommandOutput
|
|
1475
1534
|
| ListAnalyticsDataAssociationsCommandOutput
|
|
1476
1535
|
| ListApprovedOriginsCommandOutput
|
|
1536
|
+
| ListAssociatedContactsCommandOutput
|
|
1477
1537
|
| ListAuthenticationProfilesCommandOutput
|
|
1478
1538
|
| ListBotsCommandOutput
|
|
1479
1539
|
| ListContactEvaluationsCommandOutput
|
|
@@ -1529,6 +1589,7 @@ export type ServiceOutputTypes =
|
|
|
1529
1589
|
| SearchContactFlowModulesCommandOutput
|
|
1530
1590
|
| SearchContactFlowsCommandOutput
|
|
1531
1591
|
| SearchContactsCommandOutput
|
|
1592
|
+
| SearchEmailAddressesCommandOutput
|
|
1532
1593
|
| SearchHoursOfOperationsCommandOutput
|
|
1533
1594
|
| SearchPredefinedAttributesCommandOutput
|
|
1534
1595
|
| SearchPromptsCommandOutput
|
|
@@ -1541,12 +1602,15 @@ export type ServiceOutputTypes =
|
|
|
1541
1602
|
| SearchUsersCommandOutput
|
|
1542
1603
|
| SearchVocabulariesCommandOutput
|
|
1543
1604
|
| SendChatIntegrationEventCommandOutput
|
|
1605
|
+
| SendOutboundEmailCommandOutput
|
|
1544
1606
|
| StartAttachedFileUploadCommandOutput
|
|
1545
1607
|
| StartChatContactCommandOutput
|
|
1546
1608
|
| StartContactEvaluationCommandOutput
|
|
1547
1609
|
| StartContactRecordingCommandOutput
|
|
1548
1610
|
| StartContactStreamingCommandOutput
|
|
1611
|
+
| StartEmailContactCommandOutput
|
|
1549
1612
|
| StartOutboundChatContactCommandOutput
|
|
1613
|
+
| StartOutboundEmailContactCommandOutput
|
|
1550
1614
|
| StartOutboundVoiceContactCommandOutput
|
|
1551
1615
|
| StartScreenSharingCommandOutput
|
|
1552
1616
|
| StartTaskContactCommandOutput
|
|
@@ -1573,6 +1637,7 @@ export type ServiceOutputTypes =
|
|
|
1573
1637
|
| UpdateContactFlowNameCommandOutput
|
|
1574
1638
|
| UpdateContactRoutingDataCommandOutput
|
|
1575
1639
|
| UpdateContactScheduleCommandOutput
|
|
1640
|
+
| UpdateEmailAddressMetadataCommandOutput
|
|
1576
1641
|
| UpdateEvaluationFormCommandOutput
|
|
1577
1642
|
| UpdateHoursOfOperationCommandOutput
|
|
1578
1643
|
| UpdateInstanceAttributeCommandOutput
|
|
@@ -1586,6 +1651,7 @@ export type ServiceOutputTypes =
|
|
|
1586
1651
|
| UpdateQueueMaxContactsCommandOutput
|
|
1587
1652
|
| UpdateQueueNameCommandOutput
|
|
1588
1653
|
| UpdateQueueOutboundCallerConfigCommandOutput
|
|
1654
|
+
| UpdateQueueOutboundEmailConfigCommandOutput
|
|
1589
1655
|
| UpdateQueueStatusCommandOutput
|
|
1590
1656
|
| UpdateQuickConnectConfigCommandOutput
|
|
1591
1657
|
| UpdateQuickConnectNameCommandOutput
|
|
@@ -0,0 +1,50 @@
|
|
|
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 {
|
|
9
|
+
CreateContactRequest,
|
|
10
|
+
CreateContactResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateContactCommandInput extends CreateContactRequest {}
|
|
15
|
+
export interface CreateContactCommandOutput
|
|
16
|
+
extends CreateContactResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateContactCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateContactCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateContactCommandInput,
|
|
23
|
+
CreateContactCommandOutput,
|
|
24
|
+
ConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateContactCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateContactCommandInput,
|
|
32
|
+
CreateContactCommandOutput,
|
|
33
|
+
ConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateContactCommand extends CreateContactCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateContactRequest;
|
|
43
|
+
output: CreateContactResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateContactCommandInput;
|
|
47
|
+
output: CreateContactCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 {
|
|
9
|
+
CreateEmailAddressRequest,
|
|
10
|
+
CreateEmailAddressResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateEmailAddressCommandInput
|
|
15
|
+
extends CreateEmailAddressRequest {}
|
|
16
|
+
export interface CreateEmailAddressCommandOutput
|
|
17
|
+
extends CreateEmailAddressResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateEmailAddressCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateEmailAddressCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateEmailAddressCommandInput,
|
|
24
|
+
CreateEmailAddressCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateEmailAddressCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateEmailAddressCommandInput,
|
|
33
|
+
CreateEmailAddressCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateEmailAddressCommand extends CreateEmailAddressCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEmailAddressRequest;
|
|
44
|
+
output: CreateEmailAddressResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEmailAddressCommandInput;
|
|
48
|
+
output: CreateEmailAddressCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
8
|
import { CreateEvaluationFormResponse } from "../models/models_0";
|
|
9
|
-
import { CreateEvaluationFormRequest } from "../models/
|
|
9
|
+
import { CreateEvaluationFormRequest } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface CreateEvaluationFormCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
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 {
|
|
9
|
+
DeleteEmailAddressRequest,
|
|
10
|
+
DeleteEmailAddressResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteEmailAddressCommandInput
|
|
15
|
+
extends DeleteEmailAddressRequest {}
|
|
16
|
+
export interface DeleteEmailAddressCommandOutput
|
|
17
|
+
extends DeleteEmailAddressResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteEmailAddressCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteEmailAddressCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteEmailAddressCommandInput,
|
|
24
|
+
DeleteEmailAddressCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteEmailAddressCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteEmailAddressCommandInput,
|
|
33
|
+
DeleteEmailAddressCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteEmailAddressCommand extends DeleteEmailAddressCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEmailAddressRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEmailAddressCommandInput;
|
|
48
|
+
output: DeleteEmailAddressCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteViewVersionResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { DeleteViewVersionRequest } from "../models/models_0";
|
|
9
|
+
import { DeleteViewVersionResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteViewVersionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteVocabularyRequest,
|
|
10
10
|
DeleteVocabularyResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeAuthenticationProfileRequest,
|
|
10
10
|
DescribeAuthenticationProfileResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeAuthenticationProfileCommandInput
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DescribeContactRequest } from "../models/
|
|
9
|
-
import { DescribeContactResponse } from "../models/
|
|
8
|
+
import { DescribeContactRequest } from "../models/models_1";
|
|
9
|
+
import { DescribeContactResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
8
|
import { DescribeContactEvaluationRequest } from "../models/models_1";
|
|
9
|
-
import { DescribeContactEvaluationResponse } from "../models/
|
|
9
|
+
import { DescribeContactEvaluationResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface DescribeContactEvaluationCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
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 {
|
|
9
|
+
DescribeEmailAddressRequest,
|
|
10
|
+
DescribeEmailAddressResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeEmailAddressCommandInput
|
|
15
|
+
extends DescribeEmailAddressRequest {}
|
|
16
|
+
export interface DescribeEmailAddressCommandOutput
|
|
17
|
+
extends DescribeEmailAddressResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeEmailAddressCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeEmailAddressCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeEmailAddressCommandInput,
|
|
24
|
+
DescribeEmailAddressCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeEmailAddressCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeEmailAddressCommandInput,
|
|
33
|
+
DescribeEmailAddressCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeEmailAddressCommand extends DescribeEmailAddressCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEmailAddressRequest;
|
|
44
|
+
output: DescribeEmailAddressResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEmailAddressCommandInput;
|
|
48
|
+
output: DescribeEmailAddressCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
8
|
import { DescribeEvaluationFormRequest } from "../models/models_1";
|
|
9
|
-
import { DescribeEvaluationFormResponse } from "../models/
|
|
9
|
+
import { DescribeEvaluationFormResponse } from "../models/models_3";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface DescribeEvaluationFormCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
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 {
|
|
9
|
+
ListAssociatedContactsRequest,
|
|
10
|
+
ListAssociatedContactsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAssociatedContactsCommandInput
|
|
15
|
+
extends ListAssociatedContactsRequest {}
|
|
16
|
+
export interface ListAssociatedContactsCommandOutput
|
|
17
|
+
extends ListAssociatedContactsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAssociatedContactsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAssociatedContactsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAssociatedContactsCommandInput,
|
|
24
|
+
ListAssociatedContactsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListAssociatedContactsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAssociatedContactsCommandInput,
|
|
33
|
+
ListAssociatedContactsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAssociatedContactsCommand extends ListAssociatedContactsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAssociatedContactsRequest;
|
|
44
|
+
output: ListAssociatedContactsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAssociatedContactsCommandInput;
|
|
48
|
+
output: ListAssociatedContactsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListRealtimeContactAnalysisSegmentsV2Response,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListRealtimeContactAnalysisSegmentsV2Request } from "../models/models_1";
|
|
9
|
+
import { ListRealtimeContactAnalysisSegmentsV2Response } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListRealtimeContactAnalysisSegmentsV2CommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListRoutingProfileQueuesRequest,
|
|
10
10
|
ListRoutingProfileQueuesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListRoutingProfileQueuesCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { ListRulesRequest, ListRulesResponse } from "../models/
|
|
8
|
+
import { ListRulesRequest, ListRulesResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSecurityKeysRequest,
|
|
10
10
|
ListSecurityKeysResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSecurityKeysCommandInput extends ListSecurityKeysRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSecurityProfileApplicationsRequest,
|
|
10
10
|
ListSecurityProfileApplicationsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSecurityProfileApplicationsCommandInput
|