@aws-sdk/client-connect 3.296.0 → 3.297.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 (218) hide show
  1. package/dist-types/Connect.d.ts +171 -0
  2. package/dist-types/ConnectClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateBotCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateLexBotCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +16 -0
  10. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +16 -0
  11. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +16 -0
  12. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +16 -0
  13. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateAgentStatusCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContactFlowCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateInstanceCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateQuickConnectCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateUseCaseCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateVocabularyCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteContactFlowCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteInstanceCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteUseCaseCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteVocabularyCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeContactFlowCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeInstanceCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeQueueCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeVocabularyCommand.d.ts +16 -0
  64. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +16 -0
  65. package/dist-types/commands/DisassociateBotCommand.d.ts +16 -0
  66. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateLexBotCommand.d.ts +16 -0
  69. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +16 -0
  70. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +16 -0
  71. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +16 -0
  72. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +16 -0
  73. package/dist-types/commands/DismissUserContactCommand.d.ts +16 -0
  74. package/dist-types/commands/GetContactAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +16 -0
  76. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +16 -0
  77. package/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  78. package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
  79. package/dist-types/commands/GetMetricDataV2Command.d.ts +16 -0
  80. package/dist-types/commands/GetTaskTemplateCommand.d.ts +16 -0
  81. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAgentStatusesCommand.d.ts +16 -0
  83. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListContactFlowsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListContactReferencesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +16 -0
  89. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListLexBotsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
  97. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  98. package/dist-types/commands/ListPromptsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +16 -0
  100. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListQuickConnectsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +16 -0
  104. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  105. package/dist-types/commands/ListSecurityKeysCommand.d.ts +16 -0
  106. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +16 -0
  107. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  109. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +16 -0
  110. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +16 -0
  111. package/dist-types/commands/ListUseCasesCommand.d.ts +16 -0
  112. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +16 -0
  113. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  114. package/dist-types/commands/MonitorContactCommand.d.ts +16 -0
  115. package/dist-types/commands/PutUserStatusCommand.d.ts +16 -0
  116. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +16 -0
  117. package/dist-types/commands/ReplicateInstanceCommand.d.ts +16 -0
  118. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +16 -0
  119. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +16 -0
  120. package/dist-types/commands/SearchQueuesCommand.d.ts +16 -0
  121. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +16 -0
  122. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +16 -0
  123. package/dist-types/commands/SearchUsersCommand.d.ts +16 -0
  124. package/dist-types/commands/SearchVocabulariesCommand.d.ts +16 -0
  125. package/dist-types/commands/StartChatContactCommand.d.ts +16 -0
  126. package/dist-types/commands/StartContactRecordingCommand.d.ts +16 -0
  127. package/dist-types/commands/StartContactStreamingCommand.d.ts +16 -0
  128. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +16 -0
  129. package/dist-types/commands/StartTaskContactCommand.d.ts +16 -0
  130. package/dist-types/commands/StopContactCommand.d.ts +16 -0
  131. package/dist-types/commands/StopContactRecordingCommand.d.ts +16 -0
  132. package/dist-types/commands/StopContactStreamingCommand.d.ts +16 -0
  133. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +16 -0
  134. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  135. package/dist-types/commands/TransferContactCommand.d.ts +16 -0
  136. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  137. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
  138. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +16 -0
  139. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  140. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +16 -0
  141. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +16 -0
  142. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +16 -0
  143. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +16 -0
  144. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +16 -0
  145. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +16 -0
  147. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +16 -0
  148. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +16 -0
  149. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateQueueNameCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +16 -0
  158. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +16 -0
  159. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +16 -0
  160. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +16 -0
  161. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +16 -0
  162. package/dist-types/commands/UpdateRuleCommand.d.ts +16 -0
  163. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  164. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +16 -0
  165. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +16 -0
  166. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +16 -0
  167. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +16 -0
  168. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +16 -0
  169. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +16 -0
  170. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +16 -0
  171. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +16 -0
  172. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +16 -0
  173. package/dist-types/models/ConnectServiceException.d.ts +2 -0
  174. package/dist-types/models/models_0.d.ts +706 -34
  175. package/dist-types/models/models_1.d.ts +549 -3
  176. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +3 -0
  177. package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +3 -0
  178. package/dist-types/pagination/GetMetricDataPaginator.d.ts +3 -0
  179. package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +3 -0
  180. package/dist-types/pagination/Interfaces.d.ts +3 -0
  181. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +3 -0
  182. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +3 -0
  183. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  184. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +3 -0
  185. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +3 -0
  186. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +3 -0
  187. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +3 -0
  188. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +3 -0
  189. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +3 -0
  190. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +3 -0
  191. package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
  192. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +3 -0
  193. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +3 -0
  194. package/dist-types/pagination/ListLexBotsPaginator.d.ts +3 -0
  195. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +3 -0
  197. package/dist-types/pagination/ListPromptsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListRulesPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +3 -0
  206. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListUseCasesPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +3 -0
  211. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  212. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
  213. package/dist-types/pagination/SearchQueuesPaginator.d.ts +3 -0
  214. package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +3 -0
  215. package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +3 -0
  216. package/dist-types/pagination/SearchUsersPaginator.d.ts +3 -0
  217. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +3 -0
  218. package/package.json +3 -3
