@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
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateContactScheduleCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class UpdateContactScheduleCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ConnectClient";
18
+ const commandName = "UpdateContactScheduleCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.UpdateContactScheduleRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.UpdateContactScheduleResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1UpdateContactScheduleCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1UpdateContactScheduleCommand(output, context);
34
+ }
35
+ }
36
+ exports.UpdateContactScheduleCommand = UpdateContactScheduleCommand;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateHoursOfOperationCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateHoursOfOperationCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateHoursOfOperationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateHoursOfOperationRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateHoursOfOperationRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateInstanceAttributeCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateInstanceAttributeCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateInstanceAttributeCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateInstanceAttributeRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateInstanceAttributeRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateInstanceStorageConfigCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateInstanceStorageConfigCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateInstanceStorageConfigCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateInstanceStorageConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateInstanceStorageConfigRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQueueHoursOfOperationCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQueueHoursOfOperationCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQueueHoursOfOperationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQueueHoursOfOperationRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQueueHoursOfOperationRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQueueMaxContactsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQueueMaxContactsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQueueMaxContactsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQueueMaxContactsRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQueueMaxContactsRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQueueNameCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQueueNameCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQueueNameCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQueueNameRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQueueNameRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQueueOutboundCallerConfigCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQueueOutboundCallerConfigCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQueueOutboundCallerConfigCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQueueOutboundCallerConfigRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQueueStatusCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQueueStatusCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQueueStatusCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQueueStatusRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQueueStatusRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQuickConnectConfigCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQuickConnectConfigCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQuickConnectConfigCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQuickConnectConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQuickConnectConfigRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateQuickConnectNameCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateQuickConnectNameCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateQuickConnectNameCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateQuickConnectNameRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateQuickConnectNameRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateRoutingProfileConcurrencyCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateRoutingProfileConcurrencyCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateRoutingProfileConcurrencyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateRoutingProfileConcurrencyRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateRoutingProfileDefaultOutboundQueueCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateRoutingProfileDefaultOutboundQueueCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateRoutingProfileDefaultOutboundQueueCommand extends smithy_client_1.Co
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateRoutingProfileDefaultOutboundQueueRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateRoutingProfileNameCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateRoutingProfileNameCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateRoutingProfileNameCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateRoutingProfileNameRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateRoutingProfileNameRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateRoutingProfileQueuesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateRoutingProfileQueuesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateRoutingProfileQueuesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateRoutingProfileQueuesRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateRoutingProfileQueuesRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateSecurityProfileCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_1_1 = require("../models/models_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class UpdateSecurityProfileCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ConnectClient";
18
+ const commandName = "UpdateSecurityProfileCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_1_1.UpdateSecurityProfileRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: (output) => output,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1UpdateSecurityProfileCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1UpdateSecurityProfileCommand(output, context);
34
+ }
35
+ }
36
+ exports.UpdateSecurityProfileCommand = UpdateSecurityProfileCommand;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserHierarchyCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserHierarchyCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserHierarchyCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserHierarchyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserHierarchyRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserHierarchyGroupNameCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserHierarchyGroupNameCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserHierarchyGroupNameCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserHierarchyGroupNameRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserHierarchyGroupNameRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserHierarchyStructureCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserHierarchyStructureCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserHierarchyStructureCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserHierarchyStructureRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserHierarchyStructureRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserIdentityInfoCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserIdentityInfoCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserIdentityInfoCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserIdentityInfoRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserIdentityInfoRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserPhoneConfigCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserPhoneConfigCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserPhoneConfigCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserPhoneConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserPhoneConfigRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserRoutingProfileCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserRoutingProfileCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserRoutingProfileCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserRoutingProfileRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserRoutingProfileRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserSecurityProfilesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
6
+ const models_1_1 = require("../models/models_1");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class UpdateUserSecurityProfilesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
@@ -20,7 +20,7 @@ class UpdateUserSecurityProfilesCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.UpdateUserSecurityProfilesRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateUserSecurityProfilesRequest.filterSensitiveLog,
24
24
  outputFilterSensitiveLog: (output) => output,
25
25
  };
26
26
  const { requestHandler } = configuration;
