@aws-sdk/client-connect 3.39.0 → 3.43.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 (323) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +285 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/CreateSecurityProfileCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteSecurityProfileCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeContactCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeSecurityProfileCommand.js +36 -0
  12. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  13. package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
  14. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +36 -0
  15. package/dist-cjs/commands/StartContactStreamingCommand.js +36 -0
  16. package/dist-cjs/commands/StopContactStreamingCommand.js +36 -0
  17. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  21. package/dist-cjs/commands/UpdateContactCommand.js +36 -0
  22. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  24. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  25. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  26. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
  28. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +36 -0
  43. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +2 -2
  50. package/dist-cjs/commands/index.js +19 -0
  51. package/dist-cjs/endpoints.js +74 -5
  52. package/dist-cjs/models/index.js +1 -0
  53. package/dist-cjs/models/models_0.js +293 -206
  54. package/dist-cjs/models/models_1.js +243 -0
  55. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  56. package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
  57. package/dist-cjs/pagination/ListSecurityProfilePermissionsPaginator.js +35 -0
  58. package/dist-cjs/pagination/index.js +3 -0
  59. package/dist-cjs/protocols/Aws_restJson1.js +3268 -730
  60. package/dist-cjs/runtimeConfig.browser.js +6 -3
  61. package/dist-cjs/runtimeConfig.js +5 -3
  62. package/dist-es/Connect.js +285 -0
  63. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  64. package/dist-es/commands/CreateSecurityProfileCommand.js +39 -0
  65. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  66. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  67. package/dist-es/commands/DeleteSecurityProfileCommand.js +39 -0
  68. package/dist-es/commands/DescribeContactCommand.js +39 -0
  69. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  70. package/dist-es/commands/DescribeSecurityProfileCommand.js +39 -0
  71. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  72. package/dist-es/commands/ListContactReferencesCommand.js +39 -0
  73. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +39 -0
  74. package/dist-es/commands/StartContactStreamingCommand.js +39 -0
  75. package/dist-es/commands/StopContactStreamingCommand.js +39 -0
  76. package/dist-es/commands/TagResourceCommand.js +1 -1
  77. package/dist-es/commands/UntagResourceCommand.js +1 -1
  78. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  79. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  80. package/dist-es/commands/UpdateContactCommand.js +39 -0
  81. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  82. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  83. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  84. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  85. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  86. package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
  87. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  88. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  89. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  90. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  91. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  92. package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
  93. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
  94. package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
  95. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
  96. package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
  97. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
  98. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
  99. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
  100. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
  101. package/dist-es/commands/UpdateSecurityProfileCommand.js +39 -0
  102. package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
  103. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
  104. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
  105. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  106. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +1 -1
  107. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +1 -1
  108. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +1 -1
  109. package/dist-es/commands/index.js +19 -0
  110. package/dist-es/endpoints.js +74 -5
  111. package/dist-es/models/index.js +1 -0
  112. package/dist-es/models/models_0.js +211 -136
  113. package/dist-es/models/models_1.js +161 -0
  114. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  115. package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
  116. package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +74 -0
  117. package/dist-es/pagination/index.js +3 -0
  118. package/dist-es/protocols/Aws_restJson1.js +3135 -302
  119. package/dist-es/runtimeConfig.browser.js +3 -2
  120. package/dist-es/runtimeConfig.js +3 -3
  121. package/dist-types/Connect.d.ts +166 -9
  122. package/dist-types/ConnectClient.d.ts +32 -7
  123. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -1
  124. package/dist-types/commands/AssociateBotCommand.d.ts +1 -1
  125. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
  126. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -1
  127. package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -1
  128. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -1
  129. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
  130. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -1
  131. package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -1
  132. package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -1
  133. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  134. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +3 -2
  135. package/dist-types/commands/CreateInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  137. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  138. package/dist-types/commands/CreateQuickConnectCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +1 -1
  140. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +36 -0
  141. package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  145. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  146. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +3 -2
  147. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
  150. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +36 -0
  151. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  153. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
  156. package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  158. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +3 -2
  159. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeInstanceCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeQueueCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +36 -0
  166. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +1 -1
  169. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
  170. package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
  171. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
  172. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
  174. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
  175. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
  176. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
  177. package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -1
  178. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  179. package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
  180. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
  181. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
  182. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
  183. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  184. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  185. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
  186. package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
  187. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  188. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
  189. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  190. package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
  191. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  192. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
  194. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  195. package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
  196. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
  197. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  198. package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
  199. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  200. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  201. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  202. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +36 -0
  203. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  204. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  205. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  206. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  207. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  208. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
  209. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  210. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  211. package/dist-types/commands/StartContactStreamingCommand.d.ts +37 -0
  212. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  213. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  214. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  215. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  216. package/dist-types/commands/StopContactStreamingCommand.d.ts +37 -0
  217. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  218. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  219. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  220. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -2
  221. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -2
  222. package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
  223. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
  224. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  225. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  226. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  227. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -2
  228. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
  229. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -3
  230. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
  231. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -2
  232. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -2
  233. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -2
  234. package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -2
  235. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -2
  236. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -2
  237. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -2
  238. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -2
  239. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -2
  240. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -2
  241. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -2
  242. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -2
  243. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +36 -0
  244. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -2
  245. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -2
  246. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -2
  247. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +2 -2
  248. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +2 -2
  249. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +2 -2
  250. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +2 -2
  251. package/dist-types/commands/index.d.ts +19 -0
  252. package/dist-types/models/index.d.ts +1 -0
  253. package/dist-types/models/models_0.d.ts +932 -754
  254. package/dist-types/models/models_1.d.ts +831 -0
  255. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  256. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
  257. package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
  258. package/dist-types/pagination/index.d.ts +3 -0
  259. package/dist-types/protocols/Aws_restJson1.d.ts +57 -0
  260. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  261. package/dist-types/runtimeConfig.d.ts +2 -0
  262. package/dist-types/runtimeConfig.native.d.ts +2 -0
  263. package/dist-types/ts3.4/Connect.d.ts +95 -0
  264. package/dist-types/ts3.4/ConnectClient.d.ts +25 -2
  265. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/index.d.ts +19 -0
  312. package/dist-types/ts3.4/models/index.d.ts +1 -0
  313. package/dist-types/ts3.4/models/models_0.d.ts +541 -415
  314. package/dist-types/ts3.4/models/models_1.d.ts +491 -0
  315. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  316. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
  317. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
  318. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  319. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +57 -0
  320. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  321. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  322. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  323. package/package.json +23 -23
