@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
@@ -1,4 +1,774 @@
1
- import { UserPhoneConfig } from "./models_0";
1
+ import { AgentStatusState, ContactFlowModuleState, ContactFlowState, HoursOfOperationConfig, InstanceAttributeType, InstanceStorageConfig, InstanceStorageResourceType, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, Reference, RoutingProfileQueueConfig, UserIdentityInfo, UserPhoneConfig } from "./models_0";
2
+ export interface TagResourceRequest {
3
+ /**
4
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
5
+ */
6
+ resourceArn: string | undefined;
7
+ /**
8
+ * <p>One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
9
+ */
10
+ tags: {
11
+ [key: string]: string;
12
+ } | undefined;
13
+ }
14
+ export declare namespace TagResourceRequest {
15
+ /**
16
+ * @internal
17
+ */
18
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
19
+ }
20
+ export interface UntagResourceRequest {
21
+ /**
22
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
23
+ */
24
+ resourceArn: string | undefined;
25
+ /**
26
+ * <p>The tag keys.</p>
27
+ */
28
+ tagKeys: string[] | undefined;
29
+ }
30
+ export declare namespace UntagResourceRequest {
31
+ /**
32
+ * @internal
33
+ */
34
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
35
+ }
36
+ export interface UpdateAgentStatusRequest {
37
+ /**
38
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
39
+ */
40
+ InstanceId: string | undefined;
41
+ /**
42
+ * <p>The identifier of the agent status.</p>
43
+ */
44
+ AgentStatusId: string | undefined;
45
+ /**
46
+ * <p>The name of the agent status.</p>
47
+ */
48
+ Name?: string;
49
+ /**
50
+ * <p>The description of the agent status.</p>
51
+ */
52
+ Description?: string;
53
+ /**
54
+ * <p>The state of the agent status.</p>
55
+ */
56
+ State?: AgentStatusState | string;
57
+ /**
58
+ * <p>The display order of the agent status.</p>
59
+ */
60
+ DisplayOrder?: number;
61
+ /**
62
+ * <p>A number indicating the reset order of the agent status.</p>
63
+ */
64
+ ResetOrderNumber?: boolean;
65
+ }
66
+ export declare namespace UpdateAgentStatusRequest {
67
+ /**
68
+ * @internal
69
+ */
70
+ const filterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
71
+ }
72
+ export interface UpdateContactRequest {
73
+ /**
74
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
75
+ */
76
+ InstanceId: string | undefined;
77
+ /**
78
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
79
+ * first interaction with your contact center.</p>
80
+ */
81
+ ContactId: string | undefined;
82
+ /**
83
+ * <p>The name of the contact.</p>
84
+ */
85
+ Name?: string;
86
+ /**
87
+ * <p>The description of the contact.</p>
88
+ */
89
+ Description?: string;
90
+ /**
91
+ * <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP).</p>
92
+ */
93
+ References?: {
94
+ [key: string]: Reference;
95
+ };
96
+ }
97
+ export declare namespace UpdateContactRequest {
98
+ /**
99
+ * @internal
100
+ */
101
+ const filterSensitiveLog: (obj: UpdateContactRequest) => any;
102
+ }
103
+ export interface UpdateContactResponse {
104
+ }
105
+ export declare namespace UpdateContactResponse {
106
+ /**
107
+ * @internal
108
+ */
109
+ const filterSensitiveLog: (obj: UpdateContactResponse) => any;
110
+ }
111
+ export interface UpdateContactAttributesRequest {
112
+ /**
113
+ * <p>The identifier of the contact. This is the identifier of the contact associated with the
114
+ * first interaction with the contact center.</p>
115
+ */
116
+ InitialContactId: string | undefined;
117
+ /**
118
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
119
+ */
120
+ InstanceId: string | undefined;
121
+ /**
122
+ * <p>The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other
123
+ * contact attributes.</p>
124
+ * <p>You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys
125
+ * can include only alphanumeric, dash, and underscore characters.</p>
126
+ */
127
+ Attributes: {
128
+ [key: string]: string;
129
+ } | undefined;
130
+ }
131
+ export declare namespace UpdateContactAttributesRequest {
132
+ /**
133
+ * @internal
134
+ */
135
+ const filterSensitiveLog: (obj: UpdateContactAttributesRequest) => any;
136
+ }
137
+ export interface UpdateContactAttributesResponse {
138
+ }
139
+ export declare namespace UpdateContactAttributesResponse {
140
+ /**
141
+ * @internal
142
+ */
143
+ const filterSensitiveLog: (obj: UpdateContactAttributesResponse) => any;
144
+ }
145
+ export interface UpdateContactFlowContentRequest {
146
+ /**
147
+ * <p>The identifier of the Amazon Connect instance.</p>
148
+ */
149
+ InstanceId: string | undefined;
150
+ /**
151
+ * <p>The identifier of the contact flow.</p>
152
+ */
153
+ ContactFlowId: string | undefined;
154
+ /**
155
+ * <p>The JSON string that represents contact flow’s content. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html">Example contact
156
+ * flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>.
157
+ * </p>
158
+ */
159
+ Content: string | undefined;
160
+ }
161
+ export declare namespace UpdateContactFlowContentRequest {
162
+ /**
163
+ * @internal
164
+ */
165
+ const filterSensitiveLog: (obj: UpdateContactFlowContentRequest) => any;
166
+ }
167
+ export interface UpdateContactFlowMetadataRequest {
168
+ /**
169
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
170
+ */
171
+ InstanceId: string | undefined;
172
+ /**
173
+ * <p>The identifier of the contact flow.</p>
174
+ */
175
+ ContactFlowId: string | undefined;
176
+ /**
177
+ * <p>TThe name of the contact flow.</p>
178
+ */
179
+ Name?: string;
180
+ /**
181
+ * <p>The description of the contact flow.</p>
182
+ */
183
+ Description?: string;
184
+ /**
185
+ * <p>The state of contact flow.</p>
186
+ */
187
+ ContactFlowState?: ContactFlowState | string;
188
+ }
189
+ export declare namespace UpdateContactFlowMetadataRequest {
190
+ /**
191
+ * @internal
192
+ */
193
+ const filterSensitiveLog: (obj: UpdateContactFlowMetadataRequest) => any;
194
+ }
195
+ export interface UpdateContactFlowModuleContentRequest {
196
+ /**
197
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
198
+ */
199
+ InstanceId: string | undefined;
200
+ /**
201
+ * <p>The identifier of the contact flow module.</p>
202
+ */
203
+ ContactFlowModuleId: string | undefined;
204
+ /**
205
+ * <p>The content of the contact flow module.</p>
206
+ */
207
+ Content: string | undefined;
208
+ }
209
+ export declare namespace UpdateContactFlowModuleContentRequest {
210
+ /**
211
+ * @internal
212
+ */
213
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentRequest) => any;
214
+ }
215
+ export interface UpdateContactFlowModuleContentResponse {
216
+ }
217
+ export declare namespace UpdateContactFlowModuleContentResponse {
218
+ /**
219
+ * @internal
220
+ */
221
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleContentResponse) => any;
222
+ }
223
+ export interface UpdateContactFlowModuleMetadataRequest {
224
+ /**
225
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
226
+ */
227
+ InstanceId: string | undefined;
228
+ /**
229
+ * <p>The identifier of the contact flow module.</p>
230
+ */
231
+ ContactFlowModuleId: string | undefined;
232
+ /**
233
+ * <p>The name of the contact flow module.</p>
234
+ */
235
+ Name?: string;
236
+ /**
237
+ * <p>The description of the contact flow module.</p>
238
+ */
239
+ Description?: string;
240
+ /**
241
+ * <p>The state of contact flow module.</p>
242
+ */
243
+ State?: ContactFlowModuleState | string;
244
+ }
245
+ export declare namespace UpdateContactFlowModuleMetadataRequest {
246
+ /**
247
+ * @internal
248
+ */
249
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataRequest) => any;
250
+ }
251
+ export interface UpdateContactFlowModuleMetadataResponse {
252
+ }
253
+ export declare namespace UpdateContactFlowModuleMetadataResponse {
254
+ /**
255
+ * @internal
256
+ */
257
+ const filterSensitiveLog: (obj: UpdateContactFlowModuleMetadataResponse) => any;
258
+ }
259
+ export interface UpdateContactFlowNameRequest {
260
+ /**
261
+ * <p>The identifier of the Amazon Connect instance.</p>
262
+ */
263
+ InstanceId: string | undefined;
264
+ /**
265
+ * <p>The identifier of the contact flow.</p>
266
+ */
267
+ ContactFlowId: string | undefined;
268
+ /**
269
+ * <p>The name of the contact flow.</p>
270
+ */
271
+ Name?: string;
272
+ /**
273
+ * <p>The description of the contact flow.</p>
274
+ */
275
+ Description?: string;
276
+ }
277
+ export declare namespace UpdateContactFlowNameRequest {
278
+ /**
279
+ * @internal
280
+ */
281
+ const filterSensitiveLog: (obj: UpdateContactFlowNameRequest) => any;
282
+ }
283
+ export interface UpdateContactScheduleRequest {
284
+ /**
285
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
286
+ */
287
+ InstanceId: string | undefined;
288
+ /**
289
+ * <p>The identifier of the contact.</p>
290
+ */
291
+ ContactId: string | undefined;
292
+ /**
293
+ * <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
294
+ */
295
+ ScheduledTime: Date | undefined;
296
+ }
297
+ export declare namespace UpdateContactScheduleRequest {
298
+ /**
299
+ * @internal
300
+ */
301
+ const filterSensitiveLog: (obj: UpdateContactScheduleRequest) => any;
302
+ }
303
+ export interface UpdateContactScheduleResponse {
304
+ }
305
+ export declare namespace UpdateContactScheduleResponse {
306
+ /**
307
+ * @internal
308
+ */
309
+ const filterSensitiveLog: (obj: UpdateContactScheduleResponse) => any;
310
+ }
311
+ export interface UpdateHoursOfOperationRequest {
312
+ /**
313
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
314
+ */
315
+ InstanceId: string | undefined;
316
+ /**
317
+ * <p>The identifier of the hours of operation.</p>
318
+ */
319
+ HoursOfOperationId: string | undefined;
320
+ /**
321
+ * <p>The name of the hours of operation.</p>
322
+ */
323
+ Name?: string;
324
+ /**
325
+ * <p>The description of the hours of operation.</p>
326
+ */
327
+ Description?: string;
328
+ /**
329
+ * <p>The time zone of the hours of operation.</p>
330
+ */
331
+ TimeZone?: string;
332
+ /**
333
+ * <p>Configuration information of the hours of operation.</p>
334
+ */
335
+ Config?: HoursOfOperationConfig[];
336
+ }
337
+ export declare namespace UpdateHoursOfOperationRequest {
338
+ /**
339
+ * @internal
340
+ */
341
+ const filterSensitiveLog: (obj: UpdateHoursOfOperationRequest) => any;
342
+ }
343
+ export interface UpdateInstanceAttributeRequest {
344
+ /**
345
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
346
+ */
347
+ InstanceId: string | undefined;
348
+ /**
349
+ * <p>The type of attribute.</p>
350
+ * <note>
351
+ * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.</p>
352
+ * </note>
353
+ */
354
+ AttributeType: InstanceAttributeType | string | undefined;
355
+ /**
356
+ * <p>The value for the attribute. Maximum character limit is 100. </p>
357
+ */
358
+ Value: string | undefined;
359
+ }
360
+ export declare namespace UpdateInstanceAttributeRequest {
361
+ /**
362
+ * @internal
363
+ */
364
+ const filterSensitiveLog: (obj: UpdateInstanceAttributeRequest) => any;
365
+ }
366
+ export interface UpdateInstanceStorageConfigRequest {
367
+ /**
368
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
369
+ */
370
+ InstanceId: string | undefined;
371
+ /**
372
+ * <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
373
+ */
374
+ AssociationId: string | undefined;
375
+ /**
376
+ * <p>A valid resource type.</p>
377
+ */
378
+ ResourceType: InstanceStorageResourceType | string | undefined;
379
+ /**
380
+ * <p>The storage configuration for the instance.</p>
381
+ */
382
+ StorageConfig: InstanceStorageConfig | undefined;
383
+ }
384
+ export declare namespace UpdateInstanceStorageConfigRequest {
385
+ /**
386
+ * @internal
387
+ */
388
+ const filterSensitiveLog: (obj: UpdateInstanceStorageConfigRequest) => any;
389
+ }
390
+ export interface UpdateQueueHoursOfOperationRequest {
391
+ /**
392
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
393
+ */
394
+ InstanceId: string | undefined;
395
+ /**
396
+ * <p>The identifier for the queue.</p>
397
+ */
398
+ QueueId: string | undefined;
399
+ /**
400
+ * <p>The identifier for the hours of operation.</p>
401
+ */
402
+ HoursOfOperationId: string | undefined;
403
+ }
404
+ export declare namespace UpdateQueueHoursOfOperationRequest {
405
+ /**
406
+ * @internal
407
+ */
408
+ const filterSensitiveLog: (obj: UpdateQueueHoursOfOperationRequest) => any;
409
+ }
410
+ export interface UpdateQueueMaxContactsRequest {
411
+ /**
412
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
413
+ */
414
+ InstanceId: string | undefined;
415
+ /**
416
+ * <p>The identifier for the queue.</p>
417
+ */
418
+ QueueId: string | undefined;
419
+ /**
420
+ * <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
421
+ */
422
+ MaxContacts?: number;
423
+ }
424
+ export declare namespace UpdateQueueMaxContactsRequest {
425
+ /**
426
+ * @internal
427
+ */
428
+ const filterSensitiveLog: (obj: UpdateQueueMaxContactsRequest) => any;
429
+ }
430
+ export interface UpdateQueueNameRequest {
431
+ /**
432
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
433
+ */
434
+ InstanceId: string | undefined;
435
+ /**
436
+ * <p>The identifier for the queue.</p>
437
+ */
438
+ QueueId: string | undefined;
439
+ /**
440
+ * <p>The name of the queue.</p>
441
+ */
442
+ Name?: string;
443
+ /**
444
+ * <p>The description of the queue.</p>
445
+ */
446
+ Description?: string;
447
+ }
448
+ export declare namespace UpdateQueueNameRequest {
449
+ /**
450
+ * @internal
451
+ */
452
+ const filterSensitiveLog: (obj: UpdateQueueNameRequest) => any;
453
+ }
454
+ export interface UpdateQueueOutboundCallerConfigRequest {
455
+ /**
456
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
457
+ */
458
+ InstanceId: string | undefined;
459
+ /**
460
+ * <p>The identifier for the queue.</p>
461
+ */
462
+ QueueId: string | undefined;
463
+ /**
464
+ * <p>The outbound caller ID name, number, and outbound whisper flow.</p>
465
+ */
466
+ OutboundCallerConfig: OutboundCallerConfig | undefined;
467
+ }
468
+ export declare namespace UpdateQueueOutboundCallerConfigRequest {
469
+ /**
470
+ * @internal
471
+ */
472
+ const filterSensitiveLog: (obj: UpdateQueueOutboundCallerConfigRequest) => any;
473
+ }
474
+ export interface UpdateQueueStatusRequest {
475
+ /**
476
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
477
+ */
478
+ InstanceId: string | undefined;
479
+ /**
480
+ * <p>The identifier for the queue.</p>
481
+ */
482
+ QueueId: string | undefined;
483
+ /**
484
+ * <p>The status of the queue.</p>
485
+ */
486
+ Status: QueueStatus | string | undefined;
487
+ }
488
+ export declare namespace UpdateQueueStatusRequest {
489
+ /**
490
+ * @internal
491
+ */
492
+ const filterSensitiveLog: (obj: UpdateQueueStatusRequest) => any;
493
+ }
494
+ export interface UpdateQuickConnectConfigRequest {
495
+ /**
496
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
497
+ */
498
+ InstanceId: string | undefined;
499
+ /**
500
+ * <p>The identifier for the quick connect.</p>
501
+ */
502
+ QuickConnectId: string | undefined;
503
+ /**
504
+ * <p>Information about the configuration settings for the quick connect.</p>
505
+ */
506
+ QuickConnectConfig: QuickConnectConfig | undefined;
507
+ }
508
+ export declare namespace UpdateQuickConnectConfigRequest {
509
+ /**
510
+ * @internal
511
+ */
512
+ const filterSensitiveLog: (obj: UpdateQuickConnectConfigRequest) => any;
513
+ }
514
+ export interface UpdateQuickConnectNameRequest {
515
+ /**
516
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
517
+ */
518
+ InstanceId: string | undefined;
519
+ /**
520
+ * <p>The identifier for the quick connect.</p>
521
+ */
522
+ QuickConnectId: string | undefined;
523
+ /**
524
+ * <p>The name of the quick connect.</p>
525
+ */
526
+ Name?: string;
527
+ /**
528
+ * <p>The description of the quick connect.</p>
529
+ */
530
+ Description?: string;
531
+ }
532
+ export declare namespace UpdateQuickConnectNameRequest {
533
+ /**
534
+ * @internal
535
+ */
536
+ const filterSensitiveLog: (obj: UpdateQuickConnectNameRequest) => any;
537
+ }
538
+ export interface UpdateRoutingProfileConcurrencyRequest {
539
+ /**
540
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
541
+ */
542
+ InstanceId: string | undefined;
543
+ /**
544
+ * <p>The identifier of the routing profile.</p>
545
+ */
546
+ RoutingProfileId: string | undefined;
547
+ /**
548
+ * <p>The channels that agents can handle in the Contact Control Panel (CCP).</p>
549
+ */
550
+ MediaConcurrencies: MediaConcurrency[] | undefined;
551
+ }
552
+ export declare namespace UpdateRoutingProfileConcurrencyRequest {
553
+ /**
554
+ * @internal
555
+ */
556
+ const filterSensitiveLog: (obj: UpdateRoutingProfileConcurrencyRequest) => any;
557
+ }
558
+ export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
559
+ /**
560
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
561
+ */
562
+ InstanceId: string | undefined;
563
+ /**
564
+ * <p>The identifier of the routing profile.</p>
565
+ */
566
+ RoutingProfileId: string | undefined;
567
+ /**
568
+ * <p>The identifier for the default outbound queue.</p>
569
+ */
570
+ DefaultOutboundQueueId: string | undefined;
571
+ }
572
+ export declare namespace UpdateRoutingProfileDefaultOutboundQueueRequest {
573
+ /**
574
+ * @internal
575
+ */
576
+ const filterSensitiveLog: (obj: UpdateRoutingProfileDefaultOutboundQueueRequest) => any;
577
+ }
578
+ export interface UpdateRoutingProfileNameRequest {
579
+ /**
580
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
581
+ */
582
+ InstanceId: string | undefined;
583
+ /**
584
+ * <p>The identifier of the routing profile.</p>
585
+ */
586
+ RoutingProfileId: string | undefined;
587
+ /**
588
+ * <p>The name of the routing profile. Must not be more than 127 characters.</p>
589
+ */
590
+ Name?: string;
591
+ /**
592
+ * <p>The description of the routing profile. Must not be more than 250 characters.</p>
593
+ */
594
+ Description?: string;
595
+ }
596
+ export declare namespace UpdateRoutingProfileNameRequest {
597
+ /**
598
+ * @internal
599
+ */
600
+ const filterSensitiveLog: (obj: UpdateRoutingProfileNameRequest) => any;
601
+ }
602
+ export interface UpdateRoutingProfileQueuesRequest {
603
+ /**
604
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
605
+ */
606
+ InstanceId: string | undefined;
607
+ /**
608
+ * <p>The identifier of the routing profile.</p>
609
+ */
610
+ RoutingProfileId: string | undefined;
611
+ /**
612
+ * <p>The queues to be updated for this routing profile.
613
+ * Queues must first be associated to the routing
614
+ * profile. You can do this using AssociateRoutingProfileQueues.</p>
615
+ */
616
+ QueueConfigs: RoutingProfileQueueConfig[] | undefined;
617
+ }
618
+ export declare namespace UpdateRoutingProfileQueuesRequest {
619
+ /**
620
+ * @internal
621
+ */
622
+ const filterSensitiveLog: (obj: UpdateRoutingProfileQueuesRequest) => any;
623
+ }
624
+ export interface UpdateSecurityProfileRequest {
625
+ /**
626
+ * <p>The description of the security profile.</p>
627
+ */
628
+ Description?: string;
629
+ /**
630
+ * <p>The permissions granted to a security profile.</p>
631
+ */
632
+ Permissions?: string[];
633
+ /**
634
+ * <p>The identifier for the security profle.</p>
635
+ */
636
+ SecurityProfileId: string | undefined;
637
+ /**
638
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
639
+ */
640
+ InstanceId: string | undefined;
641
+ }
642
+ export declare namespace UpdateSecurityProfileRequest {
643
+ /**
644
+ * @internal
645
+ */
646
+ const filterSensitiveLog: (obj: UpdateSecurityProfileRequest) => any;
647
+ }
648
+ export interface UpdateUserHierarchyRequest {
649
+ /**
650
+ * <p>The identifier of the hierarchy group.</p>
651
+ */
652
+ HierarchyGroupId?: string;
653
+ /**
654
+ * <p>The identifier of the user account.</p>
655
+ */
656
+ UserId: string | undefined;
657
+ /**
658
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
659
+ */
660
+ InstanceId: string | undefined;
661
+ }
662
+ export declare namespace UpdateUserHierarchyRequest {
663
+ /**
664
+ * @internal
665
+ */
666
+ const filterSensitiveLog: (obj: UpdateUserHierarchyRequest) => any;
667
+ }
668
+ export interface UpdateUserHierarchyGroupNameRequest {
669
+ /**
670
+ * <p>The name of the hierarchy group. Must not be more than 100 characters.</p>
671
+ */
672
+ Name: string | undefined;
673
+ /**
674
+ * <p>The identifier of the hierarchy group.</p>
675
+ */
676
+ HierarchyGroupId: string | undefined;
677
+ /**
678
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
679
+ */
680
+ InstanceId: string | undefined;
681
+ }
682
+ export declare namespace UpdateUserHierarchyGroupNameRequest {
683
+ /**
684
+ * @internal
685
+ */
686
+ const filterSensitiveLog: (obj: UpdateUserHierarchyGroupNameRequest) => any;
687
+ }
688
+ /**
689
+ * <p>Contains information about the hierarchy level to update.</p>
690
+ */
691
+ export interface HierarchyLevelUpdate {
692
+ /**
693
+ * <p>The name of the user hierarchy level. Must not be more than 50 characters.</p>
694
+ */
695
+ Name: string | undefined;
696
+ }
697
+ export declare namespace HierarchyLevelUpdate {
698
+ /**
699
+ * @internal
700
+ */
701
+ const filterSensitiveLog: (obj: HierarchyLevelUpdate) => any;
702
+ }
703
+ /**
704
+ * <p>Contains information about the level hierarchy to update.</p>
705
+ */
706
+ export interface HierarchyStructureUpdate {
707
+ /**
708
+ * <p>The
709
+ * update
710
+ * for level one.</p>
711
+ */
712
+ LevelOne?: HierarchyLevelUpdate;
713
+ /**
714
+ * <p>The update for level two.</p>
715
+ */
716
+ LevelTwo?: HierarchyLevelUpdate;
717
+ /**
718
+ * <p>The update for level three.</p>
719
+ */
720
+ LevelThree?: HierarchyLevelUpdate;
721
+ /**
722
+ * <p>The update for level four.</p>
723
+ */
724
+ LevelFour?: HierarchyLevelUpdate;
725
+ /**
726
+ * <p>The update for level five.</p>
727
+ */
728
+ LevelFive?: HierarchyLevelUpdate;
729
+ }
730
+ export declare namespace HierarchyStructureUpdate {
731
+ /**
732
+ * @internal
733
+ */
734
+ const filterSensitiveLog: (obj: HierarchyStructureUpdate) => any;
735
+ }
736
+ export interface UpdateUserHierarchyStructureRequest {
737
+ /**
738
+ * <p>The hierarchy levels to update.</p>
739
+ */
740
+ HierarchyStructure: HierarchyStructureUpdate | undefined;
741
+ /**
742
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
743
+ */
744
+ InstanceId: string | undefined;
745
+ }
746
+ export declare namespace UpdateUserHierarchyStructureRequest {
747
+ /**
748
+ * @internal
749
+ */
750
+ const filterSensitiveLog: (obj: UpdateUserHierarchyStructureRequest) => any;
751
+ }
752
+ export interface UpdateUserIdentityInfoRequest {
753
+ /**
754
+ * <p>The identity information for the user.</p>
755
+ */
756
+ IdentityInfo: UserIdentityInfo | undefined;
757
+ /**
758
+ * <p>The identifier of the user account.</p>
759
+ */
760
+ UserId: string | undefined;
761
+ /**
762
+ * <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
763
+ */
764
+ InstanceId: string | undefined;
765
+ }
766
+ export declare namespace UpdateUserIdentityInfoRequest {
767
+ /**
768
+ * @internal
769
+ */
770
+ const filterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
771
+ }
2
772
  export interface UpdateUserPhoneConfigRequest {
3
773
  /**
4
774
  * <p>Information about phone configuration settings for the user.</p>