@@ -178,15 +178,24 @@ import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput }
178
178
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
179
179
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
180
180
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
181
+ /**
182
+ * @public
183
+ */
181
184
  export type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DismissUserContactCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | MonitorContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchQueuesCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
185
+ /**
186
+ * @public
187
+ */
182
188
  export type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DismissUserContactCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | MonitorContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchQueuesCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
189
+ /**
190
+ * @public
191
+ */
183
192
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
184
193
  /**
185
194
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
186
195
  */
187
196
  requestHandler?: __HttpHandler;
188
197
  /**
189
- * A constructor for a class implementing the {@link __Checksum} interface
198
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
190
199
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
191
200
  * @internal
192
201
  */
@@ -276,23 +285,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
276
285
  */
277
286
  logger?: __Logger;
278
287
  /**
279
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
288
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
280
289
  */
281
290
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
282
291
  }
292
+ /**
293
+ * @public
294
+ */
283
295
  type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
284
296
  /**
285
- * The configuration interface of ConnectClient class constructor that set the region, credentials and other options.
297
+ * @public
298
+ *
299
+ * The configuration interface of ConnectClient class constructor that set the region, credentials and other options.
286
300
  */
287
301
  export interface ConnectClientConfig extends ConnectClientConfigType {
288
302
  }
303
+ /**
304
+ * @public
305
+ */
289
306
  type ConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
290
307
  /**
291
- * The resolved configuration interface of ConnectClient class. This is resolved and normalized from the {@link ConnectClientConfig | constructor configuration interface}.
308
+ * @public
309
+ *
310
+ * The resolved configuration interface of ConnectClient class. This is resolved and normalized from the {@link ConnectClientConfig | constructor configuration interface}.
292
311
  */
293
312
  export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfigType {
294
313
  }
295
314
  /**
315
+ * @public
296
316
  * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
297
317
  * manage a customer contact center and provide reliable customer engagement at any scale.</p>
298
318
  * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateApprovedOriginRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateApprovedOriginCommand}.
8
10
  */
9
11
  export interface AssociateApprovedOriginCommandInput extends AssociateApprovedOriginRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateApprovedOriginCommand}.
13
17
  */
14
18
  export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Associates an approved origin to an Amazon Connect instance.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssociateApprovedOriginCommandInput - {@link AssociateApprovedOriginCommandInput}
35
+ * @returns {@link AssociateApprovedOriginCommandOutput}
29
36
  * @see {@link AssociateApprovedOriginCommandInput} for command's `input` shape.
30
37
  * @see {@link AssociateApprovedOriginCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -56,11 +63,20 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
56
63
  export declare class AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
57
64
  readonly input: AssociateApprovedOriginCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: AssociateApprovedOriginCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateBotRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateBotCommand}.
8
10
  */
9
11
  export interface AssociateBotCommandInput extends AssociateBotRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateBotCommand}.
13
17
  */
14
18
  export interface AssociateBotCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex
19
24
  * or Amazon Lex V2 bot.</p>
@@ -27,6 +32,8 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AssociateBotCommandInput - {@link AssociateBotCommandInput}
36
+ * @returns {@link AssociateBotCommandOutput}
30
37
  * @see {@link AssociateBotCommandInput} for command's `input` shape.
31
38
  * @see {@link AssociateBotCommandOutput} for command's `response` shape.
32
39
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -57,11 +64,20 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
57
64
  export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
58
65
  readonly input: AssociateBotCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: AssociateBotCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBotCommandInput, AssociateBotCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateDefaultVocabularyRequest, AssociateDefaultVocabularyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateDefaultVocabularyCommand}.
