@aws-sdk/client-connect 3.1086.0 → 3.1088.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 (447) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +86 -5
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/SearchRulesCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +3 -0
  7. package/dist-es/pagination/SearchRulesPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -0
  9. package/dist-es/schemas/schemas_0.js +65 -4
  10. package/dist-types/Connect.d.ts +14 -0
  11. package/dist-types/ConnectClient.d.ts +3 -2
  12. package/dist-types/commands/AssociateHoursOfOperationsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -0
  14. package/dist-types/commands/DisassociateHoursOfOperationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListRulesCommand.d.ts +3 -0
  17. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  18. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  19. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  20. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  21. package/dist-types/commands/SearchNotificationsCommand.d.ts +2 -1
  22. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  23. package/dist-types/commands/SearchRulesCommand.d.ts +210 -0
  24. package/dist-types/commands/index.d.ts +1 -0
  25. package/dist-types/models/enums.d.ts +11 -0
  26. package/dist-types/models/models_0.d.ts +2 -2
  27. package/dist-types/models/models_1.d.ts +8 -2
  28. package/dist-types/models/models_2.d.ts +34 -20
  29. package/dist-types/models/models_3.d.ts +166 -184
  30. package/dist-types/models/models_4.d.ts +213 -1
  31. package/dist-types/pagination/SearchRulesPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +8 -0
  34. package/dist-types/ts3.4/Connect.d.ts +1262 -1397
  35. package/dist-types/ts3.4/ConnectClient.d.ts +39 -109
  36. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  37. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  38. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  39. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/AssociateHoursOfOperationsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +2 -2
  51. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/BatchGetAttachedFileMetadataCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/CompleteAttachedFileUploadCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/CreateAttachedFileCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/CreateAuthCodeCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/CreateContactFlowVersionCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/CreateParticipantCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/CreatePersistentContactAssociationCommand.d.ts +4 -6
  91. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +4 -6
  92. package/dist-types/ts3.4/commands/CreatePromptCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -5
  95. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  98. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +5 -10
  99. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  104. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +3 -5
  106. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -9
  108. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +4 -9
  109. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/DeleteContactDataCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +4 -6
  114. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +4 -6
  116. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +4 -6
  120. package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +4 -9
  121. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +3 -4
  123. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +3 -4
  124. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +2 -2
  126. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +4 -6
  127. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +5 -10
  128. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +2 -2
  130. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +4 -6
  131. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +2 -2
  132. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +3 -4
  133. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +3 -4
  134. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  135. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +3 -4
  136. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
  137. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +5 -10
  138. package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +4 -9
  139. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +2 -2
  141. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  142. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -6
  143. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +3 -5
  144. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +5 -10
  145. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -9
  146. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +4 -9
  147. package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +5 -10
  148. package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +5 -10
  150. package/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +4 -6
  151. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +4 -6
  152. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +3 -5
  153. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +4 -6
  154. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +5 -10
  155. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +4 -6
  156. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +5 -10
  160. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +4 -6
  161. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +4 -6
  162. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +4 -6
  163. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +4 -6
  164. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +4 -9
  165. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +5 -10
  167. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +5 -10
  168. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +4 -6
  169. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -9
  170. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +4 -9
  171. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +5 -10
  172. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +5 -10
  173. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  174. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +4 -6
  175. package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +4 -9
  176. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -6
  177. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +3 -5
  178. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +4 -6
  179. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +4 -6
  180. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +3 -5
  181. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +5 -10
  182. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
  183. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +4 -6
  184. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +4 -6
  185. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +2 -2
  186. package/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +4 -6
  187. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +4 -9
  188. package/dist-types/ts3.4/commands/DisassociateHoursOfOperationsCommand.d.ts +4 -6
  189. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -6
  190. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +4 -6
  191. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +3 -4
  192. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -6
  193. package/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +4 -6
  194. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -6
  195. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -6
  196. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +4 -6
  197. package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +4 -6
  198. package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  199. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +4 -6
  200. package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +5 -10
  201. package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +5 -10
  202. package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +4 -6
  203. package/dist-types/ts3.4/commands/GetAttachedFileCommand.d.ts +4 -9
  204. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +5 -10
  205. package/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +5 -10
  206. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +5 -10
  207. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +5 -10
  208. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +4 -6
  209. package/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +4 -6
  210. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +5 -10
  211. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +5 -10
  212. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +4 -9
  213. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -9
  214. package/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +4 -9
  215. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +4 -9
  216. package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -6
  217. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +5 -10
  218. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +5 -10
  219. package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +5 -10
  220. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +4 -9
  221. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +4 -6
  222. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -6
  223. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +5 -10
  224. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +5 -10
  225. package/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +4 -6
  226. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +4 -6
  227. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
  228. package/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +4 -6
  229. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +5 -10
  230. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +4 -6
  231. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +4 -6
  232. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +5 -10
  233. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +4 -6
  234. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -9
  235. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +5 -10
  236. package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +4 -6
  237. package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +4 -6
  238. package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +5 -10
  239. package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +4 -9
  240. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +4 -6
  241. package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +4 -6
  242. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +4 -6
  243. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +5 -10
  244. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +5 -10
  245. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +4 -6
  246. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +5 -10
  247. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +5 -10
  248. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +4 -6
  249. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -8
  250. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +4 -6
  251. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +5 -10
  252. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +3 -5
  253. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +5 -10
  254. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +4 -9
  255. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +4 -9
  256. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +4 -6
  257. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +3 -5
  258. package/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +4 -6
  259. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +5 -10
  260. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -5
  261. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +5 -10
  262. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -6
  263. package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +4 -6
  264. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +4 -6
  265. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +5 -10
  266. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -5
  267. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -9
  268. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +4 -6
  269. package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +4 -6
  270. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -6
  271. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +5 -10
  272. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  273. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +5 -10
  274. package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +4 -6
  275. package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +5 -10
  276. package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +4 -9
  277. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -6
  278. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +3 -5
  279. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +3 -5
  280. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +4 -6
  281. package/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +5 -10
  282. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +5 -10
  283. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  284. package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +4 -9
  285. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +7 -5
  286. package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +5 -10
  287. package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +5 -10
  288. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +4 -9
  289. package/dist-types/ts3.4/commands/MonitorContactCommand.d.ts +4 -9
  290. package/dist-types/ts3.4/commands/PauseContactCommand.d.ts +3 -5
  291. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +4 -9
  292. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +3 -4
  293. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +5 -10
  294. package/dist-types/ts3.4/commands/ResumeContactCommand.d.ts +4 -9
  295. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +5 -10
  296. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +4 -6
  297. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +4 -6
  298. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +4 -6
  299. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +4 -6
  300. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +4 -6
  301. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +3 -5
  302. package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +4 -9
  303. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +6 -10
  304. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +6 -10
  305. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -10
  306. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +6 -10
  307. package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +6 -10
  308. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +6 -10
  309. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +3 -5
  310. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +3 -5
  311. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -6
  312. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +5 -10
  313. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -6
  314. package/dist-types/ts3.4/commands/SearchRulesCommand.d.ts +39 -0
  315. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -6
  316. package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +3 -5
  317. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +4 -6
  318. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +3 -5
  319. package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +3 -5
  320. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +5 -10
  321. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -6
  322. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +3 -5
  323. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +4 -6
  324. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +5 -10
  325. package/dist-types/ts3.4/commands/SendOutboundWebNotificationCommand.d.ts +4 -6
  326. package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +4 -6
  327. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +3 -5
  328. package/dist-types/ts3.4/commands/StartContactConversationalAnalyticsJobCommand.d.ts +4 -6
  329. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +5 -10
  330. package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +3 -5
  331. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +5 -10
  332. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +5 -10
  333. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +4 -6
  334. package/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +4 -6
  335. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +4 -6
  336. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -6
  337. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +4 -6
  338. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +5 -10
  339. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +3 -5
  340. package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +5 -10
  341. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +5 -10
  342. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +3 -5
  343. package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +3 -5
  344. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +5 -10
  345. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +5 -10
  346. package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +5 -10
  347. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +4 -6
  348. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +4 -6
  349. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +3 -5
  350. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  351. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +4 -9
  352. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +3 -5
  353. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  354. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +3 -4
  355. package/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +4 -6
  356. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +4 -6
  357. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +4 -6
  358. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
  359. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +4 -6
  360. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +4 -6
  361. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +4 -6
  362. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +4 -6
  363. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -6
  364. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -6
  365. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +5 -10
  366. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -6
  367. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +5 -10
  368. package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +4 -6
  369. package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +4 -6
  370. package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +4 -6
  371. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +4 -6
  372. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -6
  373. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +3 -4
  374. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +4 -6
  375. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +4 -6
  376. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -6
  377. package/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +4 -6
  378. package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +4 -6
  379. package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -6
  380. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  381. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -6
  382. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +4 -6
  383. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +3 -5
  384. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -6
  385. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +3 -4
  386. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +2 -2
  387. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -6
  388. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +4 -6
  389. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +3 -4
  390. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +4 -6
  391. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +3 -4
  392. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +4 -6
  393. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -6
  394. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -6
  395. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +4 -6
  396. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -6
  397. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -2
  398. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +3 -4
  399. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +5 -10
  400. package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +4 -9
  401. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +4 -6
  402. package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +2 -2
  403. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +3 -4
  404. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -6
  405. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -6
  406. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +3 -4
  407. package/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +4 -6
  408. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +3 -4
  409. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +4 -6
  410. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +4 -6
  411. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -6
  412. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +5 -10
  413. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +5 -10
  414. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +4 -6
  415. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +5 -10
  416. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +5 -10
  417. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +4 -6
  418. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  419. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  420. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  421. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  422. package/dist-types/ts3.4/models/enums.d.ts +70 -132
  423. package/dist-types/ts3.4/models/errors.d.ts +28 -96
  424. package/dist-types/ts3.4/models/models_0.d.ts +8 -20
  425. package/dist-types/ts3.4/models/models_1.d.ts +4 -6
  426. package/dist-types/ts3.4/models/models_2.d.ts +15 -39
  427. package/dist-types/ts3.4/models/models_3.d.ts +38 -44
  428. package/dist-types/ts3.4/models/models_4.d.ts +66 -18
  429. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  430. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
  431. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +1 -4
  432. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +1 -4
  433. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -4
  434. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +1 -4
  435. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  436. package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +1 -4
  437. package/dist-types/ts3.4/pagination/SearchRulesPaginator.d.ts +8 -0
  438. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +1 -4
  439. package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +1 -4
  440. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  441. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  442. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  443. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  444. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  445. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  446. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  447. package/package.json +39 -39
