@aws-sdk/client-chime 3.750.0 → 3.757.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 (553) hide show
  1. package/README.md +92 -1124
  2. package/dist-cjs/index.js +1705 -9575
  3. package/dist-es/Chime.js +0 -258
  4. package/dist-es/commands/GetRoomCommand.js +1 -1
  5. package/dist-es/commands/GetUserCommand.js +1 -1
  6. package/dist-es/commands/InviteUsersCommand.js +1 -1
  7. package/dist-es/commands/ListAccountsCommand.js +1 -1
  8. package/dist-es/commands/ListBotsCommand.js +1 -1
  9. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +1 -1
  10. package/dist-es/commands/ListPhoneNumbersCommand.js +1 -1
  11. package/dist-es/commands/ListRoomMembershipsCommand.js +1 -1
  12. package/dist-es/commands/ListRoomsCommand.js +1 -1
  13. package/dist-es/commands/ListUsersCommand.js +1 -1
  14. package/dist-es/commands/PutEventsConfigurationCommand.js +1 -1
  15. package/dist-es/commands/RegenerateSecurityTokenCommand.js +1 -1
  16. package/dist-es/commands/ResetPersonalPINCommand.js +1 -1
  17. package/dist-es/commands/RestorePhoneNumberCommand.js +1 -1
  18. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +1 -1
  19. package/dist-es/commands/UpdateBotCommand.js +1 -1
  20. package/dist-es/commands/UpdatePhoneNumberCommand.js +1 -1
  21. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +1 -1
  22. package/dist-es/commands/UpdateRoomCommand.js +1 -1
  23. package/dist-es/commands/UpdateRoomMembershipCommand.js +1 -1
  24. package/dist-es/commands/UpdateUserCommand.js +1 -1
  25. package/dist-es/commands/index.js +0 -129
  26. package/dist-es/models/index.js +0 -1
  27. package/dist-es/models/models_0.js +104 -559
  28. package/dist-es/pagination/index.js +0 -18
  29. package/dist-es/protocols/Aws_restJson1.js +516 -4601
  30. package/dist-types/Chime.d.ts +0 -913
  31. package/dist-types/ChimeClient.d.ts +2 -131
  32. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  33. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -2
  34. package/dist-types/commands/GetRoomCommand.d.ts +1 -1
  35. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  36. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  41. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  46. package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
  47. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
  50. package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
  51. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
  53. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
  54. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  65. package/dist-types/commands/index.d.ts +0 -129
  66. package/dist-types/models/index.d.ts +0 -1
  67. package/dist-types/models/models_0.d.ts +1159 -4028
  68. package/dist-types/pagination/index.d.ts +0 -18
  69. package/dist-types/protocols/Aws_restJson1.d.ts +93 -1254
  70. package/dist-types/ts3.4/Chime.d.ts +78 -2431
  71. package/dist-types/ts3.4/ChimeClient.d.ts +2 -776
  72. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/index.d.ts +0 -129
  105. package/dist-types/ts3.4/models/index.d.ts +0 -1
  106. package/dist-types/ts3.4/models/models_0.d.ts +362 -1214
  107. package/dist-types/ts3.4/pagination/index.d.ts +0 -18
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1624
  109. package/package.json +1 -1
  110. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -23
  111. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -23
  112. package/dist-es/commands/BatchCreateAttendeeCommand.js +0 -23
  113. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +0 -23
  114. package/dist-es/commands/CreateAppInstanceAdminCommand.js +0 -23
  115. package/dist-es/commands/CreateAppInstanceCommand.js +0 -23
  116. package/dist-es/commands/CreateAppInstanceUserCommand.js +0 -23
  117. package/dist-es/commands/CreateAttendeeCommand.js +0 -23
  118. package/dist-es/commands/CreateChannelBanCommand.js +0 -23
  119. package/dist-es/commands/CreateChannelCommand.js +0 -23
  120. package/dist-es/commands/CreateChannelMembershipCommand.js +0 -23
  121. package/dist-es/commands/CreateChannelModeratorCommand.js +0 -23
  122. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +0 -23
  123. package/dist-es/commands/CreateMeetingCommand.js +0 -23
  124. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +0 -23
  125. package/dist-es/commands/CreateProxySessionCommand.js +0 -23
  126. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +0 -23
  127. package/dist-es/commands/CreateSipMediaApplicationCommand.js +0 -23
  128. package/dist-es/commands/CreateSipRuleCommand.js +0 -22
  129. package/dist-es/commands/CreateVoiceConnectorCommand.js +0 -22
  130. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +0 -22
  131. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +0 -22
  132. package/dist-es/commands/DeleteAppInstanceCommand.js +0 -22
  133. package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -22
  134. package/dist-es/commands/DeleteAppInstanceUserCommand.js +0 -22
  135. package/dist-es/commands/DeleteAttendeeCommand.js +0 -22
  136. package/dist-es/commands/DeleteChannelBanCommand.js +0 -22
  137. package/dist-es/commands/DeleteChannelCommand.js +0 -22
  138. package/dist-es/commands/DeleteChannelMembershipCommand.js +0 -22
  139. package/dist-es/commands/DeleteChannelMessageCommand.js +0 -22
  140. package/dist-es/commands/DeleteChannelModeratorCommand.js +0 -22
  141. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +0 -22
  142. package/dist-es/commands/DeleteMeetingCommand.js +0 -22
  143. package/dist-es/commands/DeleteProxySessionCommand.js +0 -22
  144. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +0 -22
  145. package/dist-es/commands/DeleteSipRuleCommand.js +0 -22
  146. package/dist-es/commands/DeleteVoiceConnectorCommand.js +0 -22
  147. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -22
  148. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +0 -22
  149. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -22
  150. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +0 -22
  151. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -22
  152. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -22
  153. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -23
  154. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +0 -23
  155. package/dist-es/commands/DescribeAppInstanceCommand.js +0 -23
  156. package/dist-es/commands/DescribeAppInstanceUserCommand.js +0 -23
  157. package/dist-es/commands/DescribeChannelBanCommand.js +0 -23
  158. package/dist-es/commands/DescribeChannelCommand.js +0 -23
  159. package/dist-es/commands/DescribeChannelMembershipCommand.js +0 -23
  160. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -23
  161. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -23
  162. package/dist-es/commands/DescribeChannelModeratorCommand.js +0 -23
  163. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -23
  164. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -23
  165. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -22
  166. package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -23
  167. package/dist-es/commands/GetAttendeeCommand.js +0 -23
  168. package/dist-es/commands/GetChannelMessageCommand.js +0 -23
  169. package/dist-es/commands/GetMediaCapturePipelineCommand.js +0 -23
  170. package/dist-es/commands/GetMeetingCommand.js +0 -23
  171. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +0 -22
  172. package/dist-es/commands/GetProxySessionCommand.js +0 -23
  173. package/dist-es/commands/GetSipMediaApplicationCommand.js +0 -23
  174. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  175. package/dist-es/commands/GetSipRuleCommand.js +0 -22
  176. package/dist-es/commands/GetVoiceConnectorCommand.js +0 -22
  177. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  178. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +0 -22
  179. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -22
  180. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +0 -22
  181. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +0 -23
  182. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -22
  183. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +0 -23
  184. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -22
  185. package/dist-es/commands/ListAppInstanceAdminsCommand.js +0 -23
  186. package/dist-es/commands/ListAppInstanceUsersCommand.js +0 -23
  187. package/dist-es/commands/ListAppInstancesCommand.js +0 -23
  188. package/dist-es/commands/ListAttendeeTagsCommand.js +0 -23
  189. package/dist-es/commands/ListAttendeesCommand.js +0 -23
  190. package/dist-es/commands/ListChannelBansCommand.js +0 -23
  191. package/dist-es/commands/ListChannelMembershipsCommand.js +0 -23
  192. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -23
  193. package/dist-es/commands/ListChannelMessagesCommand.js +0 -23
  194. package/dist-es/commands/ListChannelModeratorsCommand.js +0 -23
  195. package/dist-es/commands/ListChannelsCommand.js +0 -23
  196. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -23
  197. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +0 -23
  198. package/dist-es/commands/ListMeetingTagsCommand.js +0 -23
  199. package/dist-es/commands/ListMeetingsCommand.js +0 -23
  200. package/dist-es/commands/ListProxySessionsCommand.js +0 -23
  201. package/dist-es/commands/ListSipMediaApplicationsCommand.js +0 -23
  202. package/dist-es/commands/ListSipRulesCommand.js +0 -22
  203. package/dist-es/commands/ListTagsForResourceCommand.js +0 -23
  204. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +0 -22
  205. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -23
  206. package/dist-es/commands/ListVoiceConnectorsCommand.js +0 -22
  207. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -22
  208. package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -23
  209. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  210. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  211. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -22
  212. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +0 -22
  213. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +0 -23
  214. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -22
  215. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +0 -23
  216. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -23
  217. package/dist-es/commands/RedactChannelMessageCommand.js +0 -22
  218. package/dist-es/commands/SendChannelMessageCommand.js +0 -23
  219. package/dist-es/commands/StartMeetingTranscriptionCommand.js +0 -22
  220. package/dist-es/commands/StopMeetingTranscriptionCommand.js +0 -22
  221. package/dist-es/commands/TagAttendeeCommand.js +0 -23
  222. package/dist-es/commands/TagMeetingCommand.js +0 -23
  223. package/dist-es/commands/TagResourceCommand.js +0 -23
  224. package/dist-es/commands/UntagAttendeeCommand.js +0 -23
  225. package/dist-es/commands/UntagMeetingCommand.js +0 -23
  226. package/dist-es/commands/UntagResourceCommand.js +0 -23
  227. package/dist-es/commands/UpdateAppInstanceCommand.js +0 -23
  228. package/dist-es/commands/UpdateAppInstanceUserCommand.js +0 -23
  229. package/dist-es/commands/UpdateChannelCommand.js +0 -23
  230. package/dist-es/commands/UpdateChannelMessageCommand.js +0 -23
  231. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +0 -22
  232. package/dist-es/commands/UpdateProxySessionCommand.js +0 -23
  233. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +0 -23
  234. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +0 -23
  235. package/dist-es/commands/UpdateSipRuleCommand.js +0 -22
  236. package/dist-es/commands/UpdateVoiceConnectorCommand.js +0 -22
  237. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +0 -22
  238. package/dist-es/commands/ValidateE911AddressCommand.js +0 -23
  239. package/dist-es/models/models_1.js +0 -435
  240. package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +0 -4
  241. package/dist-es/pagination/ListAppInstanceUsersPaginator.js +0 -4
  242. package/dist-es/pagination/ListAppInstancesPaginator.js +0 -4
  243. package/dist-es/pagination/ListAttendeesPaginator.js +0 -4
  244. package/dist-es/pagination/ListChannelBansPaginator.js +0 -4
  245. package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -4
  246. package/dist-es/pagination/ListChannelMembershipsPaginator.js +0 -4
  247. package/dist-es/pagination/ListChannelMessagesPaginator.js +0 -4
  248. package/dist-es/pagination/ListChannelModeratorsPaginator.js +0 -4
  249. package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -4
  250. package/dist-es/pagination/ListChannelsPaginator.js +0 -4
  251. package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +0 -4
  252. package/dist-es/pagination/ListMeetingsPaginator.js +0 -4
  253. package/dist-es/pagination/ListProxySessionsPaginator.js +0 -4
  254. package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +0 -4
  255. package/dist-es/pagination/ListSipRulesPaginator.js +0 -4
  256. package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -4
  257. package/dist-es/pagination/ListVoiceConnectorsPaginator.js +0 -4
  258. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -114
  259. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -114
  260. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +0 -133
  261. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -123
  262. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -121
  263. package/dist-types/commands/CreateAppInstanceCommand.d.ts +0 -114
  264. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +0 -116
  265. package/dist-types/commands/CreateAttendeeCommand.d.ts +0 -120
  266. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -121
  267. package/dist-types/commands/CreateChannelCommand.d.ts +0 -125
  268. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -145
  269. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -133
  270. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -164
  271. package/dist-types/commands/CreateMeetingCommand.d.ts +0 -133
  272. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -163
  273. package/dist-types/commands/CreateProxySessionCommand.d.ts +0 -139
  274. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -112
  275. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +0 -125
  276. package/dist-types/commands/CreateSipRuleCommand.d.ts +0 -133
  277. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +0 -118
  278. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -126
  279. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -102
  280. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +0 -97
  281. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -99
  282. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +0 -96
  283. package/dist-types/commands/DeleteAttendeeCommand.d.ts +0 -103
  284. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -103
  285. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -103
  286. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -107
  287. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -105
  288. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -103
  289. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -100
  290. package/dist-types/commands/DeleteMeetingCommand.d.ts +0 -102
  291. package/dist-types/commands/DeleteProxySessionCommand.d.ts +0 -100
  292. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -103
  293. package/dist-types/commands/DeleteSipRuleCommand.d.ts +0 -103
  294. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +0 -105
  295. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -99
  296. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -105
  297. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -102
  298. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -99
  299. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -99
  300. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -102
  301. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -102
  302. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -106
  303. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +0 -104
  304. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +0 -104
  305. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -119
  306. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -118
  307. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +0 -121
  308. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -119
  309. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -115
  310. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +0 -119
  311. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -110
  312. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -110
  313. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -106
  314. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -106
  315. package/dist-types/commands/GetAttendeeCommand.d.ts +0 -110
  316. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -123
  317. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +0 -136
  318. package/dist-types/commands/GetMeetingCommand.d.ts +0 -121
  319. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -95
  320. package/dist-types/commands/GetProxySessionCommand.d.ts +0 -126
  321. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +0 -112
  322. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -103
  323. package/dist-types/commands/GetSipRuleCommand.d.ts +0 -116
  324. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +0 -110
  325. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -109
  326. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -114
  327. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -105
  328. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -112
  329. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -108
  330. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -111
  331. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -111
  332. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -105
  333. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +0 -109
  334. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +0 -110
  335. package/dist-types/commands/ListAppInstancesCommand.d.ts +0 -106
  336. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +0 -103
  337. package/dist-types/commands/ListAttendeesCommand.d.ts +0 -114
  338. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -115
  339. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -116
  340. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -123
  341. package/dist-types/commands/ListChannelMessagesCommand.d.ts +0 -131
  342. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +0 -115
  343. package/dist-types/commands/ListChannelsCommand.d.ts +0 -131
  344. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -118
  345. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -136
  346. package/dist-types/commands/ListMeetingTagsCommand.d.ts +0 -106
  347. package/dist-types/commands/ListMeetingsCommand.d.ts +0 -115
  348. package/dist-types/commands/ListProxySessionsCommand.d.ts +0 -131
  349. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +0 -113
  350. package/dist-types/commands/ListSipRulesCommand.d.ts +0 -118
  351. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -111
  352. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -114
  353. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -103
  354. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +0 -111
  355. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -115
  356. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -112
  357. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -106
  358. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -119
  359. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -109
  360. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -127
  361. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -117
  362. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -120
  363. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -128
  364. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -105
  365. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -107
  366. package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -116
  367. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +0 -144
  368. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +0 -102
  369. package/dist-types/commands/TagAttendeeCommand.d.ts +0 -105
  370. package/dist-types/commands/TagMeetingCommand.d.ts +0 -108
  371. package/dist-types/commands/TagResourceCommand.d.ts +0 -102
  372. package/dist-types/commands/UntagAttendeeCommand.d.ts +0 -99
  373. package/dist-types/commands/UntagMeetingCommand.d.ts +0 -102
  374. package/dist-types/commands/UntagResourceCommand.d.ts +0 -100
  375. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +0 -104
  376. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +0 -104
  377. package/dist-types/commands/UpdateChannelCommand.d.ts +0 -113
  378. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -112
  379. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -108
  380. package/dist-types/commands/UpdateProxySessionCommand.d.ts +0 -130
  381. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -111
  382. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -122
  383. package/dist-types/commands/UpdateSipRuleCommand.d.ts +0 -132
  384. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +0 -112
  385. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -125
  386. package/dist-types/commands/ValidateE911AddressCommand.d.ts +0 -134
  387. package/dist-types/models/models_1.d.ts +0 -3608
  388. package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -7
  389. package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -7
  390. package/dist-types/pagination/ListAppInstancesPaginator.d.ts +0 -7
  391. package/dist-types/pagination/ListAttendeesPaginator.d.ts +0 -7
  392. package/dist-types/pagination/ListChannelBansPaginator.d.ts +0 -7
  393. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -7
  394. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +0 -7
  395. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +0 -7
  396. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +0 -7
  397. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -7
  398. package/dist-types/pagination/ListChannelsPaginator.d.ts +0 -7
  399. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -7
  400. package/dist-types/pagination/ListMeetingsPaginator.d.ts +0 -7
  401. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +0 -7
  402. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -7
  403. package/dist-types/pagination/ListSipRulesPaginator.d.ts +0 -7
  404. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -7
  405. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -7
  406. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -51
  407. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -51
  408. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -51
  409. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -51
  410. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -51
  411. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -51
  412. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -51
  413. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -50
  414. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -50
  415. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -50
  416. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -51
  417. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -51
  418. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -51
  419. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -50
  420. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -51
  421. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -51
  422. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -51
  423. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -51
  424. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -50
  425. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -51
  426. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -51
  427. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -46
  428. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -46
  429. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -47
  430. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -46
  431. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -45
  432. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -45
  433. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -45
  434. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -47
  435. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -46
  436. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -46
  437. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -47
  438. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -45
  439. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -46
  440. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -47
  441. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -45
  442. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -46
  443. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -47
  444. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -47
  445. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -47
  446. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -47
  447. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -47
  448. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -47
  449. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  450. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -51
  451. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -51
  452. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -51
  453. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -51
  454. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -50
  455. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -51
  456. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -51
  457. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -51
  458. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -51
  459. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -51
  460. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -51
  461. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -51
  462. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  463. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -47
  464. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -51
  465. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -51
  466. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -47
  467. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -51
  468. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -50
  469. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -51
  470. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  471. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -47
  472. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -51
  473. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  474. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -51
  475. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  476. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -51
  477. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -51
  478. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  479. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -51
  480. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -51
  481. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -51
  482. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -51
  483. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -50
  484. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -50
  485. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -50
  486. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -50
  487. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -51
  488. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -51
  489. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -51
  490. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -51
  491. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -47
  492. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -51
  493. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -51
  494. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -50
  495. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -47
  496. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -51
  497. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -51
  498. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -47
  499. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
  500. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -51
  501. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -51
  502. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -51
  503. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -51
  504. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  505. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  506. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  507. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  508. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -51
  509. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -51
  510. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  511. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -51
  512. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  513. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -51
  514. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -51
  515. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -51
  516. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -51
  517. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -45
  518. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +0 -45
  519. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
  520. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -45
  521. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -45
  522. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -45
  523. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -51
  524. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -51
  525. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -50
  526. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -51
  527. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -51
  528. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -51
  529. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -51
  530. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -51
  531. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -50
  532. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -51
  533. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -51
  534. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +0 -51
  535. package/dist-types/ts3.4/models/models_1.d.ts +0 -1180
  536. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -11
  537. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -11
  538. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -11
  539. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -11
  540. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -11
  541. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -11
  542. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -11
  543. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -11
  544. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -11
  545. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -11
  546. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -11
  547. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -11
  548. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -11
  549. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -11
  550. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -11
  551. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -11
  552. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -11
  553. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -11