8
10
  */
9
11
  export interface AssociateDefaultVocabularyCommandInput extends AssociateDefaultVocabularyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateDefaultVocabularyCommand}.
13
17
  */
14
18
  export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaultVocabularyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call
18
23
  * and real-time analysis sessions for the given language.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssociateDefaultVocabularyCommandInput - {@link AssociateDefaultVocabularyCommandInput}
35
+ * @returns {@link AssociateDefaultVocabularyCommandOutput}
29
36
  * @see {@link AssociateDefaultVocabularyCommandInput} for command's `input` shape.
30
37
  * @see {@link AssociateDefaultVocabularyCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -50,11 +57,20 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
50
57
  export declare class AssociateDefaultVocabularyCommand extends $Command<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig> {
51
58
  readonly input: AssociateDefaultVocabularyCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: AssociateDefaultVocabularyCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateInstanceStorageConfigRequest, AssociateInstanceStorageConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateInstanceStorageConfigCommand}.
8
10
  */
9
11
  export interface AssociateInstanceStorageConfigCommandInput extends AssociateInstanceStorageConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateInstanceStorageConfigCommand}.
13
17
  */
14
18
  export interface AssociateInstanceStorageConfigCommandOutput extends AssociateInstanceStorageConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Associates a storage resource type for the first time. You can only associate one type of
19
24
  * storage configuration in a single call. This means, for example, that you can't define an
@@ -31,6 +36,8 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param AssociateInstanceStorageConfigCommandInput - {@link AssociateInstanceStorageConfigCommandInput}
40
+ * @returns {@link AssociateInstanceStorageConfigCommandOutput}
34
41
  * @see {@link AssociateInstanceStorageConfigCommandInput} for command's `input` shape.
35
42
  * @see {@link AssociateInstanceStorageConfigCommandOutput} for command's `response` shape.
36
43
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -58,11 +65,20 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
58
65
  export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
59
66
  readonly input: AssociateInstanceStorageConfigCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: AssociateInstanceStorageConfigCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateLambdaFunctionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateLambdaFunctionCommand}.
8
10
  */
9
11
  export interface AssociateLambdaFunctionCommandInput extends AssociateLambdaFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateLambdaFunctionCommand}.
13
17
  */
14
18
  export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Allows the specified Amazon Connect instance to access the specified Lambda
19
24
  * function.</p>
@@ -27,6 +32,8 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AssociateLambdaFunctionCommandInput - {@link AssociateLambdaFunctionCommandInput}
36
+ * @returns {@link AssociateLambdaFunctionCommandOutput}
30
37
  * @see {@link AssociateLambdaFunctionCommandInput} for command's `input` shape.
31
38
  * @see {@link AssociateLambdaFunctionCommandOutput} for command's `response` shape.
32
39
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -57,11 +64,20 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
57
64
  export declare class AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
58
65
  readonly input: AssociateLambdaFunctionCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: AssociateLambdaFunctionCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateLexBotRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateLexBotCommand}.
8
10
  */
9
11
  export interface AssociateLexBotCommandInput extends AssociateLexBotRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateLexBotCommand}.
13
17
  */
14
18
  export interface AssociateLexBotCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex
19
24
  * V1 bot. This API only supports the association of Amazon Lex V1 bots.</p>
@@ -27,6 +32,8 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AssociateLexBotCommandInput - {@link AssociateLexBotCommandInput}
36
+ * @returns {@link AssociateLexBotCommandOutput}
30
37
  * @see {@link AssociateLexBotCommandInput} for command's `input` shape.
31
38
  * @see {@link AssociateLexBotCommandOutput} for command's `response` shape.
32
39
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -57,11 +64,20 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
57
64
  export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
58
65
  readonly input: AssociateLexBotCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: AssociateLexBotCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLexBotCommandInput, AssociateLexBotCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociatePhoneNumberContactFlowRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociatePhoneNumberContactFlowCommand}.
8
10
  */
9
11
  export interface AssociatePhoneNumberContactFlowCommandInput extends AssociatePhoneNumberContactFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociatePhoneNumberContactFlowCommand}.
13
17
  */
14
18
  export interface AssociatePhoneNumberContactFlowCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a flow with a phone number claimed to your Amazon Connect instance.</p>
18
23
  * <important>
19
24
  * <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the