@@ -11,102 +11,75 @@ export declare class AccessDeniedException extends __BaseException {
11
11
  readonly name: "AccessDeniedException";
12
12
  readonly $fault: "client";
13
13
  Message?: string | undefined;
14
- constructor(
15
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
16
- );
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
17
15
  }
18
16
  export declare class InternalServiceException extends __BaseException {
19
17
  readonly name: "InternalServiceException";
20
18
  readonly $fault: "server";
21
19
  Message?: string | undefined;
22
- constructor(
23
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
24
- );
20
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
25
21
  }
26
22
  export declare class InvalidParameterException extends __BaseException {
27
23
  readonly name: "InvalidParameterException";
28
24
  readonly $fault: "client";
29
25
  Message?: string | undefined;
30
- constructor(
31
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
32
- );
26
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
33
27
  }
34
28
  export declare class ResourceConflictException extends __BaseException {
35
29
  readonly name: "ResourceConflictException";
36
30
  readonly $fault: "client";
37
31
  Message?: string | undefined;
38
- constructor(
39
- opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
40
- );
32
+ constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
41
33
  }
42
34
  export declare class ResourceNotFoundException extends __BaseException {
43
35
  readonly name: "ResourceNotFoundException";
44
36
  readonly $fault: "client";
45
37
  Message?: string | undefined;
46
- constructor(
47
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
48
- );
38
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
49
39
  }
50
40
  export declare class ThrottlingException extends __BaseException {
51
41
  readonly name: "ThrottlingException";
52
42
  readonly $fault: "client";
53
43
  Message?: string | undefined;
54
- constructor(
55
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
56
- );
44
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
57
45
  }
58
46
  export declare class InvalidRequestException extends __BaseException {
59
47
  readonly name: "InvalidRequestException";
60
48
  readonly $fault: "client";
61
49
  Message?: string | undefined;
62
50
  Reason?: InvalidRequestExceptionReason | undefined;
63
- constructor(
64
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
65
- );
51
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
66
52
  }
67
53
  export declare class ServiceQuotaExceededException extends __BaseException {
68
54
  readonly name: "ServiceQuotaExceededException";
69
55
  readonly $fault: "client";
70
56
  Message?: string | undefined;
71
57
  Reason?: ServiceQuotaExceededExceptionReason | undefined;
72
- constructor(
73
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
74
- );
58
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
75
59
  }
76
60
  export declare class LimitExceededException extends __BaseException {
77
61
  readonly name: "LimitExceededException";
78
62
  readonly $fault: "client";
79
63
  Message?: string | undefined;
80
- constructor(
81
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
82
- );
64
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
83
65
  }
84
66
  export declare class IdempotencyException extends __BaseException {
85
67
  readonly name: "IdempotencyException";
86
68
  readonly $fault: "client";
87
69
  Message?: string | undefined;
88
- constructor(
89
- opts: __ExceptionOptionType<IdempotencyException, __BaseException>
90
- );
70
+ constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
91
71
  }
92
72
  export declare class ConditionalOperationFailedException extends __BaseException {
93
73
  readonly name: "ConditionalOperationFailedException";
94
74
  readonly $fault: "client";
95
75
  Message?: string | undefined;
96
- constructor(
97
- opts: __ExceptionOptionType<
98
- ConditionalOperationFailedException,
99
- __BaseException
100
- >
101
- );
76
+ constructor(opts: __ExceptionOptionType<ConditionalOperationFailedException, __BaseException>);
102
77
  }
103
78
  export declare class DuplicateResourceException extends __BaseException {
104
79
  readonly name: "DuplicateResourceException";
105
80
  readonly $fault: "client";
106
81
  Message?: string | undefined;
107
- constructor(
108
- opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>
109
- );
82
+ constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
110
83
  }
111
84
  export declare class ConflictException extends __BaseException {
112
85
  readonly name: "ConflictException";
@@ -118,45 +91,32 @@ export declare class InvalidContactFlowException extends __BaseException {
118
91
  readonly name: "InvalidContactFlowException";
119
92
  readonly $fault: "client";
120
93
  problems?: ProblemDetail[] | undefined;
121
- constructor(
122
- opts: __ExceptionOptionType<InvalidContactFlowException, __BaseException>
123
- );
94
+ constructor(opts: __ExceptionOptionType<InvalidContactFlowException, __BaseException>);
124
95
  }
125
96
  export declare class InvalidContactFlowModuleException extends __BaseException {
126
97
  readonly name: "InvalidContactFlowModuleException";
127
98
  readonly $fault: "client";
128
99
  Problems?: ProblemDetail[] | undefined;
129
- constructor(
130
- opts: __ExceptionOptionType<
131
- InvalidContactFlowModuleException,
132
- __BaseException
133
- >
134
- );
100
+ constructor(opts: __ExceptionOptionType<InvalidContactFlowModuleException, __BaseException>);
135
101
  }
136
102
  export declare class PropertyValidationException extends __BaseException {
137
103
  readonly name: "PropertyValidationException";
138
104
  readonly $fault: "client";
139
105
  Message: string | undefined;
140
106
  PropertyList?: PropertyValidationExceptionProperty[] | undefined;
141
- constructor(
142
- opts: __ExceptionOptionType<PropertyValidationException, __BaseException>
143
- );
107
+ constructor(opts: __ExceptionOptionType<PropertyValidationException, __BaseException>);
144
108
  }
145
109
  export declare class InvalidTestCaseException extends __BaseException {
146
110
  readonly name: "InvalidTestCaseException";
147
111
  readonly $fault: "client";
148
112
  Problems?: ProblemDetail[] | undefined;
149
- constructor(
150
- opts: __ExceptionOptionType<InvalidTestCaseException, __BaseException>
151
- );
113
+ constructor(opts: __ExceptionOptionType<InvalidTestCaseException, __BaseException>);
152
114
  }
153
115
  export declare class ResourceNotReadyException extends __BaseException {
154
116
  readonly name: "ResourceNotReadyException";
155
117
  readonly $fault: "client";
156
118
  Message?: string | undefined;
157
- constructor(
158
- opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
159
- );
119
+ constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
160
120
  }
161
121
  export declare class ResourceInUseException extends __BaseException {
162
122
  readonly name: "ResourceInUseException";
@@ -164,93 +124,65 @@ export declare class ResourceInUseException extends __BaseException {
164
124
  Message?: string | undefined;
165
125
  ResourceType?: ResourceType | undefined;
166
126
  ResourceId?: string | undefined;
167
- constructor(
168
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
169
- );
127
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
170
128
  }
171
129
  export declare class TooManyRequestsException extends __BaseException {
172
130
  readonly name: "TooManyRequestsException";
173
131
  readonly $fault: "client";
174
132
  Message?: string | undefined;
175
- constructor(
176
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
177
- );
133
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
178
134
  }
179
135
  export declare class ContactNotTerminatedException extends __BaseException {
180
136
  readonly name: "ContactNotTerminatedException";
181
137
  readonly $fault: "client";
182
138
  Message?: string | undefined;
183
- constructor(
184
- opts: __ExceptionOptionType<ContactNotTerminatedException, __BaseException>
185
- );
139
+ constructor(opts: __ExceptionOptionType<ContactNotTerminatedException, __BaseException>);
186
140
  }
187
141
  export declare class ContactFlowNotPublishedException extends __BaseException {
188
142
  readonly name: "ContactFlowNotPublishedException";
189
143
  readonly $fault: "client";
190
144
  Message?: string | undefined;
191
- constructor(
192
- opts: __ExceptionOptionType<
193
- ContactFlowNotPublishedException,
194
- __BaseException
195
- >
196
- );
145
+ constructor(opts: __ExceptionOptionType<ContactFlowNotPublishedException, __BaseException>);
197
146
  }
198
147
  export declare class UserNotFoundException extends __BaseException {
199
148
  readonly name: "UserNotFoundException";
200
149
  readonly $fault: "client";
201
150
  Message?: string | undefined;
202
- constructor(
203
- opts: __ExceptionOptionType<UserNotFoundException, __BaseException>
204
- );
151
+ constructor(opts: __ExceptionOptionType<UserNotFoundException, __BaseException>);
205
152
  }
206
153
  export declare class OutputTypeNotFoundException extends __BaseException {
207
154
  readonly name: "OutputTypeNotFoundException";
208
155
  readonly $fault: "client";
209
156
  Message?: string | undefined;
210
- constructor(
211
- opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
212
- );
157
+ constructor(opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>);
213
158
  }
214
159
  export declare class InvalidActiveRegionException extends __BaseException {
215
160
  readonly name: "InvalidActiveRegionException";
216
161
  readonly $fault: "client";
217
162
  Message?: string | undefined;
218
- constructor(
219
- opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>
220
- );
163
+ constructor(opts: __ExceptionOptionType<InvalidActiveRegionException, __BaseException>);
221
164
  }
222
165
  export declare class MaximumResultReturnedException extends __BaseException {
223
166
  readonly name: "MaximumResultReturnedException";
224
167
  readonly $fault: "client";
225
168
  Message?: string | undefined;
226
- constructor(
227
- opts: __ExceptionOptionType<MaximumResultReturnedException, __BaseException>
228
- );
169
+ constructor(opts: __ExceptionOptionType<MaximumResultReturnedException, __BaseException>);
229
170
  }
230
171
  export declare class DestinationNotAllowedException extends __BaseException {
231
172
  readonly name: "DestinationNotAllowedException";
232
173
  readonly $fault: "client";
233
174
  Message?: string | undefined;
234
- constructor(
235
- opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>
236
- );
175
+ constructor(opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>);
237
176
  }
238
177
  export declare class OutboundContactNotPermittedException extends __BaseException {
239
178
  readonly name: "OutboundContactNotPermittedException";
240
179
  readonly $fault: "client";
241
180
  Message?: string | undefined;
242
- constructor(
243
- opts: __ExceptionOptionType<
244
- OutboundContactNotPermittedException,
245
- __BaseException
246
- >
247
- );
181
+ constructor(opts: __ExceptionOptionType<OutboundContactNotPermittedException, __BaseException>);
248
182
  }
249
183
  export declare class ContactNotFoundException extends __BaseException {
250
184
  readonly name: "ContactNotFoundException";
251
185
  readonly $fault: "client";
252
186
  Message?: string | undefined;
253
- constructor(
254
- opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>
255
- );
187
+ constructor(opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>);
256
188
  }
@@ -299,7 +299,7 @@ export declare namespace InvalidRequestExceptionReason {
299
299
  }
300
300
  interface Visitor<T> {
301
301
  AttachedFileInvalidRequestExceptionReason: (
302
- value: AttachedFileInvalidRequestExceptionReason
302
+ value: AttachedFileInvalidRequestExceptionReason,
303
303
  ) => T;
304
304
  _: (name: string, value: any) => T;
305
305
  }
@@ -323,7 +323,7 @@ export declare namespace ServiceQuotaExceededExceptionReason {
323
323
  }
324
324
  interface Visitor<T> {
325
325
  AttachedFileServiceQuotaExceededExceptionReason: (
326
- value: AttachedFileServiceQuotaExceededExceptionReason
326
+ value: AttachedFileServiceQuotaExceededExceptionReason,
327
327
  ) => T;
328
328
  _: (name: string, value: any) => T;
329
329
  }
@@ -457,9 +457,7 @@ export interface AssociateRoutingProfileQueuesRequest {
457
457
  InstanceId: string | undefined;
458
458
  RoutingProfileId: string | undefined;
459
459
  QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
460
- ManualAssignmentQueueConfigs?:
461
- | RoutingProfileManualAssignmentQueueConfig[]
462
- | undefined;
460
+ ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
463
461
  }
464
462
  export interface AssociateSecurityKeyRequest {
465
463
  InstanceId: string | undefined;
@@ -1192,9 +1190,7 @@ export interface EvaluationReviewNotificationRecipient {
1192
1190
  Value: EvaluationReviewNotificationRecipientValue | undefined;
1193
1191
  }
1194
1192
  export interface EvaluationReviewConfiguration {
1195
- ReviewNotificationRecipients:
1196
- | EvaluationReviewNotificationRecipient[]
1197
- | undefined;
1193
+ ReviewNotificationRecipients: EvaluationReviewNotificationRecipient[] | undefined;
1198
1194
  EligibilityDays?: number | undefined;
1199
1195
  }
1200
1196
  export interface EvaluationFormScoringStrategy {
@@ -1457,9 +1453,7 @@ export interface CreateRoutingProfileRequest {
1457
1453
  Description: string | undefined;
1458
1454
  DefaultOutboundQueueId: string | undefined;
1459
1455
  QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
1460
- ManualAssignmentQueueConfigs?:
1461
- | RoutingProfileManualAssignmentQueueConfig[]
1462
- | undefined;
1456
+ ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
1463
1457
  MediaConcurrencies: MediaConcurrency[] | undefined;
1464
1458
  Tags?: Record<string, string> | undefined;
1465
1459
  AgentAvailabilityTimer?: AgentAvailabilityTimer | undefined;
@@ -1527,9 +1521,7 @@ export interface RuleAction {
1527
1521
  ActionType: ActionType | undefined;
1528
1522
  TaskAction?: TaskActionDefinition | undefined;
1529
1523
  EventBridgeAction?: EventBridgeActionDefinition | undefined;
1530
- AssignContactCategoryAction?:
1531
- | AssignContactCategoryActionDefinition
1532
- | undefined;
1524
+ AssignContactCategoryAction?: AssignContactCategoryActionDefinition | undefined;
1533
1525
  SendNotificationAction?: SendNotificationActionDefinition | undefined;
1534
1526
  CreateCaseAction?: CreateCaseActionDefinition | undefined;
1535
1527
  UpdateCaseAction?: UpdateCaseActionDefinition | undefined;
@@ -1573,9 +1565,7 @@ export interface DataTableAccessControlConfiguration {
1573
1565
  | undefined;
1574
1566
  }
1575
1567
  export interface GranularAccessControlConfiguration {
1576
- DataTableAccessControlConfiguration?:
1577
- | DataTableAccessControlConfiguration
1578
- | undefined;
1568
+ DataTableAccessControlConfiguration?: DataTableAccessControlConfiguration | undefined;
1579
1569
  }
1580
1570
  export interface CreateSecurityProfileRequest {
1581
1571
  SecurityProfileName: string | undefined;
@@ -1589,9 +1579,7 @@ export interface CreateSecurityProfileRequest {
1589
1579
  HierarchyRestrictedResources?: string[] | undefined;
1590
1580
  AllowedAccessControlHierarchyGroupId?: string | undefined;
1591
1581
  AllowedFlowModules?: FlowModule[] | undefined;
1592
- GranularAccessControlConfiguration?:
1593
- | GranularAccessControlConfiguration
1594
- | undefined;
1582
+ GranularAccessControlConfiguration?: GranularAccessControlConfiguration | undefined;
1595
1583
  }
1596
1584
  export interface CreateSecurityProfileResponse {
1597
1585
  SecurityProfileId?: string | undefined;
@@ -50,6 +50,7 @@ import {
50
50
  QueueStatus,
51
51
  QuickConnectType,
52
52
  RecordingStatus,
53
+ RuleCapabilityTier,
53
54
  RulePublishStatus,
54
55
  SortOrder,
55
56
  Status,
@@ -647,9 +648,7 @@ export interface EvaluationSuggestedAnswerTranscriptMillisecondOffsets {
647
648
  BeginOffsetMillis: number | undefined;
648
649
  }
649
650
  export interface EvaluationTranscriptPointOfInterest {
650
- MillisecondOffsets?:
651
- | EvaluationSuggestedAnswerTranscriptMillisecondOffsets
652
- | undefined;
651
+ MillisecondOffsets?: EvaluationSuggestedAnswerTranscriptMillisecondOffsets | undefined;
653
652
  TranscriptSegment?: string | undefined;
654
653
  }
655
654
  export interface EvaluationAutomationRuleCategory {
@@ -1208,6 +1207,7 @@ export interface Rule {
1208
1207
  RuleId: string | undefined;
1209
1208
  RuleArn: string | undefined;
1210
1209
  TriggerEventSource: RuleTriggerEventSource | undefined;
1210
+ RuleCapabilityTiers?: RuleCapabilityTier[] | undefined;
1211
1211
  Function: string | undefined;
1212
1212
  Actions: RuleAction[] | undefined;
1213
1213
  PublishStatus: RulePublishStatus | undefined;
@@ -1236,9 +1236,7 @@ export interface SecurityProfile {
1236
1236
  LastModifiedRegion?: string | undefined;
1237
1237
  HierarchyRestrictedResources?: string[] | undefined;
1238
1238
  AllowedAccessControlHierarchyGroupId?: string | undefined;
1239
- GranularAccessControlConfiguration?:
1240
- | GranularAccessControlConfiguration
1241
- | undefined;
1239
+ GranularAccessControlConfiguration?: GranularAccessControlConfiguration | undefined;
1242
1240
  }
1243
1241
  export interface DescribeSecurityProfileResponse {
1244
1242
  SecurityProfile?: SecurityProfile | undefined;
@@ -57,6 +57,7 @@ import {
57
57
  RealTimeContactAnalysisSupportedChannel,
58
58
  ReferenceStatus,
59
59
  ReferenceType,
60
+ RuleCapabilityTier,
60
61
  RulePublishStatus,
61
62
  SearchContactsMatchType,
62
63
  SearchContactsTimeRangeConditionType,
@@ -464,9 +465,7 @@ export interface ContactFlowModuleAliasSummary {
464
465
  LastModifiedTime?: Date | undefined;
465
466
  }
466
467
  export interface ListContactFlowModuleAliasesResponse {
467
- ContactFlowModuleAliasSummaryList?:
468
- | ContactFlowModuleAliasSummary[]
469
- | undefined;
468
+ ContactFlowModuleAliasSummaryList?: ContactFlowModuleAliasSummary[] | undefined;
470
469
  NextToken?: string | undefined;
471
470
  }
472
471
  export interface ListContactFlowModulesRequest {
@@ -497,9 +496,7 @@ export interface ContactFlowModuleVersionSummary {
497
496
  Version?: number | undefined;
498
497
  }
499
498
  export interface ListContactFlowModuleVersionsResponse {
500
- ContactFlowModuleVersionSummaryList?:
501
- | ContactFlowModuleVersionSummary[]
502
- | undefined;
499
+ ContactFlowModuleVersionSummaryList?: ContactFlowModuleVersionSummary[] | undefined;
503
500
  NextToken?: string | undefined;
504
501
  }
505
502
  export interface ListContactFlowsRequest {
@@ -982,9 +979,7 @@ export interface IntegrationAssociationSummary {
982
979
  SourceType?: SourceType | undefined;
983
980
  }
984
981
  export interface ListIntegrationAssociationsResponse {
985
- IntegrationAssociationSummaryList?:
986
- | IntegrationAssociationSummary[]
987
- | undefined;
982
+ IntegrationAssociationSummaryList?: IntegrationAssociationSummary[] | undefined;
988
983
  NextToken?: string | undefined;
989
984
  }
990
985
  export interface ListLambdaFunctionsRequest {
@@ -1199,17 +1194,13 @@ export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
1199
1194
  CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
1200
1195
  }
1201
1196
  export interface RealTimeContactAnalysisPointOfInterest {
1202
- TranscriptItems?:
1203
- | RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
1204
- | undefined;
1197
+ TranscriptItems?: RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[] | undefined;
1205
1198
  }
1206
1199
  export interface RealTimeContactAnalysisCategoryDetails {
1207
1200
  PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
1208
1201
  }
1209
1202
  export interface RealTimeContactAnalysisSegmentCategories {
1210
- MatchedDetails:
1211
- | Record<string, RealTimeContactAnalysisCategoryDetails>
1212
- | undefined;
1203
+ MatchedDetails: Record<string, RealTimeContactAnalysisCategoryDetails> | undefined;
1213
1204
  }
1214
1205
  export interface RealTimeContactAnalysisSegmentEvent {
1215
1206
  Id: string | undefined;
@@ -1225,9 +1216,7 @@ export interface RealTimeContactAnalysisTranscriptItemWithContent {
1225
1216
  CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
1226
1217
  }
1227
1218
  export interface RealTimeContactAnalysisIssueDetected {
1228
- TranscriptItems:
1229
- | RealTimeContactAnalysisTranscriptItemWithContent[]
1230
- | undefined;
1219
+ TranscriptItems: RealTimeContactAnalysisTranscriptItemWithContent[] | undefined;
1231
1220
  }
1232
1221
  export interface RealTimeContactAnalysisSegmentIssues {
1233
1222
  IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
@@ -1235,9 +1224,7 @@ export interface RealTimeContactAnalysisSegmentIssues {
1235
1224
  export interface RealTimeContactAnalysisSegmentPostContactSummary {
1236
1225
  Content?: string | undefined;
1237
1226
  Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
1238
- FailureCode?:
1239
- | RealTimeContactAnalysisPostContactSummaryFailureCode
1240
- | undefined;
1227
+ FailureCode?: RealTimeContactAnalysisPostContactSummaryFailureCode | undefined;
1241
1228
  }
1242
1229
  export interface RealTimeContactAnalysisTranscriptItemRedaction {
1243
1230
  CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
@@ -1331,9 +1318,7 @@ export declare namespace RealtimeContactAnalysisSegment {
1331
1318
  Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
1332
1319
  Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
1333
1320
  Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
1334
- PostContactSummary: (
1335
- value: RealTimeContactAnalysisSegmentPostContactSummary
1336
- ) => T;
1321
+ PostContactSummary: (value: RealTimeContactAnalysisSegmentPostContactSummary) => T;
1337
1322
  _: (name: string, value: any) => T;
1338
1323
  }
1339
1324
  }
@@ -1379,9 +1364,7 @@ export interface RoutingProfileQueueConfigSummary {
1379
1364
  }
1380
1365
  export interface ListRoutingProfileQueuesResponse {
1381
1366
  NextToken?: string | undefined;
1382
- RoutingProfileQueueConfigSummaryList?:
1383
- | RoutingProfileQueueConfigSummary[]
1384
- | undefined;
1367
+ RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[] | undefined;
1385
1368
  LastModifiedTime?: Date | undefined;
1386
1369
  LastModifiedRegion?: string | undefined;
1387
1370
  }
@@ -1414,6 +1397,7 @@ export interface RuleSummary {
1414
1397
  RuleArn: string | undefined;
1415
1398
  EventSourceName: EventSourceName | undefined;
1416
1399
  PublishStatus: RulePublishStatus | undefined;
1400
+ RuleCapabilityTiers?: RuleCapabilityTier[] | undefined;
1417
1401
  ActionSummaries: ActionSummary[] | undefined;
1418
1402
  CreatedTime: Date | undefined;
1419
1403
  LastUpdatedTime: Date | undefined;
@@ -1586,9 +1570,7 @@ export interface TrafficDistributionGroupSummary {
1586
1570
  }
1587
1571
  export interface ListTrafficDistributionGroupsResponse {
1588
1572
  NextToken?: string | undefined;
1589
- TrafficDistributionGroupSummaryList?:
1590
- | TrafficDistributionGroupSummary[]
1591
- | undefined;
1573
+ TrafficDistributionGroupSummaryList?: TrafficDistributionGroupSummary[] | undefined;
1592
1574
  }
1593
1575
  export interface ListTrafficDistributionGroupUsersRequest {
1594
1576
  TrafficDistributionGroupId: string | undefined;
@@ -1600,9 +1582,7 @@ export interface TrafficDistributionGroupUserSummary {
1600
1582
  }
1601
1583
  export interface ListTrafficDistributionGroupUsersResponse {
1602
1584
  NextToken?: string | undefined;
1603
- TrafficDistributionGroupUserSummaryList?:
1604
- | TrafficDistributionGroupUserSummary[]
1605
- | undefined;
1585
+ TrafficDistributionGroupUserSummaryList?: TrafficDistributionGroupUserSummary[] | undefined;
1606
1586
  }
1607
1587
  export interface ListUseCasesRequest {
1608
1588
  InstanceId: string | undefined;
@@ -1868,15 +1848,11 @@ export interface ContactEvaluationAttributeFilter {
1868
1848
  OrConditions?: ContactEvaluationAttributeAndCondition[] | undefined;
1869
1849
  AndCondition?: ContactEvaluationAttributeAndCondition | undefined;
1870
1850
  TagCondition?: TagCondition | undefined;
1871
- ContactEvaluationAttributeCondition?:
1872
- | ContactEvaluationAttributeCondition
1873
- | undefined;
1851
+ ContactEvaluationAttributeCondition?: ContactEvaluationAttributeCondition | undefined;
1874
1852
  }
1875
1853
  export interface EvaluationSearchFilter {
1876
1854
  AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1877
- ContactEvaluationAttributeFilter?:
1878
- | ContactEvaluationAttributeFilter
1879
- | undefined;
1855
+ ContactEvaluationAttributeFilter?: ContactEvaluationAttributeFilter | undefined;
1880
1856
  }
1881
1857
  export interface EvaluationSearchMetadata {
1882
1858
  ContactId: string | undefined;
@@ -44,6 +44,7 @@ import {
44
44
  QueueStatus,
45
45
  RehydrationType,
46
46
  ResponseMode,
47
+ RuleCapabilityTier,
47
48
  RulePublishStatus,
48
49
  SearchableQueueType,
49
50
  StringComparisonType,
@@ -62,6 +63,7 @@ import {
62
63
  VoiceRecordingTrack,
63
64
  } from "./enums";
64
65
  import {
66
+ ActionSummary,
65
67
  AfterContactWorkConfigPerChannel,
66
68
  AgentConfig,
67
69
  AgentStatusSearchFilter,
@@ -94,6 +96,7 @@ import {
94
96
  Reference,
95
97
  RoutingProfileQueueConfig,
96
98
  RuleAction,
99
+ RuleTriggerEventSource,
97
100
  StringCondition,
98
101
  TagCondition,
99
102
  TaskTemplateConstraints,
@@ -312,6 +315,35 @@ export interface SearchRoutingProfilesResponse {
312
315
  NextToken?: string | undefined;
313
316
  ApproximateTotalCount?: number | undefined;
314
317
  }
318
+ export interface RuleAttributeAndCondition {
319
+ TagConditions?: TagCondition[] | undefined;
320
+ }
321
+ export interface RuleAttributeFilter {
322
+ OrConditions?: RuleAttributeAndCondition[] | undefined;
323
+ AndCondition?: RuleAttributeAndCondition | undefined;
324
+ TagCondition?: TagCondition | undefined;
325
+ }
326
+ export interface RulesSearchFilter {
327
+ AttributeFilter?: RuleAttributeFilter | undefined;
328
+ }
329
+ export interface RuleSearchSummary {
330
+ Name: string | undefined;
331
+ RuleId: string | undefined;
332
+ RuleArn: string | undefined;
333
+ TriggerEventSource: RuleTriggerEventSource | undefined;
334
+ ActionSummaries: ActionSummary[] | undefined;
335
+ RuleCapabilityTiers?: RuleCapabilityTier[] | undefined;
336
+ PublishStatus: RulePublishStatus | undefined;
337
+ CreatedTime: Date | undefined;
338
+ LastUpdatedTime: Date | undefined;
339
+ LastUpdatedBy: string | undefined;
340
+ Tags?: Record<string, string> | undefined;
341
+ }
342
+ export interface SearchRulesResponse {
343
+ Rules: RuleSearchSummary[] | undefined;
344
+ ApproximateTotalCount?: number | undefined;
345
+ NextToken?: string | undefined;
346
+ }
315
347
  export interface SecurityProfilesSearchFilter {
316
348
  TagFilter?: ControlPlaneTagFilter | undefined;
317
349
  }
@@ -1304,9 +1336,7 @@ export interface UpdateSecurityProfileRequest {
1304
1336
  HierarchyRestrictedResources?: string[] | undefined;
1305
1337
  AllowedAccessControlHierarchyGroupId?: string | undefined;
1306
1338
  AllowedFlowModules?: FlowModule[] | undefined;
1307
- GranularAccessControlConfiguration?:
1308
- | GranularAccessControlConfiguration
1309
- | undefined;
1339
+ GranularAccessControlConfiguration?: GranularAccessControlConfiguration | undefined;
1310
1340
  }
1311
1341
  export interface UpdateTaskTemplateRequest {
1312
1342
  TaskTemplateId: string | undefined;
@@ -1598,6 +1628,11 @@ export interface RoutingProfileSearchCriteria {
1598
1628
  AndConditions?: RoutingProfileSearchCriteria[] | undefined;
1599
1629
  StringCondition?: StringCondition | undefined;
1600
1630
  }
1631
+ export interface RulesSearchCriteria {
1632
+ OrConditions?: RulesSearchCriteria[] | undefined;
1633
+ AndConditions?: RulesSearchCriteria[] | undefined;
1634
+ StringCondition?: StringCondition | undefined;
1635
+ }
1601
1636
  export interface SecurityProfileSearchCriteria {
1602
1637
  OrConditions?: SecurityProfileSearchCriteria[] | undefined;
1603
1638
  AndConditions?: SecurityProfileSearchCriteria[] | undefined;
@@ -1695,44 +1730,3 @@ export interface SearchDataTablesRequest {
1695
1730
  SearchFilter?: DataTableSearchFilter | undefined;
1696
1731
  SearchCriteria?: DataTableSearchCriteria | undefined;
1697
1732
  }
1698
- export interface SearchEmailAddressesRequest {
1699
- InstanceId: string | undefined;
1700
- MaxResults?: number | undefined;
1701
- NextToken?: string | undefined;
1702
- SearchCriteria?: EmailAddressSearchCriteria | undefined;
1703
- SearchFilter?: EmailAddressSearchFilter | undefined;
1704
- }
1705
- export interface SearchEvaluationFormsRequest {
1706
- InstanceId: string | undefined;
1707
- NextToken?: string | undefined;
1708
- MaxResults?: number | undefined;
1709
- SearchCriteria?: EvaluationFormSearchCriteria | undefined;
1710
- SearchFilter?: EvaluationFormSearchFilter | undefined;
1711
- }
1712
- export interface SearchHoursOfOperationOverridesRequest {
1713
- InstanceId: string | undefined;
1714
- NextToken?: string | undefined;
1715
- MaxResults?: number | undefined;
1716
- SearchFilter?: HoursOfOperationSearchFilter | undefined;
1717
- SearchCriteria?: HoursOfOperationOverrideSearchCriteria | undefined;
1718
- }
1719
- export interface SearchHoursOfOperationsRequest {
1720
- InstanceId: string | undefined;
1721
- NextToken?: string | undefined;
1722
- MaxResults?: number | undefined;
1723
- SearchFilter?: HoursOfOperationSearchFilter | undefined;
1724
- SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
1725
- }
1726
- export interface SearchNotificationsRequest {
1727
- InstanceId: string | undefined;
1728
- NextToken?: string | undefined;
1729
- MaxResults?: number | undefined;
1730
- SearchFilter?: NotificationSearchFilter | undefined;
1731
- SearchCriteria?: NotificationSearchCriteria | undefined;
1732
- }
1733
- export interface SearchPredefinedAttributesRequest {
1734
- InstanceId: string | undefined;
1735
- NextToken?: string | undefined;
1736
- MaxResults?: number | undefined;
1737
- SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
1738
- }