@@ -11,24 +11,31 @@ tslib_1.__exportStar(require("./AssociateRoutingProfileQueuesCommand"), exports)
11
11
  tslib_1.__exportStar(require("./AssociateSecurityKeyCommand"), exports);
12
12
  tslib_1.__exportStar(require("./CreateAgentStatusCommand"), exports);
13
13
  tslib_1.__exportStar(require("./CreateContactFlowCommand"), exports);
14
+ tslib_1.__exportStar(require("./CreateContactFlowModuleCommand"), exports);
14
15
  tslib_1.__exportStar(require("./CreateHoursOfOperationCommand"), exports);
15
16
  tslib_1.__exportStar(require("./CreateInstanceCommand"), exports);
16
17
  tslib_1.__exportStar(require("./CreateIntegrationAssociationCommand"), exports);
17
18
  tslib_1.__exportStar(require("./CreateQueueCommand"), exports);
18
19
  tslib_1.__exportStar(require("./CreateQuickConnectCommand"), exports);
19
20
  tslib_1.__exportStar(require("./CreateRoutingProfileCommand"), exports);
21
+ tslib_1.__exportStar(require("./CreateSecurityProfileCommand"), exports);
20
22
  tslib_1.__exportStar(require("./CreateUseCaseCommand"), exports);
21
23
  tslib_1.__exportStar(require("./CreateUserCommand"), exports);
22
24
  tslib_1.__exportStar(require("./CreateUserHierarchyGroupCommand"), exports);
25
+ tslib_1.__exportStar(require("./DeleteContactFlowCommand"), exports);
26
+ tslib_1.__exportStar(require("./DeleteContactFlowModuleCommand"), exports);
23
27
  tslib_1.__exportStar(require("./DeleteHoursOfOperationCommand"), exports);
24
28
  tslib_1.__exportStar(require("./DeleteInstanceCommand"), exports);
25
29
  tslib_1.__exportStar(require("./DeleteIntegrationAssociationCommand"), exports);
26
30
  tslib_1.__exportStar(require("./DeleteQuickConnectCommand"), exports);
31
+ tslib_1.__exportStar(require("./DeleteSecurityProfileCommand"), exports);
27
32
  tslib_1.__exportStar(require("./DeleteUseCaseCommand"), exports);
28
33
  tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
29
34
  tslib_1.__exportStar(require("./DeleteUserHierarchyGroupCommand"), exports);
30
35
  tslib_1.__exportStar(require("./DescribeAgentStatusCommand"), exports);
36
+ tslib_1.__exportStar(require("./DescribeContactCommand"), exports);
31
37
  tslib_1.__exportStar(require("./DescribeContactFlowCommand"), exports);
38
+ tslib_1.__exportStar(require("./DescribeContactFlowModuleCommand"), exports);
32
39
  tslib_1.__exportStar(require("./DescribeHoursOfOperationCommand"), exports);
33
40
  tslib_1.__exportStar(require("./DescribeInstanceAttributeCommand"), exports);
34
41
  tslib_1.__exportStar(require("./DescribeInstanceCommand"), exports);
@@ -36,6 +43,7 @@ tslib_1.__exportStar(require("./DescribeInstanceStorageConfigCommand"), exports)
36
43
  tslib_1.__exportStar(require("./DescribeQueueCommand"), exports);
37
44
  tslib_1.__exportStar(require("./DescribeQuickConnectCommand"), exports);
38
45
  tslib_1.__exportStar(require("./DescribeRoutingProfileCommand"), exports);
46
+ tslib_1.__exportStar(require("./DescribeSecurityProfileCommand"), exports);
39
47
  tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
40
48
  tslib_1.__exportStar(require("./DescribeUserHierarchyGroupCommand"), exports);
41
49
  tslib_1.__exportStar(require("./DescribeUserHierarchyStructureCommand"), exports);
@@ -54,7 +62,9 @@ tslib_1.__exportStar(require("./GetMetricDataCommand"), exports);
54
62
  tslib_1.__exportStar(require("./ListAgentStatusesCommand"), exports);
55
63
  tslib_1.__exportStar(require("./ListApprovedOriginsCommand"), exports);
56
64
  tslib_1.__exportStar(require("./ListBotsCommand"), exports);
65
+ tslib_1.__exportStar(require("./ListContactFlowModulesCommand"), exports);
57
66
  tslib_1.__exportStar(require("./ListContactFlowsCommand"), exports);