@@ -36,6 +41,8 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param AssociatePhoneNumberContactFlowCommandInput - {@link AssociatePhoneNumberContactFlowCommandInput}
45
+ * @returns {@link AssociatePhoneNumberContactFlowCommandOutput}
39
46
  * @see {@link AssociatePhoneNumberContactFlowCommandInput} for command's `input` shape.
40
47
  * @see {@link AssociatePhoneNumberContactFlowCommandOutput} for command's `response` shape.
41
48
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -60,11 +67,20 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
60
67
  export declare class AssociatePhoneNumberContactFlowCommand extends $Command<AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
61
68
  readonly input: AssociatePhoneNumberContactFlowCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: AssociatePhoneNumberContactFlowCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateQueueQuickConnectsRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateQueueQuickConnectsCommand}.
8
10
  */
9
11
  export interface AssociateQueueQuickConnectsCommandInput extends AssociateQueueQuickConnectsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateQueueQuickConnectsCommand}.
13
17
  */
14
18
  export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Associates a set of quick connects with a queue.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssociateQueueQuickConnectsCommandInput - {@link AssociateQueueQuickConnectsCommandInput}
35
+ * @returns {@link AssociateQueueQuickConnectsCommandOutput}
29
36
  * @see {@link AssociateQueueQuickConnectsCommandInput} for command's `input` shape.
30
37
  * @see {@link AssociateQueueQuickConnectsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -53,11 +60,20 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
53
60
  export declare class AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
54
61
  readonly input: AssociateQueueQuickConnectsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: AssociateQueueQuickConnectsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateRoutingProfileQueuesRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateRoutingProfileQueuesCommand}.
8
10
  */
9
11
  export interface AssociateRoutingProfileQueuesCommandInput extends AssociateRoutingProfileQueuesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateRoutingProfileQueuesCommand}.
13
17
  */
14
18
  export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a set of queues with a routing profile.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateRoutingProfileQueuesCommandInput - {@link AssociateRoutingProfileQueuesCommandInput}
34
+ * @returns {@link AssociateRoutingProfileQueuesCommandOutput}
28
35
  * @see {@link AssociateRoutingProfileQueuesCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateRoutingProfileQueuesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -49,11 +56,20 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
49
56
  export declare class AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
50
57
  readonly input: AssociateRoutingProfileQueuesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: AssociateRoutingProfileQueuesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { AssociateSecurityKeyRequest, AssociateSecurityKeyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateSecurityKeyCommand}.
8
10
  */
9
11
  export interface AssociateSecurityKeyCommandInput extends AssociateSecurityKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateSecurityKeyCommand}.
13
17
  */
14
18
  export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
18
23
  * <p>Associates a security key to the instance.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssociateSecurityKeyCommandInput - {@link AssociateSecurityKeyCommandInput}
35
+ * @returns {@link AssociateSecurityKeyCommandOutput}
29
36
  * @see {@link AssociateSecurityKeyCommandInput} for command's `input` shape.
30
37
  * @see {@link AssociateSecurityKeyCommandOutput} for command's `response` shape.
31
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -56,11 +63,20 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
56
63
  export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
57
64
  readonly input: AssociateSecurityKeyCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: AssociateSecurityKeyCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
5
  import { ClaimPhoneNumberRequest, ClaimPhoneNumberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ClaimPhoneNumberCommand}.
8
10
  */
9
11
  export interface ClaimPhoneNumberCommandInput extends ClaimPhoneNumberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ClaimPhoneNumberCommand}.
13
17
  */
14
18
  export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Claims an available phone number to your Amazon Connect instance or traffic distribution
18
23
  * group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created.</p>
19
24
  * <p>For more information about how to use this operation, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/claim-phone-number.html">Claim a phone number in your
@@ -35,6 +40,8 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param ClaimPhoneNumberCommandInput - {@link ClaimPhoneNumberCommandInput}
44
+ * @returns {@link ClaimPhoneNumberCommandOutput}
38
45
  * @see {@link ClaimPhoneNumberCommandInput} for command's `input` shape.
39
46
  * @see {@link ClaimPhoneNumberCommandOutput} for command's `response` shape.
40
47
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
@@ -62,11 +69,20 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
62
69
  export declare class ClaimPhoneNumberCommand extends $Command<ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput, ConnectClientResolvedConfig> {
63
70
  readonly input: ClaimPhoneNumberCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: ClaimPhoneNumberCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }