@aws-sdk/client-connect 3.40.0 → 3.45.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 (278) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +2 -4
  3. package/dist-cjs/Connect.js +180 -0
  4. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
  5. package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeContactCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
  9. package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
  10. package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateContactCommand.js +36 -0
  16. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
  18. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
  22. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
  41. package/dist-cjs/commands/index.js +12 -0
  42. package/dist-cjs/endpoints.js +9 -0
  43. package/dist-cjs/models/models_0.js +193 -178
  44. package/dist-cjs/models/models_1.js +223 -1
  45. package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
  46. package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
  47. package/dist-cjs/pagination/index.js +2 -0
  48. package/dist-cjs/protocols/Aws_restJson1.js +1829 -169
  49. package/dist-es/Connect.js +180 -0
  50. package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
  51. package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
  52. package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
  53. package/dist-es/commands/DescribeContactCommand.js +39 -0
  54. package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
  55. package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
  56. package/dist-es/commands/ListContactReferencesCommand.js +39 -0
  57. package/dist-es/commands/TagResourceCommand.js +1 -1
  58. package/dist-es/commands/UntagResourceCommand.js +1 -1
  59. package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
  60. package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
  61. package/dist-es/commands/UpdateContactCommand.js +39 -0
  62. package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
  63. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
  64. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
  65. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
  66. package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
  67. package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
  68. package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
  69. package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
  70. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
  71. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
  72. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
  73. package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
  74. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
  75. package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
  76. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
  77. package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
  78. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
  79. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
  80. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
  81. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
  82. package/dist-es/commands/UpdateSecurityProfileCommand.js +1 -1
  83. package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
  84. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
  85. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
  86. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  87. package/dist-es/commands/index.js +12 -0
  88. package/dist-es/endpoints.js +9 -0
  89. package/dist-es/models/models_0.js +143 -116
  90. package/dist-es/models/models_1.js +148 -0
  91. package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
  92. package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
  93. package/dist-es/pagination/index.js +2 -0
  94. package/dist-es/protocols/Aws_restJson1.js +2179 -332
  95. package/dist-types/Connect.d.ts +112 -14
  96. package/dist-types/ConnectClient.d.ts +17 -7
  97. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -1
  98. package/dist-types/commands/AssociateBotCommand.d.ts +1 -1
  99. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
  100. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -1
  101. package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -1
  102. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -1
  103. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
  104. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
  108. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +3 -2
  109. package/dist-types/commands/CreateInstanceCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -2
  111. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateQuickConnectCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -1
  118. package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
  119. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
  120. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +3 -2
  121. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
  123. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
  124. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -1
  125. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  127. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
  130. package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
  132. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +3 -2
  133. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeInstanceCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeQueueCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +1 -1
  143. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
  144. package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
  145. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
  146. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
  147. package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
  148. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
  149. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
  150. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
  151. package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -1
  152. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  153. package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
  154. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
  155. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
  156. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
  157. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  158. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
  159. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
  160. package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
  161. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  162. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
  163. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  164. package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
  165. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  166. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  167. package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
  168. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  169. package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
  170. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
  171. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  172. package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
  173. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  174. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
  175. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
  176. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  177. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -3
  178. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  179. package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
  180. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  181. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  182. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
  183. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  184. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  185. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  186. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  187. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  188. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  189. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  190. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  191. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  192. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  193. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  194. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -2
  195. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -2
  196. package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
  197. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
  198. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
  199. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
  200. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
  201. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -2
  202. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
  203. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -3
  204. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
  205. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -2
  206. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -2
  207. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -2
  208. package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -2
  209. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -2
  210. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -2
  211. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -2
  212. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -2
  213. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -2
  214. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -2
  215. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -2
  216. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -2
  217. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -2
  218. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -2
  219. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -2
  220. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -2
  221. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +2 -2
  222. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  223. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  224. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  225. package/dist-types/commands/index.d.ts +12 -0
  226. package/dist-types/models/models_0.d.ts +592 -643
  227. package/dist-types/models/models_1.d.ts +771 -1
  228. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  229. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
  230. package/dist-types/pagination/index.d.ts +2 -0
  231. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  232. package/dist-types/ts3.4/Connect.d.ts +60 -0
  233. package/dist-types/ts3.4/ConnectClient.d.ts +14 -2
  234. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  272. package/dist-types/ts3.4/models/models_0.d.ts +347 -359
  273. package/dist-types/ts3.4/models/models_1.d.ts +455 -1
  274. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
  275. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
  276. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  277. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  278. package/package.json +6 -6
@@ -9,6 +9,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
9
9
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
10
10
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
11
11
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
12
+ import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
12
13
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
13
14
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
14
15
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
@@ -19,6 +20,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
19
20
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
20
21
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
21
22
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
23
+ import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
24
+ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
22
25
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
23
26
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
24
27
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
@@ -28,7 +31,9 @@ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./command
28
31
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
29
32
  import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
