@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,25 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
+ name: "AccessDeniedException";
5
+ $fault: "client";
6
+ Message?: string;
7
+ }
8
+ export declare namespace AccessDeniedException {
9
+
10
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
+ }
12
+
13
+ export interface AgentInfo {
14
+
15
+ Id?: string;
16
+
17
+ ConnectedToAgentTimestamp?: Date;
18
+ }
19
+ export declare namespace AgentInfo {
20
+
21
+ const filterSensitiveLog: (obj: AgentInfo) => any;
22
+ }
2
23
  export declare enum AgentStatusState {
3
24
  DISABLED = "DISABLED",
4
25
  ENABLED = "ENABLED"
@@ -478,6 +499,56 @@ export declare namespace InvalidContactFlowException {
478
499
 
479
500
  const filterSensitiveLog: (obj: InvalidContactFlowException) => any;
480
501
  }
502
+ export interface CreateContactFlowModuleRequest {
503
+
504
+ InstanceId: string | undefined;
505
+
506
+ Name: string | undefined;
507
+
508
+ Description?: string;
509
+
510
+ Content: string | undefined;
511
+
512
+ Tags?: {
513
+ [key: string]: string;
514
+ };
515
+
516
+ ClientToken?: string;
517
+ }
518
+ export declare namespace CreateContactFlowModuleRequest {
519
+
520
+ const filterSensitiveLog: (obj: CreateContactFlowModuleRequest) => any;
521
+ }
522
+ export interface CreateContactFlowModuleResponse {
523
+
524
+ Id?: string;
525
+
526
+ Arn?: string;
527
+ }
528
+ export declare namespace CreateContactFlowModuleResponse {
529
+
530
+ const filterSensitiveLog: (obj: CreateContactFlowModuleResponse) => any;
531
+ }
532
+
533
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
534
+ name: "IdempotencyException";
535
+ $fault: "client";
536
+ Message?: string;
537
+ }
538
+ export declare namespace IdempotencyException {
539
+
540
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
541
+ }
542
+
543
+ export interface InvalidContactFlowModuleException extends __SmithyException, $MetadataBearer {
544
+ name: "InvalidContactFlowModuleException";
545
+ $fault: "client";
546
+ Problems?: ProblemDetail[];
547
+ }
548
+ export declare namespace InvalidContactFlowModuleException {
549
+
550
+ const filterSensitiveLog: (obj: InvalidContactFlowModuleException) => any;
551
+ }
481
552
  export declare enum HoursOfOperationDays {
482
553
  FRIDAY = "FRIDAY",
483
554
  MONDAY = "MONDAY",
@@ -786,6 +857,34 @@ export declare namespace CreateRoutingProfileResponse {
786
857
 
787
858
  const filterSensitiveLog: (obj: CreateRoutingProfileResponse) => any;
788
859
  }
860
+ export interface CreateSecurityProfileRequest {
861
+
862
+ SecurityProfileName: string | undefined;
863
+
864
+ Description?: string;
865
+
866
+ Permissions?: string[];
867
+
868
+ InstanceId: string | undefined;
869
+
870
+ Tags?: {
871
+ [key: string]: string;
872
+ };
873
+ }
874
+ export declare namespace CreateSecurityProfileRequest {
875
+
876
+ const filterSensitiveLog: (obj: CreateSecurityProfileRequest) => any;
877
+ }
878
+ export interface CreateSecurityProfileResponse {
879
+
880
+ SecurityProfileId?: string;
881
+
882
+ SecurityProfileArn?: string;
883
+ }
884
+ export declare namespace CreateSecurityProfileResponse {
885
+
886
+ const filterSensitiveLog: (obj: CreateSecurityProfileResponse) => any;
887
+ }
789
888
  export declare enum UseCaseType {
790
889
  CONNECT_CAMPAIGNS = "CONNECT_CAMPAIGNS",
791
890
  RULES_EVALUATION = "RULES_EVALUATION"
@@ -908,6 +1007,32 @@ export declare namespace CreateUserHierarchyGroupResponse {
908
1007
 
909
1008
  const filterSensitiveLog: (obj: CreateUserHierarchyGroupResponse) => any;
910
1009
  }
1010
+ export interface DeleteContactFlowRequest {
1011
+
1012
+ InstanceId: string | undefined;
1013
+
1014
+ ContactFlowId: string | undefined;
1015
+ }
1016
+ export declare namespace DeleteContactFlowRequest {
1017
+
1018
+ const filterSensitiveLog: (obj: DeleteContactFlowRequest) => any;
1019
+ }
1020
+ export interface DeleteContactFlowModuleRequest {
1021
+
1022
+ InstanceId: string | undefined;
1023
+
1024
+ ContactFlowModuleId: string | undefined;
1025
+ }
1026
+ export declare namespace DeleteContactFlowModuleRequest {
1027
+
1028
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleRequest) => any;
1029
+ }
1030
+ export interface DeleteContactFlowModuleResponse {
1031
+ }
1032
+ export declare namespace DeleteContactFlowModuleResponse {
1033
+
1034
+ const filterSensitiveLog: (obj: DeleteContactFlowModuleResponse) => any;
1035
+ }
911
1036
  export interface DeleteHoursOfOperationRequest {
912
1037
 
913
1038
  InstanceId: string | undefined;
@@ -946,6 +1071,39 @@ export declare namespace DeleteQuickConnectRequest {
946
1071
 
947
1072
  const filterSensitiveLog: (obj: DeleteQuickConnectRequest) => any;
948
1073
  }
1074
+ export interface DeleteSecurityProfileRequest {
1075
+
1076
+ InstanceId: string | undefined;
1077
+
1078
+ SecurityProfileId: string | undefined;
1079
+ }
1080
+ export declare namespace DeleteSecurityProfileRequest {
1081
+
1082
+ const filterSensitiveLog: (obj: DeleteSecurityProfileRequest) => any;
1083
+ }
1084
+ export declare enum ResourceType {
1085
+ CONTACT = "CONTACT",
1086
+ CONTACT_FLOW = "CONTACT_FLOW",
1087
+ HIERARCHY_GROUP = "HIERARCHY_GROUP",
1088
+ HIERARCHY_LEVEL = "HIERARCHY_LEVEL",
1089
+ INSTANCE = "INSTANCE",
1090
+ PARTICIPANT = "PARTICIPANT",
1091
+ USER = "USER"
1092
+ }
1093
+
1094
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1095
+ name: "ResourceInUseException";
1096
+ $fault: "client";
1097
+ Message?: string;
1098
+
1099
+ ResourceType?: ResourceType | string;
1100
+
1101
+ ResourceId?: string;
1102
+ }
1103
+ export declare namespace ResourceInUseException {
1104
+
1105
+ const filterSensitiveLog: (obj: ResourceInUseException) => any;
1106
+ }
949
1107
  export interface DeleteUseCaseRequest {
950
1108
 
951
1109
  InstanceId: string | undefined;
@@ -978,29 +1136,6 @@ export declare namespace DeleteUserHierarchyGroupRequest {
978
1136
 
979
1137
  const filterSensitiveLog: (obj: DeleteUserHierarchyGroupRequest) => any;
980
1138
  }
981
- export declare enum ResourceType {
982
- CONTACT = "CONTACT",
983
- CONTACT_FLOW = "CONTACT_FLOW",
984
- HIERARCHY_GROUP = "HIERARCHY_GROUP",
985
- HIERARCHY_LEVEL = "HIERARCHY_LEVEL",
986
- INSTANCE = "INSTANCE",
987
- PARTICIPANT = "PARTICIPANT",
988
- USER = "USER"
989
- }
990
-
991
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
992
- name: "ResourceInUseException";
993
- $fault: "client";
994
- Message?: string;
995
-
996
- ResourceType?: ResourceType | string;
997
-
998
- ResourceId?: string;
999
- }
1000
- export declare namespace ResourceInUseException {
1001
-
1002
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1003
- }
1004
1139
  export interface DescribeAgentStatusRequest {
1005
1140
 
1006
1141
  InstanceId: string | undefined;
@@ -1019,6 +1154,78 @@ export declare namespace DescribeAgentStatusResponse {
1019
1154
 
1020
1155
  const filterSensitiveLog: (obj: DescribeAgentStatusResponse) => any;
1021
1156
  }
1157
+ export interface DescribeContactRequest {
1158
+
1159
+ InstanceId: string | undefined;
1160
+
1161
+ ContactId: string | undefined;
1162
+ }
1163
+ export declare namespace DescribeContactRequest {
1164
+
1165
+ const filterSensitiveLog: (obj: DescribeContactRequest) => any;
1166
+ }
1167
+ export declare enum ContactInitiationMethod {
1168
+ API = "API",
1169
+ CALLBACK = "CALLBACK",
1170
+ INBOUND = "INBOUND",
1171
+ OUTBOUND = "OUTBOUND",
1172
+ QUEUE_TRANSFER = "QUEUE_TRANSFER",
1173
+ TRANSFER = "TRANSFER"
1174
+ }
1175
+
1176
+ export interface QueueInfo {
1177
+
1178
+ Id?: string;
1179
+
1180
+ EnqueueTimestamp?: Date;
1181
+ }
1182
+ export declare namespace QueueInfo {
1183
+
1184
+ const filterSensitiveLog: (obj: QueueInfo) => any;
1185
+ }
1186
+
1187
+ export interface Contact {
1188
+
1189
+ Arn?: string;
1190
+
1191
+ Id?: string;
1192
+
1193
+ InitialContactId?: string;
1194
+
1195
+ PreviousContactId?: string;
1196
+
1197
+ InitiationMethod?: ContactInitiationMethod | string;
1198
+
1199
+ Name?: string;
1200
+
1201
+ Description?: string;
1202
+
1203
+ Channel?: Channel | string;
1204
+
1205
+ QueueInfo?: QueueInfo;
1206
+
1207
+ AgentInfo?: AgentInfo;
1208
+
1209
+ InitiationTimestamp?: Date;
1210
+
1211
+ DisconnectTimestamp?: Date;
1212
+
1213
+ LastUpdateTimestamp?: Date;
1214
+
1215
+ ScheduledTimestamp?: Date;
1216
+ }
1217
+ export declare namespace Contact {
1218
+
1219
+ const filterSensitiveLog: (obj: Contact) => any;
1220
+ }
1221
+ export interface DescribeContactResponse {
1222
+
1223
+ Contact?: Contact;
1224
+ }
1225
+ export declare namespace DescribeContactResponse {
1226
+
1227
+ const filterSensitiveLog: (obj: DescribeContactResponse) => any;
1228
+ }
1022
1229
 
1023
1230
  export interface ContactFlowNotPublishedException extends __SmithyException, $MetadataBearer {
1024
1231
  name: "ContactFlowNotPublishedException";
@@ -1039,6 +1246,10 @@ export declare namespace DescribeContactFlowRequest {
1039
1246
 
1040
1247
  const filterSensitiveLog: (obj: DescribeContactFlowRequest) => any;
1041
1248
  }
1249
+ export declare enum ContactFlowState {
1250
+ ACTIVE = "ACTIVE",
1251
+ ARCHIVED = "ARCHIVED"
1252
+ }
1042
1253
 
1043
1254
  export interface ContactFlow {
1044
1255
 
@@ -1050,6 +1261,8 @@ export interface ContactFlow {
1050
1261
 
1051
1262
  Type?: ContactFlowType | string;
1052
1263
 
1264
+ State?: ContactFlowState | string;
1265
+
1053
1266
  Description?: string;
1054
1267
 
1055
1268
  Content?: string;
@@ -1070,6 +1283,57 @@ export declare namespace DescribeContactFlowResponse {
1070
1283
 
1071
1284
  const filterSensitiveLog: (obj: DescribeContactFlowResponse) => any;
1072
1285
  }
1286
+ export interface DescribeContactFlowModuleRequest {
1287
+
1288
+ InstanceId: string | undefined;
1289
+
1290
+ ContactFlowModuleId: string | undefined;
1291
+ }
1292
+ export declare namespace DescribeContactFlowModuleRequest {
1293
+
1294
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleRequest) => any;
1295
+ }
1296
+ export declare enum ContactFlowModuleState {
1297
+ ACTIVE = "ACTIVE",
1298
+ ARCHIVED = "ARCHIVED"
1299
+ }
1300
+ export declare enum ContactFlowModuleStatus {
1301
+ PUBLISHED = "PUBLISHED",
1302
+ SAVED = "SAVED"
1303
+ }
1304
+
1305
+ export interface ContactFlowModule {
1306
+
1307
+ Arn?: string;
1308
+
1309
+ Id?: string;
1310
+
1311
+ Name?: string;
1312
+
1313
+ Content?: string;
1314
+
1315
+ Description?: string;
1316
+
1317
+ State?: ContactFlowModuleState | string;
1318
+
1319
+ Status?: ContactFlowModuleStatus | string;
1320
+
1321
+ Tags?: {
1322
+ [key: string]: string;
1323
+ };
1324
+ }
1325
+ export declare namespace ContactFlowModule {
1326
+
1327
+ const filterSensitiveLog: (obj: ContactFlowModule) => any;
1328
+ }
1329
+ export interface DescribeContactFlowModuleResponse {
1330
+
1331
+ ContactFlowModule?: ContactFlowModule;
1332
+ }
1333
+ export declare namespace DescribeContactFlowModuleResponse {
1334
+
1335
+ const filterSensitiveLog: (obj: DescribeContactFlowModuleResponse) => any;
1336
+ }
1073
1337
  export interface DescribeHoursOfOperationRequest {
1074
1338
 
1075
1339
  InstanceId: string | undefined;
@@ -1357,6 +1621,45 @@ export declare namespace DescribeRoutingProfileResponse {
1357
1621
 
1358
1622
  const filterSensitiveLog: (obj: DescribeRoutingProfileResponse) => any;
1359
1623
  }
1624
+ export interface DescribeSecurityProfileRequest {
1625
+
1626
+ SecurityProfileId: string | undefined;
1627
+
1628
+ InstanceId: string | undefined;
1629
+ }
1630
+ export declare namespace DescribeSecurityProfileRequest {
1631
+
1632
+ const filterSensitiveLog: (obj: DescribeSecurityProfileRequest) => any;
1633
+ }
1634
+
1635
+ export interface SecurityProfile {
1636
+
1637
+ Id?: string;
1638
+
1639
+ OrganizationResourceId?: string;
1640
+
1641
+ Arn?: string;
1642
+
1643
+ SecurityProfileName?: string;
1644
+
1645
+ Description?: string;
1646
+
1647
+ Tags?: {
1648
+ [key: string]: string;
1649
+ };
1650
+ }
1651
+ export declare namespace SecurityProfile {
1652
+
1653
+ const filterSensitiveLog: (obj: SecurityProfile) => any;
1654
+ }
1655
+ export interface DescribeSecurityProfileResponse {
1656
+
1657
+ SecurityProfile?: SecurityProfile;
1658
+ }
1659
+ export declare namespace DescribeSecurityProfileResponse {
1660
+
1661
+ const filterSensitiveLog: (obj: DescribeSecurityProfileResponse) => any;
1662
+ }
1360
1663
  export interface DescribeUserRequest {
1361
1664
 
1362
1665
  UserId: string | undefined;
@@ -1986,22 +2289,22 @@ export declare namespace ListBotsResponse {
1986
2289
 
1987
2290
  const filterSensitiveLog: (obj: ListBotsResponse) => any;
1988
2291
  }
1989
- export interface ListContactFlowsRequest {
2292
+ export interface ListContactFlowModulesRequest {
1990
2293
 
1991
2294
  InstanceId: string | undefined;
1992
2295
 
1993
- ContactFlowTypes?: (ContactFlowType | string)[];
1994
-
1995
2296
  NextToken?: string;
1996
2297
 
1997
2298
  MaxResults?: number;
2299
+
2300
+ ContactFlowModuleState?: ContactFlowModuleState | string;
1998
2301
  }
1999
- export declare namespace ListContactFlowsRequest {
2302
+ export declare namespace ListContactFlowModulesRequest {
2000
2303
 
2001
- const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
2304
+ const filterSensitiveLog: (obj: ListContactFlowModulesRequest) => any;
2002
2305
  }
2003
2306
 
2004
- export interface ContactFlowSummary {
2307
+ export interface ContactFlowModuleSummary {
2005
2308
 
2006
2309
  Id?: string;
2007
2310
 
@@ -2009,27 +2312,156 @@ export interface ContactFlowSummary {
2009
2312
 
2010
2313
  Name?: string;
2011
2314
 
2012
- ContactFlowType?: ContactFlowType | string;
2315
+ State?: ContactFlowModuleState | string;
2013
2316
  }
2014
- export declare namespace ContactFlowSummary {
2317
+ export declare namespace ContactFlowModuleSummary {
2015
2318
 
2016
- const filterSensitiveLog: (obj: ContactFlowSummary) => any;
2319
+ const filterSensitiveLog: (obj: ContactFlowModuleSummary) => any;
2017
2320
  }
2018
- export interface ListContactFlowsResponse {
2321
+ export interface ListContactFlowModulesResponse {
2019
2322
 
2020
- ContactFlowSummaryList?: ContactFlowSummary[];
2323
+ ContactFlowModulesSummaryList?: ContactFlowModuleSummary[];
2021
2324
 
2022
2325
  NextToken?: string;
2023
2326
  }
2024
- export declare namespace ListContactFlowsResponse {
2327
+ export declare namespace ListContactFlowModulesResponse {
2025
2328
 
2026
- const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
2329
+ const filterSensitiveLog: (obj: ListContactFlowModulesResponse) => any;
2027
2330
  }
2028
- export interface ListHoursOfOperationsRequest {
2331
+ export interface ListContactFlowsRequest {
2029
2332
 
2030
2333
  InstanceId: string | undefined;
2031
2334
 
2032
- NextToken?: string;
2335
+ ContactFlowTypes?: (ContactFlowType | string)[];
2336
+
2337
+ NextToken?: string;
2338
+
2339
+ MaxResults?: number;
2340
+ }
2341
+ export declare namespace ListContactFlowsRequest {
2342
+
2343
+ const filterSensitiveLog: (obj: ListContactFlowsRequest) => any;
2344
+ }
2345
+
2346
+ export interface ContactFlowSummary {
2347
+
2348
+ Id?: string;
2349
+
2350
+ Arn?: string;
2351
+
2352
+ Name?: string;
2353
+
2354
+ ContactFlowType?: ContactFlowType | string;
2355
+
2356
+ ContactFlowState?: ContactFlowState | string;
2357
+ }
2358
+ export declare namespace ContactFlowSummary {
2359
+
2360
+ const filterSensitiveLog: (obj: ContactFlowSummary) => any;
2361
+ }
2362
+ export interface ListContactFlowsResponse {
2363
+
2364
+ ContactFlowSummaryList?: ContactFlowSummary[];
2365
+
2366
+ NextToken?: string;
2367
+ }
2368
+ export declare namespace ListContactFlowsResponse {
2369
+
2370
+ const filterSensitiveLog: (obj: ListContactFlowsResponse) => any;
2371
+ }
2372
+ export declare enum ReferenceType {
2373
+ ATTACHMENT = "ATTACHMENT",
2374
+ URL = "URL"
2375
+ }
2376
+ export interface ListContactReferencesRequest {
2377
+
2378
+ InstanceId: string | undefined;
2379
+
2380
+ ContactId: string | undefined;
2381
+
2382
+ ReferenceTypes: (ReferenceType | string)[] | undefined;
2383
+
2384
+ NextToken?: string;
2385
+ }
2386
+ export declare namespace ListContactReferencesRequest {
2387
+
2388
+ const filterSensitiveLog: (obj: ListContactReferencesRequest) => any;
2389
+ }
2390
+ export declare enum ReferenceStatus {
2391
+ APPROVED = "APPROVED",
2392
+ REJECTED = "REJECTED"
2393
+ }
2394
+
2395
+ export interface AttachmentReference {
2396
+
2397
+ Name?: string;
2398
+
2399
+ Value?: string;
2400
+
2401
+ Status?: ReferenceStatus | string;
2402
+ }
2403
+ export declare namespace AttachmentReference {
2404
+
2405
+ const filterSensitiveLog: (obj: AttachmentReference) => any;
2406
+ }
2407
+
2408
+ export interface UrlReference {
2409
+
2410
+ Name?: string;
2411
+
2412
+ Value?: string;
2413
+ }
2414
+ export declare namespace UrlReference {
2415
+
2416
+ const filterSensitiveLog: (obj: UrlReference) => any;
2417
+ }
2418
+
2419
+ export declare type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
2420
+ export declare namespace ReferenceSummary {
2421
+
2422
+ interface UrlMember {
2423
+ Url: UrlReference;
2424
+ Attachment?: never;
2425
+ $unknown?: never;
2426
+ }
2427
+
2428
+ interface AttachmentMember {
2429
+ Url?: never;
2430
+ Attachment: AttachmentReference;
2431
+ $unknown?: never;
2432
+ }
2433
+ interface $UnknownMember {
2434
+ Url?: never;
2435
+ Attachment?: never;
2436
+ $unknown: [
2437
+ string,
2438
+ any
2439
+ ];
2440
+ }
2441
+ interface Visitor<T> {
2442
+ Url: (value: UrlReference) => T;
2443
+ Attachment: (value: AttachmentReference) => T;
2444
+ _: (name: string, value: any) => T;
2445
+ }
2446
+ const visit: <T>(value: ReferenceSummary, visitor: Visitor<T>) => T;
2447
+
2448
+ const filterSensitiveLog: (obj: ReferenceSummary) => any;
2449
+ }
2450
+ export interface ListContactReferencesResponse {
2451
+
2452
+ ReferenceSummaryList?: ReferenceSummary[];
2453
+
2454
+ NextToken?: string;
2455
+ }
2456
+ export declare namespace ListContactReferencesResponse {
2457
+
2458
+ const filterSensitiveLog: (obj: ListContactReferencesResponse) => any;
2459
+ }
2460
+ export interface ListHoursOfOperationsRequest {
2461
+
2462
+ InstanceId: string | undefined;
2463
+
2464
+ NextToken?: string;
2033
2465
 
2034
2466
  MaxResults?: number;
2035
2467
  }
@@ -2782,6 +3214,30 @@ export declare namespace ListSecurityKeysResponse {
2782
3214
 
2783
3215
  const filterSensitiveLog: (obj: ListSecurityKeysResponse) => any;
2784
3216
  }
3217
+ export interface ListSecurityProfilePermissionsRequest {
3218
+
3219
+ SecurityProfileId: string | undefined;
3220
+
3221
+ InstanceId: string | undefined;
3222
+
3223
+ NextToken?: string;
3224
+
3225
+ MaxResults?: number;
3226
+ }
3227
+ export declare namespace ListSecurityProfilePermissionsRequest {
3228
+
3229
+ const filterSensitiveLog: (obj: ListSecurityProfilePermissionsRequest) => any;
3230
+ }
3231
+ export interface ListSecurityProfilePermissionsResponse {
3232
+
3233
+ Permissions?: string[];
3234
+
3235
+ NextToken?: string;
3236
+ }
3237
+ export declare namespace ListSecurityProfilePermissionsResponse {
3238
+
3239
+ const filterSensitiveLog: (obj: ListSecurityProfilePermissionsResponse) => any;
3240
+ }
2785
3241
  export interface ListSecurityProfilesRequest {
2786
3242
 
2787
3243
  InstanceId: string | undefined;
@@ -3035,6 +3491,37 @@ export declare namespace StartContactRecordingResponse {
3035
3491
  const filterSensitiveLog: (obj: StartContactRecordingResponse) => any;
3036
3492
  }
3037
3493
 
3494
+ export interface ChatStreamingConfiguration {
3495
+
3496
+ StreamingEndpointArn: string | undefined;
3497
+ }
3498
+ export declare namespace ChatStreamingConfiguration {
3499
+
3500
+ const filterSensitiveLog: (obj: ChatStreamingConfiguration) => any;
3501
+ }
3502
+ export interface StartContactStreamingRequest {
3503
+
3504
+ InstanceId: string | undefined;
3505
+
3506
+ ContactId: string | undefined;
3507
+
3508
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
3509
+
3510
+ ClientToken?: string;
3511
+ }
3512
+ export declare namespace StartContactStreamingRequest {
3513
+
3514
+ const filterSensitiveLog: (obj: StartContactStreamingRequest) => any;
3515
+ }
3516
+ export interface StartContactStreamingResponse {
3517
+
3518
+ StreamingId: string | undefined;
3519
+ }
3520
+ export declare namespace StartContactStreamingResponse {
3521
+
3522
+ const filterSensitiveLog: (obj: StartContactStreamingResponse) => any;
3523
+ }
3524
+
3038
3525
  export interface DestinationNotAllowedException extends __SmithyException, $MetadataBearer {
3039
3526
  name: "DestinationNotAllowedException";
3040
3527
  $fault: "client";
@@ -3107,9 +3594,6 @@ export declare namespace StartOutboundVoiceContactResponse {
3107
3594
 
3108
3595
  const filterSensitiveLog: (obj: StartOutboundVoiceContactResponse) => any;
3109
3596
  }
3110
- export declare enum ReferenceType {
3111
- URL = "URL"
3112
- }
3113
3597
 
3114
3598
  export interface Reference {
3115
3599
 
@@ -3142,6 +3626,8 @@ export interface StartTaskContactRequest {
3142
3626
  Description?: string;
3143
3627
 
3144
3628
  ClientToken?: string;
3629
+
3630
+ ScheduledTime?: Date;
3145
3631
  }
3146
3632
  export declare namespace StartTaskContactRequest {
3147
3633
 
@@ -3200,399 +3686,39 @@ export declare namespace StopContactRecordingResponse {
3200
3686
 
3201
3687
  const filterSensitiveLog: (obj: StopContactRecordingResponse) => any;
3202
3688
  }
3203
- export interface SuspendContactRecordingRequest {
3689
+ export interface StopContactStreamingRequest {
3204
3690
 
3205
3691
  InstanceId: string | undefined;
3206
3692
 
3207
3693
  ContactId: string | undefined;
3208
3694
 
3209
- InitialContactId: string | undefined;
3210
- }
3211
- export declare namespace SuspendContactRecordingRequest {
3212
-
3213
- const filterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
3695
+ StreamingId: string | undefined;
3214
3696
  }
3215
- export interface SuspendContactRecordingResponse {
3216
- }
3217
- export declare namespace SuspendContactRecordingResponse {
3697
+ export declare namespace StopContactStreamingRequest {
3218
3698
 
3219
- const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
3699
+ const filterSensitiveLog: (obj: StopContactStreamingRequest) => any;
3220
3700
  }
3221
- export interface TagResourceRequest {
3222
-
3223
- resourceArn: string | undefined;
3224
-
3225
- tags: {
3226
- [key: string]: string;
3227
- } | undefined;
3701
+ export interface StopContactStreamingResponse {
3228
3702
  }
3229
- export declare namespace TagResourceRequest {
3703
+ export declare namespace StopContactStreamingResponse {
3230
3704
 
3231
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3705
+ const filterSensitiveLog: (obj: StopContactStreamingResponse) => any;
3232
3706
  }
3233
- export interface UntagResourceRequest {
3234
-
3235
- resourceArn: string | undefined;
3236
-
3237
- tagKeys: string[] | undefined;
3238
- }
3239
- export declare namespace UntagResourceRequest {
3240
-
3241
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3242
- }
3243
- export interface UpdateAgentStatusRequest {
3707
+ export interface SuspendContactRecordingRequest {
3244
3708
 
3245
3709
  InstanceId: string | undefined;
3246
3710
 
3247
- AgentStatusId: string | undefined;
3248
-
3249
- Name?: string;
3250
-
3251
- Description?: string;
3252
-
3253
- State?: AgentStatusState | string;
3254
-
3255
- DisplayOrder?: number;
3256
-
3257
- ResetOrderNumber?: boolean;
3258
- }
3259
- export declare namespace UpdateAgentStatusRequest {
3260
-
3261
- const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
3262
- }
3263
- export interface UpdateContactAttributesRequest {
3711
+ ContactId: string | undefined;
3264
3712
 
3265
3713
  InitialContactId: string | undefined;
3266
-
3267
- InstanceId: string | undefined;
3268
-
3269
- Attributes: {
3270
- [key: string]: string;
3271
- } | undefined;
3272
- }
3273
- export declare namespace UpdateContactAttributesRequest {
3274
-
3275
- const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
3276
- }
3277
- export interface UpdateContactAttributesResponse {
3278
- }
3279
- export declare namespace UpdateContactAttributesResponse {
3280
-
3281
- const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
3282
- }
3283
- export interface UpdateContactFlowContentRequest {
3284
-
3285
- InstanceId: string | undefined;
3286
-
3287
- ContactFlowId: string | undefined;
3288
-
3289
- Content: string | undefined;
3290
- }
3291
- export declare namespace UpdateContactFlowContentRequest {
3292
-
3293
- const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
3294
- }
3295
- export interface UpdateContactFlowNameRequest {
3296
-
3297
- InstanceId: string | undefined;
3298
-
3299
- ContactFlowId: string | undefined;
3300
-
3301
- Name?: string;
3302
-
3303
- Description?: string;
3304
- }
3305
- export declare namespace UpdateContactFlowNameRequest {
3306
-
3307
- const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
3308
- }
3309
- export interface UpdateHoursOfOperationRequest {
3310
-
3311
- InstanceId: string | undefined;
3312
-
3313
- HoursOfOperationId: string | undefined;
3314
-
3315
- Name?: string;
3316
-
3317
- Description?: string;
3318
-
3319
- TimeZone?: string;
3320
-
3321
- Config?: HoursOfOperationConfig[];
3322
3714
  }
3323
- export declare namespace UpdateHoursOfOperationRequest {
3324
-
3325
- const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
3326
- }
3327
- export interface UpdateInstanceAttributeRequest {
3328
-
3329
- InstanceId: string | undefined;
3330
-
3331
- AttributeType: InstanceAttributeType | string | undefined;
3332
-
3333
- Value: string | undefined;
3334
- }
3335
- export declare namespace UpdateInstanceAttributeRequest {
3336
-
3337
- const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
3338
- }
3339
- export interface UpdateInstanceStorageConfigRequest {
3340
-
3341
- InstanceId: string | undefined;
3342
-
3343
- AssociationId: string | undefined;
3344
-
3345
- ResourceType: InstanceStorageResourceType | string | undefined;
3346
-
3347
- StorageConfig: InstanceStorageConfig | undefined;
3348
- }
3349
- export declare namespace UpdateInstanceStorageConfigRequest {
3350
-
3351
- const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
3352
- }
3353
- export interface UpdateQueueHoursOfOperationRequest {
3354
-
3355
- InstanceId: string | undefined;
3356
-
3357
- QueueId: string | undefined;
3358
-
3359
- HoursOfOperationId: string | undefined;
3360
- }
3361
- export declare namespace UpdateQueueHoursOfOperationRequest {
3362
-
3363
- const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
3364
- }
3365
- export interface UpdateQueueMaxContactsRequest {
3366
-
3367
- InstanceId: string | undefined;
3368
-
3369
- QueueId: string | undefined;
3370
-
3371
- MaxContacts?: number;
3372
- }
3373
- export declare namespace UpdateQueueMaxContactsRequest {
3374
-
3375
- const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
3376
- }
3377
- export interface UpdateQueueNameRequest {
3378
-
3379
- InstanceId: string | undefined;
3380
-
3381
- QueueId: string | undefined;
3382
-
3383
- Name?: string;
3384
-
3385
- Description?: string;
3386
- }
3387
- export declare namespace UpdateQueueNameRequest {
3388
-
3389
- const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
3390
- }
3391
- export interface UpdateQueueOutboundCallerConfigRequest {
3392
-
3393
- InstanceId: string | undefined;
3394
-
3395
- QueueId: string | undefined;
3396
-
3397
- OutboundCallerConfig: OutboundCallerConfig | undefined;
3398
- }
3399
- export declare namespace UpdateQueueOutboundCallerConfigRequest {
3400
-
3401
- const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
3402
- }
3403
- export interface UpdateQueueStatusRequest {
3404
-
3405
- InstanceId: string | undefined;
3406
-
3407
- QueueId: string | undefined;
3408
-
3409
- Status: QueueStatus | string | undefined;
3410
- }
3411
- export declare namespace UpdateQueueStatusRequest {
3412
-
3413
- const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
3414
- }
3415
- export interface UpdateQuickConnectConfigRequest {
3416
-
3417
- InstanceId: string | undefined;
3418
-
3419
- QuickConnectId: string | undefined;
3420
-
3421
- QuickConnectConfig: QuickConnectConfig | undefined;
3422
- }
3423
- export declare namespace UpdateQuickConnectConfigRequest {
3424
-
3425
- const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
3426
- }
3427
- export interface UpdateQuickConnectNameRequest {
3428
-
3429
- InstanceId: string | undefined;
3430
-
3431
- QuickConnectId: string | undefined;
3432
-
3433
- Name?: string;
3434
-
3435
- Description?: string;
3436
- }
3437
- export declare namespace UpdateQuickConnectNameRequest {
3438
-
3439
- const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
3440
- }
3441
- export interface UpdateRoutingProfileConcurrencyRequest {
3442
-
3443
- InstanceId: string | undefined;
3444
-
3445
- RoutingProfileId: string | undefined;
3446
-
3447
- MediaConcurrencies: MediaConcurrency[] | undefined;
3448
- }
3449
- export declare namespace UpdateRoutingProfileConcurrencyRequest {
3450
-
3451
- const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
3452
- }
3453
- export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
3454
-
3455
- InstanceId: string | undefined;
3456
-
3457
- RoutingProfileId: string | undefined;
3458
-
3459
- DefaultOutboundQueueId: string | undefined;
3460
- }
3461
- export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
3462
-
3463
- const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
3464
- }
3465
- export interface UpdateRoutingProfileNameRequest {
3466
-
3467
- InstanceId: string | undefined;
3468
-
3469
- RoutingProfileId: string | undefined;
3470
-
3471
- Name?: string;
3472
-
3473
- Description?: string;
3474
- }
3475
- export declare namespace UpdateRoutingProfileNameRequest {
3476
-
3477
- const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
3478
- }
3479
- export interface UpdateRoutingProfileQueuesRequest {
3480
-
3481
- InstanceId: string | undefined;
3482
-
3483
- RoutingProfileId: string | undefined;
3484
-
3485
- QueueConfigs: RoutingProfileQueueConfig[] | undefined;
3486
- }
3487
- export declare namespace UpdateRoutingProfileQueuesRequest {
3488
-
3489
- const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
3490
- }
3491
- export interface UpdateUserHierarchyRequest {
3492
-
3493
- HierarchyGroupId?: string;
3494
-
3495
- UserId: string | undefined;
3496
-
3497
- InstanceId: string | undefined;
3498
- }
3499
- export declare namespace UpdateUserHierarchyRequest {
3500
-
3501
- const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
3502
- }
3503
- export interface UpdateUserHierarchyGroupNameRequest {
3504
-
3505
- Name: string | undefined;
3506
-
3507
- HierarchyGroupId: string | undefined;
3508
-
3509
- InstanceId: string | undefined;
3510
- }
3511
- export declare namespace UpdateUserHierarchyGroupNameRequest {
3512
-
3513
- const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
3514
- }
3515
-
3516
- export interface HierarchyLevelUpdate {
3517
-
3518
- Name: string | undefined;
3519
- }
3520
- export declare namespace HierarchyLevelUpdate {
3521
-
3522
- const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
3523
- }
3524
-
3525
- export interface HierarchyStructureUpdate {
3526
-
3527
- LevelOne?: HierarchyLevelUpdate;
3528
-
3529
- LevelTwo?: HierarchyLevelUpdate;
3530
-
3531
- LevelThree?: HierarchyLevelUpdate;
3532
-
3533
- LevelFour?: HierarchyLevelUpdate;
3534
-
3535
- LevelFive?: HierarchyLevelUpdate;
3536
- }
3537
- export declare namespace HierarchyStructureUpdate {
3538
-
3539
- const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
3540
- }
3541
- export interface UpdateUserHierarchyStructureRequest {
3542
-
3543
- HierarchyStructure: HierarchyStructureUpdate | undefined;
3544
-
3545
- InstanceId: string | undefined;
3546
- }
3547
- export declare namespace UpdateUserHierarchyStructureRequest {
3548
-
3549
- const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
3550
- }
3551
- export interface UpdateUserIdentityInfoRequest {
3552
-
3553
- IdentityInfo: UserIdentityInfo | undefined;
3554
-
3555
- UserId: string | undefined;
3556
-
3557
- InstanceId: string | undefined;
3558
- }
3559
- export declare namespace UpdateUserIdentityInfoRequest {
3560
-
3561
- const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
3562
- }
3563
- export interface UpdateUserPhoneConfigRequest {
3564
-
3565
- PhoneConfig: UserPhoneConfig | undefined;
3566
-
3567
- UserId: string | undefined;
3568
-
3569
- InstanceId: string | undefined;
3570
- }
3571
- export declare namespace UpdateUserPhoneConfigRequest {
3572
-
3573
- const filterSensitiveLog: (obj: UpdateUserPhoneConfigRequest) => any;
3574
- }
3575
- export interface UpdateUserRoutingProfileRequest {
3576
-
3577
- RoutingProfileId: string | undefined;
3578
-
3579
- UserId: string | undefined;
3580
-
3581
- InstanceId: string | undefined;
3582
- }
3583
- export declare namespace UpdateUserRoutingProfileRequest {
3715
+ export declare namespace SuspendContactRecordingRequest {
3584
3716
 
3585
- const filterSensitiveLog: (obj: UpdateUserRoutingProfileRequest) => any;
3717
+ const filterSensitiveLog: (obj: SuspendContactRecordingRequest) => any;
3586
3718
  }
3587
- export interface UpdateUserSecurityProfilesRequest {
3588
-
3589
- SecurityProfileIds: string[] | undefined;
3590
-
3591
- UserId: string | undefined;
3592
-
3593
- InstanceId: string | undefined;
3719
+ export interface SuspendContactRecordingResponse {
3594
3720
  }
3595
- export declare namespace UpdateUserSecurityProfilesRequest {
3721
+ export declare namespace SuspendContactRecordingResponse {
3596
3722
 
3597
- const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
3723
+ const filterSensitiveLog: (obj: SuspendContactRecordingResponse) => any;
3598
3724
  }