@@ -1,4 +1,37 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ /**
3
+ * <p>You do not have sufficient permissions to perform this action.</p>
4
+ */
5
+ export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
6
+ name: "AccessDeniedException";
7
+ $fault: "client";
8
+ Message?: string;
9
+ }
10
+ export declare namespace AccessDeniedException {
11
+ /**
12
+ * @internal
13
+ */
14
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
15
+ }
16
+ /**
17
+ * <p>Information about the agent who accepted the contact.</p>
18
+ */
19
+ export interface AgentInfo {
20
+ /**
21
+ * <p>The identifier of the agent who accepted the contact.</p>
22
+ */
23
+ Id?: string;
24
+ /**
25
+ * <p>The timestamp when the contact was connected to the agent.</p>
26
+ */
27
+ ConnectedToAgentTimestamp?: Date;
28
+ }
29
+ export declare namespace AgentInfo {
30
+ /**
31
+ * @internal
32
+ */
33
+ const filterSensitiveLog: (obj: AgentInfo) => any;
34
+ }
2
35
  export declare enum AgentStatusState {
3
36
  DISABLED = "DISABLED",
4
37
  ENABLED = "ENABLED"
@@ -41,7 +74,7 @@ export interface AgentStatus {
41
74
  */
42
75
  State?: AgentStatusState | string;
43
76
  /**
44
- * <p>One or more tags.</p>
77
+ * <p>The tags used to organize, track, or control access for this resource.</p>
45
78
  */
46
79
  Tags?: {
47
80
  [key: string]: string;
@@ -638,7 +671,7 @@ export interface CreateAgentStatusRequest {
638
671
  */
639
672
  DisplayOrder?: number;
640
673
  /**
641
- * <p>One or more tags.</p>
674
+ * <p>The tags used to organize, track, or control access for this resource.</p>
642
675
  */
643
676
  Tags?: {
644
677
  [key: string]: string;
@@ -774,6 +807,85 @@ export declare namespace InvalidContactFlowException {
774
807
  */
775
808
  const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
776
809
  }
810
+ export interface CreateContactFlowModuleRequest {
811
+ /**
812
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
813
+ */
814
+ InstanceId: string | undefined;
815
+ /**
816
+ * <p>The name of the contact flow module.</p>
817
+ */
818
+ Name: string | undefined;
819
+ /**
820
+ * <p>The description of the contact flow module. </p>
821
+ */
822
+ Description?: string;
823
+ /**
824
+ * <p>The content of the contact flow module.</p>
825
+ */
826
+ Content: string | undefined;
827
+ /**
828
+ * <p>The tags used to organize, track, or control access for this resource.</p>
829
+ */
830
+ Tags?: {
831
+ [key: string]: string;
832
+ };
833
+ /**
834
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
835
+ * request.</p>
836
+ */
837
+ ClientToken?: string;
838
+ }
839
+ export declare namespace CreateContactFlowModuleRequest {
840
+ /**
841
+ * @internal
842
+ */
843
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
844
+ }
845
+ export interface CreateContactFlowModuleResponse {
846
+ /**
847
+ * <p>The identifier of the contact flow module.</p>
848
+ */
849
+ Id?: string;
850
+ /**
851
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
852
+ */
853
+ Arn?: string;
854
+ }
855
+ export declare namespace CreateContactFlowModuleResponse {
856
+ /**
857
+ * @internal
858
+ */
859
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
860
+ }
861
+ /**
862
+ * <p>An entity with the same name already exists.</p>
863
+ */
864
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
865
+ name: "IdempotencyException";
866
+ $fault: "client";
867
+ Message?: string;
868
+ }
869
+ export declare namespace IdempotencyException {
870
+ /**
871
+ * @internal
872
+ */
873
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
874
+ }
875
+ /**
876
+ * <p>The problems with the module. Please fix before trying again.</p>
877
+ */
878
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
879
+ name: "InvalidContactFlowModuleException";
880
+ $fault: "client";
881
+ Problems?: ProblemDetail[];
882
+ }
883
+ export declare namespace InvalidContactFlowModuleException {
884
+ /**
885
+ * @internal
886
+ */
887
+ const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
888
+ }
777
889
  export declare enum HoursOfOperationDays {
778
890
  FRIDAY = "FRIDAY",
779
891
  MONDAY = "MONDAY",
@@ -847,7 +959,7 @@ export interface CreateHoursOfOperationRequest {
847
959
  */
848
960
  Config: HoursOfOperationConfig[] | undefined;
849
961
  /**
850
- * <p>One or more tags.</p>
962
+ * <p>The tags used to organize, track, or control access for this resource.</p>
851
963
  */
852
964
  Tags?: {
853
965
  [key: string]: string;
@@ -965,7 +1077,7 @@ export interface CreateIntegrationAssociationRequest {
965
1077
  */
966
1078
  SourceType?: SourceType | string;
967
1079
  /**
968
- * <p>One or more tags.</p>
1080
+ * <p>The tags used to organize, track, or control access for this resource.</p>
969
1081
  */
970
1082
  Tags?: {
971
1083
  [key: string]: string;
@@ -1046,7 +1158,7 @@ export interface CreateQueueRequest {
1046
1158
  */
1047
1159
  QuickConnectIds?: string[];
1048
1160
  /**
1049
- * <p>One or more tags.</p>
1161
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1050
1162
  */
1051
1163
  Tags?: {
1052
1164
  [key: string]: string;
@@ -1180,7 +1292,7 @@ export interface CreateQuickConnectRequest {
1180
1292
  */
1181
1293
  QuickConnectConfig: QuickConnectConfig | undefined;
1182
1294
  /**
1183
- * <p>One or more tags.</p>
1295
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1184
1296
  */
1185
1297
  Tags?: {
1186
1298
  [key: string]: string;
@@ -1288,6 +1400,52 @@ export declare namespace CreateRoutingProfileResponse {
1288
1400
  */
1289
1401
  const filterSensitiveLog: (obj: CreateRoutingProfileResponse) => any;
1290
1402
  }
1403
+ export interface CreateSecurityProfileRequest {
1404
+ /**
1405
+ * <p>The name of the security profile.</p>
1406
+ */
1407
+ SecurityProfileName: string | undefined;
1408
+ /**
1409
+ * <p>The description of the security profile.</p>
1410
+ */
1411
+ Description?: string;
1412
+ /**
1413
+ * <p>Permissions assigned to the security profile.</p>
1414
+ */
1415
+ Permissions?: string[];
1416
+ /**
1417
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1418
+ */
1419
+ InstanceId: string | undefined;
1420
+ /**
1421
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1422
+ */
1423
+ Tags?: {
1424
+ [key: string]: string;
1425
+ };
1426
+ }
1427
+ export declare namespace CreateSecurityProfileRequest {
1428
+ /**
1429
+ * @internal
1430
+ */
1431
+ const filterSensitiveLog: (obj: CreateSecurityProfileRequest) => any;
1432
+ }
1433
+ export interface CreateSecurityProfileResponse {
1434
+ /**
1435
+ * <p>The identifier for the security profle.</p>
1436
+ */
1437
+ SecurityProfileId?: string;
1438
+ /**
1439
+ * <p>The Amazon Resource Name (ARN) for the security profile.</p>
1440
+ */
1441
+ SecurityProfileArn?: string;
1442
+ }
1443
+ export declare namespace CreateSecurityProfileResponse {
1444
+ /**
1445
+ * @internal
1446
+ */
1447
+ const filterSensitiveLog: (obj: CreateSecurityProfileResponse) => any;
1448
+ }
1291
1449
  export declare enum UseCaseType {
1292
1450
  CONNECT_CAMPAIGNS = "CONNECT_CAMPAIGNS",
1293
1451
  RULES_EVALUATION = "RULES_EVALUATION"
@@ -1307,7 +1465,7 @@ export interface CreateUseCaseRequest {
1307
1465
  */
1308
1466
  UseCaseType: UseCaseType | string | undefined;
1309
1467
  /**
1310
- * <p>One or more tags.</p>
1468
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1311
1469
  */
1312
1470
  Tags?: {
1313
1471
  [key: string]: string;
@@ -1504,6 +1662,46 @@ export declare namespace CreateUserHierarchyGroupResponse {
1504
1662
  */
1505
1663
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
1506
1664
  }
1665
+ export interface DeleteContactFlowRequest {
1666
+ /**
1667
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1668
+ */
1669
+ InstanceId: string | undefined;
1670
+ /**
1671
+ * <p>The identifier of the contact flow.</p>
1672
+ */
1673
+ ContactFlowId: string | undefined;
1674
+ }
1675
+ export declare namespace DeleteContactFlowRequest {
1676
+ /**
1677
+ * @internal
1678
+ */
1679
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1680
+ }
1681
+ export interface DeleteContactFlowModuleRequest {
1682
+ /**
1683
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1684
+ */
1685
+ InstanceId: string | undefined;
1686
+ /**
1687
+ * <p>The identifier of the contact flow module.</p>
1688
+ */
1689
+ ContactFlowModuleId: string | undefined;
1690
+ }
1691
+ export declare namespace DeleteContactFlowModuleRequest {
1692
+ /**
1693
+ * @internal
1694
+ */
1695
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1696
+ }
1697
+ export interface DeleteContactFlowModuleResponse {
1698
+ }
1699
+ export declare namespace DeleteContactFlowModuleResponse {
1700
+ /**
1701
+ * @internal
1702
+ */
1703
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1704
+ }
1507
1705
  export interface DeleteHoursOfOperationRequest {
1508
1706
  /**
1509
1707
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1564,6 +1762,53 @@ export declare namespace DeleteQuickConnectRequest {
1564
1762
  */
1565
1763
  const filterSensitiveLog: (obj: DeleteQuickConnectRequest) => any;
1566
1764
  }
1765
+ export interface DeleteSecurityProfileRequest {
1766
+ /**
1767
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1768
+ */
1769
+ InstanceId: string | undefined;
1770
+ /**
1771
+ * <p>The identifier for the security profle.</p>
1772
+ */
1773
+ SecurityProfileId: string | undefined;
1774
+ }
1775
+ export declare namespace DeleteSecurityProfileRequest {
1776
+ /**
1777
+ * @internal
1778
+ */
1779
+ const filterSensitiveLog: (obj: DeleteSecurityProfileRequest) => any;
1780
+ }
1781
+ export declare enum ResourceType {
1782
+ CONTACT = "CONTACT",
1783
+ CONTACT_FLOW = "CONTACT_FLOW",
1784
+ HIERARCHY_GROUP = "HIERARCHY_GROUP",
1785
+ HIERARCHY_LEVEL = "HIERARCHY_LEVEL",
1786
+ INSTANCE = "INSTANCE",
1787
+ PARTICIPANT = "PARTICIPANT",
1788
+ USER = "USER"
1789
+ }
1790
+ /**
1791
+ * <p>That resource is already in use. Please try another.</p>
1792
+ */
1793
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1794
+ name: "ResourceInUseException";
1795
+ $fault: "client";
1796
+ Message?: string;
1797
+ /**
1798
+ * <p>The type of resource.</p>
1799
+ */
1800
+ ResourceType?: ResourceType | string;
1801
+ /**
1802
+ * <p>The identifier for the resource.</p>
1803
+ */
1804
+ ResourceId?: string;
1805
+ }
1806
+ export declare namespace ResourceInUseException {
1807
+ /**
1808
+ * @internal
1809
+ */
1810
+ const filterSensitiveLog: (obj: ResourceInUseException) => any;
1811
+ }
1567
1812
  export interface DeleteUseCaseRequest {
1568
1813
  /**
1569
1814
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1616,37 +1861,6 @@ export declare namespace DeleteUserHierarchyGroupRequest {
1616
1861
  */
1617
1862
  const filterSensitiveLog: (obj: DeleteUserHierarchyGroupRequest) => any;
1618
1863
  }
1619
- export declare enum ResourceType {
1620
- CONTACT = "CONTACT",
1621
- CONTACT_FLOW = "CONTACT_FLOW",
1622
- HIERARCHY_GROUP = "HIERARCHY_GROUP",
1623
- HIERARCHY_LEVEL = "HIERARCHY_LEVEL",
1624
- INSTANCE = "INSTANCE",
1625
- PARTICIPANT = "PARTICIPANT",
1626
- USER = "USER"
1627
- }
1628
- /**
1629
- * <p>That resource is already in use. Please try another.</p>
1630
- */
1631
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1632
- name: "ResourceInUseException";
1633
- $fault: "client";
1634
- Message?: string;
1635
- /**
1636
- * <p>The type of resource.</p>
1637
- */
1638
- ResourceType?: ResourceType | string;
1639
- /**
1640
- * <p>The identifier for the resource.</p>
1641
- */
1642
- ResourceId?: string;
1643
- }
1644
- export declare namespace ResourceInUseException {
1645
- /**
1646
- * @internal
1647
- */
1648
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1649
- }
1650
1864
  export interface DescribeAgentStatusRequest {
1651
1865
  /**
1652
1866
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1675,61 +1889,194 @@ export declare namespace DescribeAgentStatusResponse {
1675
1889
  */
1676
1890
  const filterSensitiveLog: (obj: DescribeAgentStatusResponse) => any;
1677
1891
  }
1678
- /**
1679
- * <p>The contact flow has not been published.</p>
1680
- */
1681
- export interface ContactFlowNotPublishedException extends __SmithyException, $MetadataBearer {
1682
- name: "ContactFlowNotPublishedException";
1683
- $fault: "client";
1684
- Message?: string;
1892
+ export interface DescribeContactRequest {
1893
+ /**
1894
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
1895
+ */
1896
+ InstanceId: string | undefined;
1897
+ /**
1898
+ * <p>The identifier of the contact.</p>
1899
+ */
1900
+ ContactId: string | undefined;
1685
1901
  }
1686
- export declare namespace ContactFlowNotPublishedException {
1902
+ export declare namespace DescribeContactRequest {
1687
1903
  /**
1688
1904
  * @internal
1689
1905
  */
1690
- const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
1906
+ const filterSensitiveLog: (obj: DescribeContactRequest) => any;
1691
1907
  }
1692
- export interface DescribeContactFlowRequest {
1908
+ export declare enum ContactInitiationMethod {
1909
+ API = "API",
1910
+ CALLBACK = "CALLBACK",
1911
+ INBOUND = "INBOUND",
1912
+ OUTBOUND = "OUTBOUND",
1913
+ QUEUE_TRANSFER = "QUEUE_TRANSFER",
1914
+ TRANSFER = "TRANSFER"
1915
+ }
1916
+ /**
1917
+ * <p>If this contact was queued, this contains information about the queue. </p>
1918
+ */
1919
+ export interface QueueInfo {
1693
1920
  /**
1694
- * <p>The identifier of the Amazon Connect instance.</p>
1921
+ * <p>The identifier of the agent who accepted the contact.</p>
1695
1922
  */
1696
- InstanceId: string | undefined;
1923
+ Id?: string;
1697
1924
  /**
1698
- * <p>The identifier of the contact flow.</p>
1925
+ * <p>The timestamp when the contact was added to the queue.</p>
1699
1926
  */
1700
- ContactFlowId: string | undefined;
1927
+ EnqueueTimestamp?: Date;
1701
1928
  }
1702
- export declare namespace DescribeContactFlowRequest {
1929
+ export declare namespace QueueInfo {
1703
1930
  /**
1704
1931
  * @internal
1705
1932
  */
1706
- const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1933
+ const filterSensitiveLog: (obj: QueueInfo) => any;
1707
1934
  }
1708
1935
  /**
1709
- * <p>Contains information about a contact flow.</p>
1936
+ * <p>Contains information about a contact.</p>
1710
1937
  */
1711
- export interface ContactFlow {
1938
+ export interface Contact {
1712
1939
  /**
1713
- * <p>The Amazon Resource Name (ARN) of the contact flow.</p>
1940
+ * <p>The Amazon Resource Name (ARN) for the contact.</p>
1714
1941
  */
1715
1942
  Arn?: string;
1716
1943
  /**
1717
- * <p>The identifier of the contact flow.</p>
1944
+ * <p>The identifier for the contact.</p>
1718
1945
  */
1719
1946
  Id?: string;
1720
1947
  /**
1721
- * <p>The name of the contact flow.</p>
1948
+ * <p>If this contact is related to other contacts, this is the ID of the initial contact.</p>
1722
1949
  */
1723
- Name?: string;
1950
+ InitialContactId?: string;
1724
1951
  /**
1725
- * <p>The type of the contact flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a Contact Flow Type</a> in the <i>Amazon Connect Administrator
1726
- * Guide</i>.</p>
1952
+ * <p>If this contact is not the first contact, this is the ID of the previous contact.</p>
1727
1953
  */
1728
- Type?: ContactFlowType | string;
1954
+ PreviousContactId?: string;
1729
1955
  /**
1730
- * <p>The description of the contact flow.</p>
1956
+ * <p>Indicates how the contact was initiated.</p>
1731
1957
  */
1732
- Description?: string;
1958
+ InitiationMethod?: ContactInitiationMethod | string;
1959
+ /**
1960
+ * <p>The name of the contact.</p>
1961
+ */
1962
+ Name?: string;
1963
+ /**
1964
+ * <p>The description of the contact.</p>
1965
+ */
1966
+ Description?: string;
1967
+ /**
1968
+ * <p>How the contact reached your contact center.</p>
1969
+ */
1970
+ Channel?: Channel | string;
1971
+ /**
1972
+ * <p>If this contact was queued, this contains information about the queue. </p>
1973
+ */
1974
+ QueueInfo?: QueueInfo;
1975
+ /**
1976
+ * <p>Information about the agent who accepted the contact.</p>
1977
+ */
1978
+ AgentInfo?: AgentInfo;
1979
+ /**
1980
+ * <p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the
1981
+ * contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when
1982
+ * the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was
1983
+ * initiated. For <code>API</code>, this is when the request arrived.</p>
1984
+ */
1985
+ InitiationTimestamp?: Date;
1986
+ /**
1987
+ * <p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>
1988
+ */
1989
+ DisconnectTimestamp?: Date;
1990
+ /**
1991
+ * <p>The timestamp when contact was last updated.</p>
1992
+ */
1993
+ LastUpdateTimestamp?: Date;
1994
+ /**
1995
+ * <p>The timestamp, in Unix epoch time format, at which to start running the inbound flow. </p>
1996
+ */
1997
+ ScheduledTimestamp?: Date;
1998
+ }
1999
+ export declare namespace Contact {
2000
+ /**
2001
+ * @internal
2002
+ */
2003
+ const filterSensitiveLog: (obj: Contact) => any;
2004
+ }
2005
+ export interface DescribeContactResponse {
2006
+ /**
2007
+ * <p>Information about the contact.</p>
2008
+ */
2009
+ Contact?: Contact;
2010
+ }
2011
+ export declare namespace DescribeContactResponse {
2012
+ /**
2013
+ * @internal
2014
+ */
2015
+ const filterSensitiveLog: (obj: DescribeContactResponse) => any;
2016
+ }
2017
+ /**
2018
+ * <p>The contact flow has not been published.</p>
2019
+ */
2020
+ export interface ContactFlowNotPublishedException extends __SmithyException, $MetadataBearer {
2021
+ name: "ContactFlowNotPublishedException";
2022
+ $fault: "client";
2023
+ Message?: string;
2024
+ }
2025
+ export declare namespace ContactFlowNotPublishedException {
2026
+ /**
2027
+ * @internal
2028
+ */
2029
+ const filterSensitiveLog: (obj: ContactFlowNotPublishedException) => any;
2030
+ }
2031
+ export interface DescribeContactFlowRequest {
2032
+ /**
2033
+ * <p>The identifier of the Amazon Connect instance.</p>
2034
+ */
2035
+ InstanceId: string | undefined;
2036
+ /**
2037
+ * <p>The identifier of the contact flow.</p>
2038
+ */
2039
+ ContactFlowId: string | undefined;
2040
+ }
2041
+ export declare namespace DescribeContactFlowRequest {
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
2046
+ }
2047
+ export declare enum ContactFlowState {
2048
+ ACTIVE = "ACTIVE",
2049
+ ARCHIVED = "ARCHIVED"
2050
+ }
2051
+ /**
2052
+ * <p>Contains information about a contact flow.</p>
2053
+ */
2054
+ export interface ContactFlow {
2055
+ /**
2056
+ * <p>The Amazon Resource Name (ARN) of the contact flow.</p>
2057
+ */
2058
+ Arn?: string;
2059
+ /**
2060
+ * <p>The identifier of the contact flow.</p>
2061
+ */
2062
+ Id?: string;
2063
+ /**
2064
+ * <p>The name of the contact flow.</p>
2065
+ */
2066
+ Name?: string;
2067
+ /**
2068
+ * <p>The type of the contact flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a Contact Flow Type</a> in the <i>Amazon Connect Administrator
2069
+ * Guide</i>.</p>
2070
+ */
2071
+ Type?: ContactFlowType | string;
2072
+ /**
2073
+ * <p>The type of contact flow.</p>
2074
+ */
2075
+ State?: ContactFlowState | string;
2076
+ /**
2077
+ * <p>The description of the contact flow.</p>
2078
+ */
2079
+ Description?: string;
1733
2080
  /**
1734
2081
  * <p>The content of the contact flow.</p>
1735
2082
  */
@@ -1759,6 +2106,87 @@ export declare namespace DescribeContactFlowResponse {
1759
2106
  */
1760
2107
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1761
2108
  }
2109
+ export interface DescribeContactFlowModuleRequest {
2110
+ /**
2111
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2112
+ */
2113
+ InstanceId: string | undefined;
2114
+ /**
2115
+ * <p>The identifier of the contact flow module.</p>
2116
+ */
2117
+ ContactFlowModuleId: string | undefined;
2118
+ }
2119
+ export declare namespace DescribeContactFlowModuleRequest {
2120
+ /**
2121
+ * @internal
2122
+ */
2123
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
2124
+ }
2125
+ export declare enum ContactFlowModuleState {
2126
+ ACTIVE = "ACTIVE",
2127
+ ARCHIVED = "ARCHIVED"
2128
+ }
2129
+ export declare enum ContactFlowModuleStatus {
2130
+ PUBLISHED = "PUBLISHED",
2131
+ SAVED = "SAVED"
2132
+ }
2133
+ /**
2134
+ * <p>Contains information about a contact flow module.</p>
2135
+ */
2136
+ export interface ContactFlowModule {
2137
+ /**
2138
+ * <p>The Amazon Resource Name (ARN).</p>
2139
+ */
2140
+ Arn?: string;
2141
+ /**
2142
+ * <p>The identifier of the contact flow module.</p>
2143
+ */
2144
+ Id?: string;
2145
+ /**
2146
+ * <p>The name of the contact flow module.</p>
2147
+ */
2148
+ Name?: string;
2149
+ /**
2150
+ * <p>The content of the contact flow module.</p>
2151
+ */
2152
+ Content?: string;
2153
+ /**
2154
+ * <p>The description of the contact flow module.</p>
2155
+ */
2156
+ Description?: string;
2157
+ /**
2158
+ * <p>The type of contact flow module.</p>
2159
+ */
2160
+ State?: ContactFlowModuleState | string;
2161
+ /**
2162
+ * <p>The status of the contact flow module.</p>
2163
+ */
2164
+ Status?: ContactFlowModuleStatus | string;
2165
+ /**
2166
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2167
+ */
2168
+ Tags?: {
2169
+ [key: string]: string;
2170
+ };
2171
+ }
2172
+ export declare namespace ContactFlowModule {
2173
+ /**
2174
+ * @internal
2175
+ */
2176
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
2177
+ }
2178
+ export interface DescribeContactFlowModuleResponse {
2179
+ /**
2180
+ * <p>Information about the contact flow module.</p>
2181
+ */
2182
+ ContactFlowModule?: ContactFlowModule;
2183
+ }
2184
+ export declare namespace DescribeContactFlowModuleResponse {
2185
+ /**
2186
+ * @internal
2187
+ */
2188
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
2189
+ }
1762
2190
  export interface DescribeHoursOfOperationRequest {
1763
2191
  /**
1764
2192
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -1804,7 +2232,7 @@ export interface HoursOfOperation {
1804
2232
  */
1805
2233
  Config?: HoursOfOperationConfig[];
1806
2234
  /**
1807
- * <p>One or more tags.</p>
2235
+ * <p>The tags used to organize, track, or control access for this resource.</p>
1808
2236
  */
1809
2237
  Tags?: {
1810
2238
  [key: string]: string;
@@ -2072,7 +2500,7 @@ export interface Queue {
2072
2500
  */
2073
2501
  Status?: QueueStatus | string;
2074
2502
  /**
2075
- * <p>One or more tags.</p>
2503
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2076
2504
  */
2077
2505
  Tags?: {
2078
2506
  [key: string]: string;
@@ -2137,7 +2565,7 @@ export interface QuickConnect {
2137
2565
  */
2138
2566
  QuickConnectConfig?: QuickConnectConfig;
2139
2567
  /**
2140
- * <p>One or more tags.</p>
2568
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2141
2569
  */
2142
2570
  Tags?: {
2143
2571
  [key: string]: string;
@@ -2235,6 +2663,71 @@ export declare namespace DescribeRoutingProfileResponse {
2235
2663
  */
2236
2664
  const filterSensitiveLog: (obj: DescribeRoutingProfileResponse) => any;
2237
2665
  }
2666
+ export interface DescribeSecurityProfileRequest {
2667
+ /**
2668
+ * <p>The identifier for the security profle.</p>
2669
+ */
2670
+ SecurityProfileId: string | undefined;
2671
+ /**
2672
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
2673
+ */
2674
+ InstanceId: string | undefined;
2675
+ }
2676
+ export declare namespace DescribeSecurityProfileRequest {
2677
+ /**
2678
+ * @internal
2679
+ */
2680
+ const filterSensitiveLog: (obj: DescribeSecurityProfileRequest) => any;
2681
+ }
2682
+ /**
2683
+ * <p>Contains information about a security profile.</p>
2684
+ */
2685
+ export interface SecurityProfile {
2686
+ /**
2687
+ * <p>The identifier for the security profile.</p>
2688
+ */
2689
+ Id?: string;
2690
+ /**
2691
+ * <p>The organization resource identifier for the security profile.</p>
2692
+ */
2693
+ OrganizationResourceId?: string;
2694
+ /**
2695
+ * <p>The Amazon Resource Name (ARN) for the secruity profile.</p>
2696
+ */
2697
+ Arn?: string;
2698
+ /**
2699
+ * <p>The name for the security profile.</p>
2700
+ */
2701
+ SecurityProfileName?: string;
2702
+ /**
2703
+ * <p>The description of the security profile.</p>
2704
+ */
2705
+ Description?: string;
2706
+ /**
2707
+ * <p>The tags used to organize, track, or control access for this resource.</p>
2708
+ */
2709
+ Tags?: {
2710
+ [key: string]: string;
2711
+ };
2712
+ }
2713
+ export declare namespace SecurityProfile {
2714
+ /**
2715
+ * @internal
2716
+ */
2717
+ const filterSensitiveLog: (obj: SecurityProfile) => any;
2718
+ }
2719
+ export interface DescribeSecurityProfileResponse {
2720
+ /**
2721
+ * <p>The security profile.</p>
2722
+ */
2723
+ SecurityProfile?: SecurityProfile;
2724
+ }
2725
+ export declare namespace DescribeSecurityProfileResponse {
2726
+ /**
2727
+ * @internal
2728
+ */
2729
+ const filterSensitiveLog: (obj: DescribeSecurityProfileResponse) => any;
2730
+ }
2238
2731
  export interface DescribeUserRequest {
2239
2732
  /**
2240
2733
  * <p>The identifier of the user account.</p>
@@ -3528,15 +4021,11 @@ export declare namespace ListBotsResponse {
3528
4021
  */
3529
4022
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
3530
4023
  }
3531
- export interface ListContactFlowsRequest {
4024
+ export interface ListContactFlowModulesRequest {
3532
4025
  /**
3533
4026
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3534
4027
  */
3535
4028
  InstanceId: string | undefined;
3536
- /**
3537
- * <p>The type of contact flow.</p>
3538
- */
3539
- ContactFlowTypes?: (ContactFlowType | string)[];
3540
4029
  /**
3541
4030
  * <p>The token for the next set of results. Use the value returned in the previous
3542
4031
  * response in the next request to retrieve the next set of results.</p>
@@ -3546,63 +4035,69 @@ export interface ListContactFlowsRequest {
3546
4035
  * <p>The maximum number of results to return per page.</p>
3547
4036
  */
3548
4037
  MaxResults?: number;
4038
+ /**
4039
+ * <p>The state of the contact flow module.</p>
4040
+ */
4041
+ ContactFlowModuleState?: ContactFlowModuleState | string;
3549
4042
  }
3550
- export declare namespace ListContactFlowsRequest {
4043
+ export declare namespace ListContactFlowModulesRequest {
3551
4044
  /**
3552
4045
  * @internal
3553
4046
  */
3554
- const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
4047
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
3555
4048
  }
3556
4049
  /**
3557
4050
  * <p>Contains summary information about a contact flow.</p>
3558
- * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
3559
- * Flow language</a>.</p>
3560
4051
  */
3561
- export interface ContactFlowSummary {
4052
+ export interface ContactFlowModuleSummary {
3562
4053
  /**
3563
- * <p>The identifier of the contact flow.</p>
4054
+ * <p>The identifier of the contact flow module.</p>
3564
4055
  */
3565
4056
  Id?: string;
3566
4057
  /**
3567
- * <p>The Amazon Resource Name (ARN) of the contact flow.</p>
4058
+ * <p>The Amazon Resource Name (ARN) of the contact flow module.</p>
3568
4059
  */
3569
4060
  Arn?: string;
3570
4061
  /**
3571
- * <p>The name of the contact flow.</p>
4062
+ * <p>The name of the contact flow module.</p>
3572
4063
  */
3573
4064
  Name?: string;
3574
4065
  /**
3575
- * <p>The type of contact flow.</p>
4066
+ * <p>The type of contact flow module.</p>
3576
4067
  */
3577
- ContactFlowType?: ContactFlowType | string;
4068
+ State?: ContactFlowModuleState | string;
3578
4069
  }
3579
- export declare namespace ContactFlowSummary {
4070
+ export declare namespace ContactFlowModuleSummary {
3580
4071
  /**
3581
4072
  * @internal
3582
4073
  */
3583
- const filterSensitiveLog: (obj: ContactFlowSummary) => any;
4074
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
3584
4075
  }
3585
- export interface ListContactFlowsResponse {
4076
+ export interface ListContactFlowModulesResponse {
3586
4077
  /**
3587
- * <p>Information about the contact flows.</p>
4078
+ * <p>Information about the contact flow module.</p>
3588
4079
  */
3589
- ContactFlowSummaryList?: ContactFlowSummary[];
4080
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
3590
4081
  /**
3591
4082
  * <p>If there are additional results, this is the token for the next set of results.</p>
3592
4083
  */
3593
4084
  NextToken?: string;
3594
4085
  }
3595
- export declare namespace ListContactFlowsResponse {
4086
+ export declare namespace ListContactFlowModulesResponse {
3596
4087
  /**
3597
4088
  * @internal
3598
4089
  */
3599
- const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
4090
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
3600
4091
  }
3601
- export interface ListHoursOfOperationsRequest {
4092
+ export interface ListContactFlowsRequest {
3602
4093
  /**
3603
4094
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
3604
4095
  */
3605
4096
  InstanceId: string | undefined;
4097
+ /**
4098
+ * <p>The type of contact flow.</p>
4099
+ */
4100
+ ContactFlowTypes?: (ContactFlowType | string)[];
3606
4101
  /**
3607
4102
  * <p>The token for the next set of results. Use the value returned in the previous
3608
4103
  * response in the next request to retrieve the next set of results.</p>
@@ -3613,46 +4108,252 @@ export interface ListHoursOfOperationsRequest {
3613
4108
  */
3614
4109
  MaxResults?: number;
3615
4110
  }
3616
- export declare namespace ListHoursOfOperationsRequest {
4111
+ export declare namespace ListContactFlowsRequest {
3617
4112
  /**
3618
4113
  * @internal
3619
4114
  */
3620
- const filterSensitiveLog: (obj: ListHoursOfOperationsRequest) => any;
4115
+ const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
3621
4116
  }
3622
4117
  /**
3623
- * <p>Contains summary information about hours of operation for a contact center.</p>
4118
+ * <p>Contains summary information about a contact flow.</p>
4119
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
4120
+ * Flow language</a>.</p>
3624
4121
  */
3625
- export interface HoursOfOperationSummary {
4122
+ export interface ContactFlowSummary {
3626
4123
  /**
3627
- * <p>The identifier of the hours of operation.</p>
4124
+ * <p>The identifier of the contact flow.</p>
3628
4125
  */
3629
4126
  Id?: string;
3630
4127
  /**
3631
- * <p>The Amazon Resource Name (ARN) of the hours of operation.</p>
4128
+ * <p>The Amazon Resource Name (ARN) of the contact flow.</p>
3632
4129
  */
3633
4130
  Arn?: string;
3634
4131
  /**
3635
- * <p>The name of the hours of operation.</p>
4132
+ * <p>The name of the contact flow.</p>
3636
4133
  */
3637
4134
  Name?: string;
4135
+ /**
4136
+ * <p>The type of contact flow.</p>
4137
+ */
4138
+ ContactFlowType?: ContactFlowType | string;
4139
+ /**
4140
+ * <p>The type of contact flow.</p>
4141
+ */
4142
+ ContactFlowState?: ContactFlowState | string;
3638
4143
  }
3639
- export declare namespace HoursOfOperationSummary {
4144
+ export declare namespace ContactFlowSummary {
3640
4145
  /**
3641
4146
  * @internal
3642
4147
  */
3643
- const filterSensitiveLog: (obj: HoursOfOperationSummary) => any;
4148
+ const filterSensitiveLog: (obj: ContactFlowSummary) => any;
3644
4149
  }
3645
- export interface ListHoursOfOperationsResponse {
4150
+ export interface ListContactFlowsResponse {
3646
4151
  /**
3647
- * <p>Information about the hours of operation.</p>
4152
+ * <p>Information about the contact flows.</p>
3648
4153
  */
3649
- HoursOfOperationSummaryList?: HoursOfOperationSummary[];
4154
+ ContactFlowSummaryList?: ContactFlowSummary[];
3650
4155
  /**
3651
4156
  * <p>If there are additional results, this is the token for the next set of results.</p>
3652
4157
  */
3653
4158
  NextToken?: string;
3654
4159
  }
3655
- export declare namespace ListHoursOfOperationsResponse {
4160
+ export declare namespace ListContactFlowsResponse {
4161
+ /**
4162
+ * @internal
4163
+ */
4164
+ const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
4165
+ }
4166
+ export declare enum ReferenceType {
4167
+ ATTACHMENT = "ATTACHMENT",
4168
+ URL = "URL"
4169
+ }
4170
+ export interface ListContactReferencesRequest {
4171
+ /**
4172
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4173
+ */
4174
+ InstanceId: string | undefined;
4175
+ /**
4176
+ * <p>The identifier of the initial contact.</p>
4177
+ */
4178
+ ContactId: string | undefined;
4179
+ /**
4180
+ * <p>The type of reference.</p>
4181
+ */
4182
+ ReferenceTypes: (ReferenceType | string)[] | undefined;
4183
+ /**
4184
+ * <p>The token for the next set of results. Use the value returned in the previous
4185
+ * response in the next request to retrieve the next set of results.</p>
4186
+ * <important>
4187
+ * <p>This is not expected to be set, because the value returned in the previous response is
4188
+ * always null.</p>
4189
+ * </important>
4190
+ */
4191
+ NextToken?: string;
4192
+ }
4193
+ export declare namespace ListContactReferencesRequest {
4194
+ /**
4195
+ * @internal
4196
+ */
4197
+ const filterSensitiveLog: (obj: ListContactReferencesRequest) => any;
4198
+ }
4199
+ export declare enum ReferenceStatus {
4200
+ APPROVED = "APPROVED",
4201
+ REJECTED = "REJECTED"
4202
+ }
4203
+ /**
4204
+ * <p>Information about the attachment reference if the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>
4205
+ */
4206
+ export interface AttachmentReference {
4207
+ /**
4208
+ * <p>Identifier of the attachment reference.</p>
4209
+ */
4210
+ Name?: string;
4211
+ /**
4212
+ * <p>Contains the location path of the attachment reference.</p>
4213
+ */
4214
+ Value?: string;
4215
+ /**
4216
+ * <p>Status of an attachment reference type.</p>
4217
+ */
4218
+ Status?: ReferenceStatus | string;
4219
+ }
4220
+ export declare namespace AttachmentReference {
4221
+ /**
4222
+ * @internal
4223
+ */
4224
+ const filterSensitiveLog: (obj: AttachmentReference) => any;
4225
+ }
4226
+ /**
4227
+ * <p>The URL reference.</p>
4228
+ */
4229
+ export interface UrlReference {
4230
+ /**
4231
+ * <p>Identifier of the URL reference.</p>
4232
+ */
4233
+ Name?: string;
4234
+ /**
4235
+ * <p>A valid URL.</p>
4236
+ */
4237
+ Value?: string;
4238
+ }
4239
+ export declare namespace UrlReference {
4240
+ /**
4241
+ * @internal
4242
+ */
4243
+ const filterSensitiveLog: (obj: UrlReference) => any;
4244
+ }
4245
+ /**
4246
+ * <p>Contains summary information about a reference. <code>ReferenceSummary</code> contains only one non null field between the URL and attachment based on the reference type.</p>
4247
+ */
4248
+ export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
4249
+ export declare namespace ReferenceSummary {
4250
+ /**
4251
+ * <p>Information about the URL reference if the <code>referenceType</code> is <code>URL</code>.
4252
+ * Otherwise, null.</p>
4253
+ */
4254
+ interface UrlMember {
4255
+ Url: UrlReference;
4256
+ Attachment?: never;
4257
+ $unknown?: never;
4258
+ }
4259
+ /**
4260
+ * <p>Information about the attachment reference if the <code>referenceType</code> is <code>ATTACHMENT</code>. Otherwise, null.</p>
4261
+ */
4262
+ interface AttachmentMember {
4263
+ Url?: never;
4264
+ Attachment: AttachmentReference;
4265
+ $unknown?: never;
4266
+ }
4267
+ interface $UnknownMember {
4268
+ Url?: never;
4269
+ Attachment?: never;
4270
+ $unknown: [string, any];
4271
+ }
4272
+ interface Visitor<T> {
4273
+ Url: (value: UrlReference) => T;
4274
+ Attachment: (value: AttachmentReference) => T;
4275
+ _: (name: string, value: any) => T;
4276
+ }
4277
+ const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
4278
+ /**
4279
+ * @internal
4280
+ */
4281
+ const filterSensitiveLog: (obj: ReferenceSummary) => any;
4282
+ }
4283
+ export interface ListContactReferencesResponse {
4284
+ /**
4285
+ * <p>Information about the contact flows.</p>
4286
+ */
4287
+ ReferenceSummaryList?: ReferenceSummary[];
4288
+ /**
4289
+ * <p>If there are additional results, this is the token for the next set of results.</p>
4290
+ * <important>
4291
+ * <p>This is always returned as null in the response.</p>
4292
+ * </important>
4293
+ */
4294
+ NextToken?: string;
4295
+ }
4296
+ export declare namespace ListContactReferencesResponse {
4297
+ /**
4298
+ * @internal
4299
+ */
4300
+ const filterSensitiveLog: (obj: ListContactReferencesResponse) => any;
4301
+ }
4302
+ export interface ListHoursOfOperationsRequest {
4303
+ /**
4304
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
4305
+ */
4306
+ InstanceId: string | undefined;
4307
+ /**
4308
+ * <p>The token for the next set of results. Use the value returned in the previous
4309
+ * response in the next request to retrieve the next set of results.</p>
4310
+ */
4311
+ NextToken?: string;
4312
+ /**
4313
+ * <p>The maximum number of results to return per page.</p>
4314
+ */
4315
+ MaxResults?: number;
4316
+ }
4317
+ export declare namespace ListHoursOfOperationsRequest {
4318
+ /**
4319
+ * @internal
4320
+ */
4321
+ const filterSensitiveLog: (obj: ListHoursOfOperationsRequest) => any;
4322
+ }
4323
+ /**
4324
+ * <p>Contains summary information about hours of operation for a contact center.</p>
4325
+ */
4326
+ export interface HoursOfOperationSummary {
4327
+ /**
4328
+ * <p>The identifier of the hours of operation.</p>
4329
+ */
4330
+ Id?: string;
4331
+ /**
4332
+ * <p>The Amazon Resource Name (ARN) of the hours of operation.</p>
4333
+ */
4334
+ Arn?: string;
4335
+ /**
4336
+ * <p>The name of the hours of operation.</p>
4337
+ */
4338
+ Name?: string;
4339
+ }
4340
+ export declare namespace HoursOfOperationSummary {
4341
+ /**
4342
+ * @internal
4343
+ */
4344
+ const filterSensitiveLog: (obj: HoursOfOperationSummary) => any;
4345
+ }
4346
+ export interface ListHoursOfOperationsResponse {
4347
+ /**
4348
+ * <p>Information about the hours of operation.</p>
4349
+ */
4350
+ HoursOfOperationSummaryList?: HoursOfOperationSummary[];
4351
+ /**
4352
+ * <p>If there are additional results, this is the token for the next set of results.</p>
4353
+ */
4354
+ NextToken?: string;
4355
+ }
4356
+ export declare namespace ListHoursOfOperationsResponse {
3656
4357
  /**
3657
4358
  * @internal
3658
4359
  */
@@ -3822,7 +4523,7 @@ export interface ListIntegrationAssociationsRequest {
3822
4523
  */
3823
4524
  InstanceId: string | undefined;
3824
4525
  /**
3825
- * <p></p>
4526
+ * <p>The integration type.</p>
3826
4527
  */
3827
4528
  IntegrationType?: IntegrationType | string;
3828
4529
  /**
@@ -4736,6 +5437,47 @@ export declare namespace ListSecurityKeysResponse {
4736
5437
  */
4737
5438
  const filterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
4738
5439
  }
5440
+ export interface ListSecurityProfilePermissionsRequest {
5441
+ /**
5442
+ * <p>The identifier for the security profle.</p>
5443
+ */
5444
+ SecurityProfileId: string | undefined;
5445
+ /**
5446
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5447
+ */
5448
+ InstanceId: string | undefined;
5449
+ /**
5450
+ * <p>The token for the next set of results. Use the value returned in the previous
5451
+ * response in the next request to retrieve the next set of results.</p>
5452
+ */
5453
+ NextToken?: string;
5454
+ /**
5455
+ * <p>The maximum number of results to return per page.</p>
5456
+ */
5457
+ MaxResults?: number;
5458
+ }
5459
+ export declare namespace ListSecurityProfilePermissionsRequest {
5460
+ /**
5461
+ * @internal
5462
+ */
5463
+ const filterSensitiveLog: (obj: ListSecurityProfilePermissionsRequest) => any;
5464
+ }
5465
+ export interface ListSecurityProfilePermissionsResponse {
5466
+ /**
5467
+ * <p>The permissions granted to the security profile.</p>
5468
+ */
5469
+ Permissions?: string[];
5470
+ /**
5471
+ * <p>If there are additional results, this is the token for the next set of results.</p>
5472
+ */
5473
+ NextToken?: string;
5474
+ }
5475
+ export declare namespace ListSecurityProfilePermissionsResponse {
5476
+ /**
5477
+ * @internal
5478
+ */
5479
+ const filterSensitiveLog: (obj: ListSecurityProfilePermissionsResponse) => any;
5480
+ }
4739
5481
  export interface ListSecurityProfilesRequest {
4740
5482
  /**
4741
5483
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
@@ -5172,6 +5914,60 @@ export declare namespace StartContactRecordingResponse {
5172
5914
  */
5173
5915
  const filterSensitiveLog: (obj: StartContactRecordingResponse) => any;
5174
5916
  }
5917
+ /**
5918
+ * <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
5919
+ */
5920
+ export interface ChatStreamingConfiguration {
5921
+ /**
5922
+ * <p>The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used
5923
+ * to publish real-time message streaming for chat conversations.</p>
5924
+ */
5925
+ StreamingEndpointArn: string | undefined;
5926
+ }
5927
+ export declare namespace ChatStreamingConfiguration {
5928
+ /**
5929
+ * @internal
5930
+ */
5931
+ const filterSensitiveLog: (obj: ChatStreamingConfiguration) => any;
5932
+ }
5933
+ export interface StartContactStreamingRequest {
5934
+ /**
5935
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5936
+ */
5937
+ InstanceId: string | undefined;
5938
+ /**
5939
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
5940
+ * first interaction with the contact center.</p>
5941
+ */
5942
+ ContactId: string | undefined;
5943
+ /**
5944
+ * <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
5945
+ */
5946
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
5947
+ /**
5948
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
5949
+ * request.</p>
5950
+ */
5951
+ ClientToken?: string;
5952
+ }
5953
+ export declare namespace StartContactStreamingRequest {
5954
+ /**
5955
+ * @internal
5956
+ */
5957
+ const filterSensitiveLog: (obj: StartContactStreamingRequest) => any;
5958
+ }
5959
+ export interface StartContactStreamingResponse {
5960
+ /**
5961
+ * <p>The identifier of the streaming configuration enabled. </p>
5962
+ */
5963
+ StreamingId: string | undefined;
5964
+ }
5965
+ export declare namespace StartContactStreamingResponse {
5966
+ /**
5967
+ * @internal
5968
+ */
5969
+ const filterSensitiveLog: (obj: StartContactStreamingResponse) => any;
5970
+ }
5175
5971
  /**
5176
5972
  * <p>Outbound calls to the destination number are not allowed.</p>
5177
5973
  */
@@ -5313,21 +6109,17 @@ export declare namespace StartOutboundVoiceContactResponse {
5313
6109
  */
5314
6110
  const filterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
5315
6111
  }
5316
- export declare enum ReferenceType {
5317
- URL = "URL"
5318
- }
5319
6112
  /**
5320
6113
  * <p>A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes
5321
6114
  * across all references for a contact.</p>
5322
6115
  */
5323
6116
  export interface Reference {
5324
6117
  /**
5325
- * <p>A formatted URL that displays to an agent in the Contact Control Panel (CCP)</p>
6118
+ * <p>A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).</p>
5326
6119
  */
5327
6120
  Value: string | undefined;
5328
6121
  /**
5329
- * <p>A valid
5330
- * URL.</p>
6122
+ * <p>The type of the reference. Only <code>URL</code> type can be added or updated on a contact.</p>
5331
6123
  */
5332
6124
  Type: ReferenceType | string | undefined;
5333
6125
  }
@@ -5385,6 +6177,10 @@ export interface StartTaskContactRequest {
5385
6177
  * request.</p>
5386
6178
  */
5387
6179
  ClientToken?: string;
6180
+ /**
6181
+ * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
6182
+ */
6183
+ ScheduledTime?: Date;
5388
6184
  }
5389
6185
  export declare namespace StartTaskContactRequest {
5390
6186
  /**
@@ -5474,679 +6270,61 @@ export declare namespace StopContactRecordingResponse {
5474
6270
  */
5475
6271
  const filterSensitiveLog: (obj: StopContactRecordingResponse) => any;
5476
6272
  }
5477
- export interface SuspendContactRecordingRequest {
6273
+ export interface StopContactStreamingRequest {
5478
6274
  /**
5479
6275
  * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5480
6276
  */
5481
6277
  InstanceId: string | undefined;
5482
6278
  /**
5483
- * <p>The identifier of the contact.</p>
6279
+ * <p>The identifier of the contact. This is the identifier of the contact that is associated with
6280
+ * the first interaction with the contact center.</p>
5484
6281
  */
5485
6282
  ContactId: string | undefined;
5486
6283
  /**
5487
- * <p>The identifier of the contact. This is the identifier of the contact associated with the
5488
- * first interaction with the contact center.</p>
6284
+ * <p>The identifier of the streaming configuration enabled. </p>
5489
6285
  */
5490
- InitialContactId: string | undefined;
6286
+ StreamingId: string | undefined;
5491
6287
  }
5492
- export declare namespace SuspendContactRecordingRequest {
6288
+ export declare namespace StopContactStreamingRequest {
5493
6289
  /**
5494
6290
  * @internal
5495
6291
  */
5496
- const filterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
6292
+ const filterSensitiveLog: (obj: StopContactStreamingRequest) => any;
5497
6293
  }
5498
- export interface SuspendContactRecordingResponse {
6294
+ export interface StopContactStreamingResponse {
5499
6295
  }
5500
- export declare namespace SuspendContactRecordingResponse {
6296
+ export declare namespace StopContactStreamingResponse {
5501
6297
  /**
5502
6298
  * @internal
5503
6299
  */
5504
- const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
5505
- }
5506
- export interface TagResourceRequest {
5507
- /**
5508
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
5509
- */
5510
- resourceArn: string | undefined;
5511
- /**
5512
- * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
5513
- */
5514
- tags: {
5515
- [key: string]: string;
5516
- } | undefined;
6300
+ const filterSensitiveLog: (obj: StopContactStreamingResponse) => any;
5517
6301
  }
5518
- export declare namespace TagResourceRequest {
6302
+ export interface SuspendContactRecordingRequest {
5519
6303
  /**
5520
- * @internal
6304
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5521
6305
  */
5522
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
5523
- }
5524
- export interface UntagResourceRequest {
6306
+ InstanceId: string | undefined;
5525
6307
  /**
5526
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
6308
+ * <p>The identifier of the contact.</p>
5527
6309
  */
5528
- resourceArn: string | undefined;
6310
+ ContactId: string | undefined;
5529
6311
  /**
5530
- * <p>The tag keys.</p>
6312
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
6313
+ * first interaction with the contact center.</p>
5531
6314
  */
5532
- tagKeys: string[] | undefined;
6315
+ InitialContactId: string | undefined;
5533
6316
  }
5534
- export declare namespace UntagResourceRequest {
6317
+ export declare namespace SuspendContactRecordingRequest {
5535
6318
  /**
5536
6319
  * @internal
5537
6320
  */
5538
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
6321
+ const filterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
5539
6322
  }
5540
- export interface UpdateAgentStatusRequest {
5541
- /**
5542
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5543
- */
5544
- InstanceId: string | undefined;
5545
- /**
5546
- * <p>The identifier of the agent status.</p>
5547
- */
5548
- AgentStatusId: string | undefined;
6323
+ export interface SuspendContactRecordingResponse {
6324
+ }
6325
+ export declare namespace SuspendContactRecordingResponse {
5549
6326
  /**
5550
- * <p>The name of the agent status.</p>
6327
+ * @internal
5551
6328
  */
5552
- Name?: string;
5553
- /**
5554
- * <p>The description of the agent status.</p>
5555
- */
5556
- Description?: string;
5557
- /**
5558
- * <p>The state of the agent status.</p>
5559
- */
5560
- State?: AgentStatusState | string;
5561
- /**
5562
- * <p>The display order of the agent status.</p>
5563
- */
5564
- DisplayOrder?: number;
5565
- /**
5566
- * <p>A number indicating the reset order of the agent status.</p>
5567
- */
5568
- ResetOrderNumber?: boolean;
5569
- }
5570
- export declare namespace UpdateAgentStatusRequest {
5571
- /**
5572
- * @internal
5573
- */
5574
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
5575
- }
5576
- export interface UpdateContactAttributesRequest {
5577
- /**
5578
- * <p>The identifier of the contact. This is the identifier of the contact associated with the
5579
- * first interaction with the contact center.</p>
5580
- */
5581
- InitialContactId: string | undefined;
5582
- /**
5583
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5584
- */
5585
- InstanceId: string | undefined;
5586
- /**
5587
- * <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
5588
- * contact attributes.</p>
5589
- * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
5590
- * can include only alphanumeric, dash, and underscore characters.</p>
5591
- */
5592
- Attributes: {
5593
- [key: string]: string;
5594
- } | undefined;
5595
- }
5596
- export declare namespace UpdateContactAttributesRequest {
5597
- /**
5598
- * @internal
5599
- */
5600
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
5601
- }
5602
- export interface UpdateContactAttributesResponse {
5603
- }
5604
- export declare namespace UpdateContactAttributesResponse {
5605
- /**
5606
- * @internal
5607
- */
5608
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
5609
- }
5610
- export interface UpdateContactFlowContentRequest {
5611
- /**
5612
- * <p>The identifier of the Amazon Connect instance.</p>
5613
- */
5614
- InstanceId: string | undefined;
5615
- /**
5616
- * <p>The identifier of the contact flow.</p>
5617
- */
5618
- ContactFlowId: string | undefined;
5619
- /**
5620
- * <p>The JSON string that represents contact flow’s content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
5621
- * flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
5622
- * </p>
5623
- */
5624
- Content: string | undefined;
5625
- }
5626
- export declare namespace UpdateContactFlowContentRequest {
5627
- /**
5628
- * @internal
5629
- */
5630
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
5631
- }
5632
- export interface UpdateContactFlowNameRequest {
5633
- /**
5634
- * <p>The identifier of the Amazon Connect instance.</p>
5635
- */
5636
- InstanceId: string | undefined;
5637
- /**
5638
- * <p>The identifier of the contact flow.</p>
5639
- */
5640
- ContactFlowId: string | undefined;
5641
- /**
5642
- * <p>The name of the contact flow.</p>
5643
- */
5644
- Name?: string;
5645
- /**
5646
- * <p>The description of the contact flow.</p>
5647
- */
5648
- Description?: string;
5649
- }
5650
- export declare namespace UpdateContactFlowNameRequest {
5651
- /**
5652
- * @internal
5653
- */
5654
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
5655
- }
5656
- export interface UpdateHoursOfOperationRequest {
5657
- /**
5658
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5659
- */
5660
- InstanceId: string | undefined;
5661
- /**
5662
- * <p>The identifier of the hours of operation.</p>
5663
- */
5664
- HoursOfOperationId: string | undefined;
5665
- /**
5666
- * <p>The name of the hours of operation.</p>
5667
- */
5668
- Name?: string;
5669
- /**
5670
- * <p>The description of the hours of operation.</p>
5671
- */
5672
- Description?: string;
5673
- /**
5674
- * <p>The time zone of the hours of operation.</p>
5675
- */
5676
- TimeZone?: string;
5677
- /**
5678
- * <p>Configuration information of the hours of operation.</p>
5679
- */
5680
- Config?: HoursOfOperationConfig[];
5681
- }
5682
- export declare namespace UpdateHoursOfOperationRequest {
5683
- /**
5684
- * @internal
5685
- */
5686
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
5687
- }
5688
- export interface UpdateInstanceAttributeRequest {
5689
- /**
5690
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5691
- */
5692
- InstanceId: string | undefined;
5693
- /**
5694
- * <p>The type of attribute.</p>
5695
- * <note>
5696
- * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.</p>
5697
- * </note>
5698
- */
5699
- AttributeType: InstanceAttributeType | string | undefined;
5700
- /**
5701
- * <p>The value for the attribute. Maximum character limit is 100. </p>
5702
- */
5703
- Value: string | undefined;
5704
- }
5705
- export declare namespace UpdateInstanceAttributeRequest {
5706
- /**
5707
- * @internal
5708
- */
5709
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
5710
- }
5711
- export interface UpdateInstanceStorageConfigRequest {
5712
- /**
5713
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5714
- */
5715
- InstanceId: string | undefined;
5716
- /**
5717
- * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
5718
- */
5719
- AssociationId: string | undefined;
5720
- /**
5721
- * <p>A valid resource type.</p>
5722
- */
5723
- ResourceType: InstanceStorageResourceType | string | undefined;
5724
- /**
5725
- * <p>The storage configuration for the instance.</p>
5726
- */
5727
- StorageConfig: InstanceStorageConfig | undefined;
5728
- }
5729
- export declare namespace UpdateInstanceStorageConfigRequest {
5730
- /**
5731
- * @internal
5732
- */
5733
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
5734
- }
5735
- export interface UpdateQueueHoursOfOperationRequest {
5736
- /**
5737
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5738
- */
5739
- InstanceId: string | undefined;
5740
- /**
5741
- * <p>The identifier for the queue.</p>
5742
- */
5743
- QueueId: string | undefined;
5744
- /**
5745
- * <p>The identifier for the hours of operation.</p>
5746
- */
5747
- HoursOfOperationId: string | undefined;
5748
- }
5749
- export declare namespace UpdateQueueHoursOfOperationRequest {
5750
- /**
5751
- * @internal
5752
- */
5753
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
5754
- }
5755
- export interface UpdateQueueMaxContactsRequest {
5756
- /**
5757
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5758
- */
5759
- InstanceId: string | undefined;
5760
- /**
5761
- * <p>The identifier for the queue.</p>
5762
- */
5763
- QueueId: string | undefined;
5764
- /**
5765
- * <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
5766
- */
5767
- MaxContacts?: number;
5768
- }
5769
- export declare namespace UpdateQueueMaxContactsRequest {
5770
- /**
5771
- * @internal
5772
- */
5773
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
5774
- }
5775
- export interface UpdateQueueNameRequest {
5776
- /**
5777
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5778
- */
5779
- InstanceId: string | undefined;
5780
- /**
5781
- * <p>The identifier for the queue.</p>
5782
- */
5783
- QueueId: string | undefined;
5784
- /**
5785
- * <p>The name of the queue.</p>
5786
- */
5787
- Name?: string;
5788
- /**
5789
- * <p>The description of the queue.</p>
5790
- */
5791
- Description?: string;
5792
- }
5793
- export declare namespace UpdateQueueNameRequest {
5794
- /**
5795
- * @internal
5796
- */
5797
- const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
5798
- }
5799
- export interface UpdateQueueOutboundCallerConfigRequest {
5800
- /**
5801
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5802
- */
5803
- InstanceId: string | undefined;
5804
- /**
5805
- * <p>The identifier for the queue.</p>
5806
- */
5807
- QueueId: string | undefined;
5808
- /**
5809
- * <p>The outbound caller ID name, number, and outbound whisper flow.</p>
5810
- */
5811
- OutboundCallerConfig: OutboundCallerConfig | undefined;
5812
- }
5813
- export declare namespace UpdateQueueOutboundCallerConfigRequest {
5814
- /**
5815
- * @internal
5816
- */
5817
- const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
5818
- }
5819
- export interface UpdateQueueStatusRequest {
5820
- /**
5821
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5822
- */
5823
- InstanceId: string | undefined;
5824
- /**
5825
- * <p>The identifier for the queue.</p>
5826
- */
5827
- QueueId: string | undefined;
5828
- /**
5829
- * <p>The status of the queue.</p>
5830
- */
5831
- Status: QueueStatus | string | undefined;
5832
- }
5833
- export declare namespace UpdateQueueStatusRequest {
5834
- /**
5835
- * @internal
5836
- */
5837
- const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
5838
- }
5839
- export interface UpdateQuickConnectConfigRequest {
5840
- /**
5841
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5842
- */
5843
- InstanceId: string | undefined;
5844
- /**
5845
- * <p>The identifier for the quick connect.</p>
5846
- */
5847
- QuickConnectId: string | undefined;
5848
- /**
5849
- * <p>Information about the configuration settings for the quick connect.</p>
5850
- */
5851
- QuickConnectConfig: QuickConnectConfig | undefined;
5852
- }
5853
- export declare namespace UpdateQuickConnectConfigRequest {
5854
- /**
5855
- * @internal
5856
- */
5857
- const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
5858
- }
5859
- export interface UpdateQuickConnectNameRequest {
5860
- /**
5861
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5862
- */
5863
- InstanceId: string | undefined;
5864
- /**
5865
- * <p>The identifier for the quick connect.</p>
5866
- */
5867
- QuickConnectId: string | undefined;
5868
- /**
5869
- * <p>The name of the quick connect.</p>
5870
- */
5871
- Name?: string;
5872
- /**
5873
- * <p>The description of the quick connect.</p>
5874
- */
5875
- Description?: string;
5876
- }
5877
- export declare namespace UpdateQuickConnectNameRequest {
5878
- /**
5879
- * @internal
5880
- */
5881
- const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
5882
- }
5883
- export interface UpdateRoutingProfileConcurrencyRequest {
5884
- /**
5885
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5886
- */
5887
- InstanceId: string | undefined;
5888
- /**
5889
- * <p>The identifier of the routing profile.</p>
5890
- */
5891
- RoutingProfileId: string | undefined;
5892
- /**
5893
- * <p>The channels that agents can handle in the Contact Control Panel (CCP).</p>
5894
- */
5895
- MediaConcurrencies: MediaConcurrency[] | undefined;
5896
- }
5897
- export declare namespace UpdateRoutingProfileConcurrencyRequest {
5898
- /**
5899
- * @internal
5900
- */
5901
- const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
5902
- }
5903
- export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
5904
- /**
5905
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5906
- */
5907
- InstanceId: string | undefined;
5908
- /**
5909
- * <p>The identifier of the routing profile.</p>
5910
- */
5911
- RoutingProfileId: string | undefined;
5912
- /**
5913
- * <p>The identifier for the default outbound queue.</p>
5914
- */
5915
- DefaultOutboundQueueId: string | undefined;
5916
- }
5917
- export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
5918
- /**
5919
- * @internal
5920
- */
5921
- const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
5922
- }
5923
- export interface UpdateRoutingProfileNameRequest {
5924
- /**
5925
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5926
- */
5927
- InstanceId: string | undefined;
5928
- /**
5929
- * <p>The identifier of the routing profile.</p>
5930
- */
5931
- RoutingProfileId: string | undefined;
5932
- /**
5933
- * <p>The name of the routing profile. Must not be more than 127 characters.</p>
5934
- */
5935
- Name?: string;
5936
- /**
5937
- * <p>The description of the routing profile. Must not be more than 250 characters.</p>
5938
- */
5939
- Description?: string;
5940
- }
5941
- export declare namespace UpdateRoutingProfileNameRequest {
5942
- /**
5943
- * @internal
5944
- */
5945
- const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
5946
- }
5947
- export interface UpdateRoutingProfileQueuesRequest {
5948
- /**
5949
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5950
- */
5951
- InstanceId: string | undefined;
5952
- /**
5953
- * <p>The identifier of the routing profile.</p>
5954
- */
5955
- RoutingProfileId: string | undefined;
5956
- /**
5957
- * <p>The queues to be updated for this routing profile.
5958
- * Queues must first be associated to the routing
5959
- * profile. You can do this using AssociateRoutingProfileQueues.</p>
5960
- */
5961
- QueueConfigs: RoutingProfileQueueConfig[] | undefined;
5962
- }
5963
- export declare namespace UpdateRoutingProfileQueuesRequest {
5964
- /**
5965
- * @internal
5966
- */
5967
- const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
5968
- }
5969
- export interface UpdateUserHierarchyRequest {
5970
- /**
5971
- * <p>The identifier of the hierarchy group.</p>
5972
- */
5973
- HierarchyGroupId?: string;
5974
- /**
5975
- * <p>The identifier of the user account.</p>
5976
- */
5977
- UserId: string | undefined;
5978
- /**
5979
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
5980
- */
5981
- InstanceId: string | undefined;
5982
- }
5983
- export declare namespace UpdateUserHierarchyRequest {
5984
- /**
5985
- * @internal
5986
- */
5987
- const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
5988
- }
5989
- export interface UpdateUserHierarchyGroupNameRequest {
5990
- /**
5991
- * <p>The name of the hierarchy group. Must not be more than 100 characters.</p>
5992
- */
5993
- Name: string | undefined;
5994
- /**
5995
- * <p>The identifier of the hierarchy group.</p>
5996
- */
5997
- HierarchyGroupId: string | undefined;
5998
- /**
5999
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6000
- */
6001
- InstanceId: string | undefined;
6002
- }
6003
- export declare namespace UpdateUserHierarchyGroupNameRequest {
6004
- /**
6005
- * @internal
6006
- */
6007
- const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
6008
- }
6009
- /**
6010
- * <p>Contains information about the hierarchy level to update.</p>
6011
- */
6012
- export interface HierarchyLevelUpdate {
6013
- /**
6014
- * <p>The name of the user hierarchy level. Must not be more than 50 characters.</p>
6015
- */
6016
- Name: string | undefined;
6017
- }
6018
- export declare namespace HierarchyLevelUpdate {
6019
- /**
6020
- * @internal
6021
- */
6022
- const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
6023
- }
6024
- /**
6025
- * <p>Contains information about the level hierarchy to update.</p>
6026
- */
6027
- export interface HierarchyStructureUpdate {
6028
- /**
6029
- * <p>The
6030
- * update
6031
- * for level one.</p>
6032
- */
6033
- LevelOne?: HierarchyLevelUpdate;
6034
- /**
6035
- * <p>The update for level two.</p>
6036
- */
6037
- LevelTwo?: HierarchyLevelUpdate;
6038
- /**
6039
- * <p>The update for level three.</p>
6040
- */
6041
- LevelThree?: HierarchyLevelUpdate;
6042
- /**
6043
- * <p>The update for level four.</p>
6044
- */
6045
- LevelFour?: HierarchyLevelUpdate;
6046
- /**
6047
- * <p>The update for level five.</p>
6048
- */
6049
- LevelFive?: HierarchyLevelUpdate;
6050
- }
6051
- export declare namespace HierarchyStructureUpdate {
6052
- /**
6053
- * @internal
6054
- */
6055
- const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
6056
- }
6057
- export interface UpdateUserHierarchyStructureRequest {
6058
- /**
6059
- * <p>The hierarchy levels to update.</p>
6060
- */
6061
- HierarchyStructure: HierarchyStructureUpdate | undefined;
6062
- /**
6063
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6064
- */
6065
- InstanceId: string | undefined;
6066
- }
6067
- export declare namespace UpdateUserHierarchyStructureRequest {
6068
- /**
6069
- * @internal
6070
- */
6071
- const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
6072
- }
6073
- export interface UpdateUserIdentityInfoRequest {
6074
- /**
6075
- * <p>The identity information for the user.</p>
6076
- */
6077
- IdentityInfo: UserIdentityInfo | undefined;
6078
- /**
6079
- * <p>The identifier of the user account.</p>
6080
- */
6081
- UserId: string | undefined;
6082
- /**
6083
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6084
- */
6085
- InstanceId: string | undefined;
6086
- }
6087
- export declare namespace UpdateUserIdentityInfoRequest {
6088
- /**
6089
- * @internal
6090
- */
6091
- const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
6092
- }
6093
- export interface UpdateUserPhoneConfigRequest {
6094
- /**
6095
- * <p>Information about phone configuration settings for the user.</p>
6096
- */
6097
- PhoneConfig: UserPhoneConfig | undefined;
6098
- /**
6099
- * <p>The identifier of the user account.</p>
6100
- */
6101
- UserId: string | undefined;
6102
- /**
6103
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6104
- */
6105
- InstanceId: string | undefined;
6106
- }
6107
- export declare namespace UpdateUserPhoneConfigRequest {
6108
- /**
6109
- * @internal
6110
- */
6111
- const filterSensitiveLog: (obj: UpdateUserPhoneConfigRequest) => any;
6112
- }
6113
- export interface UpdateUserRoutingProfileRequest {
6114
- /**
6115
- * <p>The identifier of the routing profile for the user.</p>
6116
- */
6117
- RoutingProfileId: string | undefined;
6118
- /**
6119
- * <p>The identifier of the user account.</p>
6120
- */
6121
- UserId: string | undefined;
6122
- /**
6123
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6124
- */
6125
- InstanceId: string | undefined;
6126
- }
6127
- export declare namespace UpdateUserRoutingProfileRequest {
6128
- /**
6129
- * @internal
6130
- */
6131
- const filterSensitiveLog: (obj: UpdateUserRoutingProfileRequest) => any;
6132
- }
6133
- export interface UpdateUserSecurityProfilesRequest {
6134
- /**
6135
- * <p>The identifiers of the security profiles for the user.</p>
6136
- */
6137
- SecurityProfileIds: string[] | undefined;
6138
- /**
6139
- * <p>The identifier of the user account.</p>
6140
- */
6141
- UserId: string | undefined;
6142
- /**
6143
- * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
6144
- */
6145
- InstanceId: string | undefined;
6146
- }
6147
- export declare namespace UpdateUserSecurityProfilesRequest {
6148
- /**
6149
- * @internal
6150
- */
6151
- const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
6329
+ const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
6152
6330
  }