@aws-sdk/client-connect 3.41.0 → 3.46.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.
Files changed (196) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +180 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeContactCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  9. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  10. package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateContactCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
  22. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
  41. package/dist-cjs/commands/index.js +12 -0
  42. package/dist-cjs/endpoints.js +1 -0
  43. package/dist-cjs/models/models_0.js +193 -178
  44. package/dist-cjs/models/models_1.js +223 -1
  45. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
  47. package/dist-cjs/pagination/index.js +2 -0
  48. package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
  49. package/dist-cjs/runtimeConfig.js +0 -2
  50. package/dist-es/Connect.js +180 -0
  51. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  52. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  53. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  54. package/dist-es/commands/DescribeContactCommand.js +39 -0
  55. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  56. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  57. package/dist-es/commands/ListContactReferencesCommand.js +39 -0
  58. package/dist-es/commands/TagResourceCommand.js +1 -1
  59. package/dist-es/commands/UntagResourceCommand.js +1 -1
  60. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  61. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  62. package/dist-es/commands/UpdateContactCommand.js +39 -0
  63. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  64. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  65. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  66. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  67. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  68. package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
  69. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  70. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  71. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  72. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  73. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  74. package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
  75. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
  76. package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
  77. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
  78. package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
  79. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
  80. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
  81. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
  82. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
  83. package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
  84. package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
  85. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
  86. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
  87. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  88. package/dist-es/commands/index.js +12 -0
  89. package/dist-es/endpoints.js +1 -0
  90. package/dist-es/models/models_0.js +143 -116
  91. package/dist-es/models/models_1.js +148 -0
  92. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  93. package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
  94. package/dist-es/pagination/index.js +2 -0
  95. package/dist-es/protocols/Aws_restJson1.js +2179 -332
  96. package/dist-es/runtimeConfig.js +0 -2
  97. package/dist-types/Connect.d.ts +112 -14
  98. package/dist-types/ConnectClient.d.ts +17 -7
  99. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  100. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -1
  101. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  103. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  104. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -1
  105. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
  107. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  108. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -1
  109. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  110. package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
  111. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -2
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
  118. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  120. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  121. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  122. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
  124. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +3 -2
  125. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  126. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  136. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  137. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  142. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  143. package/dist-types/commands/index.d.ts +12 -0
  144. package/dist-types/models/models_0.d.ts +592 -643
  145. package/dist-types/models/models_1.d.ts +771 -1
  146. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +2 -0
  149. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  150. package/dist-types/ts3.4/Connect.d.ts +60 -0
  151. package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
  152. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  190. package/dist-types/ts3.4/models/models_0.d.ts +347 -359
  191. package/dist-types/ts3.4/models/models_1.d.ts +455 -1
  192. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  195. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  196. package/package.json +36 -43
@@ -9,6 +9,17 @@ export declare namespace AccessDeniedException {
9
9
 
10
10
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
11
  }