30
33
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
34
+ import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
31
35
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
36
+ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
32
37
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
33
38
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
34
39
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
@@ -55,7 +60,9 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
55
60
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
56
61
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
57
62
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
63
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
58
64
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
65
+ import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
59
66
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
60
67
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
61
68
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
@@ -91,8 +98,13 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
91
98
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
92
99
  import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
93
100
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
101
+ import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
94
102
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
103
+ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
104
+ import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
105
+ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
95
106
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
107
+ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
96
108
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
97
109
  import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
98
110
  import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
@@ -125,11 +137,9 @@ import { ConnectClient } from "./ConnectClient";
125
137
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
126
138
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
127
139
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
128
- * <p>You can
129
- * connect
130
- * programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see
131
- * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
132
- * Endpoints</a>.</p>
140
+ * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
141
+ * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
142
+ * Endpoints</a>.</p>
133
143
  * <note>
134
144
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
135
145
  * </note>
@@ -211,7 +221,14 @@ export declare class Connect extends ConnectClient {
211
221
  createContactFlow(args: CreateContactFlowCommandInput, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
212
222
  createContactFlow(args: CreateContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
213
223
  /**
214
- * <p>Creates hours of operation. </p>
224
+ * <p>Creates a contact flow module for the specified Amazon Connect instance. </p>
225
+ */
226
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowModuleCommandOutput>;
227
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
228
+ createContactFlowModule(args: CreateContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void): void;
229
+ /**
230
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
231
+ * <p>Creates hours of operation. </p>
215
232
  */
216
233
  createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
217
234
  createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
@@ -229,7 +246,7 @@ export declare class Connect extends ConnectClient {
229
246
  createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
230
247
  createInstance(args: CreateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
231
248
  /**
232
- * <p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>
249
+ * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
233
250
  */
234
251
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
235
252
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
@@ -281,7 +298,20 @@ export declare class Connect extends ConnectClient {
281
298
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
282
299
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
283
300
  /**
284
- * <p>Deletes an hours of operation.</p>
301
+ * <p>Deletes a contact flow for the specified Amazon Connect instance.</p>
302
+ */
303
+ deleteContactFlow(args: DeleteContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowCommandOutput>;
304
+ deleteContactFlow(args: DeleteContactFlowCommandInput, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
305
+ deleteContactFlow(args: DeleteContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowCommandOutput) => void): void;
306
+ /**
307
+ * <p>Deletes the specified contact flow module.</p>
308
+ */
309
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowModuleCommandOutput>;
310
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
311
+ deleteContactFlowModule(args: DeleteContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void): void;
312
+ /**
313
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
314
+ * <p>Deletes an hours of operation.</p>
285
315
  */
286
316
  deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
287
317
  deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
@@ -297,7 +327,7 @@ export declare class Connect extends ConnectClient {
297
327
  deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
298
328
  deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
299
329
  /**
300
- * <p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have
330
+ * <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
301
331
  * any use cases associated with it.</p>
302
332
  */
303
333
  deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
@@ -345,6 +375,17 @@ export declare class Connect extends ConnectClient {
345
375
  describeAgentStatus(args: DescribeAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentStatusCommandOutput>;
346
376
  describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
347
377
  describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
378
+ /**
379
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
380
+ * <p>Describes the specified contact. </p>
381
+ * <important>
382
+ * <p>Contact information remains available in Amazon Connect for 24 months, and then it is
383
+ * deleted.</p>
384
+ * </important>
385
+ */
386
+ describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
387
+ describeContact(args: DescribeContactCommandInput, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
388
+ describeContact(args: DescribeContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
348
389
  /**
349
390
  * <p>Describes the specified contact flow.</p>
350
391
  * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
@@ -354,7 +395,14 @@ export declare class Connect extends ConnectClient {
354
395
  describeContactFlow(args: DescribeContactFlowCommandInput, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
355
396
  describeContactFlow(args: DescribeContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
356
397
  /**
357
- * <p>Describes the hours of operation.</p>
398
+ * <p>Describes the specified contact flow module.</p>
399
+ */
400
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowModuleCommandOutput>;
401
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
402
+ describeContactFlowModule(args: DescribeContactFlowModuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void): void;
403
+ /**
404
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
405
+ * <p>Describes the hours of operation.</p>
358
406
  */
359
407
  describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
360
408
  describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
@@ -548,6 +596,12 @@ export declare class Connect extends ConnectClient {
548
596
  listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
549
597
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
550
598
  listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
599
+ /**
600
+ * <p>Provides information about the contact flow modules for the specified Amazon Connect instance.</p>
601
+ */
602
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowModulesCommandOutput>;
603
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
604
+ listContactFlowModules(args: ListContactFlowModulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
551
605
  /**
552
606
  * <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
553
607
  * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
@@ -558,6 +612,14 @@ export declare class Connect extends ConnectClient {
558
612
  listContactFlows(args: ListContactFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowsCommandOutput>;
559
613
  listContactFlows(args: ListContactFlowsCommandInput, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
560
614
  listContactFlows(args: ListContactFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
615
+ /**
616
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
617
+ * <p>For the specified <code>referenceTypes</code>, returns a list of references associated with
618
+ * the contact. </p>
619
+ */
620
+ listContactReferences(args: ListContactReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactReferencesCommandOutput>;
621
+ listContactReferences(args: ListContactReferencesCommandInput, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
622
+ listContactReferences(args: ListContactReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
561
623
  /**
562
624
  * <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
563
625
  * <p>For more information about hours of operation, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html">Set the Hours of Operation for a
@@ -592,7 +654,7 @@ export declare class Connect extends ConnectClient {
592
654
  listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
593
655
  listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
594
656
  /**
595
- * <p>Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect
657
+ * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
596
658
  * instance.</p>
597
659
  */
598
660
  listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationAssociationsCommandOutput>;
@@ -683,8 +745,7 @@ export declare class Connect extends ConnectClient {
683
745
  listSecurityProfilePermissions(args: ListSecurityProfilePermissionsCommandInput, cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void): void;
684
746
  listSecurityProfilePermissions(args: ListSecurityProfilePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void): void;
685
747
  /**
686
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
687
- * <p>Provides summary information about the security profiles for the specified Amazon Connect
748
+ * <p>Provides summary information about the security profiles for the specified Amazon Connect
688
749
  * instance.</p>
689
750
  * <p>For more information about security profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html">Security Profiles</a> in the
690
751
  * <i>Amazon Connect Administrator Guide</i>.</p>
@@ -867,6 +928,18 @@ export declare class Connect extends ConnectClient {
867
928
  updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
868
929
  updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
869
930
  updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
931
+ /**
932
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
933
+ * <p>Adds or updates user-defined contact information associated with the specified contact. At
934
+ * least one field to be updated must be present in the request.</p>
935
+ * <important>
936
+ * <p>You can add or update user-defined contact information for both ongoing and completed
937
+ * contacts.</p>
938
+ * </important>
939
+ */
940
+ updateContact(args: UpdateContactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactCommandOutput>;
941
+ updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
942
+ updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
870
943
  /**
871
944
  * <p>Creates or updates
872
945
  * user-defined contact attributes
@@ -900,6 +973,24 @@ export declare class Connect extends ConnectClient {
900
973
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowContentCommandOutput>;
901
974
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
902
975
  updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
976
+ /**
977
+ * <p>Updates metadata about specified contact flow.</p>
978
+ */
979
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowMetadataCommandOutput>;
980
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
981
+ updateContactFlowMetadata(args: UpdateContactFlowMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void): void;
982
+ /**
983
+ * <p>Updates specified contact flow module for the specified Amazon Connect instance. </p>
984
+ */
985
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleContentCommandOutput>;
986
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
987
+ updateContactFlowModuleContent(args: UpdateContactFlowModuleContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void): void;
988
+ /**
989
+ * <p>Updates metadata about specified contact flow module.</p>
990
+ */
991
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowModuleMetadataCommandOutput>;
992
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
993
+ updateContactFlowModuleMetadata(args: UpdateContactFlowModuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void): void;
903
994
  /**
904
995
  * <p>The name of the contact flow.</p>
905
996
  * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
@@ -909,7 +1000,14 @@ export declare class Connect extends ConnectClient {
909
1000
  updateContactFlowName(args: UpdateContactFlowNameCommandInput, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
910
1001
  updateContactFlowName(args: UpdateContactFlowNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
911
1002
  /**
912
- * <p>Updates the hours of operation.</p>
1003
+ * <p>Updates the scheduled time of a task contact that is already scheduled.</p>
1004
+ */
1005
+ updateContactSchedule(args: UpdateContactScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactScheduleCommandOutput>;
1006
+ updateContactSchedule(args: UpdateContactScheduleCommandInput, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
1007
+ updateContactSchedule(args: UpdateContactScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
1008
+ /**
1009
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1010
+ * <p>Updates the hours of operation.</p>
913
1011
  */
914
1012
  updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
915
1013
  updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
@@ -16,6 +16,7 @@ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueue
16
16
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
17
17
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
18
18
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
19
+ import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
19
20
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
20
21
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
21
22
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
@@ -26,6 +27,8 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
26
27
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
27
28
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
28
29
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
30
+ import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
31
+ import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
29
32
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
30
33
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
31
34
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
@@ -35,7 +38,9 @@ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./command
35
38
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
36
39
  import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
37
40
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
41
+ import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
38
42
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
43
+ import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
39
44
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
40
45
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
41
46
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
@@ -62,7 +67,9 @@ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./command
62
67
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
63
68
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
64
69
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
70
+ import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
65
71
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
72
+ import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
66
73
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
67
74
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
68
75
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
@@ -98,8 +105,13 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
98
105
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
99
106
  import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
100
107
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
108
+ import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
101
109
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
110
+ import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "./commands/UpdateContactFlowMetadataCommand";
111
+ import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "./commands/UpdateContactFlowModuleContentCommand";
112
+ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "./commands/UpdateContactFlowModuleMetadataCommand";
102
113
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
114
+ import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
103
115
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
104
116
  import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
105
117
  import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
@@ -122,8 +134,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
122
134
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
123
135
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
124
136
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
125
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactFlowCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowNameCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
126
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactFlowCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowNameCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
137
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
138
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
127
139
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
128
140
  /**
129
141
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -246,11 +258,9 @@ export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfig
246
258
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
247
259
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
248
260
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
249
- * <p>You can
250
- * connect
251
- * programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see
252
- * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
253
- * Endpoints</a>.</p>
261
+ * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
262
+ * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
263
+ * Endpoints</a>.</p>
254
264
  * <note>
255
265
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
256
266
  * </note>
@@ -21,7 +21,7 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link AssociateApprovedOriginCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateApprovedOriginCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link AssociateBotCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateBotCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
26
26
  *
27
27
  * @see {@link AssociateInstanceStorageConfigCommandInput} for command's `input` shape.
28
28
  * @see {@link AssociateInstanceStorageConfigCommandOutput} for command's `response` shape.
29
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link AssociateLambdaFunctionCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateLambdaFunctionCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link AssociateLexBotCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateLexBotCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
21
21
  *
22
22
  * @see {@link AssociateQueueQuickConnectsCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateQueueQuickConnectsCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
20
20
  *
21
21
  * @see {@link AssociateRoutingProfileQueuesCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociateRoutingProfileQueuesCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
21
21
  *
22
22
  * @see {@link AssociateSecurityKeyCommandInput} for command's `input` shape.
23
23
  * @see {@link AssociateSecurityKeyCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
21
21
  *
22
22
  * @see {@link CreateAgentStatusCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateAgentStatusCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
22
22
  *
23
23
  * @see {@link CreateContactFlowCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateContactFlowCommandOutput} for command's `response` shape.
25
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateContactFlowCommand extends $Command<CreateContactFlowCommandInput, CreateContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0";
5
+ export interface CreateContactFlowModuleCommandInput extends CreateContactFlowModuleRequest {
6
+ }
7
+ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowModuleResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a contact flow module for the specified Amazon Connect instance. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, CreateContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, CreateContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new CreateContactFlowModuleCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateContactFlowModuleCommandInput} for command's `input` shape.
22
+ * @see {@link CreateContactFlowModuleCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: CreateContactFlowModuleCommandInput;
28
+ constructor(input: CreateContactFlowModuleCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,8 @@ export interface CreateHoursOfOperationCommandInput extends CreateHoursOfOperati
7
7
  export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates hours of operation. </p>
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Creates hours of operation. </p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -20,7 +21,7 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
20
21
  *
21
22
  * @see {@link CreateHoursOfOperationCommandInput} for command's `input` shape.
22
23
  * @see {@link CreateHoursOfOperationCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
25
  *
25
26
  */
26
27
  export declare class CreateHoursOfOperationCommand extends $Command<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
26
26
  *
27
27
  * @see {@link CreateInstanceCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateInstanceCommandOutput} for command's `response` shape.
29
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateInstanceCommand extends $Command<CreateInstanceCommandInput, CreateInstanceCommandOutput, ConnectClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface CreateIntegrationAssociationCommandInput extends CreateIntegrat
7
7
  export interface CreateIntegrationAssociationCommandOutput extends CreateIntegrationAssociationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>
10
+ * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
20
20
  *
21
21
  * @see {@link CreateIntegrationAssociationCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateIntegrationAssociationCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateIntegrationAssociationCommand extends $Command<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
21
21
  *
22
22
  * @see {@link CreateQueueCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateQueueCommandOutput} for command's `response` shape.
24
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, ConnectClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
20
20
  *
21
21
  * @see {@link CreateQuickConnectCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateQuickConnectCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateQuickConnectCommand extends $Command<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput, ConnectClientResolvedConfig> {