67
+ tslib_1.__exportStar(require("./ListContactReferencesCommand"), exports);
58
68
  tslib_1.__exportStar(require("./ListHoursOfOperationsCommand"), exports);
59
69
  tslib_1.__exportStar(require("./ListInstanceAttributesCommand"), exports);
60
70
  tslib_1.__exportStar(require("./ListInstanceStorageConfigsCommand"), exports);
@@ -70,6 +80,7 @@ tslib_1.__exportStar(require("./ListQuickConnectsCommand"), exports);
70
80
  tslib_1.__exportStar(require("./ListRoutingProfileQueuesCommand"), exports);
71
81
  tslib_1.__exportStar(require("./ListRoutingProfilesCommand"), exports);
72
82
  tslib_1.__exportStar(require("./ListSecurityKeysCommand"), exports);
83
+ tslib_1.__exportStar(require("./ListSecurityProfilePermissionsCommand"), exports);
73
84
  tslib_1.__exportStar(require("./ListSecurityProfilesCommand"), exports);
74
85
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
75
86
  tslib_1.__exportStar(require("./ListUseCasesCommand"), exports);
@@ -78,17 +89,24 @@ tslib_1.__exportStar(require("./ListUsersCommand"), exports);
78
89
  tslib_1.__exportStar(require("./ResumeContactRecordingCommand"), exports);
79
90
  tslib_1.__exportStar(require("./StartChatContactCommand"), exports);
80
91
  tslib_1.__exportStar(require("./StartContactRecordingCommand"), exports);
92
+ tslib_1.__exportStar(require("./StartContactStreamingCommand"), exports);
81
93
  tslib_1.__exportStar(require("./StartOutboundVoiceContactCommand"), exports);
82
94
  tslib_1.__exportStar(require("./StartTaskContactCommand"), exports);
83
95
  tslib_1.__exportStar(require("./StopContactCommand"), exports);
84
96
  tslib_1.__exportStar(require("./StopContactRecordingCommand"), exports);
97
+ tslib_1.__exportStar(require("./StopContactStreamingCommand"), exports);
85
98
  tslib_1.__exportStar(require("./SuspendContactRecordingCommand"), exports);
86
99
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
87
100
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
88
101
  tslib_1.__exportStar(require("./UpdateAgentStatusCommand"), exports);
89
102
  tslib_1.__exportStar(require("./UpdateContactAttributesCommand"), exports);
103
+ tslib_1.__exportStar(require("./UpdateContactCommand"), exports);
90
104
  tslib_1.__exportStar(require("./UpdateContactFlowContentCommand"), exports);
105
+ tslib_1.__exportStar(require("./UpdateContactFlowMetadataCommand"), exports);
106
+ tslib_1.__exportStar(require("./UpdateContactFlowModuleContentCommand"), exports);
107
+ tslib_1.__exportStar(require("./UpdateContactFlowModuleMetadataCommand"), exports);
91
108
  tslib_1.__exportStar(require("./UpdateContactFlowNameCommand"), exports);
109
+ tslib_1.__exportStar(require("./UpdateContactScheduleCommand"), exports);
92
110
  tslib_1.__exportStar(require("./UpdateHoursOfOperationCommand"), exports);
93
111
  tslib_1.__exportStar(require("./UpdateInstanceAttributeCommand"), exports);
94
112
  tslib_1.__exportStar(require("./UpdateInstanceStorageConfigCommand"), exports);
@@ -103,6 +121,7 @@ tslib_1.__exportStar(require("./UpdateRoutingProfileConcurrencyCommand"), export
103
121
  tslib_1.__exportStar(require("./UpdateRoutingProfileDefaultOutboundQueueCommand"), exports);
104
122
  tslib_1.__exportStar(require("./UpdateRoutingProfileNameCommand"), exports);
105
123
  tslib_1.__exportStar(require("./UpdateRoutingProfileQueuesCommand"), exports);
124
+ tslib_1.__exportStar(require("./UpdateSecurityProfileCommand"), exports);
106
125
  tslib_1.__exportStar(require("./UpdateUserHierarchyCommand"), exports);
107
126
  tslib_1.__exportStar(require("./UpdateUserHierarchyGroupNameCommand"), exports);
108
127
  tslib_1.__exportStar(require("./UpdateUserHierarchyStructureCommand"), exports);