@@ -1,3608 +0,0 @@
1
- import { Account, AccountSettings, Address, AlexaForBusinessMetadata, AppInstanceAdminSummary, AppInstanceRetentionSettings, AppInstanceStreamingConfiguration, AppInstanceSummary, AppInstanceUserSummary, Attendee, Bot, BusinessCallingSettings, CandidateAddress, Capability, ChannelBanSummary, ChannelMembershipForAppInstanceUserSummary, ChannelMembershipSummary, ChannelMembershipType, ChannelMessagePersistenceType, ChannelMessageSummary, ChannelMessageType, ChannelMode, ChannelModeratedByAppInstanceUserSummary, ChannelModeratorSummary, ChannelPrivacy, ChannelSummary, ConversationRetentionSettings, Credential, EmailStatus, EmergencyCallingConfiguration, EngineTranscribeMedicalSettings, EngineTranscribeSettings, EventsConfiguration, InviteStatus, License, MediaCapturePipeline, Meeting, PhoneNumber, PhoneNumberAssociationName, PhoneNumberOrder, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySession, ProxySessionStatus, Room, RoomMembership, RoomMembershipRole, SipMediaApplication, SipMediaApplicationCall, SipMediaApplicationEndpoint, SipRule, SipRuleTargetApplication, Tag, User, UserType, VoiceConnector, VoiceConnectorGroup, VoiceConnectorItem, VoiceConnectorSettings } from "./models_0";
2
- /**
3
- * <p>The retention settings that determine how long to retain chat-room messages for an Amazon Chime Enterprise account.</p>
4
- * @public
5
- */
6
- export interface RoomRetentionSettings {
7
- /**
8
- * <p>The number of days for which to retain chat-room messages.</p>
9
- * @public
10
- */
11
- RetentionDays?: number | undefined;
12
- }
13
- /**
14
- * <p>The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.</p>
15
- * @public
16
- */
17
- export interface RetentionSettings {
18
- /**
19
- * <p>The chat room retention settings.</p>
20
- * @public
21
- */
22
- RoomRetentionSettings?: RoomRetentionSettings | undefined;
23
- /**
24
- * <p>The chat conversation retention settings.</p>
25
- * @public
26
- */
27
- ConversationRetentionSettings?: ConversationRetentionSettings | undefined;
28
- }
29
- /**
30
- * @public
31
- */
32
- export interface GetRetentionSettingsResponse {
33
- /**
34
- * <p>The retention settings.</p>
35
- * @public
36
- */
37
- RetentionSettings?: RetentionSettings | undefined;
38
- /**
39
- * <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
40
- * @public
41
- */
42
- InitiateDeletionTimestamp?: Date | undefined;
43
- }
44
- /**
45
- * @public
46
- */
47
- export interface GetRoomRequest {
48
- /**
49
- * <p>The Amazon Chime account ID.</p>
50
- * @public
51
- */
52
- AccountId: string | undefined;
53
- /**
54
- * <p>The room ID.</p>
55
- * @public
56
- */
57
- RoomId: string | undefined;
58
- }
59
- /**
60
- * @public
61
- */
62
- export interface GetRoomResponse {
63
- /**
64
- * <p>The room details.</p>
65
- * @public
66
- */
67
- Room?: Room | undefined;
68
- }
69
- /**
70
- * @public
71
- */
72
- export interface GetSipMediaApplicationRequest {
73
- /**
74
- * <p>The SIP media application ID.</p>
75
- * @public
76
- */
77
- SipMediaApplicationId: string | undefined;
78
- }
79
- /**
80
- * @public
81
- */
82
- export interface GetSipMediaApplicationResponse {
83
- /**
84
- * <p>The SIP media application details.</p>
85
- * @public
86
- */
87
- SipMediaApplication?: SipMediaApplication | undefined;
88
- }
89
- /**
90
- * @public
91
- */
92
- export interface GetSipMediaApplicationLoggingConfigurationRequest {
93
- /**
94
- * <p>The SIP media application ID.</p>
95
- * @public
96
- */
97
- SipMediaApplicationId: string | undefined;
98
- }
99
- /**
100
- * <p>Logging configuration of the SIP media application.</p>
101
- * @public
102
- */
103
- export interface SipMediaApplicationLoggingConfiguration {
104
- /**
105
- * <p>Enables application message logs for the SIP media application.</p>
106
- * @public
107
- */
108
- EnableSipMediaApplicationMessageLogs?: boolean | undefined;
109
- }
110
- /**
111
- * @public
112
- */
113
- export interface GetSipMediaApplicationLoggingConfigurationResponse {
114
- /**
115
- * <p>The actual logging configuration.</p>
116
- * @public
117
- */
118
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
119
- }
120
- /**
121
- * @public
122
- */
123
- export interface GetSipRuleRequest {
124
- /**
125
- * <p>The SIP rule ID.</p>
126
- * @public
127
- */
128
- SipRuleId: string | undefined;
129
- }
130
- /**
131
- * @public
132
- */
133
- export interface GetSipRuleResponse {
134
- /**
135
- * <p>The SIP rule details.</p>
136
- * @public
137
- */
138
- SipRule?: SipRule | undefined;
139
- }
140
- /**
141
- * @public
142
- */
143
- export interface GetUserRequest {
144
- /**
145
- * <p>The Amazon Chime account ID.</p>
146
- * @public
147
- */
148
- AccountId: string | undefined;
149
- /**
150
- * <p>The user ID.</p>
151
- * @public
152
- */
153
- UserId: string | undefined;
154
- }
155
- /**
156
- * @public
157
- */
158
- export interface GetUserResponse {
159
- /**
160
- * <p>The user details.</p>
161
- * @public
162
- */
163
- User?: User | undefined;
164
- }
165
- /**
166
- * @public
167
- */
168
- export interface GetUserSettingsRequest {
169
- /**
170
- * <p>The Amazon Chime account ID.</p>
171
- * @public
172
- */
173
- AccountId: string | undefined;
174
- /**
175
- * <p>The user ID.</p>
176
- * @public
177
- */
178
- UserId: string | undefined;
179
- }
180
- /**
181
- * <p>Settings that allow management of telephony permissions for an Amazon Chime user, such as
182
- * inbound and outbound calling and text messaging.</p>
183
- * @public
184
- */
185
- export interface TelephonySettings {
186
- /**
187
- * <p>Allows or denies inbound calling.</p>
188
- * @public
189
- */
190
- InboundCalling: boolean | undefined;
191
- /**
192
- * <p>Allows or denies outbound calling.</p>
193
- * @public
194
- */
195
- OutboundCalling: boolean | undefined;
196
- /**
197
- * <p>Allows or denies SMS messaging.</p>
198
- * @public
199
- */
200
- SMS: boolean | undefined;
201
- }
202
- /**
203
- * <p>Settings associated with an Amazon Chime user, including inbound and outbound calling and text
204
- * messaging.</p>
205
- * @public
206
- */
207
- export interface UserSettings {
208
- /**
209
- * <p>The telephony settings associated with the user.</p>
210
- * @public
211
- */
212
- Telephony: TelephonySettings | undefined;
213
- }
214
- /**
215
- * @public
216
- */
217
- export interface GetUserSettingsResponse {
218
- /**
219
- * <p>The user settings.</p>
220
- * @public
221
- */
222
- UserSettings?: UserSettings | undefined;
223
- }
224
- /**
225
- * @public
226
- */
227
- export interface GetVoiceConnectorRequest {
228
- /**
229
- * <p>The Amazon Chime Voice Connector ID.</p>
230
- * @public
231
- */
232
- VoiceConnectorId: string | undefined;
233
- }
234
- /**
235
- * @public
236
- */
237
- export interface GetVoiceConnectorResponse {
238
- /**
239
- * <p>The Amazon Chime Voice Connector details.</p>
240
- * @public
241
- */
242
- VoiceConnector?: VoiceConnector | undefined;
243
- }
244
- /**
245
- * @public
246
- */
247
- export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
248
- /**
249
- * <p>The Amazon Chime Voice Connector ID.</p>
250
- * @public
251
- */
252
- VoiceConnectorId: string | undefined;
253
- }
254
- /**
255
- * @public
256
- */
257
- export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
258
- /**
259
- * <p>The emergency calling configuration details.</p>
260
- * @public
261
- */
262
- EmergencyCallingConfiguration?: EmergencyCallingConfiguration | undefined;
263
- }
264
- /**
265
- * @public
266
- */
267
- export interface GetVoiceConnectorGroupRequest {
268
- /**
269
- * <p>The Amazon Chime Voice Connector group ID.</p>
270
- * @public
271
- */
272
- VoiceConnectorGroupId: string | undefined;
273
- }
274
- /**
275
- * @public
276
- */
277
- export interface GetVoiceConnectorGroupResponse {
278
- /**
279
- * <p>The Amazon Chime Voice Connector group details.</p>
280
- * @public
281
- */
282
- VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
283
- }
284
- /**
285
- * @public
286
- */
287
- export interface GetVoiceConnectorLoggingConfigurationRequest {
288
- /**
289
- * <p>The Amazon Chime Voice Connector ID.</p>
290
- * @public
291
- */
292
- VoiceConnectorId: string | undefined;
293
- }
294
- /**
295
- * <p>The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
296
- * @public
297
- */
298
- export interface LoggingConfiguration {
299
- /**
300
- * <p>Boolean that enables SIP message logs to Amazon CloudWatch logs.</p>
301
- * @public
302
- */
303
- EnableSIPLogs?: boolean | undefined;
304
- /**
305
- * <p>Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.</p>
306
- * @public
307
- */
308
- EnableMediaMetricLogs?: boolean | undefined;
309
- }
310
- /**
311
- * @public
312
- */
313
- export interface GetVoiceConnectorLoggingConfigurationResponse {
314
- /**
315
- * <p>The logging configuration details.</p>
316
- * @public
317
- */
318
- LoggingConfiguration?: LoggingConfiguration | undefined;
319
- }
320
- /**
321
- * @public
322
- */
323
- export interface GetVoiceConnectorOriginationRequest {
324
- /**
325
- * <p>The Amazon Chime Voice Connector ID.</p>
326
- * @public
327
- */
328
- VoiceConnectorId: string | undefined;
329
- }
330
- /**
331
- * @public
332
- * @enum
333
- */
334
- export declare const OriginationRouteProtocol: {
335
- readonly TCP: "TCP";
336
- readonly UDP: "UDP";
337
- };
338
- /**
339
- * @public
340
- */
341
- export type OriginationRouteProtocol = (typeof OriginationRouteProtocol)[keyof typeof OriginationRouteProtocol];
342
- /**
343
- * <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
344
- * calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
345
- * Amazon Chime Voice Connector.</p>
346
- * <note>
347
- * <p>The parameters listed below are not required, but you must use at least one. </p>
348
- * </note>
349
- * @public
350
- */
351
- export interface OriginationRoute {
352
- /**
353
- * <p>The FQDN or IP address to contact for origination traffic.</p>
354
- * @public
355
- */
356
- Host?: string | undefined;
357
- /**
358
- * <p>The designated origination route port. Defaults to 5060.</p>
359
- * @public
360
- */
361
- Port?: number | undefined;
362
- /**
363
- * <p>The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.</p>
364
- * @public
365
- */
366
- Protocol?: OriginationRouteProtocol | undefined;
367
- /**
368
- * <p>The priority associated with the host, with 1 being the highest priority. Higher priority
369
- * hosts are attempted first.</p>
370
- * @public
371
- */
372
- Priority?: number | undefined;
373
- /**
374
- * <p>The weight associated with the host. If hosts are equal in priority, calls are redistributed among
375
- * them based on their relative weight.</p>
376
- * @public
377
- */
378
- Weight?: number | undefined;
379
- }
380
- /**
381
- * <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
382
- * Voice Connector.</p>
383
- * <note>
384
- * <p>The parameters listed below are not required, but you must use at least one. </p>
385
- * </note>
386
- * @public
387
- */
388
- export interface Origination {
389
- /**
390
- * <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
391
- * Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>
392
- * @public
393
- */
394
- Routes?: OriginationRoute[] | undefined;
395
- /**
396
- * <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
397
- * Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>
398
- * @public
399
- */
400
- Disabled?: boolean | undefined;
401
- }
402
- /**
403
- * @public
404
- */
405
- export interface GetVoiceConnectorOriginationResponse {
406
- /**
407
- * <p>The origination setting details.</p>
408
- * @public
409
- */
410
- Origination?: Origination | undefined;
411
- }
412
- /**
413
- * @public
414
- */
415
- export interface GetVoiceConnectorProxyRequest {
416
- /**
417
- * <p>The Amazon Chime voice connector ID.</p>
418
- * @public
419
- */
420
- VoiceConnectorId: string | undefined;
421
- }
422
- /**
423
- * <p>The proxy configuration for an Amazon Chime Voice Connector.</p>
424
- * @public
425
- */
426
- export interface Proxy {
427
- /**
428
- * <p>The default number of minutes allowed for proxy sessions.</p>
429
- * @public
430
- */
431
- DefaultSessionExpiryMinutes?: number | undefined;
432
- /**
433
- * <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
434
- * @public
435
- */
436
- Disabled?: boolean | undefined;
437
- /**
438
- * <p>The phone number to route calls to after a proxy session expires.</p>
439
- * @public
440
- */
441
- FallBackPhoneNumber?: string | undefined;
442
- /**
443
- * <p>The countries for proxy phone numbers to be selected from.</p>
444
- * @public
445
- */
446
- PhoneNumberCountries?: string[] | undefined;
447
- }
448
- /**
449
- * @public
450
- */
451
- export interface GetVoiceConnectorProxyResponse {
452
- /**
453
- * <p>The proxy configuration details.</p>
454
- * @public
455
- */
456
- Proxy?: Proxy | undefined;
457
- }
458
- /**
459
- * @public
460
- */
461
- export interface GetVoiceConnectorStreamingConfigurationRequest {
462
- /**
463
- * <p>The Amazon Chime Voice Connector ID.</p>
464
- * @public
465
- */
466
- VoiceConnectorId: string | undefined;
467
- }
468
- /**
469
- * @public
470
- * @enum
471
- */
472
- export declare const NotificationTarget: {
473
- readonly EventBridge: "EventBridge";
474
- readonly SNS: "SNS";
475
- readonly SQS: "SQS";
476
- };
477
- /**
478
- * @public
479
- */
480
- export type NotificationTarget = (typeof NotificationTarget)[keyof typeof NotificationTarget];
481
- /**
482
- * <p>The targeted recipient for a streaming configuration notification.</p>
483
- * @public
484
- */
485
- export interface StreamingNotificationTarget {
486
- /**
487
- * <p>The streaming notification target.</p>
488
- * @public
489
- */
490
- NotificationTarget: NotificationTarget | undefined;
491
- }
492
- /**
493
- * <p>The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether
494
- * media streaming is enabled for sending to Amazon Kinesis, and shows the retention period
495
- * for the Amazon Kinesis data, in hours.</p>
496
- * @public
497
- */
498
- export interface StreamingConfiguration {
499
- /**
500
- * <p>The retention period, in hours, for the Amazon Kinesis data.</p>
501
- * @public
502
- */
503
- DataRetentionInHours: number | undefined;
504
- /**
505
- * <p>When true, media streaming to Amazon Kinesis is turned off.</p>
506
- * @public
507
- */
508
- Disabled?: boolean | undefined;
509
- /**
510
- * <p>The streaming notification targets.</p>
511
- * @public
512
- */
513
- StreamingNotificationTargets?: StreamingNotificationTarget[] | undefined;
514
- }
515
- /**
516
- * @public
517
- */
518
- export interface GetVoiceConnectorStreamingConfigurationResponse {
519
- /**
520
- * <p>The streaming configuration details.</p>
521
- * @public
522
- */
523
- StreamingConfiguration?: StreamingConfiguration | undefined;
524
- }
525
- /**
526
- * @public
527
- */
528
- export interface GetVoiceConnectorTerminationRequest {
529
- /**
530
- * <p>The Amazon Chime Voice Connector ID.</p>
531
- * @public
532
- */
533
- VoiceConnectorId: string | undefined;
534
- }
535
- /**
536
- * <p>Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime
537
- * Voice Connector.</p>
538
- * @public
539
- */
540
- export interface Termination {
541
- /**
542
- * <p>The limit on calls per second. Max value based on account service quota. Default value of
543
- * 1.</p>
544
- * @public
545
- */
546
- CpsLimit?: number | undefined;
547
- /**
548
- * <p>The default caller ID phone number.</p>
549
- * @public
550
- */
551
- DefaultPhoneNumber?: string | undefined;
552
- /**
553
- * <p>The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.</p>
554
- * @public
555
- */
556
- CallingRegions?: string[] | undefined;
557
- /**
558
- * <p>The IP addresses allowed to make calls, in CIDR format. Required.</p>
559
- * @public
560
- */
561
- CidrAllowedList?: string[] | undefined;
562
- /**
563
- * <p>When termination settings are disabled, outbound calls can not be made.</p>
564
- * @public
565
- */
566
- Disabled?: boolean | undefined;
567
- }
568
- /**
569
- * @public
570
- */
571
- export interface GetVoiceConnectorTerminationResponse {
572
- /**
573
- * <p>The termination setting details.</p>
574
- * @public
575
- */
576
- Termination?: Termination | undefined;
577
- }
578
- /**
579
- * @public
580
- */
581
- export interface GetVoiceConnectorTerminationHealthRequest {
582
- /**
583
- * <p>The Amazon Chime Voice Connector ID.</p>
584
- * @public
585
- */
586
- VoiceConnectorId: string | undefined;
587
- }
588
- /**
589
- * <p>The termination health details, including the source IP address and timestamp of the last
590
- * successful SIP <code>OPTIONS</code> message from your SIP infrastructure.</p>
591
- * @public
592
- */
593
- export interface TerminationHealth {
594
- /**
595
- * <p>The timestamp, in ISO 8601 format.</p>
596
- * @public
597
- */
598
- Timestamp?: Date | undefined;
599
- /**
600
- * <p>The source IP address.</p>
601
- * @public
602
- */
603
- Source?: string | undefined;
604
- }
605
- /**
606
- * @public
607
- */
608
- export interface GetVoiceConnectorTerminationHealthResponse {
609
- /**
610
- * <p>The termination health details.</p>
611
- * @public
612
- */
613
- TerminationHealth?: TerminationHealth | undefined;
614
- }
615
- /**
616
- * <p>Invitation object returned after emailing users to invite them to join the Amazon Chime
617
- * <code>Team</code> account.</p>
618
- * @public
619
- */
620
- export interface Invite {
621
- /**
622
- * <p>The invite ID.</p>
623
- * @public
624
- */
625
- InviteId?: string | undefined;
626
- /**
627
- * <p>The status of the invite.</p>
628
- * @public
629
- */
630
- Status?: InviteStatus | undefined;
631
- /**
632
- * <p>The email address to which the invite is sent.</p>
633
- * @public
634
- */
635
- EmailAddress?: string | undefined;
636
- /**
637
- * <p>The status of the invite email.</p>
638
- * @public
639
- */
640
- EmailStatus?: EmailStatus | undefined;
641
- }
642
- /**
643
- * @public
644
- */
645
- export interface InviteUsersRequest {
646
- /**
647
- * <p>The Amazon Chime account ID.</p>
648
- * @public
649
- */
650
- AccountId: string | undefined;
651
- /**
652
- * <p>The user email addresses to which to send the email invitation.</p>
653
- * @public
654
- */
655
- UserEmailList: string[] | undefined;
656
- /**
657
- * <p>The user type.</p>
658
- * @public
659
- */
660
- UserType?: UserType | undefined;
661
- }
662
- /**
663
- * @public
664
- */
665
- export interface InviteUsersResponse {
666
- /**
667
- * <p>The email invitation details.</p>
668
- * @public
669
- */
670
- Invites?: Invite[] | undefined;
671
- }
672
- /**
673
- * @public
674
- */
675
- export interface ListAccountsRequest {
676
- /**
677
- * <p>Amazon Chime account name prefix with which to filter results.</p>
678
- * @public
679
- */
680
- Name?: string | undefined;
681
- /**
682
- * <p>User email address with which to filter results.</p>
683
- * @public
684
- */
685
- UserEmail?: string | undefined;
686
- /**
687
- * <p>The token to use to retrieve the next page of results.</p>
688
- * @public
689
- */
690
- NextToken?: string | undefined;
691
- /**
692
- * <p>The maximum number of results to return in a single call. Defaults to 100.</p>
693
- * @public
694
- */
695
- MaxResults?: number | undefined;
696
- }
697
- /**
698
- * @public
699
- */
700
- export interface ListAccountsResponse {
701
- /**
702
- * <p>List of Amazon Chime accounts and account details.</p>
703
- * @public
704
- */
705
- Accounts?: Account[] | undefined;
706
- /**
707
- * <p>The token to use to retrieve the next page of results.</p>
708
- * @public
709
- */
710
- NextToken?: string | undefined;
711
- }
712
- /**
713
- * @public
714
- */
715
- export interface ListAppInstanceAdminsRequest {
716
- /**
717
- * <p>The ARN of the <code>AppInstance</code>.</p>
718
- * @public
719
- */
720
- AppInstanceArn: string | undefined;
721
- /**
722
- * <p>The maximum number of administrators that you want to return.</p>
723
- * @public
724
- */
725
- MaxResults?: number | undefined;
726
- /**
727
- * <p>The token returned from previous API requests until the number of administrators is reached.</p>
728
- * @public
729
- */
730
- NextToken?: string | undefined;
731
- }
732
- /**
733
- * @public
734
- */
735
- export interface ListAppInstanceAdminsResponse {
736
- /**
737
- * <p>The ARN of the <code>AppInstance</code>.</p>
738
- * @public
739
- */
740
- AppInstanceArn?: string | undefined;
741
- /**
742
- * <p>The information for each administrator.</p>
743
- * @public
744
- */
745
- AppInstanceAdmins?: AppInstanceAdminSummary[] | undefined;
746
- /**
747
- * <p>The token returned from previous API requests until the number of administrators is reached.</p>
748
- * @public
749
- */
750
- NextToken?: string | undefined;
751
- }
752
- /**
753
- * @public
754
- */
755
- export interface ListAppInstancesRequest {
756
- /**
757
- * <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
758
- * @public
759
- */
760
- MaxResults?: number | undefined;
761
- /**
762
- * <p>The token passed by previous API requests until you reach the maximum number of <code>AppInstance</code>s.</p>
763
- * @public
764
- */
765
- NextToken?: string | undefined;
766
- }
767
- /**
768
- * @public
769
- */
770
- export interface ListAppInstancesResponse {
771
- /**
772
- * <p>The information for each <code>AppInstance</code>.</p>
773
- * @public
774
- */
775
- AppInstances?: AppInstanceSummary[] | undefined;
776
- /**
777
- * <p>The token passed by previous API requests until the maximum number of <code>AppInstance</code>s is reached.</p>
778
- * @public
779
- */
780
- NextToken?: string | undefined;
781
- }
782
- /**
783
- * @public
784
- */
785
- export interface ListAppInstanceUsersRequest {
786
- /**
787
- * <p>The ARN of the <code>AppInstance</code>.</p>
788
- * @public
789
- */
790
- AppInstanceArn: string | undefined;
791
- /**
792
- * <p>The maximum number of requests that you want returned.</p>
793
- * @public
794
- */
795
- MaxResults?: number | undefined;
796
- /**
797
- * <p>The token passed by previous API calls until all requested users are returned.</p>
798
- * @public
799
- */
800
- NextToken?: string | undefined;
801
- }
802
- /**
803
- * @public
804
- */
805
- export interface ListAppInstanceUsersResponse {
806
- /**
807
- * <p>The ARN of the <code>AppInstance</code>.</p>
808
- * @public
809
- */
810
- AppInstanceArn?: string | undefined;
811
- /**
812
- * <p>The information for each requested <code>AppInstanceUser</code>.</p>
813
- * @public
814
- */
815
- AppInstanceUsers?: AppInstanceUserSummary[] | undefined;
816
- /**
817
- * <p>The token passed by previous API calls until all requested users are returned.</p>
818
- * @public
819
- */
820
- NextToken?: string | undefined;
821
- }
822
- /**
823
- * @public
824
- */
825
- export interface ListAttendeesRequest {
826
- /**
827
- * <p>The Amazon Chime SDK meeting ID.</p>
828
- * @public
829
- */
830
- MeetingId: string | undefined;
831
- /**
832
- * <p>The token to use to retrieve the next page of results.</p>
833
- * @public
834
- */
835
- NextToken?: string | undefined;
836
- /**
837
- * <p>The maximum number of results to return in a single call.</p>
838
- * @public
839
- */
840
- MaxResults?: number | undefined;
841
- }
842
- /**
843
- * @public
844
- */
845
- export interface ListAttendeesResponse {
846
- /**
847
- * <p>The Amazon Chime SDK attendee information.</p>
848
- * @public
849
- */
850
- Attendees?: Attendee[] | undefined;
851
- /**
852
- * <p>The token to use to retrieve the next page of results.</p>
853
- * @public
854
- */
855
- NextToken?: string | undefined;
856
- }
857
- /**
858
- * @public
859
- */
860
- export interface ListAttendeeTagsRequest {
861
- /**
862
- * <p>The Amazon Chime SDK meeting ID.</p>
863
- * @public
864
- */
865
- MeetingId: string | undefined;
866
- /**
867
- * <p>The Amazon Chime SDK attendee ID.</p>
868
- * @public
869
- */
870
- AttendeeId: string | undefined;
871
- }
872
- /**
873
- * @public
874
- */
875
- export interface ListAttendeeTagsResponse {
876
- /**
877
- * <p>A list of tag key-value pairs.</p>
878
- * @public
879
- */
880
- Tags?: Tag[] | undefined;
881
- }
882
- /**
883
- * @public
884
- */
885
- export interface ListBotsRequest {
886
- /**
887
- * <p>The Amazon Chime account ID.</p>
888
- * @public
889
- */
890
- AccountId: string | undefined;
891
- /**
892
- * <p>The maximum number of results to return in a single call. The default is 10.</p>
893
- * @public
894
- */
895
- MaxResults?: number | undefined;
896
- /**
897
- * <p>The token to use to retrieve the next page of results.</p>
898
- * @public
899
- */
900
- NextToken?: string | undefined;
901
- }
902
- /**
903
- * @public
904
- */
905
- export interface ListBotsResponse {
906
- /**
907
- * <p>List of bots and bot details.</p>
908
- * @public
909
- */
910
- Bots?: Bot[] | undefined;
911
- /**
912
- * <p>The token to use to retrieve the next page of results.</p>
913
- * @public
914
- */
915
- NextToken?: string | undefined;
916
- }
917
- /**
918
- * @public
919
- */
920
- export interface ListChannelBansRequest {
921
- /**
922
- * <p>The ARN of the channel.</p>
923
- * @public
924
- */
925
- ChannelArn: string | undefined;
926
- /**
927
- * <p>The maximum number of bans that you want returned.</p>
928
- * @public
929
- */
930
- MaxResults?: number | undefined;
931
- /**
932
- * <p>The token passed by previous API calls until all requested bans are returned.</p>
933
- * @public
934
- */
935
- NextToken?: string | undefined;
936
- /**
937
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
938
- * @public
939
- */
940
- ChimeBearer?: string | undefined;
941
- }
942
- /**
943
- * @public
944
- */
945
- export interface ListChannelBansResponse {
946
- /**
947
- * <p>The ARN of the channel.</p>
948
- * @public
949
- */
950
- ChannelArn?: string | undefined;
951
- /**
952
- * <p>The token passed by previous API calls until all requested bans are returned.</p>
953
- * @public
954
- */
955
- NextToken?: string | undefined;
956
- /**
957
- * <p>The information for each requested ban.</p>
958
- * @public
959
- */
960
- ChannelBans?: ChannelBanSummary[] | undefined;
961
- }
962
- /**
963
- * @public
964
- */
965
- export interface ListChannelMembershipsRequest {
966
- /**
967
- * <p>The maximum number of channel memberships that you want returned.</p>
968
- * @public
969
- */
970
- ChannelArn: string | undefined;
971
- /**
972
- * <p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default
973
- * members are always returned as part of <code>ListChannelMemberships</code>. Hidden members
974
- * are only returned if the type filter in <code>ListChannelMemberships</code> equals
975
- * <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>
976
- * @public
977
- */
978
- Type?: ChannelMembershipType | undefined;
979
- /**
980
- * <p>The maximum number of channel memberships that you want returned.</p>
981
- * @public
982
- */
983
- MaxResults?: number | undefined;
984
- /**
985
- * <p>The token passed by previous API calls until all requested channel memberships are
986
- * returned.</p>
987
- * @public
988
- */
989
- NextToken?: string | undefined;
990
- /**
991
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
992
- * @public
993
- */
994
- ChimeBearer?: string | undefined;
995
- }
996
- /**
997
- * @public
998
- */
999
- export interface ListChannelMembershipsResponse {
1000
- /**
1001
- * <p>The ARN of the channel.</p>
1002
- * @public
1003
- */
1004
- ChannelArn?: string | undefined;
1005
- /**
1006
- * <p>The information for the requested channel memberships.</p>
1007
- * @public
1008
- */
1009
- ChannelMemberships?: ChannelMembershipSummary[] | undefined;
1010
- /**
1011
- * <p>The token passed by previous API calls until all requested channel memberships are
1012
- * returned.</p>
1013
- * @public
1014
- */
1015
- NextToken?: string | undefined;
1016
- }
1017
- /**
1018
- * @public
1019
- */
1020
- export interface ListChannelMembershipsForAppInstanceUserRequest {
1021
- /**
1022
- * <p>The ARN of the <code>AppInstanceUser</code>s</p>
1023
- * @public
1024
- */
1025
- AppInstanceUserArn?: string | undefined;
1026
- /**
1027
- * <p>The maximum number of users that you want returned.</p>
1028
- * @public
1029
- */
1030
- MaxResults?: number | undefined;
1031
- /**
1032
- * <p>The token returned from previous API requests until the number of channel memberships is reached.</p>
1033
- * @public
1034
- */
1035
- NextToken?: string | undefined;
1036
- /**
1037
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
1038
- * @public
1039
- */
1040
- ChimeBearer?: string | undefined;
1041
- }
1042
- /**
1043
- * @public
1044
- */
1045
- export interface ListChannelMembershipsForAppInstanceUserResponse {
1046
- /**
1047
- * <p>The information for the requested channel memberships.</p>
1048
- * @public
1049
- */
1050
- ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[] | undefined;
1051
- /**
1052
- * <p>The token passed by previous API calls until all requested users are returned.</p>
1053
- * @public
1054
- */
1055
- NextToken?: string | undefined;
1056
- }
1057
- /**
1058
- * @public
1059
- * @enum
1060
- */
1061
- export declare const SortOrder: {
1062
- readonly ASCENDING: "ASCENDING";
1063
- readonly DESCENDING: "DESCENDING";
1064
- };
1065
- /**
1066
- * @public
1067
- */
1068
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1069
- /**
1070
- * @public
1071
- */
1072
- export interface ListChannelMessagesRequest {
1073
- /**
1074
- * <p>The ARN of the channel.</p>
1075
- * @public
1076
- */
1077
- ChannelArn: string | undefined;
1078
- /**
1079
- * <p>The order in which you want messages sorted. Default is Descending, based on time
1080
- * created.</p>
1081
- * @public
1082
- */
1083
- SortOrder?: SortOrder | undefined;
1084
- /**
1085
- * <p>The initial or starting time stamp for your requested messages.</p>
1086
- * @public
1087
- */
1088
- NotBefore?: Date | undefined;
1089
- /**
1090
- * <p>The final or ending time stamp for your requested messages.</p>
1091
- * @public
1092
- */
1093
- NotAfter?: Date | undefined;
1094
- /**
1095
- * <p>The maximum number of messages that you want returned.</p>
1096
- * @public
1097
- */
1098
- MaxResults?: number | undefined;
1099
- /**
1100
- * <p>The token passed by previous API calls until all requested messages are returned.</p>
1101
- * @public
1102
- */
1103
- NextToken?: string | undefined;
1104
- /**
1105
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
1106
- * @public
1107
- */
1108
- ChimeBearer?: string | undefined;
1109
- }
1110
- /**
1111
- * @public
1112
- */
1113
- export interface ListChannelMessagesResponse {
1114
- /**
1115
- * <p>The ARN of the channel containing the requested messages.</p>
1116
- * @public
1117
- */
1118
- ChannelArn?: string | undefined;
1119
- /**
1120
- * <p>The token passed by previous API calls until all requested messages are returned.</p>
1121
- * @public
1122
- */
1123
- NextToken?: string | undefined;
1124
- /**
1125
- * <p>The information about, and content of, each requested message.</p>
1126
- * @public
1127
- */
1128
- ChannelMessages?: ChannelMessageSummary[] | undefined;
1129
- }
1130
- /**
1131
- * @public
1132
- */
1133
- export interface ListChannelModeratorsRequest {
1134
- /**
1135
- * <p>The ARN of the channel.</p>
1136
- * @public
1137
- */
1138
- ChannelArn: string | undefined;
1139
- /**
1140
- * <p>The maximum number of moderators that you want returned.</p>
1141
- * @public
1142
- */
1143
- MaxResults?: number | undefined;
1144
- /**
1145
- * <p>The token passed by previous API calls until all requested moderators are
1146
- * returned.</p>
1147
- * @public
1148
- */
1149
- NextToken?: string | undefined;
1150
- /**
1151
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
1152
- * @public
1153
- */
1154
- ChimeBearer?: string | undefined;
1155
- }
1156
- /**
1157
- * @public
1158
- */
1159
- export interface ListChannelModeratorsResponse {
1160
- /**
1161
- * <p>The ARN of the channel.</p>
1162
- * @public
1163
- */
1164
- ChannelArn?: string | undefined;
1165
- /**
1166
- * <p>The token passed by previous API calls until all requested moderators are
1167
- * returned.</p>
1168
- * @public
1169
- */
1170
- NextToken?: string | undefined;
1171
- /**
1172
- * <p>The information about and names of each moderator.</p>
1173
- * @public
1174
- */
1175
- ChannelModerators?: ChannelModeratorSummary[] | undefined;
1176
- }
1177
- /**
1178
- * @public
1179
- */
1180
- export interface ListChannelsRequest {
1181
- /**
1182
- * <p>The ARN of the <code>AppInstance</code>.</p>
1183
- * @public
1184
- */
1185
- AppInstanceArn: string | undefined;
1186
- /**
1187
- * <p>The privacy setting. <code>PUBLIC</code> retrieves all the public channels.
1188
- * <code>PRIVATE</code> retrieves private channels. Only an <code>AppInstanceAdmin</code>
1189
- * can retrieve private channels. </p>
1190
- * @public
1191
- */
1192
- Privacy?: ChannelPrivacy | undefined;
1193
- /**
1194
- * <p>The maximum number of channels that you want to return.</p>
1195
- * @public
1196
- */
1197
- MaxResults?: number | undefined;
1198
- /**
1199
- * <p>The token passed by previous API calls until all requested channels are returned.</p>
1200
- * @public
1201
- */
1202
- NextToken?: string | undefined;
1203
- /**
1204
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
1205
- * @public
1206
- */
1207
- ChimeBearer?: string | undefined;
1208
- }
1209
- /**
1210
- * @public
1211
- */
1212
- export interface ListChannelsResponse {
1213
- /**
1214
- * <p>The information about each channel.</p>
1215
- * @public
1216
- */
1217
- Channels?: ChannelSummary[] | undefined;
1218
- /**
1219
- * <p>The token returned from previous API requests until the number of channels is
1220
- * reached.</p>
1221
- * @public
1222
- */
1223
- NextToken?: string | undefined;
1224
- }
1225
- /**
1226
- * @public
1227
- */
1228
- export interface ListChannelsModeratedByAppInstanceUserRequest {
1229
- /**
1230
- * <p>The ARN of the user in the moderated channel.</p>
1231
- * @public
1232
- */
1233
- AppInstanceUserArn?: string | undefined;
1234
- /**
1235
- * <p>The maximum number of channels in the request.</p>
1236
- * @public
1237
- */
1238
- MaxResults?: number | undefined;
1239
- /**
1240
- * <p>The token returned from previous API requests until the number of channels moderated by
1241
- * the user is reached.</p>
1242
- * @public
1243
- */
1244
- NextToken?: string | undefined;
1245
- /**
1246
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
1247
- * @public
1248
- */
1249
- ChimeBearer?: string | undefined;
1250
- }
1251
- /**
1252
- * @public
1253
- */
1254
- export interface ListChannelsModeratedByAppInstanceUserResponse {
1255
- /**
1256
- * <p>The moderated channels in the request.</p>
1257
- * @public
1258
- */
1259
- Channels?: ChannelModeratedByAppInstanceUserSummary[] | undefined;
1260
- /**
1261
- * <p>The token returned from previous API requests until the number of channels moderated by
1262
- * the user is reached.</p>
1263
- * @public
1264
- */
1265
- NextToken?: string | undefined;
1266
- }
1267
- /**
1268
- * @public
1269
- */
1270
- export interface ListMediaCapturePipelinesRequest {
1271
- /**
1272
- * <p>The token used to retrieve the next page of results.</p>
1273
- * @public
1274
- */
1275
- NextToken?: string | undefined;
1276
- /**
1277
- * <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
1278
- * @public
1279
- */
1280
- MaxResults?: number | undefined;
1281
- }
1282
- /**
1283
- * @public
1284
- */
1285
- export interface ListMediaCapturePipelinesResponse {
1286
- /**
1287
- * <p>The media capture pipeline objects in the list.</p>
1288
- * @public
1289
- */
1290
- MediaCapturePipelines?: MediaCapturePipeline[] | undefined;
1291
- /**
1292
- * <p>The token used to retrieve the next page of results. </p>
1293
- * @public
1294
- */
1295
- NextToken?: string | undefined;
1296
- }
1297
- /**
1298
- * @public
1299
- */
1300
- export interface ListMeetingsRequest {
1301
- /**
1302
- * <p>The token to use to retrieve the next page of results.</p>
1303
- * @public
1304
- */
1305
- NextToken?: string | undefined;
1306
- /**
1307
- * <p>The maximum number of results to return in a single call.</p>
1308
- * @public
1309
- */
1310
- MaxResults?: number | undefined;
1311
- }
1312
- /**
1313
- * @public
1314
- */
1315
- export interface ListMeetingsResponse {
1316
- /**
1317
- * <p>The Amazon Chime SDK meeting information.</p>
1318
- * @public
1319
- */
1320
- Meetings?: Meeting[] | undefined;
1321
- /**
1322
- * <p>The token to use to retrieve the next page of results.</p>
1323
- * @public
1324
- */
1325
- NextToken?: string | undefined;
1326
- }
1327
- /**
1328
- * @public
1329
- */
1330
- export interface ListMeetingTagsRequest {
1331
- /**
1332
- * <p>The Amazon Chime SDK meeting ID.</p>
1333
- * @public
1334
- */
1335
- MeetingId: string | undefined;
1336
- }
1337
- /**
1338
- * @public
1339
- */
1340
- export interface ListMeetingTagsResponse {
1341
- /**
1342
- * <p>A list of tag key-value pairs.</p>
1343
- * @public
1344
- */
1345
- Tags?: Tag[] | undefined;
1346
- }
1347
- /**
1348
- * @public
1349
- */
1350
- export interface ListPhoneNumberOrdersRequest {
1351
- /**
1352
- * <p>The token to use to retrieve the next page of results.</p>
1353
- * @public
1354
- */
1355
- NextToken?: string | undefined;
1356
- /**
1357
- * <p>The maximum number of results to return in a single call.</p>
1358
- * @public
1359
- */
1360
- MaxResults?: number | undefined;
1361
- }
1362
- /**
1363
- * @public
1364
- */
1365
- export interface ListPhoneNumberOrdersResponse {
1366
- /**
1367
- * <p>The phone number order details.</p>
1368
- * @public
1369
- */
1370
- PhoneNumberOrders?: PhoneNumberOrder[] | undefined;
1371
- /**
1372
- * <p>The token to use to retrieve the next page of results.</p>
1373
- * @public
1374
- */
1375
- NextToken?: string | undefined;
1376
- }
1377
- /**
1378
- * @public
1379
- */
1380
- export interface ListPhoneNumbersRequest {
1381
- /**
1382
- * <p>The phone number status.</p>
1383
- * @public
1384
- */
1385
- Status?: PhoneNumberStatus | undefined;
1386
- /**
1387
- * <p>The phone number product type.</p>
1388
- * @public
1389
- */
1390
- ProductType?: PhoneNumberProductType | undefined;
1391
- /**
1392
- * <p>The filter to use to limit the number of results.</p>
1393
- * @public
1394
- */
1395
- FilterName?: PhoneNumberAssociationName | undefined;
1396
- /**
1397
- * <p>The value to use for the filter.</p>
1398
- * @public
1399
- */
1400
- FilterValue?: string | undefined;
1401
- /**
1402
- * <p>The maximum number of results to return in a single call.</p>
1403
- * @public
1404
- */
1405
- MaxResults?: number | undefined;
1406
- /**
1407
- * <p>The token to use to retrieve the next page of results.</p>
1408
- * @public
1409
- */
1410
- NextToken?: string | undefined;
1411
- }
1412
- /**
1413
- * @public
1414
- */
1415
- export interface ListPhoneNumbersResponse {
1416
- /**
1417
- * <p>The phone number details.</p>
1418
- * @public
1419
- */
1420
- PhoneNumbers?: PhoneNumber[] | undefined;
1421
- /**
1422
- * <p>The token to use to retrieve the next page of results.</p>
1423
- * @public
1424
- */
1425
- NextToken?: string | undefined;
1426
- }
1427
- /**
1428
- * @public
1429
- */
1430
- export interface ListProxySessionsRequest {
1431
- /**
1432
- * <p>The Amazon Chime voice connector ID.</p>
1433
- * @public
1434
- */
1435
- VoiceConnectorId: string | undefined;
1436
- /**
1437
- * <p>The proxy session status.</p>
1438
- * @public
1439
- */
1440
- Status?: ProxySessionStatus | undefined;
1441
- /**
1442
- * <p>The token to use to retrieve the next page of results.</p>
1443
- * @public
1444
- */
1445
- NextToken?: string | undefined;
1446
- /**
1447
- * <p>The maximum number of results to return in a single call.</p>
1448
- * @public
1449
- */
1450
- MaxResults?: number | undefined;
1451
- }
1452
- /**
1453
- * @public
1454
- */
1455
- export interface ListProxySessionsResponse {
1456
- /**
1457
- * <p>The proxy session details.</p>
1458
- * @public
1459
- */
1460
- ProxySessions?: ProxySession[] | undefined;
1461
- /**
1462
- * <p>The token to use to retrieve the next page of results.</p>
1463
- * @public
1464
- */
1465
- NextToken?: string | undefined;
1466
- }
1467
- /**
1468
- * @public
1469
- */
1470
- export interface ListRoomMembershipsRequest {
1471
- /**
1472
- * <p>The Amazon Chime account ID.</p>
1473
- * @public
1474
- */
1475
- AccountId: string | undefined;
1476
- /**
1477
- * <p>The room ID.</p>
1478
- * @public
1479
- */
1480
- RoomId: string | undefined;
1481
- /**
1482
- * <p>The maximum number of results to return in a single call.</p>
1483
- * @public
1484
- */
1485
- MaxResults?: number | undefined;
1486
- /**
1487
- * <p>The token to use to retrieve the next page of results.</p>
1488
- * @public
1489
- */
1490
- NextToken?: string | undefined;
1491
- }
1492
- /**
1493
- * @public
1494
- */
1495
- export interface ListRoomMembershipsResponse {
1496
- /**
1497
- * <p>The room membership details.</p>
1498
- * @public
1499
- */
1500
- RoomMemberships?: RoomMembership[] | undefined;
1501
- /**
1502
- * <p>The token to use to retrieve the next page of results.</p>
1503
- * @public
1504
- */
1505
- NextToken?: string | undefined;
1506
- }
1507
- /**
1508
- * @public
1509
- */
1510
- export interface ListRoomsRequest {
1511
- /**
1512
- * <p>The Amazon Chime account ID.</p>
1513
- * @public
1514
- */
1515
- AccountId: string | undefined;
1516
- /**
1517
- * <p>The member ID (user ID or bot ID).</p>
1518
- * @public
1519
- */
1520
- MemberId?: string | undefined;
1521
- /**
1522
- * <p>The maximum number of results to return in a single call.</p>
1523
- * @public
1524
- */
1525
- MaxResults?: number | undefined;
1526
- /**
1527
- * <p>The token to use to retrieve the next page of results.</p>
1528
- * @public
1529
- */
1530
- NextToken?: string | undefined;
1531
- }
1532
- /**
1533
- * @public
1534
- */
1535
- export interface ListRoomsResponse {
1536
- /**
1537
- * <p>The room details.</p>
1538
- * @public
1539
- */
1540
- Rooms?: Room[] | undefined;
1541
- /**
1542
- * <p>The token to use to retrieve the next page of results.</p>
1543
- * @public
1544
- */
1545
- NextToken?: string | undefined;
1546
- }
1547
- /**
1548
- * @public
1549
- */
1550
- export interface ListSipMediaApplicationsRequest {
1551
- /**
1552
- * <p>The maximum number of results to return in a single call. Defaults to 100.</p>
1553
- * @public
1554
- */
1555
- MaxResults?: number | undefined;
1556
- /**
1557
- * <p>The token to use to retrieve the next page of results.</p>
1558
- * @public
1559
- */
1560
- NextToken?: string | undefined;
1561
- }
1562
- /**
1563
- * @public
1564
- */
1565
- export interface ListSipMediaApplicationsResponse {
1566
- /**
1567
- * <p>List of SIP media applications and application details.</p>
1568
- * @public
1569
- */
1570
- SipMediaApplications?: SipMediaApplication[] | undefined;
1571
- /**
1572
- * <p>The token to use to retrieve the next page of results.</p>
1573
- * @public
1574
- */
1575
- NextToken?: string | undefined;
1576
- }
1577
- /**
1578
- * @public
1579
- */
1580
- export interface ListSipRulesRequest {
1581
- /**
1582
- * <p>The SIP media application ID.</p>
1583
- * @public
1584
- */
1585
- SipMediaApplicationId?: string | undefined;
1586
- /**
1587
- * <p>The maximum number of results to return in a single call. Defaults to 100.</p>
1588
- * @public
1589
- */
1590
- MaxResults?: number | undefined;
1591
- /**
1592
- * <p>The token to use to retrieve the next page of results.</p>
1593
- * @public
1594
- */
1595
- NextToken?: string | undefined;
1596
- }
1597
- /**
1598
- * @public
1599
- */
1600
- export interface ListSipRulesResponse {
1601
- /**
1602
- * <p>List of SIP rules and rule details.</p>
1603
- * @public
1604
- */
1605
- SipRules?: SipRule[] | undefined;
1606
- /**
1607
- * <p>The token to use to retrieve the next page of results.</p>
1608
- * @public
1609
- */
1610
- NextToken?: string | undefined;
1611
- }
1612
- /**
1613
- * @public
1614
- */
1615
- export interface ListSupportedPhoneNumberCountriesRequest {
1616
- /**
1617
- * <p>The phone number product type.</p>
1618
- * @public
1619
- */
1620
- ProductType: PhoneNumberProductType | undefined;
1621
- }
1622
- /**
1623
- * <p>The phone number country.</p>
1624
- * @public
1625
- */
1626
- export interface PhoneNumberCountry {
1627
- /**
1628
- * <p>The phone number country code. Format: ISO 3166-1 alpha-2.</p>
1629
- * @public
1630
- */
1631
- CountryCode?: string | undefined;
1632
- /**
1633
- * <p>The supported phone number types. </p>
1634
- * @public
1635
- */
1636
- SupportedPhoneNumberTypes?: PhoneNumberType[] | undefined;
1637
- }
1638
- /**
1639
- * @public
1640
- */
1641
- export interface ListSupportedPhoneNumberCountriesResponse {
1642
- /**
1643
- * <p>The supported phone number countries.</p>
1644
- * @public
1645
- */
1646
- PhoneNumberCountries?: PhoneNumberCountry[] | undefined;
1647
- }
1648
- /**
1649
- * @public
1650
- */
1651
- export interface ListTagsForResourceRequest {
1652
- /**
1653
- * <p>The resource ARN.</p>
1654
- * @public
1655
- */
1656
- ResourceARN: string | undefined;
1657
- }
1658
- /**
1659
- * @public
1660
- */
1661
- export interface ListTagsForResourceResponse {
1662
- /**
1663
- * <p>A list of tag-key value pairs.</p>
1664
- * @public
1665
- */
1666
- Tags?: Tag[] | undefined;
1667
- }
1668
- /**
1669
- * @public
1670
- */
1671
- export interface ListUsersRequest {
1672
- /**
1673
- * <p>The Amazon Chime account ID.</p>
1674
- * @public
1675
- */
1676
- AccountId: string | undefined;
1677
- /**
1678
- * <p>Optional. The user email address used to filter results. Maximum 1.</p>
1679
- * @public
1680
- */
1681
- UserEmail?: string | undefined;
1682
- /**
1683
- * <p>The user type.</p>
1684
- * @public
1685
- */
1686
- UserType?: UserType | undefined;
1687
- /**
1688
- * <p>The maximum number of results to return in a single call. Defaults to 100.</p>
1689
- * @public
1690
- */
1691
- MaxResults?: number | undefined;
1692
- /**
1693
- * <p>The token to use to retrieve the next page of results.</p>
1694
- * @public
1695
- */
1696
- NextToken?: string | undefined;
1697
- }
1698
- /**
1699
- * @public
1700
- */
1701
- export interface ListUsersResponse {
1702
- /**
1703
- * <p>List of users and user details.</p>
1704
- * @public
1705
- */
1706
- Users?: User[] | undefined;
1707
- /**
1708
- * <p>The token to use to retrieve the next page of results.</p>
1709
- * @public
1710
- */
1711
- NextToken?: string | undefined;
1712
- }
1713
- /**
1714
- * @public
1715
- */
1716
- export interface ListVoiceConnectorGroupsRequest {
1717
- /**
1718
- * <p>The token to use to retrieve the next page of results.</p>
1719
- * @public
1720
- */
1721
- NextToken?: string | undefined;
1722
- /**
1723
- * <p>The maximum number of results to return in a single call.</p>
1724
- * @public
1725
- */
1726
- MaxResults?: number | undefined;
1727
- }
1728
- /**
1729
- * @public
1730
- */
1731
- export interface ListVoiceConnectorGroupsResponse {
1732
- /**
1733
- * <p>The details of the Amazon Chime Voice Connector groups.</p>
1734
- * @public
1735
- */
1736
- VoiceConnectorGroups?: VoiceConnectorGroup[] | undefined;
1737
- /**
1738
- * <p>The token to use to retrieve the next page of results.</p>
1739
- * @public
1740
- */
1741
- NextToken?: string | undefined;
1742
- }
1743
- /**
1744
- * @public
1745
- */
1746
- export interface ListVoiceConnectorsRequest {
1747
- /**
1748
- * <p>The token to use to retrieve the next page of results.</p>
1749
- * @public
1750
- */
1751
- NextToken?: string | undefined;
1752
- /**
1753
- * <p>The maximum number of results to return in a single call.</p>
1754
- * @public
1755
- */
1756
- MaxResults?: number | undefined;
1757
- }
1758
- /**
1759
- * @public
1760
- */
1761
- export interface ListVoiceConnectorsResponse {
1762
- /**
1763
- * <p>The details of the Amazon Chime Voice Connectors.</p>
1764
- * @public
1765
- */
1766
- VoiceConnectors?: VoiceConnector[] | undefined;
1767
- /**
1768
- * <p>The token to use to retrieve the next page of results.</p>
1769
- * @public
1770
- */
1771
- NextToken?: string | undefined;
1772
- }
1773
- /**
1774
- * @public
1775
- */
1776
- export interface ListVoiceConnectorTerminationCredentialsRequest {
1777
- /**
1778
- * <p>The Amazon Chime Voice Connector ID.</p>
1779
- * @public
1780
- */
1781
- VoiceConnectorId: string | undefined;
1782
- }
1783
- /**
1784
- * @public
1785
- */
1786
- export interface ListVoiceConnectorTerminationCredentialsResponse {
1787
- /**
1788
- * <p>A list of user names.</p>
1789
- * @public
1790
- */
1791
- Usernames?: string[] | undefined;
1792
- }
1793
- /**
1794
- * @public
1795
- */
1796
- export interface LogoutUserRequest {
1797
- /**
1798
- * <p>The Amazon Chime account ID.</p>
1799
- * @public
1800
- */
1801
- AccountId: string | undefined;
1802
- /**
1803
- * <p>The user ID.</p>
1804
- * @public
1805
- */
1806
- UserId: string | undefined;
1807
- }
1808
- /**
1809
- * @public
1810
- */
1811
- export interface LogoutUserResponse {
1812
- }
1813
- /**
1814
- * @public
1815
- */
1816
- export interface PutAppInstanceRetentionSettingsRequest {
1817
- /**
1818
- * <p>The ARN of the <code>AppInstance</code>.</p>
1819
- * @public
1820
- */
1821
- AppInstanceArn: string | undefined;
1822
- /**
1823
- * <p>The time in days to retain data. Data type: number.</p>
1824
- * @public
1825
- */
1826
- AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
1827
- }
1828
- /**
1829
- * @public
1830
- */
1831
- export interface PutAppInstanceRetentionSettingsResponse {
1832
- /**
1833
- * <p>The time in days to retain data. Data type: number.</p>
1834
- * @public
1835
- */
1836
- AppInstanceRetentionSettings?: AppInstanceRetentionSettings | undefined;
1837
- /**
1838
- * <p>The time at which the API deletes data.</p>
1839
- * @public
1840
- */
1841
- InitiateDeletionTimestamp?: Date | undefined;
1842
- }
1843
- /**
1844
- * @public
1845
- */
1846
- export interface PutAppInstanceStreamingConfigurationsRequest {
1847
- /**
1848
- * <p>The ARN of the <code>AppInstance</code>.</p>
1849
- * @public
1850
- */
1851
- AppInstanceArn: string | undefined;
1852
- /**
1853
- * <p>The streaming configurations set for an <code>AppInstance</code>.</p>
1854
- * @public
1855
- */
1856
- AppInstanceStreamingConfigurations: AppInstanceStreamingConfiguration[] | undefined;
1857
- }
1858
- /**
1859
- * @public
1860
- */
1861
- export interface PutAppInstanceStreamingConfigurationsResponse {
1862
- /**
1863
- * <p>The streaming configurations of an <code>AppInstance</code>.</p>
1864
- * @public
1865
- */
1866
- AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[] | undefined;
1867
- }
1868
- /**
1869
- * @public
1870
- */
1871
- export interface PutEventsConfigurationRequest {
1872
- /**
1873
- * <p>The Amazon Chime account ID.</p>
1874
- * @public
1875
- */
1876
- AccountId: string | undefined;
1877
- /**
1878
- * <p>The bot ID.</p>
1879
- * @public
1880
- */
1881
- BotId: string | undefined;
1882
- /**
1883
- * <p>HTTPS endpoint that allows the bot to receive outgoing events.</p>
1884
- * @public
1885
- */
1886
- OutboundEventsHTTPSEndpoint?: string | undefined;
1887
- /**
1888
- * <p>Lambda function ARN that allows the bot to receive outgoing events.</p>
1889
- * @public
1890
- */
1891
- LambdaFunctionArn?: string | undefined;
1892
- }
1893
- /**
1894
- * @public
1895
- */
1896
- export interface PutEventsConfigurationResponse {
1897
- /**
1898
- * <p>The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an
1899
- * AWS Lambda function ARN.</p>
1900
- * @public
1901
- */
1902
- EventsConfiguration?: EventsConfiguration | undefined;
1903
- }
1904
- /**
1905
- * @public
1906
- */
1907
- export interface PutRetentionSettingsRequest {
1908
- /**
1909
- * <p>The Amazon Chime account ID.</p>
1910
- * @public
1911
- */
1912
- AccountId: string | undefined;
1913
- /**
1914
- * <p>The retention settings.</p>
1915
- * @public
1916
- */
1917
- RetentionSettings: RetentionSettings | undefined;
1918
- }
1919
- /**
1920
- * @public
1921
- */
1922
- export interface PutRetentionSettingsResponse {
1923
- /**
1924
- * <p>The retention settings.</p>
1925
- * @public
1926
- */
1927
- RetentionSettings?: RetentionSettings | undefined;
1928
- /**
1929
- * <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
1930
- * @public
1931
- */
1932
- InitiateDeletionTimestamp?: Date | undefined;
1933
- }
1934
- /**
1935
- * @public
1936
- */
1937
- export interface PutSipMediaApplicationLoggingConfigurationRequest {
1938
- /**
1939
- * <p>The SIP media application ID.</p>
1940
- * @public
1941
- */
1942
- SipMediaApplicationId: string | undefined;
1943
- /**
1944
- * <p>The actual logging configuration.</p>
1945
- * @public
1946
- */
1947
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
1948
- }
1949
- /**
1950
- * @public
1951
- */
1952
- export interface PutSipMediaApplicationLoggingConfigurationResponse {
1953
- /**
1954
- * <p>The logging configuration of the SIP media application.</p>
1955
- * @public
1956
- */
1957
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration | undefined;
1958
- }
1959
- /**
1960
- * @public
1961
- */
1962
- export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
1963
- /**
1964
- * <p>The Amazon Chime Voice Connector ID.</p>
1965
- * @public
1966
- */
1967
- VoiceConnectorId: string | undefined;
1968
- /**
1969
- * <p>The emergency calling configuration details.</p>
1970
- * @public
1971
- */
1972
- EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
1973
- }
1974
- /**
1975
- * @public
1976
- */
1977
- export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
1978
- /**
1979
- * <p>The emergency calling configuration details.</p>
1980
- * @public
1981
- */
1982
- EmergencyCallingConfiguration?: EmergencyCallingConfiguration | undefined;
1983
- }
1984
- /**
1985
- * @public
1986
- */
1987
- export interface PutVoiceConnectorLoggingConfigurationRequest {
1988
- /**
1989
- * <p>The Amazon Chime Voice Connector ID.</p>
1990
- * @public
1991
- */
1992
- VoiceConnectorId: string | undefined;
1993
- /**
1994
- * <p>The logging configuration details to add.</p>
1995
- * @public
1996
- */
1997
- LoggingConfiguration: LoggingConfiguration | undefined;
1998
- }
1999
- /**
2000
- * @public
2001
- */
2002
- export interface PutVoiceConnectorLoggingConfigurationResponse {
2003
- /**
2004
- * <p>The updated logging configuration details.</p>
2005
- * @public
2006
- */
2007
- LoggingConfiguration?: LoggingConfiguration | undefined;
2008
- }
2009
- /**
2010
- * @public
2011
- */
2012
- export interface PutVoiceConnectorOriginationRequest {
2013
- /**
2014
- * <p>The Amazon Chime Voice Connector ID.</p>
2015
- * @public
2016
- */
2017
- VoiceConnectorId: string | undefined;
2018
- /**
2019
- * <p>The origination setting details to add.</p>
2020
- * @public
2021
- */
2022
- Origination: Origination | undefined;
2023
- }
2024
- /**
2025
- * @public
2026
- */
2027
- export interface PutVoiceConnectorOriginationResponse {
2028
- /**
2029
- * <p>The updated origination setting details.</p>
2030
- * @public
2031
- */
2032
- Origination?: Origination | undefined;
2033
- }
2034
- /**
2035
- * @public
2036
- */
2037
- export interface PutVoiceConnectorProxyRequest {
2038
- /**
2039
- * <p>The Amazon Chime voice connector ID.</p>
2040
- * @public
2041
- */
2042
- VoiceConnectorId: string | undefined;
2043
- /**
2044
- * <p>The default number of minutes allowed for proxy sessions.</p>
2045
- * @public
2046
- */
2047
- DefaultSessionExpiryMinutes: number | undefined;
2048
- /**
2049
- * <p>The countries for proxy phone numbers to be selected from.</p>
2050
- * @public
2051
- */
2052
- PhoneNumberPoolCountries: string[] | undefined;
2053
- /**
2054
- * <p>The phone number to route calls to after a proxy session expires.</p>
2055
- * @public
2056
- */
2057
- FallBackPhoneNumber?: string | undefined;
2058
- /**
2059
- * <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
2060
- * @public
2061
- */
2062
- Disabled?: boolean | undefined;
2063
- }
2064
- /**
2065
- * @public
2066
- */
2067
- export interface PutVoiceConnectorProxyResponse {
2068
- /**
2069
- * <p>The proxy configuration details.</p>
2070
- * @public
2071
- */
2072
- Proxy?: Proxy | undefined;
2073
- }
2074
- /**
2075
- * @public
2076
- */
2077
- export interface PutVoiceConnectorStreamingConfigurationRequest {
2078
- /**
2079
- * <p>The Amazon Chime Voice Connector ID.</p>
2080
- * @public
2081
- */
2082
- VoiceConnectorId: string | undefined;
2083
- /**
2084
- * <p>The streaming configuration details to add.</p>
2085
- * @public
2086
- */
2087
- StreamingConfiguration: StreamingConfiguration | undefined;
2088
- }
2089
- /**
2090
- * @public
2091
- */
2092
- export interface PutVoiceConnectorStreamingConfigurationResponse {
2093
- /**
2094
- * <p>The updated streaming configuration details.</p>
2095
- * @public
2096
- */
2097
- StreamingConfiguration?: StreamingConfiguration | undefined;
2098
- }
2099
- /**
2100
- * @public
2101
- */
2102
- export interface PutVoiceConnectorTerminationRequest {
2103
- /**
2104
- * <p>The Amazon Chime Voice Connector ID.</p>
2105
- * @public
2106
- */
2107
- VoiceConnectorId: string | undefined;
2108
- /**
2109
- * <p>The termination setting details to add.</p>
2110
- * @public
2111
- */
2112
- Termination: Termination | undefined;
2113
- }
2114
- /**
2115
- * @public
2116
- */
2117
- export interface PutVoiceConnectorTerminationResponse {
2118
- /**
2119
- * <p>The updated termination setting details.</p>
2120
- * @public
2121
- */
2122
- Termination?: Termination | undefined;
2123
- }
2124
- /**
2125
- * @public
2126
- */
2127
- export interface PutVoiceConnectorTerminationCredentialsRequest {
2128
- /**
2129
- * <p>The Amazon Chime Voice Connector ID.</p>
2130
- * @public
2131
- */
2132
- VoiceConnectorId: string | undefined;
2133
- /**
2134
- * <p>The termination SIP credentials.</p>
2135
- * @public
2136
- */
2137
- Credentials?: Credential[] | undefined;
2138
- }
2139
- /**
2140
- * @public
2141
- */
2142
- export interface RedactChannelMessageRequest {
2143
- /**
2144
- * <p>The ARN of the channel containing the messages that you want to redact.</p>
2145
- * @public
2146
- */
2147
- ChannelArn: string | undefined;
2148
- /**
2149
- * <p>The ID of the message being redacted.</p>
2150
- * @public
2151
- */
2152
- MessageId: string | undefined;
2153
- /**
2154
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
2155
- * @public
2156
- */
2157
- ChimeBearer?: string | undefined;
2158
- }
2159
- /**
2160
- * @public
2161
- */
2162
- export interface RedactChannelMessageResponse {
2163
- /**
2164
- * <p>The ARN of the channel containing the messages that you want to redact.</p>
2165
- * @public
2166
- */
2167
- ChannelArn?: string | undefined;
2168
- /**
2169
- * <p>The ID of the message being redacted.</p>
2170
- * @public
2171
- */
2172
- MessageId?: string | undefined;
2173
- }
2174
- /**
2175
- * @public
2176
- */
2177
- export interface RedactConversationMessageRequest {
2178
- /**
2179
- * <p>The Amazon Chime account ID.</p>
2180
- * @public
2181
- */
2182
- AccountId: string | undefined;
2183
- /**
2184
- * <p>The conversation ID.</p>
2185
- * @public
2186
- */
2187
- ConversationId: string | undefined;
2188
- /**
2189
- * <p>The message ID.</p>
2190
- * @public
2191
- */
2192
- MessageId: string | undefined;
2193
- }
2194
- /**
2195
- * @public
2196
- */
2197
- export interface RedactConversationMessageResponse {
2198
- }
2199
- /**
2200
- * @public
2201
- */
2202
- export interface RedactRoomMessageRequest {
2203
- /**
2204
- * <p>The Amazon Chime account ID.</p>
2205
- * @public
2206
- */
2207
- AccountId: string | undefined;
2208
- /**
2209
- * <p>The room ID.</p>
2210
- * @public
2211
- */
2212
- RoomId: string | undefined;
2213
- /**
2214
- * <p>The message ID.</p>
2215
- * @public
2216
- */
2217
- MessageId: string | undefined;
2218
- }
2219
- /**
2220
- * @public
2221
- */
2222
- export interface RedactRoomMessageResponse {
2223
- }
2224
- /**
2225
- * @public
2226
- */
2227
- export interface RegenerateSecurityTokenRequest {
2228
- /**
2229
- * <p>The Amazon Chime account ID.</p>
2230
- * @public
2231
- */
2232
- AccountId: string | undefined;
2233
- /**
2234
- * <p>The bot ID.</p>
2235
- * @public
2236
- */
2237
- BotId: string | undefined;
2238
- }
2239
- /**
2240
- * @public
2241
- */
2242
- export interface RegenerateSecurityTokenResponse {
2243
- /**
2244
- * <p>A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.</p>
2245
- * @public
2246
- */
2247
- Bot?: Bot | undefined;
2248
- }
2249
- /**
2250
- * @public
2251
- */
2252
- export interface ResetPersonalPINRequest {
2253
- /**
2254
- * <p>The Amazon Chime account ID.</p>
2255
- * @public
2256
- */
2257
- AccountId: string | undefined;
2258
- /**
2259
- * <p>The user ID.</p>
2260
- * @public
2261
- */
2262
- UserId: string | undefined;
2263
- }
2264
- /**
2265
- * @public
2266
- */
2267
- export interface ResetPersonalPINResponse {
2268
- /**
2269
- * <p>The user details and new personal meeting PIN.</p>
2270
- * @public
2271
- */
2272
- User?: User | undefined;
2273
- }
2274
- /**
2275
- * @public
2276
- */
2277
- export interface RestorePhoneNumberRequest {
2278
- /**
2279
- * <p>The phone number.</p>
2280
- * @public
2281
- */
2282
- PhoneNumberId: string | undefined;
2283
- }
2284
- /**
2285
- * @public
2286
- */
2287
- export interface RestorePhoneNumberResponse {
2288
- /**
2289
- * <p>The phone number details.</p>
2290
- * @public
2291
- */
2292
- PhoneNumber?: PhoneNumber | undefined;
2293
- }
2294
- /**
2295
- * @public
2296
- */
2297
- export interface SearchAvailablePhoneNumbersRequest {
2298
- /**
2299
- * <p>The area code used to filter results. Only applies to the US.</p>
2300
- * @public
2301
- */
2302
- AreaCode?: string | undefined;
2303
- /**
2304
- * <p>The city used to filter results. Only applies to the US.</p>
2305
- * @public
2306
- */
2307
- City?: string | undefined;
2308
- /**
2309
- * <p>The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.</p>
2310
- * @public
2311
- */
2312
- Country?: string | undefined;
2313
- /**
2314
- * <p>The state used to filter results. Required only if you provide <code>City</code>. Only applies to the US.</p>
2315
- * @public
2316
- */
2317
- State?: string | undefined;
2318
- /**
2319
- * <p>The toll-free prefix that you use to filter results. Only applies to the US.</p>
2320
- * @public
2321
- */
2322
- TollFreePrefix?: string | undefined;
2323
- /**
2324
- * <p>The phone number type used to filter results. Required for non-US numbers.</p>
2325
- * @public
2326
- */
2327
- PhoneNumberType?: PhoneNumberType | undefined;
2328
- /**
2329
- * <p>The maximum number of results to return in a single call.</p>
2330
- * @public
2331
- */
2332
- MaxResults?: number | undefined;
2333
- /**
2334
- * <p>The token used to retrieve the next page of results.</p>
2335
- * @public
2336
- */
2337
- NextToken?: string | undefined;
2338
- }
2339
- /**
2340
- * @public
2341
- */
2342
- export interface SearchAvailablePhoneNumbersResponse {
2343
- /**
2344
- * <p>List of phone numbers, in E.164 format.</p>
2345
- * @public
2346
- */
2347
- E164PhoneNumbers?: string[] | undefined;
2348
- /**
2349
- * <p>The token used to retrieve the next page of search results.</p>
2350
- * @public
2351
- */
2352
- NextToken?: string | undefined;
2353
- }
2354
- /**
2355
- * @public
2356
- */
2357
- export interface SendChannelMessageRequest {
2358
- /**
2359
- * <p>The ARN of the channel.</p>
2360
- * @public
2361
- */
2362
- ChannelArn: string | undefined;
2363
- /**
2364
- * <p>The content of the message.</p>
2365
- * @public
2366
- */
2367
- Content: string | undefined;
2368
- /**
2369
- * <p>The type of message, <code>STANDARD</code> or <code>CONTROL</code>.</p>
2370
- * @public
2371
- */
2372
- Type: ChannelMessageType | undefined;
2373
- /**
2374
- * <p>Boolean that controls whether the message is persisted on the back end. Required.</p>
2375
- * @public
2376
- */
2377
- Persistence: ChannelMessagePersistenceType | undefined;
2378
- /**
2379
- * <p>The optional metadata for each message.</p>
2380
- * @public
2381
- */
2382
- Metadata?: string | undefined;
2383
- /**
2384
- * <p>The <code>Idempotency</code> token for each client request.</p>
2385
- * @public
2386
- */
2387
- ClientRequestToken?: string | undefined;
2388
- /**
2389
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
2390
- * @public
2391
- */
2392
- ChimeBearer?: string | undefined;
2393
- }
2394
- /**
2395
- * @public
2396
- */
2397
- export interface SendChannelMessageResponse {
2398
- /**
2399
- * <p>The ARN of the channel.</p>
2400
- * @public
2401
- */
2402
- ChannelArn?: string | undefined;
2403
- /**
2404
- * <p>The ID string assigned to each message.</p>
2405
- * @public
2406
- */
2407
- MessageId?: string | undefined;
2408
- }
2409
- /**
2410
- * <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
2411
- * @public
2412
- */
2413
- export interface TranscriptionConfiguration {
2414
- /**
2415
- * <p>The transcription configuration settings passed to Amazon Transcribe.</p>
2416
- * @public
2417
- */
2418
- EngineTranscribeSettings?: EngineTranscribeSettings | undefined;
2419
- /**
2420
- * <p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>
2421
- * @public
2422
- */
2423
- EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings | undefined;
2424
- }
2425
- /**
2426
- * @public
2427
- */
2428
- export interface StartMeetingTranscriptionRequest {
2429
- /**
2430
- * <p>The unique ID of the meeting being transcribed.</p>
2431
- * @public
2432
- */
2433
- MeetingId: string | undefined;
2434
- /**
2435
- * <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
2436
- * @public
2437
- */
2438
- TranscriptionConfiguration: TranscriptionConfiguration | undefined;
2439
- }
2440
- /**
2441
- * @public
2442
- */
2443
- export interface StartMeetingTranscriptionResponse {
2444
- }
2445
- /**
2446
- * @public
2447
- */
2448
- export interface StopMeetingTranscriptionRequest {
2449
- /**
2450
- * <p>The unique ID of the meeting for which you stop transcription.</p>
2451
- * @public
2452
- */
2453
- MeetingId: string | undefined;
2454
- }
2455
- /**
2456
- * @public
2457
- */
2458
- export interface StopMeetingTranscriptionResponse {
2459
- }
2460
- /**
2461
- * @public
2462
- */
2463
- export interface TagAttendeeRequest {
2464
- /**
2465
- * <p>The Amazon Chime SDK meeting ID.</p>
2466
- * @public
2467
- */
2468
- MeetingId: string | undefined;
2469
- /**
2470
- * <p>The Amazon Chime SDK attendee ID.</p>
2471
- * @public
2472
- */
2473
- AttendeeId: string | undefined;
2474
- /**
2475
- * <p>The tag key-value pairs.</p>
2476
- * @public
2477
- */
2478
- Tags: Tag[] | undefined;
2479
- }
2480
- /**
2481
- * @public
2482
- */
2483
- export interface TagMeetingRequest {
2484
- /**
2485
- * <p>The Amazon Chime SDK meeting ID.</p>
2486
- * @public
2487
- */
2488
- MeetingId: string | undefined;
2489
- /**
2490
- * <p>The tag key-value pairs.</p>
2491
- * @public
2492
- */
2493
- Tags: Tag[] | undefined;
2494
- }
2495
- /**
2496
- * @public
2497
- */
2498
- export interface TagResourceRequest {
2499
- /**
2500
- * <p>The resource ARN.</p>
2501
- * @public
2502
- */
2503
- ResourceARN: string | undefined;
2504
- /**
2505
- * <p>The tag key-value pairs.</p>
2506
- * @public
2507
- */
2508
- Tags: Tag[] | undefined;
2509
- }
2510
- /**
2511
- * @public
2512
- */
2513
- export interface UntagAttendeeRequest {
2514
- /**
2515
- * <p>The Amazon Chime SDK meeting ID.</p>
2516
- * @public
2517
- */
2518
- MeetingId: string | undefined;
2519
- /**
2520
- * <p>The Amazon Chime SDK attendee ID.</p>
2521
- * @public
2522
- */
2523
- AttendeeId: string | undefined;
2524
- /**
2525
- * <p>The tag keys.</p>
2526
- * @public
2527
- */
2528
- TagKeys: string[] | undefined;
2529
- }
2530
- /**
2531
- * @public
2532
- */
2533
- export interface UntagMeetingRequest {
2534
- /**
2535
- * <p>The Amazon Chime SDK meeting ID.</p>
2536
- * @public
2537
- */
2538
- MeetingId: string | undefined;
2539
- /**
2540
- * <p>The tag keys.</p>
2541
- * @public
2542
- */
2543
- TagKeys: string[] | undefined;
2544
- }
2545
- /**
2546
- * @public
2547
- */
2548
- export interface UntagResourceRequest {
2549
- /**
2550
- * <p>The resource ARN.</p>
2551
- * @public
2552
- */
2553
- ResourceARN: string | undefined;
2554
- /**
2555
- * <p>The tag keys.</p>
2556
- * @public
2557
- */
2558
- TagKeys: string[] | undefined;
2559
- }
2560
- /**
2561
- * @public
2562
- */
2563
- export interface UpdateAccountRequest {
2564
- /**
2565
- * <p>The Amazon Chime account ID.</p>
2566
- * @public
2567
- */
2568
- AccountId: string | undefined;
2569
- /**
2570
- * <p>The new name for the specified Amazon Chime account.</p>
2571
- * @public
2572
- */
2573
- Name?: string | undefined;
2574
- /**
2575
- * <p>The default license applied when you add users to an Amazon Chime account.</p>
2576
- * @public
2577
- */
2578
- DefaultLicense?: License | undefined;
2579
- }
2580
- /**
2581
- * @public
2582
- */
2583
- export interface UpdateAccountResponse {
2584
- /**
2585
- * <p>The updated Amazon Chime account details.</p>
2586
- * @public
2587
- */
2588
- Account?: Account | undefined;
2589
- }
2590
- /**
2591
- * @public
2592
- */
2593
- export interface UpdateAccountSettingsRequest {
2594
- /**
2595
- * <p>The Amazon Chime account ID.</p>
2596
- * @public
2597
- */
2598
- AccountId: string | undefined;
2599
- /**
2600
- * <p>The Amazon Chime account settings to update.</p>
2601
- * @public
2602
- */
2603
- AccountSettings: AccountSettings | undefined;
2604
- }
2605
- /**
2606
- * @public
2607
- */
2608
- export interface UpdateAccountSettingsResponse {
2609
- }
2610
- /**
2611
- * @public
2612
- */
2613
- export interface UpdateAppInstanceRequest {
2614
- /**
2615
- * <p>The ARN of the <code>AppInstance</code>.</p>
2616
- * @public
2617
- */
2618
- AppInstanceArn: string | undefined;
2619
- /**
2620
- * <p>The name that you want to change.</p>
2621
- * @public
2622
- */
2623
- Name: string | undefined;
2624
- /**
2625
- * <p>The metadata that you want to change.</p>
2626
- * @public
2627
- */
2628
- Metadata?: string | undefined;
2629
- }
2630
- /**
2631
- * @public
2632
- */
2633
- export interface UpdateAppInstanceResponse {
2634
- /**
2635
- * <p>The ARN of the <code>AppInstance</code>. </p>
2636
- * @public
2637
- */
2638
- AppInstanceArn?: string | undefined;
2639
- }
2640
- /**
2641
- * @public
2642
- */
2643
- export interface UpdateAppInstanceUserRequest {
2644
- /**
2645
- * <p>The ARN of the <code>AppInstanceUser</code>.</p>
2646
- * @public
2647
- */
2648
- AppInstanceUserArn: string | undefined;
2649
- /**
2650
- * <p>The name of the <code>AppInstanceUser</code>.</p>
2651
- * @public
2652
- */
2653
- Name: string | undefined;
2654
- /**
2655
- * <p>The metadata of the <code>AppInstanceUser</code>.</p>
2656
- * @public
2657
- */
2658
- Metadata?: string | undefined;
2659
- }
2660
- /**
2661
- * @public
2662
- */
2663
- export interface UpdateAppInstanceUserResponse {
2664
- /**
2665
- * <p>The ARN of the <code>AppInstanceUser</code>.</p>
2666
- * @public
2667
- */
2668
- AppInstanceUserArn?: string | undefined;
2669
- }
2670
- /**
2671
- * @public
2672
- */
2673
- export interface UpdateBotRequest {
2674
- /**
2675
- * <p>The Amazon Chime account ID.</p>
2676
- * @public
2677
- */
2678
- AccountId: string | undefined;
2679
- /**
2680
- * <p>The bot ID.</p>
2681
- * @public
2682
- */
2683
- BotId: string | undefined;
2684
- /**
2685
- * <p>When true, stops the specified bot from running in your account.</p>
2686
- * @public
2687
- */
2688
- Disabled?: boolean | undefined;
2689
- }
2690
- /**
2691
- * @public
2692
- */
2693
- export interface UpdateBotResponse {
2694
- /**
2695
- * <p>The updated bot details.</p>
2696
- * @public
2697
- */
2698
- Bot?: Bot | undefined;
2699
- }
2700
- /**
2701
- * @public
2702
- */
2703
- export interface UpdateChannelRequest {
2704
- /**
2705
- * <p>The ARN of the channel.</p>
2706
- * @public
2707
- */
2708
- ChannelArn: string | undefined;
2709
- /**
2710
- * <p>The name of the channel.</p>
2711
- * @public
2712
- */
2713
- Name: string | undefined;
2714
- /**
2715
- * <p>The mode of the update request.</p>
2716
- * @public
2717
- */
2718
- Mode: ChannelMode | undefined;
2719
- /**
2720
- * <p>The metadata for the update request.</p>
2721
- * @public
2722
- */
2723
- Metadata?: string | undefined;
2724
- /**
2725
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
2726
- * @public
2727
- */
2728
- ChimeBearer?: string | undefined;
2729
- }
2730
- /**
2731
- * @public
2732
- */
2733
- export interface UpdateChannelResponse {
2734
- /**
2735
- * <p>The ARN of the channel.</p>
2736
- * @public
2737
- */
2738
- ChannelArn?: string | undefined;
2739
- }
2740
- /**
2741
- * @public
2742
- */
2743
- export interface UpdateChannelMessageRequest {
2744
- /**
2745
- * <p>The ARN of the channel.</p>
2746
- * @public
2747
- */
2748
- ChannelArn: string | undefined;
2749
- /**
2750
- * <p>The ID string of the message being updated.</p>
2751
- * @public
2752
- */
2753
- MessageId: string | undefined;
2754
- /**
2755
- * <p>The content of the message being updated.</p>
2756
- * @public
2757
- */
2758
- Content?: string | undefined;
2759
- /**
2760
- * <p>The metadata of the message being updated.</p>
2761
- * @public
2762
- */
2763
- Metadata?: string | undefined;
2764
- /**
2765
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
2766
- * @public
2767
- */
2768
- ChimeBearer?: string | undefined;
2769
- }
2770
- /**
2771
- * @public
2772
- */
2773
- export interface UpdateChannelMessageResponse {
2774
- /**
2775
- * <p>The ARN of the channel.</p>
2776
- * @public
2777
- */
2778
- ChannelArn?: string | undefined;
2779
- /**
2780
- * <p>The ID string of the message being updated.</p>
2781
- * @public
2782
- */
2783
- MessageId?: string | undefined;
2784
- }
2785
- /**
2786
- * @public
2787
- */
2788
- export interface UpdateChannelReadMarkerRequest {
2789
- /**
2790
- * <p>The ARN of the channel.</p>
2791
- * @public
2792
- */
2793
- ChannelArn: string | undefined;
2794
- /**
2795
- * <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
2796
- * @public
2797
- */
2798
- ChimeBearer?: string | undefined;
2799
- }
2800
- /**
2801
- * @public
2802
- */
2803
- export interface UpdateChannelReadMarkerResponse {
2804
- /**
2805
- * <p>The ARN of the channel.</p>
2806
- * @public
2807
- */
2808
- ChannelArn?: string | undefined;
2809
- }
2810
- /**
2811
- * @public
2812
- */
2813
- export interface UpdateGlobalSettingsRequest {
2814
- /**
2815
- * <p>The Amazon Chime Business Calling settings.</p>
2816
- * @public
2817
- */
2818
- BusinessCalling?: BusinessCallingSettings | undefined;
2819
- /**
2820
- * <p>The Amazon Chime Voice Connector settings.</p>
2821
- * @public
2822
- */
2823
- VoiceConnector?: VoiceConnectorSettings | undefined;
2824
- }
2825
- /**
2826
- * @public
2827
- */
2828
- export interface UpdatePhoneNumberRequest {
2829
- /**
2830
- * <p>The phone number ID.</p>
2831
- * @public
2832
- */
2833
- PhoneNumberId: string | undefined;
2834
- /**
2835
- * <p>The product type.</p>
2836
- * @public
2837
- */
2838
- ProductType?: PhoneNumberProductType | undefined;
2839
- /**
2840
- * <p>The outbound calling name associated with the phone number.</p>
2841
- * @public
2842
- */
2843
- CallingName?: string | undefined;
2844
- }
2845
- /**
2846
- * @public
2847
- */
2848
- export interface UpdatePhoneNumberResponse {
2849
- /**
2850
- * <p>The updated phone number details.</p>
2851
- * @public
2852
- */
2853
- PhoneNumber?: PhoneNumber | undefined;
2854
- }
2855
- /**
2856
- * @public
2857
- */
2858
- export interface UpdatePhoneNumberSettingsRequest {
2859
- /**
2860
- * <p>The default outbound calling name for the account.</p>
2861
- * @public
2862
- */
2863
- CallingName: string | undefined;
2864
- }
2865
- /**
2866
- * @public
2867
- */
2868
- export interface UpdateProxySessionRequest {
2869
- /**
2870
- * <p>The Amazon Chime voice connector ID.</p>
2871
- * @public
2872
- */
2873
- VoiceConnectorId: string | undefined;
2874
- /**
2875
- * <p>The proxy session ID.</p>
2876
- * @public
2877
- */
2878
- ProxySessionId: string | undefined;
2879
- /**
2880
- * <p>The proxy session capabilities.</p>
2881
- * @public
2882
- */
2883
- Capabilities: Capability[] | undefined;
2884
- /**
2885
- * <p>The number of minutes allowed for the proxy session.</p>
2886
- * @public
2887
- */
2888
- ExpiryMinutes?: number | undefined;
2889
- }
2890
- /**
2891
- * @public
2892
- */
2893
- export interface UpdateProxySessionResponse {
2894
- /**
2895
- * <p>The proxy session details.</p>
2896
- * @public
2897
- */
2898
- ProxySession?: ProxySession | undefined;
2899
- }
2900
- /**
2901
- * @public
2902
- */
2903
- export interface UpdateRoomRequest {
2904
- /**
2905
- * <p>The Amazon Chime account ID.</p>
2906
- * @public
2907
- */
2908
- AccountId: string | undefined;
2909
- /**
2910
- * <p>The room ID.</p>
2911
- * @public
2912
- */
2913
- RoomId: string | undefined;
2914
- /**
2915
- * <p>The room name.</p>
2916
- * @public
2917
- */
2918
- Name?: string | undefined;
2919
- }
2920
- /**
2921
- * @public
2922
- */
2923
- export interface UpdateRoomResponse {
2924
- /**
2925
- * <p>The room details.</p>
2926
- * @public
2927
- */
2928
- Room?: Room | undefined;
2929
- }
2930
- /**
2931
- * @public
2932
- */
2933
- export interface UpdateRoomMembershipRequest {
2934
- /**
2935
- * <p>The Amazon Chime account ID.</p>
2936
- * @public
2937
- */
2938
- AccountId: string | undefined;
2939
- /**
2940
- * <p>The room ID.</p>
2941
- * @public
2942
- */
2943
- RoomId: string | undefined;
2944
- /**
2945
- * <p>The member ID.</p>
2946
- * @public
2947
- */
2948
- MemberId: string | undefined;
2949
- /**
2950
- * <p>The role of the member.</p>
2951
- * @public
2952
- */
2953
- Role?: RoomMembershipRole | undefined;
2954
- }
2955
- /**
2956
- * @public
2957
- */
2958
- export interface UpdateRoomMembershipResponse {
2959
- /**
2960
- * <p>The room membership details.</p>
2961
- * @public
2962
- */
2963
- RoomMembership?: RoomMembership | undefined;
2964
- }
2965
- /**
2966
- * @public
2967
- */
2968
- export interface UpdateSipMediaApplicationRequest {
2969
- /**
2970
- * <p>The SIP media application ID.</p>
2971
- * @public
2972
- */
2973
- SipMediaApplicationId: string | undefined;
2974
- /**
2975
- * <p>The new name for the specified SIP media application.</p>
2976
- * @public
2977
- */
2978
- Name?: string | undefined;
2979
- /**
2980
- * <p>The new set of endpoints for the specified SIP media application.</p>
2981
- * @public
2982
- */
2983
- Endpoints?: SipMediaApplicationEndpoint[] | undefined;
2984
- }
2985
- /**
2986
- * @public
2987
- */
2988
- export interface UpdateSipMediaApplicationResponse {
2989
- /**
2990
- * <p>The updated SIP media application details.</p>
2991
- * @public
2992
- */
2993
- SipMediaApplication?: SipMediaApplication | undefined;
2994
- }
2995
- /**
2996
- * @public
2997
- */
2998
- export interface UpdateSipMediaApplicationCallRequest {
2999
- /**
3000
- * <p>The ID of the SIP media application handling the call.</p>
3001
- * @public
3002
- */
3003
- SipMediaApplicationId: string | undefined;
3004
- /**
3005
- * <p>The ID of the call transaction.</p>
3006
- * @public
3007
- */
3008
- TransactionId: string | undefined;
3009
- /**
3010
- * <p>Arguments made available to the Lambda function as part of the <code>CALL_UPDATE_REQUESTED</code> event. Can contain 0-20 key-value pairs.</p>
3011
- * @public
3012
- */
3013
- Arguments: Record<string, string> | undefined;
3014
- }
3015
- /**
3016
- * @public
3017
- */
3018
- export interface UpdateSipMediaApplicationCallResponse {
3019
- /**
3020
- * <p>A <code>Call</code> instance for a SIP media application.</p>
3021
- * @public
3022
- */
3023
- SipMediaApplicationCall?: SipMediaApplicationCall | undefined;
3024
- }
3025
- /**
3026
- * @public
3027
- */
3028
- export interface UpdateSipRuleRequest {
3029
- /**
3030
- * <p>The SIP rule ID.</p>
3031
- * @public
3032
- */
3033
- SipRuleId: string | undefined;
3034
- /**
3035
- * <p>The new name for the specified SIP rule.</p>
3036
- * @public
3037
- */
3038
- Name: string | undefined;
3039
- /**
3040
- * <p>The new value specified to indicate whether the rule is disabled.</p>
3041
- * @public
3042
- */
3043
- Disabled?: boolean | undefined;
3044
- /**
3045
- * <p>The new value of the list of target applications.</p>
3046
- * @public
3047
- */
3048
- TargetApplications?: SipRuleTargetApplication[] | undefined;
3049
- }
3050
- /**
3051
- * @public
3052
- */
3053
- export interface UpdateSipRuleResponse {
3054
- /**
3055
- * <p>Updated SIP rule details.</p>
3056
- * @public
3057
- */
3058
- SipRule?: SipRule | undefined;
3059
- }
3060
- /**
3061
- * @public
3062
- */
3063
- export interface UpdateUserRequest {
3064
- /**
3065
- * <p>The Amazon Chime account ID.</p>
3066
- * @public
3067
- */
3068
- AccountId: string | undefined;
3069
- /**
3070
- * <p>The user ID.</p>
3071
- * @public
3072
- */
3073
- UserId: string | undefined;
3074
- /**
3075
- * <p>The user license type to update. This must be a supported license type for the Amazon Chime
3076
- * account that the user belongs to.</p>
3077
- * @public
3078
- */
3079
- LicenseType?: License | undefined;
3080
- /**
3081
- * <p>The user type.</p>
3082
- * @public
3083
- */
3084
- UserType?: UserType | undefined;
3085
- /**
3086
- * <p>The Alexa for Business metadata.</p>
3087
- * @public
3088
- */
3089
- AlexaForBusinessMetadata?: AlexaForBusinessMetadata | undefined;
3090
- }
3091
- /**
3092
- * @public
3093
- */
3094
- export interface UpdateUserResponse {
3095
- /**
3096
- * <p>The updated user details.</p>
3097
- * @public
3098
- */
3099
- User?: User | undefined;
3100
- }
3101
- /**
3102
- * @public
3103
- */
3104
- export interface UpdateUserSettingsRequest {
3105
- /**
3106
- * <p>The Amazon Chime account ID.</p>
3107
- * @public
3108
- */
3109
- AccountId: string | undefined;
3110
- /**
3111
- * <p>The user ID.</p>
3112
- * @public
3113
- */
3114
- UserId: string | undefined;
3115
- /**
3116
- * <p>The user settings to update.</p>
3117
- * @public
3118
- */
3119
- UserSettings: UserSettings | undefined;
3120
- }
3121
- /**
3122
- * @public
3123
- */
3124
- export interface UpdateVoiceConnectorRequest {
3125
- /**
3126
- * <p>The Amazon Chime Voice Connector ID.</p>
3127
- * @public
3128
- */
3129
- VoiceConnectorId: string | undefined;
3130
- /**
3131
- * <p>The name of the Amazon Chime Voice Connector.</p>
3132
- * @public
3133
- */
3134
- Name: string | undefined;
3135
- /**
3136
- * <p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>
3137
- * @public
3138
- */
3139
- RequireEncryption: boolean | undefined;
3140
- }
3141
- /**
3142
- * @public
3143
- */
3144
- export interface UpdateVoiceConnectorResponse {
3145
- /**
3146
- * <p>The updated Amazon Chime Voice Connector details.</p>
3147
- * @public
3148
- */
3149
- VoiceConnector?: VoiceConnector | undefined;
3150
- }
3151
- /**
3152
- * @public
3153
- */
3154
- export interface UpdateVoiceConnectorGroupRequest {
3155
- /**
3156
- * <p>The Amazon Chime Voice Connector group ID.</p>
3157
- * @public
3158
- */
3159
- VoiceConnectorGroupId: string | undefined;
3160
- /**
3161
- * <p>The name of the Amazon Chime Voice Connector group.</p>
3162
- * @public
3163
- */
3164
- Name: string | undefined;
3165
- /**
3166
- * <p>The <code>VoiceConnectorItems</code> to associate with the group.</p>
3167
- * @public
3168
- */
3169
- VoiceConnectorItems: VoiceConnectorItem[] | undefined;
3170
- }
3171
- /**
3172
- * @public
3173
- */
3174
- export interface UpdateVoiceConnectorGroupResponse {
3175
- /**
3176
- * <p>The updated Amazon Chime Voice Connector group details.</p>
3177
- * @public
3178
- */
3179
- VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
3180
- }
3181
- /**
3182
- * @public
3183
- */
3184
- export interface ValidateE911AddressRequest {
3185
- /**
3186
- * <p>The AWS account ID.</p>
3187
- * @public
3188
- */
3189
- AwsAccountId: string | undefined;
3190
- /**
3191
- * <p>The address street number, such as <code>200</code> or <code>2121</code>.</p>
3192
- * @public
3193
- */
3194
- StreetNumber: string | undefined;
3195
- /**
3196
- * <p>The address street information, such as <code>8th Avenue</code>.</p>
3197
- * @public
3198
- */
3199
- StreetInfo: string | undefined;
3200
- /**
3201
- * <p>The address city, such as <code>Portland</code>.</p>
3202
- * @public
3203
- */
3204
- City: string | undefined;
3205
- /**
3206
- * <p>The address state, such as <code>ME</code>.</p>
3207
- * @public
3208
- */
3209
- State: string | undefined;
3210
- /**
3211
- * <p>The address country, such as <code>US</code>. </p>
3212
- * @public
3213
- */
3214
- Country: string | undefined;
3215
- /**
3216
- * <p>The address postal code, such as <code>04352</code>.</p>
3217
- * @public
3218
- */
3219
- PostalCode: string | undefined;
3220
- }
3221
- /**
3222
- * @public
3223
- */
3224
- export interface ValidateE911AddressResponse {
3225
- /**
3226
- * <p>Number indicating the result of address validation.
3227
- * <code>0</code> means the address was perfect as is and successfully validated.
3228
- * <code>1</code> means the address was corrected. <code>2</code> means the address sent was
3229
- * not close enough and was not validated.</p>
3230
- * @public
3231
- */
3232
- ValidationResult?: number | undefined;
3233
- /**
3234
- * <p>The ID that represents the address.</p>
3235
- * @public
3236
- */
3237
- AddressExternalId?: string | undefined;
3238
- /**
3239
- * <p>The validated address.</p>
3240
- * @public
3241
- */
3242
- Address?: Address | undefined;
3243
- /**
3244
- * <p>The list of address suggestions.</p>
3245
- * @public
3246
- */
3247
- CandidateAddressList?: CandidateAddress[] | undefined;
3248
- }
3249
- /**
3250
- * @internal
3251
- */
3252
- export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
3253
- /**
3254
- * @internal
3255
- */
3256
- export declare const GetSipMediaApplicationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationResponse) => any;
3257
- /**
3258
- * @internal
3259
- */
3260
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
3261
- /**
3262
- * @internal
3263
- */
3264
- export declare const GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationResponse) => any;
3265
- /**
3266
- * @internal
3267
- */
3268
- export declare const ProxyFilterSensitiveLog: (obj: Proxy) => any;
3269
- /**
3270
- * @internal
3271
- */
3272
- export declare const GetVoiceConnectorProxyResponseFilterSensitiveLog: (obj: GetVoiceConnectorProxyResponse) => any;
3273
- /**
3274
- * @internal
3275
- */
3276
- export declare const TerminationFilterSensitiveLog: (obj: Termination) => any;
3277
- /**
3278
- * @internal
3279
- */
3280
- export declare const GetVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: GetVoiceConnectorTerminationResponse) => any;
3281
- /**
3282
- * @internal
3283
- */
3284
- export declare const InviteFilterSensitiveLog: (obj: Invite) => any;
3285
- /**
3286
- * @internal
3287
- */
3288
- export declare const InviteUsersRequestFilterSensitiveLog: (obj: InviteUsersRequest) => any;
3289
- /**
3290
- * @internal
3291
- */
3292
- export declare const InviteUsersResponseFilterSensitiveLog: (obj: InviteUsersResponse) => any;
3293
- /**
3294
- * @internal
3295
- */
3296
- export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
3297
- /**
3298
- * @internal
3299
- */
3300
- export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
3301
- /**
3302
- * @internal
3303
- */
3304
- export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
3305
- /**
3306
- * @internal
3307
- */
3308
- export declare const ListAppInstancesRequestFilterSensitiveLog: (obj: ListAppInstancesRequest) => any;
3309
- /**
3310
- * @internal
3311
- */
3312
- export declare const ListAppInstancesResponseFilterSensitiveLog: (obj: ListAppInstancesResponse) => any;
3313
- /**
3314
- * @internal
3315
- */
3316
- export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
3317
- /**
3318
- * @internal
3319
- */
3320
- export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
3321
- /**
3322
- * @internal
3323
- */
3324
- export declare const ListAttendeesResponseFilterSensitiveLog: (obj: ListAttendeesResponse) => any;
3325
- /**
3326
- * @internal
3327
- */
3328
- export declare const ListAttendeeTagsResponseFilterSensitiveLog: (obj: ListAttendeeTagsResponse) => any;
3329
- /**
3330
- * @internal
3331
- */
3332
- export declare const ListBotsResponseFilterSensitiveLog: (obj: ListBotsResponse) => any;
3333
- /**
3334
- * @internal
3335
- */
3336
- export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
3337
- /**
3338
- * @internal
3339
- */
3340
- export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
3341
- /**
3342
- * @internal
3343
- */
3344
- export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
3345
- /**
3346
- * @internal
3347
- */
3348
- export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
3349
- /**
3350
- * @internal
3351
- */
3352
- export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
3353
- /**
3354
- * @internal
3355
- */
3356
- export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
3357
- /**
3358
- * @internal
3359
- */
3360
- export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
3361
- /**
3362
- * @internal
3363
- */
3364
- export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
3365
- /**
3366
- * @internal
3367
- */
3368
- export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
3369
- /**
3370
- * @internal
3371
- */
3372
- export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
3373
- /**
3374
- * @internal
3375
- */
3376
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
3377
- /**
3378
- * @internal
3379
- */
3380
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
3381
- /**
3382
- * @internal
3383
- */
3384
- export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
3385
- /**
3386
- * @internal
3387
- */
3388
- export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
3389
- /**
3390
- * @internal
3391
- */
3392
- export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
3393
- /**
3394
- * @internal
3395
- */
3396
- export declare const ListMeetingsResponseFilterSensitiveLog: (obj: ListMeetingsResponse) => any;
3397
- /**
3398
- * @internal
3399
- */
3400
- export declare const ListMeetingTagsResponseFilterSensitiveLog: (obj: ListMeetingTagsResponse) => any;
3401
- /**
3402
- * @internal
3403
- */
3404
- export declare const ListPhoneNumberOrdersResponseFilterSensitiveLog: (obj: ListPhoneNumberOrdersResponse) => any;
3405
- /**
3406
- * @internal
3407
- */
3408
- export declare const ListPhoneNumbersResponseFilterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
3409
- /**
3410
- * @internal
3411
- */
3412
- export declare const ListProxySessionsResponseFilterSensitiveLog: (obj: ListProxySessionsResponse) => any;
3413
- /**
3414
- * @internal
3415
- */
3416
- export declare const ListRoomMembershipsResponseFilterSensitiveLog: (obj: ListRoomMembershipsResponse) => any;
3417
- /**
3418
- * @internal
3419
- */
3420
- export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
3421
- /**
3422
- * @internal
3423
- */
3424
- export declare const ListSipMediaApplicationsResponseFilterSensitiveLog: (obj: ListSipMediaApplicationsResponse) => any;
3425
- /**
3426
- * @internal
3427
- */
3428
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3429
- /**
3430
- * @internal
3431
- */
3432
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3433
- /**
3434
- * @internal
3435
- */
3436
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
3437
- /**
3438
- * @internal
3439
- */
3440
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
3441
- /**
3442
- * @internal
3443
- */
3444
- export declare const ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsResponse) => any;
3445
- /**
3446
- * @internal
3447
- */
3448
- export declare const PutAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsRequest) => any;
3449
- /**
3450
- * @internal
3451
- */
3452
- export declare const PutAppInstanceStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsResponse) => any;
3453
- /**
3454
- * @internal
3455
- */
3456
- export declare const PutEventsConfigurationRequestFilterSensitiveLog: (obj: PutEventsConfigurationRequest) => any;
3457
- /**
3458
- * @internal
3459
- */
3460
- export declare const PutEventsConfigurationResponseFilterSensitiveLog: (obj: PutEventsConfigurationResponse) => any;
3461
- /**
3462
- * @internal
3463
- */
3464
- export declare const PutVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationRequest) => any;
3465
- /**
3466
- * @internal
3467
- */
3468
- export declare const PutVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationResponse) => any;
3469
- /**
3470
- * @internal
3471
- */
3472
- export declare const PutVoiceConnectorProxyRequestFilterSensitiveLog: (obj: PutVoiceConnectorProxyRequest) => any;
3473
- /**
3474
- * @internal
3475
- */
3476
- export declare const PutVoiceConnectorProxyResponseFilterSensitiveLog: (obj: PutVoiceConnectorProxyResponse) => any;
3477
- /**
3478
- * @internal
3479
- */
3480
- export declare const PutVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationRequest) => any;
3481
- /**
3482
- * @internal
3483
- */
3484
- export declare const PutVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: PutVoiceConnectorTerminationResponse) => any;
3485
- /**
3486
- * @internal
3487
- */
3488
- export declare const PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationCredentialsRequest) => any;
3489
- /**
3490
- * @internal
3491
- */
3492
- export declare const RegenerateSecurityTokenResponseFilterSensitiveLog: (obj: RegenerateSecurityTokenResponse) => any;
3493
- /**
3494
- * @internal
3495
- */
3496
- export declare const ResetPersonalPINResponseFilterSensitiveLog: (obj: ResetPersonalPINResponse) => any;
3497
- /**
3498
- * @internal
3499
- */
3500
- export declare const RestorePhoneNumberResponseFilterSensitiveLog: (obj: RestorePhoneNumberResponse) => any;
3501
- /**
3502
- * @internal
3503
- */
3504
- export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
3505
- /**
3506
- * @internal
3507
- */
3508
- export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
3509
- /**
3510
- * @internal
3511
- */
3512
- export declare const TagAttendeeRequestFilterSensitiveLog: (obj: TagAttendeeRequest) => any;
3513
- /**
3514
- * @internal
3515
- */
3516
- export declare const TagMeetingRequestFilterSensitiveLog: (obj: TagMeetingRequest) => any;
3517
- /**
3518
- * @internal
3519
- */
3520
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3521
- /**
3522
- * @internal
3523
- */
3524
- export declare const UntagAttendeeRequestFilterSensitiveLog: (obj: UntagAttendeeRequest) => any;
3525
- /**
3526
- * @internal
3527
- */
3528
- export declare const UntagMeetingRequestFilterSensitiveLog: (obj: UntagMeetingRequest) => any;
3529
- /**
3530
- * @internal
3531
- */
3532
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3533
- /**
3534
- * @internal
3535
- */
3536
- export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
3537
- /**
3538
- * @internal
3539
- */
3540
- export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
3541
- /**
3542
- * @internal
3543
- */
3544
- export declare const UpdateBotResponseFilterSensitiveLog: (obj: UpdateBotResponse) => any;
3545
- /**
3546
- * @internal
3547
- */
3548
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
3549
- /**
3550
- * @internal
3551
- */
3552
- export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
3553
- /**
3554
- * @internal
3555
- */
3556
- export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
3557
- /**
3558
- * @internal
3559
- */
3560
- export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
3561
- /**
3562
- * @internal
3563
- */
3564
- export declare const UpdatePhoneNumberSettingsRequestFilterSensitiveLog: (obj: UpdatePhoneNumberSettingsRequest) => any;
3565
- /**
3566
- * @internal
3567
- */
3568
- export declare const UpdateProxySessionResponseFilterSensitiveLog: (obj: UpdateProxySessionResponse) => any;
3569
- /**
3570
- * @internal
3571
- */
3572
- export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
3573
- /**
3574
- * @internal
3575
- */
3576
- export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
3577
- /**
3578
- * @internal
3579
- */
3580
- export declare const UpdateRoomMembershipResponseFilterSensitiveLog: (obj: UpdateRoomMembershipResponse) => any;
3581
- /**
3582
- * @internal
3583
- */
3584
- export declare const UpdateSipMediaApplicationRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationRequest) => any;
3585
- /**
3586
- * @internal
3587
- */
3588
- export declare const UpdateSipMediaApplicationResponseFilterSensitiveLog: (obj: UpdateSipMediaApplicationResponse) => any;
3589
- /**
3590
- * @internal
3591
- */
3592
- export declare const UpdateSipMediaApplicationCallRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationCallRequest) => any;
3593
- /**
3594
- * @internal
3595
- */
3596
- export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
3597
- /**
3598
- * @internal
3599
- */
3600
- export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
3601
- /**
3602
- * @internal
3603
- */
3604
- export declare const ValidateE911AddressRequestFilterSensitiveLog: (obj: ValidateE911AddressRequest) => any;
3605
- /**
3606
- * @internal
3607
- */
3608
- export declare const ValidateE911AddressResponseFilterSensitiveLog: (obj: ValidateE911AddressResponse) => any;