12
+
13
+ export interface AgentInfo {
14
+
15
+ Id?: string;
16
+
17
+ ConnectedToAgentTimestamp?: Date;
18
+ }
19
+ export declare namespace AgentInfo {
20
+
21
+ const filterSensitiveLog: (obj: AgentInfo) => any;
22
+ }
12
23
  export declare enum AgentStatusState {
13
24
  DISABLED = "DISABLED",
14
25
  ENABLED = "ENABLED"
@@ -488,6 +499,56 @@ export declare namespace InvalidContactFlowException {
488
499
 
489
500
  const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
490
501
  }
502
+ export interface CreateContactFlowModuleRequest {
503
+
504
+ InstanceId: string | undefined;
505
+
506
+ Name: string | undefined;
507
+
508
+ Description?: string;
509
+
510
+ Content: string | undefined;
511
+
512
+ Tags?: {
513
+ [key: string]: string;
514
+ };
515
+
516
+ ClientToken?: string;
517
+ }
518
+ export declare namespace CreateContactFlowModuleRequest {
519
+
520
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
521
+ }
522
+ export interface CreateContactFlowModuleResponse {
523
+
524
+ Id?: string;
525
+
526
+ Arn?: string;
527
+ }
528
+ export declare namespace CreateContactFlowModuleResponse {
529
+
530
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
531
+ }
532
+
533
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
534
+ name: "IdempotencyException";
535
+ $fault: "client";
536
+ Message?: string;
537
+ }
538
+ export declare namespace IdempotencyException {
539
+
540
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
541
+ }
542
+
543
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
544
+ name: "InvalidContactFlowModuleException";
545
+ $fault: "client";
546
+ Problems?: ProblemDetail[];
547
+ }
548
+ export declare namespace InvalidContactFlowModuleException {
549
+
550
+ const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
551
+ }
491
552
  export declare enum HoursOfOperationDays {
492
553
  FRIDAY = "FRIDAY",
493
554
  MONDAY = "MONDAY",
@@ -946,6 +1007,32 @@ export declare namespace CreateUserHierarchyGroupResponse {
946
1007
 
947
1008
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
948
1009
  }
1010
+ export interface DeleteContactFlowRequest {
1011
+
1012
+ InstanceId: string | undefined;
1013
+
1014
+ ContactFlowId: string | undefined;
1015
+ }
1016
+ export declare namespace DeleteContactFlowRequest {
1017
+
1018
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1019
+ }
1020
+ export interface DeleteContactFlowModuleRequest {
1021
+
1022
+ InstanceId: string | undefined;
1023
+
1024
+ ContactFlowModuleId: string | undefined;
1025
+ }
1026
+ export declare namespace DeleteContactFlowModuleRequest {
1027
+
1028
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1029
+ }
1030
+ export interface DeleteContactFlowModuleResponse {
1031
+ }
1032
+ export declare namespace DeleteContactFlowModuleResponse {
1033
+
1034
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1035
+ }
949
1036
  export interface DeleteHoursOfOperationRequest {
950
1037
 
951
1038
  InstanceId: string | undefined;
@@ -1067,6 +1154,78 @@ export declare namespace DescribeAgentStatusResponse {
1067
1154
 
1068
1155
  const filterSensitiveLog: (obj: DescribeAgentStatusResponse) => any;
1069
1156
  }
1157
+ export interface DescribeContactRequest {
1158
+
1159
+ InstanceId: string | undefined;
1160
+
1161
+ ContactId: string | undefined;
1162
+ }
1163
+ export declare namespace DescribeContactRequest {
1164
+
1165
+ const filterSensitiveLog: (obj: DescribeContactRequest) => any;
1166
+ }
1167
+ export declare enum ContactInitiationMethod {
1168
+ API = "API",
1169
+ CALLBACK = "CALLBACK",
1170
+ INBOUND = "INBOUND",
1171
+ OUTBOUND = "OUTBOUND",
1172
+ QUEUE_TRANSFER = "QUEUE_TRANSFER",
1173
+ TRANSFER = "TRANSFER"
1174
+ }
1175
+
1176
+ export interface QueueInfo {
1177
+
1178
+ Id?: string;
1179
+
1180
+ EnqueueTimestamp?: Date;
1181
+ }
1182
+ export declare namespace QueueInfo {
1183
+
1184
+ const filterSensitiveLog: (obj: QueueInfo) => any;
1185
+ }
1186
+
1187
+ export interface Contact {
1188
+
1189
+ Arn?: string;
1190
+
1191
+ Id?: string;
1192
+
1193
+ InitialContactId?: string;
1194
+
1195
+ PreviousContactId?: string;
1196
+
1197
+ InitiationMethod?: ContactInitiationMethod | string;
1198
+
1199
+ Name?: string;
1200
+
1201
+ Description?: string;
1202
+
1203
+ Channel?: Channel | string;
1204
+
1205
+ QueueInfo?: QueueInfo;
1206
+
1207
+ AgentInfo?: AgentInfo;
1208
+
1209
+ InitiationTimestamp?: Date;
1210
+
1211
+ DisconnectTimestamp?: Date;
1212
+
1213
+ LastUpdateTimestamp?: Date;
1214
+
1215
+ ScheduledTimestamp?: Date;
1216
+ }
1217
+ export declare namespace Contact {
1218
+
1219
+ const filterSensitiveLog: (obj: Contact) => any;
1220
+ }
1221
+ export interface DescribeContactResponse {
1222
+
1223
+ Contact?: Contact;
1224
+ }
1225
+ export declare namespace DescribeContactResponse {
1226
+
1227
+ const filterSensitiveLog: (obj: DescribeContactResponse) => any;
1228
+ }
1070
1229
 
1071
1230
  export interface ContactFlowNotPublishedException extends __SmithyException, $MetadataBearer {
1072
1231
  name: "ContactFlowNotPublishedException";
@@ -1087,6 +1246,10 @@ export declare namespace DescribeContactFlowRequest {
1087
1246
 
1088
1247
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1089
1248
  }
1249
+ export declare enum ContactFlowState {
1250
+ ACTIVE = "ACTIVE",
1251
+ ARCHIVED = "ARCHIVED"
1252
+ }
1090
1253
 
1091
1254
  export interface ContactFlow {
1092
1255
 
@@ -1098,6 +1261,8 @@ export interface ContactFlow {
1098
1261
 
1099
1262
  Type?: ContactFlowType | string;
1100
1263
 
1264
+ State?: ContactFlowState | string;
1265
+
1101
1266
  Description?: string;
1102
1267
 
1103
1268
  Content?: string;
@@ -1118,6 +1283,57 @@ export declare namespace DescribeContactFlowResponse {
1118
1283
 
1119
1284
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1120
1285
  }
1286
+ export interface DescribeContactFlowModuleRequest {
1287
+
1288
+ InstanceId: string | undefined;
1289
+
1290
+ ContactFlowModuleId: string | undefined;
1291
+ }
1292
+ export declare namespace DescribeContactFlowModuleRequest {
1293
+
1294
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
1295
+ }
1296
+ export declare enum ContactFlowModuleState {
1297
+ ACTIVE = "ACTIVE",
1298
+ ARCHIVED = "ARCHIVED"
1299
+ }
1300
+ export declare enum ContactFlowModuleStatus {
1301
+ PUBLISHED = "PUBLISHED",
1302
+ SAVED = "SAVED"
1303
+ }
1304
+
1305
+ export interface ContactFlowModule {
1306
+
1307
+ Arn?: string;
1308
+
1309
+ Id?: string;
1310
+
1311
+ Name?: string;
1312
+
1313
+ Content?: string;
1314
+
1315
+ Description?: string;
1316
+
1317
+ State?: ContactFlowModuleState | string;
1318
+
1319
+ Status?: ContactFlowModuleStatus | string;
1320
+
1321
+ Tags?: {
1322
+ [key: string]: string;
1323
+ };
1324
+ }
1325
+ export declare namespace ContactFlowModule {
1326
+
1327
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
1328
+ }
1329
+ export interface DescribeContactFlowModuleResponse {
1330
+
1331
+ ContactFlowModule?: ContactFlowModule;
1332
+ }
1333
+ export declare namespace DescribeContactFlowModuleResponse {
1334
+
1335
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
1336
+ }
1121
1337
  export interface DescribeHoursOfOperationRequest {
1122
1338
 
1123
1339
  InstanceId: string | undefined;
@@ -2073,6 +2289,45 @@ export declare namespace ListBotsResponse {
2073
2289
 
2074
2290
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
2075
2291
  }
2292
+ export interface ListContactFlowModulesRequest {
2293
+
2294
+ InstanceId: string | undefined;
2295
+
2296
+ NextToken?: string;
2297
+
2298
+ MaxResults?: number;
2299
+
2300
+ ContactFlowModuleState?: ContactFlowModuleState | string;
2301
+ }
2302
+ export declare namespace ListContactFlowModulesRequest {
2303
+
2304
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
2305
+ }
2306
+
2307
+ export interface ContactFlowModuleSummary {
2308
+
2309
+ Id?: string;
2310
+
2311
+ Arn?: string;
2312
+
2313
+ Name?: string;
2314
+
2315
+ State?: ContactFlowModuleState | string;
2316
+ }
2317
+ export declare namespace ContactFlowModuleSummary {
2318
+
2319
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
2320
+ }
2321
+ export interface ListContactFlowModulesResponse {
2322
+
2323
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
2324
+
2325
+ NextToken?: string;
2326
+ }
2327
+ export declare namespace ListContactFlowModulesResponse {
2328
+
2329
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
2330
+ }
2076
2331
  export interface ListContactFlowsRequest {
2077
2332
 
2078
2333
  InstanceId: string | undefined;
@@ -2097,6 +2352,8 @@ export interface ContactFlowSummary {
2097
2352
  Name?: string;
2098
2353
 
2099
2354
  ContactFlowType?: ContactFlowType | string;
2355
+
2356
+ ContactFlowState?: ContactFlowState | string;
2100
2357
  }
2101
2358
  export declare namespace ContactFlowSummary {
2102
2359
 
@@ -2112,6 +2369,94 @@ export declare namespace ListContactFlowsResponse {
2112
2369
 
2113
2370
  const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
2114
2371
  }
2372
+ export declare enum ReferenceType {
2373
+ ATTACHMENT = "ATTACHMENT",
2374
+ URL = "URL"
2375
+ }
2376
+ export interface ListContactReferencesRequest {
2377
+
2378
+ InstanceId: string | undefined;
2379
+
2380
+ ContactId: string | undefined;
2381
+
2382
+ ReferenceTypes: (ReferenceType | string)[] | undefined;
2383
+
2384
+ NextToken?: string;
2385
+ }
2386
+ export declare namespace ListContactReferencesRequest {
2387
+
2388
+ const filterSensitiveLog: (obj: ListContactReferencesRequest) => any;
2389
+ }
2390
+ export declare enum ReferenceStatus {
2391
+ APPROVED = "APPROVED",
2392
+ REJECTED = "REJECTED"
2393
+ }
2394
+
2395
+ export interface AttachmentReference {
2396
+
2397
+ Name?: string;
2398
+
2399
+ Value?: string;
2400
+
2401
+ Status?: ReferenceStatus | string;
2402
+ }
2403
+ export declare namespace AttachmentReference {
2404
+
2405
+ const filterSensitiveLog: (obj: AttachmentReference) => any;
2406
+ }
2407
+
2408
+ export interface UrlReference {
2409
+
2410
+ Name?: string;
2411
+
2412
+ Value?: string;
2413
+ }
2414
+ export declare namespace UrlReference {
2415
+
2416
+ const filterSensitiveLog: (obj: UrlReference) => any;
2417
+ }
2418
+
2419
+ export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
2420
+ export declare namespace ReferenceSummary {
2421
+
2422
+ interface UrlMember {
2423
+ Url: UrlReference;
2424
+ Attachment?: never;
2425
+ $unknown?: never;
2426
+ }
2427
+
2428
+ interface AttachmentMember {
2429
+ Url?: never;
2430
+ Attachment: AttachmentReference;
2431
+ $unknown?: never;
2432
+ }
2433
+ interface $UnknownMember {
2434
+ Url?: never;
2435
+ Attachment?: never;
2436
+ $unknown: [
2437
+ string,
2438
+ any
2439
+ ];
2440
+ }
2441
+ interface Visitor<T> {
2442
+ Url: (value: UrlReference) => T;
2443
+ Attachment: (value: AttachmentReference) => T;
2444
+ _: (name: string, value: any) => T;
2445
+ }
2446
+ const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
2447
+
2448
+ const filterSensitiveLog: (obj: ReferenceSummary) => any;
2449
+ }
2450
+ export interface ListContactReferencesResponse {
2451
+
2452
+ ReferenceSummaryList?: ReferenceSummary[];
2453
+
2454
+ NextToken?: string;
2455
+ }
2456
+ export declare namespace ListContactReferencesResponse {
2457
+
2458
+ const filterSensitiveLog: (obj: ListContactReferencesResponse) => any;
2459
+ }
2115
2460
  export interface ListHoursOfOperationsRequest {
2116
2461
 
2117
2462
  InstanceId: string | undefined;
@@ -3249,9 +3594,6 @@ export declare namespace StartOutboundVoiceContactResponse {
3249
3594
 
3250
3595
  const filterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
3251
3596
  }
3252
- export declare enum ReferenceType {
3253
- URL = "URL"
3254
- }
3255
3597
 
3256
3598
  export interface Reference {
3257
3599
 
@@ -3284,6 +3626,8 @@ export interface StartTaskContactRequest {
3284
3626
  Description?: string;
3285
3627
 
3286
3628
  ClientToken?: string;
3629
+
3630
+ ScheduledTime?: Date;
3287
3631
  }
3288
3632
  export declare namespace StartTaskContactRequest {
3289
3633
 
@@ -3378,359 +3722,3 @@ export declare namespace SuspendContactRecordingResponse {
3378
3722
 
3379
3723
  const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
3380
3724
  }
3381
- export interface TagResourceRequest {
3382
-
3383
- resourceArn: string | undefined;
3384
-
3385
- tags: {
3386
- [key: string]: string;
3387
- } | undefined;
3388
- }
3389
- export declare namespace TagResourceRequest {
3390
-
3391
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3392
- }
3393
- export interface UntagResourceRequest {
3394
-
3395
- resourceArn: string | undefined;
3396
-
3397
- tagKeys: string[] | undefined;
3398
- }
3399
- export declare namespace UntagResourceRequest {
3400
-
3401
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3402
- }
3403
- export interface UpdateAgentStatusRequest {
3404
-
3405
- InstanceId: string | undefined;
3406
-
3407
- AgentStatusId: string | undefined;
3408
-
3409
- Name?: string;
3410
-
3411
- Description?: string;
3412
-
3413
- State?: AgentStatusState | string;
3414
-
3415
- DisplayOrder?: number;
3416
-
3417
- ResetOrderNumber?: boolean;
3418
- }
3419
- export declare namespace UpdateAgentStatusRequest {
3420
-
3421
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
3422
- }
3423
- export interface UpdateContactAttributesRequest {
3424
-
3425
- InitialContactId: string | undefined;
3426
-
3427
- InstanceId: string | undefined;
3428
-
3429
- Attributes: {
3430
- [key: string]: string;
3431
- } | undefined;
3432
- }
3433
- export declare namespace UpdateContactAttributesRequest {
3434
-
3435
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
3436
- }
3437
- export interface UpdateContactAttributesResponse {
3438
- }
3439
- export declare namespace UpdateContactAttributesResponse {
3440
-
3441
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
3442
- }
3443
- export interface UpdateContactFlowContentRequest {
3444
-
3445
- InstanceId: string | undefined;
3446
-
3447
- ContactFlowId: string | undefined;
3448
-
3449
- Content: string | undefined;
3450
- }
3451
- export declare namespace UpdateContactFlowContentRequest {
3452
-
3453
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
3454
- }
3455
- export interface UpdateContactFlowNameRequest {
3456
-
3457
- InstanceId: string | undefined;
3458
-
3459
- ContactFlowId: string | undefined;
3460
-
3461
- Name?: string;
3462
-
3463
- Description?: string;
3464
- }
3465
- export declare namespace UpdateContactFlowNameRequest {
3466
-
3467
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
3468
- }
3469
- export interface UpdateHoursOfOperationRequest {
3470
-
3471
- InstanceId: string | undefined;
3472
-
3473
- HoursOfOperationId: string | undefined;
3474
-
3475
- Name?: string;
3476
-
3477
- Description?: string;
3478
-
3479
- TimeZone?: string;
3480
-
3481
- Config?: HoursOfOperationConfig[];
3482
- }
3483
- export declare namespace UpdateHoursOfOperationRequest {
3484
-
3485
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
3486
- }
3487
- export interface UpdateInstanceAttributeRequest {
3488
-
3489
- InstanceId: string | undefined;
3490
-
3491
- AttributeType: InstanceAttributeType | string | undefined;
3492
-
3493
- Value: string | undefined;
3494
- }
3495
- export declare namespace UpdateInstanceAttributeRequest {
3496
-
3497
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
3498
- }
3499
- export interface UpdateInstanceStorageConfigRequest {
3500
-
3501
- InstanceId: string | undefined;
3502
-
3503
- AssociationId: string | undefined;
3504
-
3505
- ResourceType: InstanceStorageResourceType | string | undefined;
3506
-
3507
- StorageConfig: InstanceStorageConfig | undefined;
3508
- }
3509
- export declare namespace UpdateInstanceStorageConfigRequest {
3510
-
3511
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
3512
- }
3513
- export interface UpdateQueueHoursOfOperationRequest {
3514
-
3515
- InstanceId: string | undefined;
3516
-
3517
- QueueId: string | undefined;
3518
-
3519
- HoursOfOperationId: string | undefined;
3520
- }
3521
- export declare namespace UpdateQueueHoursOfOperationRequest {
3522
-
3523
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
3524
- }
3525
- export interface UpdateQueueMaxContactsRequest {
3526
-
3527
- InstanceId: string | undefined;
3528
-
3529
- QueueId: string | undefined;
3530
-
3531
- MaxContacts?: number;
3532
- }
3533
- export declare namespace UpdateQueueMaxContactsRequest {
3534
-
3535
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
3536
- }
3537
- export interface UpdateQueueNameRequest {
3538
-
3539
- InstanceId: string | undefined;
3540
-
3541
- QueueId: string | undefined;
3542
-
3543
- Name?: string;
3544
-
3545
- Description?: string;
3546
- }
3547
- export declare namespace UpdateQueueNameRequest {
3548
-
3549
- const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
3550
- }
3551
- export interface UpdateQueueOutboundCallerConfigRequest {
3552
-
3553
- InstanceId: string | undefined;
3554
-
3555
- QueueId: string | undefined;
3556
-
3557
- OutboundCallerConfig: OutboundCallerConfig | undefined;
3558
- }
3559
- export declare namespace UpdateQueueOutboundCallerConfigRequest {
3560
-
3561
- const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
3562
- }
3563
- export interface UpdateQueueStatusRequest {
3564
-
3565
- InstanceId: string | undefined;
3566
-
3567
- QueueId: string | undefined;
3568
-
3569
- Status: QueueStatus | string | undefined;
3570
- }
3571
- export declare namespace UpdateQueueStatusRequest {
3572
-
3573
- const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
3574
- }
3575
- export interface UpdateQuickConnectConfigRequest {
3576
-
3577
- InstanceId: string | undefined;
3578
-
3579
- QuickConnectId: string | undefined;
3580
-
3581
- QuickConnectConfig: QuickConnectConfig | undefined;
3582
- }
3583
- export declare namespace UpdateQuickConnectConfigRequest {
3584
-
3585
- const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
3586
- }
3587
- export interface UpdateQuickConnectNameRequest {
3588
-
3589
- InstanceId: string | undefined;
3590
-
3591
- QuickConnectId: string | undefined;
3592
-
3593
- Name?: string;
3594
-
3595
- Description?: string;
3596
- }
3597
- export declare namespace UpdateQuickConnectNameRequest {
3598
-
3599
- const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
3600
- }
3601
- export interface UpdateRoutingProfileConcurrencyRequest {
3602
-
3603
- InstanceId: string | undefined;
3604
-
3605
- RoutingProfileId: string | undefined;
3606
-
3607
- MediaConcurrencies: MediaConcurrency[] | undefined;
3608
- }
3609
- export declare namespace UpdateRoutingProfileConcurrencyRequest {
3610
-
3611
- const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
3612
- }
3613
- export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
3614
-
3615
- InstanceId: string | undefined;
3616
-
3617
- RoutingProfileId: string | undefined;
3618
-
3619
- DefaultOutboundQueueId: string | undefined;
3620
- }
3621
- export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
3622
-
3623
- const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
3624
- }
3625
- export interface UpdateRoutingProfileNameRequest {
3626
-
3627
- InstanceId: string | undefined;
3628
-
3629
- RoutingProfileId: string | undefined;
3630
-
3631
- Name?: string;
3632
-
3633
- Description?: string;
3634
- }
3635
- export declare namespace UpdateRoutingProfileNameRequest {
3636
-
3637
- const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
3638
- }
3639
- export interface UpdateRoutingProfileQueuesRequest {
3640
-
3641
- InstanceId: string | undefined;
3642
-
3643
- RoutingProfileId: string | undefined;
3644
-
3645
- QueueConfigs: RoutingProfileQueueConfig[] | undefined;
3646
- }
3647
- export declare namespace UpdateRoutingProfileQueuesRequest {
3648
-
3649
- const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
3650
- }
3651
- export interface UpdateSecurityProfileRequest {
3652
-
3653
- Description?: string;
3654
-
3655
- Permissions?: string[];
3656
-
3657
- SecurityProfileId: string | undefined;
3658
-
3659
- InstanceId: string | undefined;
3660
- }
3661
- export declare namespace UpdateSecurityProfileRequest {
3662
-
3663
- const filterSensitiveLog: (obj: UpdateSecurityProfileRequest) => any;
3664
- }
3665
- export interface UpdateUserHierarchyRequest {
3666
-
3667
- HierarchyGroupId?: string;
3668
-
3669
- UserId: string | undefined;
3670
-
3671
- InstanceId: string | undefined;
3672
- }
3673
- export declare namespace UpdateUserHierarchyRequest {
3674
-
3675
- const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
3676
- }
3677
- export interface UpdateUserHierarchyGroupNameRequest {
3678
-
3679
- Name: string | undefined;
3680
-
3681
- HierarchyGroupId: string | undefined;
3682
-
3683
- InstanceId: string | undefined;
3684
- }
3685
- export declare namespace UpdateUserHierarchyGroupNameRequest {
3686
-
3687
- const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
3688
- }
3689
-
3690
- export interface HierarchyLevelUpdate {
3691
-
3692
- Name: string | undefined;
3693
- }
3694
- export declare namespace HierarchyLevelUpdate {
3695
-
3696
- const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
3697
- }
3698
-
3699
- export interface HierarchyStructureUpdate {
3700
-
3701
- LevelOne?: HierarchyLevelUpdate;
3702
-
3703
- LevelTwo?: HierarchyLevelUpdate;
3704
-
3705
- LevelThree?: HierarchyLevelUpdate;
3706
-
3707
- LevelFour?: HierarchyLevelUpdate;
3708
-
3709
- LevelFive?: HierarchyLevelUpdate;
3710
- }
3711
- export declare namespace HierarchyStructureUpdate {
3712
-
3713
- const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
3714
- }
3715
- export interface UpdateUserHierarchyStructureRequest {
3716
-
3717
- HierarchyStructure: HierarchyStructureUpdate | undefined;
3718
-
3719
- InstanceId: string | undefined;
3720
- }
3721
- export declare namespace UpdateUserHierarchyStructureRequest {
3722
-
3723
- const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
3724
- }
3725
- export interface UpdateUserIdentityInfoRequest {
3726
-
3727
- IdentityInfo: UserIdentityInfo | undefined;
3728
-
3729
- UserId: string | undefined;
3730
-
3731
- InstanceId: string | undefined;
3732
- }
3733
- export declare namespace UpdateUserIdentityInfoRequest {
3734
-
3735
- const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
3736
- }