@aws-sdk/client-chime 3.169.0 → 3.170.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 (235) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3610 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1275 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +34 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +38 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +34 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +41 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +37 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +41 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +41 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +32 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +32 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +32 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +32 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +37 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +38 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +34 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +33 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -17
  195. package/dist-types/ts3.4/commands/index.d.ts +191 -191
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  197. package/dist-types/ts3.4/index.d.ts +6 -6
  198. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +8 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2875 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1948 -1694
  202. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  203. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +11 -4
  218. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/index.d.ts +27 -27
  230. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +2297 -575
  231. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  235. package/package.json +34 -34
@@ -1,1694 +1,1948 @@
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
- export interface RoomRetentionSettings {
4
-
5
- RetentionDays?: number;
6
- }
7
-
8
- export interface RetentionSettings {
9
-
10
- RoomRetentionSettings?: RoomRetentionSettings;
11
-
12
- ConversationRetentionSettings?: ConversationRetentionSettings;
13
- }
14
- export interface GetRetentionSettingsResponse {
15
-
16
- RetentionSettings?: RetentionSettings;
17
-
18
- InitiateDeletionTimestamp?: Date;
19
- }
20
- export interface GetRoomRequest {
21
-
22
- AccountId: string | undefined;
23
-
24
- RoomId: string | undefined;
25
- }
26
- export interface GetRoomResponse {
27
-
28
- Room?: Room;
29
- }
30
- export interface GetSipMediaApplicationRequest {
31
-
32
- SipMediaApplicationId: string | undefined;
33
- }
34
- export interface GetSipMediaApplicationResponse {
35
-
36
- SipMediaApplication?: SipMediaApplication;
37
- }
38
- export interface GetSipMediaApplicationLoggingConfigurationRequest {
39
-
40
- SipMediaApplicationId: string | undefined;
41
- }
42
-
43
- export interface SipMediaApplicationLoggingConfiguration {
44
-
45
- EnableSipMediaApplicationMessageLogs?: boolean;
46
- }
47
- export interface GetSipMediaApplicationLoggingConfigurationResponse {
48
-
49
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
50
- }
51
- export interface GetSipRuleRequest {
52
-
53
- SipRuleId: string | undefined;
54
- }
55
- export interface GetSipRuleResponse {
56
-
57
- SipRule?: SipRule;
58
- }
59
- export interface GetUserRequest {
60
-
61
- AccountId: string | undefined;
62
-
63
- UserId: string | undefined;
64
- }
65
- export interface GetUserResponse {
66
-
67
- User?: User;
68
- }
69
- export interface GetUserSettingsRequest {
70
-
71
- AccountId: string | undefined;
72
-
73
- UserId: string | undefined;
74
- }
75
-
76
- export interface TelephonySettings {
77
-
78
- InboundCalling: boolean | undefined;
79
-
80
- OutboundCalling: boolean | undefined;
81
-
82
- SMS: boolean | undefined;
83
- }
84
-
85
- export interface UserSettings {
86
-
87
- Telephony: TelephonySettings | undefined;
88
- }
89
- export interface GetUserSettingsResponse {
90
-
91
- UserSettings?: UserSettings;
92
- }
93
- export interface GetVoiceConnectorRequest {
94
-
95
- VoiceConnectorId: string | undefined;
96
- }
97
- export interface GetVoiceConnectorResponse {
98
-
99
- VoiceConnector?: VoiceConnector;
100
- }
101
- export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
102
-
103
- VoiceConnectorId: string | undefined;
104
- }
105
- export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
106
-
107
- EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
108
- }
109
- export interface GetVoiceConnectorGroupRequest {
110
-
111
- VoiceConnectorGroupId: string | undefined;
112
- }
113
- export interface GetVoiceConnectorGroupResponse {
114
-
115
- VoiceConnectorGroup?: VoiceConnectorGroup;
116
- }
117
- export interface GetVoiceConnectorLoggingConfigurationRequest {
118
-
119
- VoiceConnectorId: string | undefined;
120
- }
121
-
122
- export interface LoggingConfiguration {
123
-
124
- EnableSIPLogs?: boolean;
125
-
126
- EnableMediaMetricLogs?: boolean;
127
- }
128
- export interface GetVoiceConnectorLoggingConfigurationResponse {
129
-
130
- LoggingConfiguration?: LoggingConfiguration;
131
- }
132
- export interface GetVoiceConnectorOriginationRequest {
133
-
134
- VoiceConnectorId: string | undefined;
135
- }
136
- export declare enum OriginationRouteProtocol {
137
- TCP = "TCP",
138
- UDP = "UDP"
139
- }
140
-
141
- export interface OriginationRoute {
142
-
143
- Host?: string;
144
-
145
- Port?: number;
146
-
147
- Protocol?: OriginationRouteProtocol | string;
148
-
149
- Priority?: number;
150
-
151
- Weight?: number;
152
- }
153
-
154
- export interface Origination {
155
-
156
- Routes?: OriginationRoute[];
157
-
158
- Disabled?: boolean;
159
- }
160
- export interface GetVoiceConnectorOriginationResponse {
161
-
162
- Origination?: Origination;
163
- }
164
- export interface GetVoiceConnectorProxyRequest {
165
-
166
- VoiceConnectorId: string | undefined;
167
- }
168
-
169
- export interface Proxy {
170
-
171
- DefaultSessionExpiryMinutes?: number;
172
-
173
- Disabled?: boolean;
174
-
175
- FallBackPhoneNumber?: string;
176
-
177
- PhoneNumberCountries?: string[];
178
- }
179
- export interface GetVoiceConnectorProxyResponse {
180
-
181
- Proxy?: Proxy;
182
- }
183
- export interface GetVoiceConnectorStreamingConfigurationRequest {
184
-
185
- VoiceConnectorId: string | undefined;
186
- }
187
- export declare enum NotificationTarget {
188
- EventBridge = "EventBridge",
189
- SNS = "SNS",
190
- SQS = "SQS"
191
- }
192
-
193
- export interface StreamingNotificationTarget {
194
-
195
- NotificationTarget: NotificationTarget | string | undefined;
196
- }
197
-
198
- export interface StreamingConfiguration {
199
-
200
- DataRetentionInHours: number | undefined;
201
-
202
- Disabled?: boolean;
203
-
204
- StreamingNotificationTargets?: StreamingNotificationTarget[];
205
- }
206
- export interface GetVoiceConnectorStreamingConfigurationResponse {
207
-
208
- StreamingConfiguration?: StreamingConfiguration;
209
- }
210
- export interface GetVoiceConnectorTerminationRequest {
211
-
212
- VoiceConnectorId: string | undefined;
213
- }
214
-
215
- export interface Termination {
216
-
217
- CpsLimit?: number;
218
-
219
- DefaultPhoneNumber?: string;
220
-
221
- CallingRegions?: string[];
222
-
223
- CidrAllowedList?: string[];
224
-
225
- Disabled?: boolean;
226
- }
227
- export interface GetVoiceConnectorTerminationResponse {
228
-
229
- Termination?: Termination;
230
- }
231
- export interface GetVoiceConnectorTerminationHealthRequest {
232
-
233
- VoiceConnectorId: string | undefined;
234
- }
235
-
236
- export interface TerminationHealth {
237
-
238
- Timestamp?: Date;
239
-
240
- Source?: string;
241
- }
242
- export interface GetVoiceConnectorTerminationHealthResponse {
243
-
244
- TerminationHealth?: TerminationHealth;
245
- }
246
-
247
- export interface Invite {
248
-
249
- InviteId?: string;
250
-
251
- Status?: InviteStatus | string;
252
-
253
- EmailAddress?: string;
254
-
255
- EmailStatus?: EmailStatus | string;
256
- }
257
- export interface InviteUsersRequest {
258
-
259
- AccountId: string | undefined;
260
-
261
- UserEmailList: string[] | undefined;
262
-
263
- UserType?: UserType | string;
264
- }
265
- export interface InviteUsersResponse {
266
-
267
- Invites?: Invite[];
268
- }
269
- export interface ListAccountsRequest {
270
-
271
- Name?: string;
272
-
273
- UserEmail?: string;
274
-
275
- NextToken?: string;
276
-
277
- MaxResults?: number;
278
- }
279
- export interface ListAccountsResponse {
280
-
281
- Accounts?: Account[];
282
-
283
- NextToken?: string;
284
- }
285
- export interface ListAppInstanceAdminsRequest {
286
-
287
- AppInstanceArn: string | undefined;
288
-
289
- MaxResults?: number;
290
-
291
- NextToken?: string;
292
- }
293
- export interface ListAppInstanceAdminsResponse {
294
-
295
- AppInstanceArn?: string;
296
-
297
- AppInstanceAdmins?: AppInstanceAdminSummary[];
298
-
299
- NextToken?: string;
300
- }
301
- export interface ListAppInstancesRequest {
302
-
303
- MaxResults?: number;
304
-
305
- NextToken?: string;
306
- }
307
- export interface ListAppInstancesResponse {
308
-
309
- AppInstances?: AppInstanceSummary[];
310
-
311
- NextToken?: string;
312
- }
313
- export interface ListAppInstanceUsersRequest {
314
-
315
- AppInstanceArn: string | undefined;
316
-
317
- MaxResults?: number;
318
-
319
- NextToken?: string;
320
- }
321
- export interface ListAppInstanceUsersResponse {
322
-
323
- AppInstanceArn?: string;
324
-
325
- AppInstanceUsers?: AppInstanceUserSummary[];
326
-
327
- NextToken?: string;
328
- }
329
- export interface ListAttendeesRequest {
330
-
331
- MeetingId: string | undefined;
332
-
333
- NextToken?: string;
334
-
335
- MaxResults?: number;
336
- }
337
- export interface ListAttendeesResponse {
338
-
339
- Attendees?: Attendee[];
340
-
341
- NextToken?: string;
342
- }
343
- export interface ListAttendeeTagsRequest {
344
-
345
- MeetingId: string | undefined;
346
-
347
- AttendeeId: string | undefined;
348
- }
349
- export interface ListAttendeeTagsResponse {
350
-
351
- Tags?: Tag[];
352
- }
353
- export interface ListBotsRequest {
354
-
355
- AccountId: string | undefined;
356
-
357
- MaxResults?: number;
358
-
359
- NextToken?: string;
360
- }
361
- export interface ListBotsResponse {
362
-
363
- Bots?: Bot[];
364
-
365
- NextToken?: string;
366
- }
367
- export interface ListChannelBansRequest {
368
-
369
- ChannelArn: string | undefined;
370
-
371
- MaxResults?: number;
372
-
373
- NextToken?: string;
374
-
375
- ChimeBearer?: string;
376
- }
377
- export interface ListChannelBansResponse {
378
-
379
- ChannelArn?: string;
380
-
381
- NextToken?: string;
382
-
383
- ChannelBans?: ChannelBanSummary[];
384
- }
385
- export interface ListChannelMembershipsRequest {
386
-
387
- ChannelArn: string | undefined;
388
-
389
- Type?: ChannelMembershipType | string;
390
-
391
- MaxResults?: number;
392
-
393
- NextToken?: string;
394
-
395
- ChimeBearer?: string;
396
- }
397
- export interface ListChannelMembershipsResponse {
398
-
399
- ChannelArn?: string;
400
-
401
- ChannelMemberships?: ChannelMembershipSummary[];
402
-
403
- NextToken?: string;
404
- }
405
- export interface ListChannelMembershipsForAppInstanceUserRequest {
406
-
407
- AppInstanceUserArn?: string;
408
-
409
- MaxResults?: number;
410
-
411
- NextToken?: string;
412
-
413
- ChimeBearer?: string;
414
- }
415
- export interface ListChannelMembershipsForAppInstanceUserResponse {
416
-
417
- ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
418
-
419
- NextToken?: string;
420
- }
421
- export declare enum SortOrder {
422
- ASCENDING = "ASCENDING",
423
- DESCENDING = "DESCENDING"
424
- }
425
- export interface ListChannelMessagesRequest {
426
-
427
- ChannelArn: string | undefined;
428
-
429
- SortOrder?: SortOrder | string;
430
-
431
- NotBefore?: Date;
432
-
433
- NotAfter?: Date;
434
-
435
- MaxResults?: number;
436
-
437
- NextToken?: string;
438
-
439
- ChimeBearer?: string;
440
- }
441
- export interface ListChannelMessagesResponse {
442
-
443
- ChannelArn?: string;
444
-
445
- NextToken?: string;
446
-
447
- ChannelMessages?: ChannelMessageSummary[];
448
- }
449
- export interface ListChannelModeratorsRequest {
450
-
451
- ChannelArn: string | undefined;
452
-
453
- MaxResults?: number;
454
-
455
- NextToken?: string;
456
-
457
- ChimeBearer?: string;
458
- }
459
- export interface ListChannelModeratorsResponse {
460
-
461
- ChannelArn?: string;
462
-
463
- NextToken?: string;
464
-
465
- ChannelModerators?: ChannelModeratorSummary[];
466
- }
467
- export interface ListChannelsRequest {
468
-
469
- AppInstanceArn: string | undefined;
470
-
471
- Privacy?: ChannelPrivacy | string;
472
-
473
- MaxResults?: number;
474
-
475
- NextToken?: string;
476
-
477
- ChimeBearer?: string;
478
- }
479
- export interface ListChannelsResponse {
480
-
481
- Channels?: ChannelSummary[];
482
-
483
- NextToken?: string;
484
- }
485
- export interface ListChannelsModeratedByAppInstanceUserRequest {
486
-
487
- AppInstanceUserArn?: string;
488
-
489
- MaxResults?: number;
490
-
491
- NextToken?: string;
492
-
493
- ChimeBearer?: string;
494
- }
495
- export interface ListChannelsModeratedByAppInstanceUserResponse {
496
-
497
- Channels?: ChannelModeratedByAppInstanceUserSummary[];
498
-
499
- NextToken?: string;
500
- }
501
- export interface ListMediaCapturePipelinesRequest {
502
-
503
- NextToken?: string;
504
-
505
- MaxResults?: number;
506
- }
507
- export interface ListMediaCapturePipelinesResponse {
508
-
509
- MediaCapturePipelines?: MediaCapturePipeline[];
510
-
511
- NextToken?: string;
512
- }
513
- export interface ListMeetingsRequest {
514
-
515
- NextToken?: string;
516
-
517
- MaxResults?: number;
518
- }
519
- export interface ListMeetingsResponse {
520
-
521
- Meetings?: Meeting[];
522
-
523
- NextToken?: string;
524
- }
525
- export interface ListMeetingTagsRequest {
526
-
527
- MeetingId: string | undefined;
528
- }
529
- export interface ListMeetingTagsResponse {
530
-
531
- Tags?: Tag[];
532
- }
533
- export interface ListPhoneNumberOrdersRequest {
534
-
535
- NextToken?: string;
536
-
537
- MaxResults?: number;
538
- }
539
- export interface ListPhoneNumberOrdersResponse {
540
-
541
- PhoneNumberOrders?: PhoneNumberOrder[];
542
-
543
- NextToken?: string;
544
- }
545
- export interface ListPhoneNumbersRequest {
546
-
547
- Status?: PhoneNumberStatus | string;
548
-
549
- ProductType?: PhoneNumberProductType | string;
550
-
551
- FilterName?: PhoneNumberAssociationName | string;
552
-
553
- FilterValue?: string;
554
-
555
- MaxResults?: number;
556
-
557
- NextToken?: string;
558
- }
559
- export interface ListPhoneNumbersResponse {
560
-
561
- PhoneNumbers?: PhoneNumber[];
562
-
563
- NextToken?: string;
564
- }
565
- export interface ListProxySessionsRequest {
566
-
567
- VoiceConnectorId: string | undefined;
568
-
569
- Status?: ProxySessionStatus | string;
570
-
571
- NextToken?: string;
572
-
573
- MaxResults?: number;
574
- }
575
- export interface ListProxySessionsResponse {
576
-
577
- ProxySessions?: ProxySession[];
578
-
579
- NextToken?: string;
580
- }
581
- export interface ListRoomMembershipsRequest {
582
-
583
- AccountId: string | undefined;
584
-
585
- RoomId: string | undefined;
586
-
587
- MaxResults?: number;
588
-
589
- NextToken?: string;
590
- }
591
- export interface ListRoomMembershipsResponse {
592
-
593
- RoomMemberships?: RoomMembership[];
594
-
595
- NextToken?: string;
596
- }
597
- export interface ListRoomsRequest {
598
-
599
- AccountId: string | undefined;
600
-
601
- MemberId?: string;
602
-
603
- MaxResults?: number;
604
-
605
- NextToken?: string;
606
- }
607
- export interface ListRoomsResponse {
608
-
609
- Rooms?: Room[];
610
-
611
- NextToken?: string;
612
- }
613
- export interface ListSipMediaApplicationsRequest {
614
-
615
- MaxResults?: number;
616
-
617
- NextToken?: string;
618
- }
619
- export interface ListSipMediaApplicationsResponse {
620
-
621
- SipMediaApplications?: SipMediaApplication[];
622
-
623
- NextToken?: string;
624
- }
625
- export interface ListSipRulesRequest {
626
-
627
- SipMediaApplicationId?: string;
628
-
629
- MaxResults?: number;
630
-
631
- NextToken?: string;
632
- }
633
- export interface ListSipRulesResponse {
634
-
635
- SipRules?: SipRule[];
636
-
637
- NextToken?: string;
638
- }
639
- export interface ListSupportedPhoneNumberCountriesRequest {
640
-
641
- ProductType: PhoneNumberProductType | string | undefined;
642
- }
643
-
644
- export interface PhoneNumberCountry {
645
-
646
- CountryCode?: string;
647
-
648
- SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
649
- }
650
- export interface ListSupportedPhoneNumberCountriesResponse {
651
-
652
- PhoneNumberCountries?: PhoneNumberCountry[];
653
- }
654
- export interface ListTagsForResourceRequest {
655
-
656
- ResourceARN: string | undefined;
657
- }
658
- export interface ListTagsForResourceResponse {
659
-
660
- Tags?: Tag[];
661
- }
662
- export interface ListUsersRequest {
663
-
664
- AccountId: string | undefined;
665
-
666
- UserEmail?: string;
667
-
668
- UserType?: UserType | string;
669
-
670
- MaxResults?: number;
671
-
672
- NextToken?: string;
673
- }
674
- export interface ListUsersResponse {
675
-
676
- Users?: User[];
677
-
678
- NextToken?: string;
679
- }
680
- export interface ListVoiceConnectorGroupsRequest {
681
-
682
- NextToken?: string;
683
-
684
- MaxResults?: number;
685
- }
686
- export interface ListVoiceConnectorGroupsResponse {
687
-
688
- VoiceConnectorGroups?: VoiceConnectorGroup[];
689
-
690
- NextToken?: string;
691
- }
692
- export interface ListVoiceConnectorsRequest {
693
-
694
- NextToken?: string;
695
-
696
- MaxResults?: number;
697
- }
698
- export interface ListVoiceConnectorsResponse {
699
-
700
- VoiceConnectors?: VoiceConnector[];
701
-
702
- NextToken?: string;
703
- }
704
- export interface ListVoiceConnectorTerminationCredentialsRequest {
705
-
706
- VoiceConnectorId: string | undefined;
707
- }
708
- export interface ListVoiceConnectorTerminationCredentialsResponse {
709
-
710
- Usernames?: string[];
711
- }
712
- export interface LogoutUserRequest {
713
-
714
- AccountId: string | undefined;
715
-
716
- UserId: string | undefined;
717
- }
718
- export interface LogoutUserResponse {
719
- }
720
- export interface PutAppInstanceRetentionSettingsRequest {
721
-
722
- AppInstanceArn: string | undefined;
723
-
724
- AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
725
- }
726
- export interface PutAppInstanceRetentionSettingsResponse {
727
-
728
- AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
729
-
730
- InitiateDeletionTimestamp?: Date;
731
- }
732
- export interface PutAppInstanceStreamingConfigurationsRequest {
733
-
734
- AppInstanceArn: string | undefined;
735
-
736
- AppInstanceStreamingConfigurations: AppInstanceStreamingConfiguration[] | undefined;
737
- }
738
- export interface PutAppInstanceStreamingConfigurationsResponse {
739
-
740
- AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
741
- }
742
- export interface PutEventsConfigurationRequest {
743
-
744
- AccountId: string | undefined;
745
-
746
- BotId: string | undefined;
747
-
748
- OutboundEventsHTTPSEndpoint?: string;
749
-
750
- LambdaFunctionArn?: string;
751
- }
752
- export interface PutEventsConfigurationResponse {
753
-
754
- EventsConfiguration?: EventsConfiguration;
755
- }
756
- export interface PutRetentionSettingsRequest {
757
-
758
- AccountId: string | undefined;
759
-
760
- RetentionSettings: RetentionSettings | undefined;
761
- }
762
- export interface PutRetentionSettingsResponse {
763
-
764
- RetentionSettings?: RetentionSettings;
765
-
766
- InitiateDeletionTimestamp?: Date;
767
- }
768
- export interface PutSipMediaApplicationLoggingConfigurationRequest {
769
-
770
- SipMediaApplicationId: string | undefined;
771
-
772
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
773
- }
774
- export interface PutSipMediaApplicationLoggingConfigurationResponse {
775
-
776
- SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
777
- }
778
- export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
779
-
780
- VoiceConnectorId: string | undefined;
781
-
782
- EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
783
- }
784
- export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
785
-
786
- EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
787
- }
788
- export interface PutVoiceConnectorLoggingConfigurationRequest {
789
-
790
- VoiceConnectorId: string | undefined;
791
-
792
- LoggingConfiguration: LoggingConfiguration | undefined;
793
- }
794
- export interface PutVoiceConnectorLoggingConfigurationResponse {
795
-
796
- LoggingConfiguration?: LoggingConfiguration;
797
- }
798
- export interface PutVoiceConnectorOriginationRequest {
799
-
800
- VoiceConnectorId: string | undefined;
801
-
802
- Origination: Origination | undefined;
803
- }
804
- export interface PutVoiceConnectorOriginationResponse {
805
-
806
- Origination?: Origination;
807
- }
808
- export interface PutVoiceConnectorProxyRequest {
809
-
810
- VoiceConnectorId: string | undefined;
811
-
812
- DefaultSessionExpiryMinutes: number | undefined;
813
-
814
- PhoneNumberPoolCountries: string[] | undefined;
815
-
816
- FallBackPhoneNumber?: string;
817
-
818
- Disabled?: boolean;
819
- }
820
- export interface PutVoiceConnectorProxyResponse {
821
-
822
- Proxy?: Proxy;
823
- }
824
- export interface PutVoiceConnectorStreamingConfigurationRequest {
825
-
826
- VoiceConnectorId: string | undefined;
827
-
828
- StreamingConfiguration: StreamingConfiguration | undefined;
829
- }
830
- export interface PutVoiceConnectorStreamingConfigurationResponse {
831
-
832
- StreamingConfiguration?: StreamingConfiguration;
833
- }
834
- export interface PutVoiceConnectorTerminationRequest {
835
-
836
- VoiceConnectorId: string | undefined;
837
-
838
- Termination: Termination | undefined;
839
- }
840
- export interface PutVoiceConnectorTerminationResponse {
841
-
842
- Termination?: Termination;
843
- }
844
- export interface PutVoiceConnectorTerminationCredentialsRequest {
845
-
846
- VoiceConnectorId: string | undefined;
847
-
848
- Credentials?: Credential[];
849
- }
850
- export interface RedactChannelMessageRequest {
851
-
852
- ChannelArn: string | undefined;
853
-
854
- MessageId: string | undefined;
855
-
856
- ChimeBearer?: string;
857
- }
858
- export interface RedactChannelMessageResponse {
859
-
860
- ChannelArn?: string;
861
-
862
- MessageId?: string;
863
- }
864
- export interface RedactConversationMessageRequest {
865
-
866
- AccountId: string | undefined;
867
-
868
- ConversationId: string | undefined;
869
-
870
- MessageId: string | undefined;
871
- }
872
- export interface RedactConversationMessageResponse {
873
- }
874
- export interface RedactRoomMessageRequest {
875
-
876
- AccountId: string | undefined;
877
-
878
- RoomId: string | undefined;
879
-
880
- MessageId: string | undefined;
881
- }
882
- export interface RedactRoomMessageResponse {
883
- }
884
- export interface RegenerateSecurityTokenRequest {
885
-
886
- AccountId: string | undefined;
887
-
888
- BotId: string | undefined;
889
- }
890
- export interface RegenerateSecurityTokenResponse {
891
-
892
- Bot?: Bot;
893
- }
894
- export interface ResetPersonalPINRequest {
895
-
896
- AccountId: string | undefined;
897
-
898
- UserId: string | undefined;
899
- }
900
- export interface ResetPersonalPINResponse {
901
-
902
- User?: User;
903
- }
904
- export interface RestorePhoneNumberRequest {
905
-
906
- PhoneNumberId: string | undefined;
907
- }
908
- export interface RestorePhoneNumberResponse {
909
-
910
- PhoneNumber?: PhoneNumber;
911
- }
912
- export interface SearchAvailablePhoneNumbersRequest {
913
-
914
- AreaCode?: string;
915
-
916
- City?: string;
917
-
918
- Country?: string;
919
-
920
- State?: string;
921
-
922
- TollFreePrefix?: string;
923
-
924
- PhoneNumberType?: PhoneNumberType | string;
925
-
926
- MaxResults?: number;
927
-
928
- NextToken?: string;
929
- }
930
- export interface SearchAvailablePhoneNumbersResponse {
931
-
932
- E164PhoneNumbers?: string[];
933
-
934
- NextToken?: string;
935
- }
936
- export interface SendChannelMessageRequest {
937
-
938
- ChannelArn: string | undefined;
939
-
940
- Content: string | undefined;
941
-
942
- Type: ChannelMessageType | string | undefined;
943
-
944
- Persistence: ChannelMessagePersistenceType | string | undefined;
945
-
946
- Metadata?: string;
947
-
948
- ClientRequestToken?: string;
949
-
950
- ChimeBearer?: string;
951
- }
952
- export interface SendChannelMessageResponse {
953
-
954
- ChannelArn?: string;
955
-
956
- MessageId?: string;
957
- }
958
-
959
- export interface TranscriptionConfiguration {
960
-
961
- EngineTranscribeSettings?: EngineTranscribeSettings;
962
-
963
- EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
964
- }
965
- export interface StartMeetingTranscriptionRequest {
966
-
967
- MeetingId: string | undefined;
968
-
969
- TranscriptionConfiguration: TranscriptionConfiguration | undefined;
970
- }
971
- export interface StartMeetingTranscriptionResponse {
972
- }
973
- export interface StopMeetingTranscriptionRequest {
974
-
975
- MeetingId: string | undefined;
976
- }
977
- export interface StopMeetingTranscriptionResponse {
978
- }
979
- export interface TagAttendeeRequest {
980
-
981
- MeetingId: string | undefined;
982
-
983
- AttendeeId: string | undefined;
984
-
985
- Tags: Tag[] | undefined;
986
- }
987
- export interface TagMeetingRequest {
988
-
989
- MeetingId: string | undefined;
990
-
991
- Tags: Tag[] | undefined;
992
- }
993
- export interface TagResourceRequest {
994
-
995
- ResourceARN: string | undefined;
996
-
997
- Tags: Tag[] | undefined;
998
- }
999
- export interface UntagAttendeeRequest {
1000
-
1001
- MeetingId: string | undefined;
1002
-
1003
- AttendeeId: string | undefined;
1004
-
1005
- TagKeys: string[] | undefined;
1006
- }
1007
- export interface UntagMeetingRequest {
1008
-
1009
- MeetingId: string | undefined;
1010
-
1011
- TagKeys: string[] | undefined;
1012
- }
1013
- export interface UntagResourceRequest {
1014
-
1015
- ResourceARN: string | undefined;
1016
-
1017
- TagKeys: string[] | undefined;
1018
- }
1019
- export interface UpdateAccountRequest {
1020
-
1021
- AccountId: string | undefined;
1022
-
1023
- Name?: string;
1024
-
1025
- DefaultLicense?: License | string;
1026
- }
1027
- export interface UpdateAccountResponse {
1028
-
1029
- Account?: Account;
1030
- }
1031
- export interface UpdateAccountSettingsRequest {
1032
-
1033
- AccountId: string | undefined;
1034
-
1035
- AccountSettings: AccountSettings | undefined;
1036
- }
1037
- export interface UpdateAccountSettingsResponse {
1038
- }
1039
- export interface UpdateAppInstanceRequest {
1040
-
1041
- AppInstanceArn: string | undefined;
1042
-
1043
- Name: string | undefined;
1044
-
1045
- Metadata?: string;
1046
- }
1047
- export interface UpdateAppInstanceResponse {
1048
-
1049
- AppInstanceArn?: string;
1050
- }
1051
- export interface UpdateAppInstanceUserRequest {
1052
-
1053
- AppInstanceUserArn: string | undefined;
1054
-
1055
- Name: string | undefined;
1056
-
1057
- Metadata?: string;
1058
- }
1059
- export interface UpdateAppInstanceUserResponse {
1060
-
1061
- AppInstanceUserArn?: string;
1062
- }
1063
- export interface UpdateBotRequest {
1064
-
1065
- AccountId: string | undefined;
1066
-
1067
- BotId: string | undefined;
1068
-
1069
- Disabled?: boolean;
1070
- }
1071
- export interface UpdateBotResponse {
1072
-
1073
- Bot?: Bot;
1074
- }
1075
- export interface UpdateChannelRequest {
1076
-
1077
- ChannelArn: string | undefined;
1078
-
1079
- Name: string | undefined;
1080
-
1081
- Mode: ChannelMode | string | undefined;
1082
-
1083
- Metadata?: string;
1084
-
1085
- ChimeBearer?: string;
1086
- }
1087
- export interface UpdateChannelResponse {
1088
-
1089
- ChannelArn?: string;
1090
- }
1091
- export interface UpdateChannelMessageRequest {
1092
-
1093
- ChannelArn: string | undefined;
1094
-
1095
- MessageId: string | undefined;
1096
-
1097
- Content?: string;
1098
-
1099
- Metadata?: string;
1100
-
1101
- ChimeBearer?: string;
1102
- }
1103
- export interface UpdateChannelMessageResponse {
1104
-
1105
- ChannelArn?: string;
1106
-
1107
- MessageId?: string;
1108
- }
1109
- export interface UpdateChannelReadMarkerRequest {
1110
-
1111
- ChannelArn: string | undefined;
1112
-
1113
- ChimeBearer?: string;
1114
- }
1115
- export interface UpdateChannelReadMarkerResponse {
1116
-
1117
- ChannelArn?: string;
1118
- }
1119
- export interface UpdateGlobalSettingsRequest {
1120
-
1121
- BusinessCalling?: BusinessCallingSettings;
1122
-
1123
- VoiceConnector?: VoiceConnectorSettings;
1124
- }
1125
- export interface UpdatePhoneNumberRequest {
1126
-
1127
- PhoneNumberId: string | undefined;
1128
-
1129
- ProductType?: PhoneNumberProductType | string;
1130
-
1131
- CallingName?: string;
1132
- }
1133
- export interface UpdatePhoneNumberResponse {
1134
-
1135
- PhoneNumber?: PhoneNumber;
1136
- }
1137
- export interface UpdatePhoneNumberSettingsRequest {
1138
-
1139
- CallingName: string | undefined;
1140
- }
1141
- export interface UpdateProxySessionRequest {
1142
-
1143
- VoiceConnectorId: string | undefined;
1144
-
1145
- ProxySessionId: string | undefined;
1146
-
1147
- Capabilities: (Capability | string)[] | undefined;
1148
-
1149
- ExpiryMinutes?: number;
1150
- }
1151
- export interface UpdateProxySessionResponse {
1152
-
1153
- ProxySession?: ProxySession;
1154
- }
1155
- export interface UpdateRoomRequest {
1156
-
1157
- AccountId: string | undefined;
1158
-
1159
- RoomId: string | undefined;
1160
-
1161
- Name?: string;
1162
- }
1163
- export interface UpdateRoomResponse {
1164
-
1165
- Room?: Room;
1166
- }
1167
- export interface UpdateRoomMembershipRequest {
1168
-
1169
- AccountId: string | undefined;
1170
-
1171
- RoomId: string | undefined;
1172
-
1173
- MemberId: string | undefined;
1174
-
1175
- Role?: RoomMembershipRole | string;
1176
- }
1177
- export interface UpdateRoomMembershipResponse {
1178
-
1179
- RoomMembership?: RoomMembership;
1180
- }
1181
- export interface UpdateSipMediaApplicationRequest {
1182
-
1183
- SipMediaApplicationId: string | undefined;
1184
-
1185
- Name?: string;
1186
-
1187
- Endpoints?: SipMediaApplicationEndpoint[];
1188
- }
1189
- export interface UpdateSipMediaApplicationResponse {
1190
-
1191
- SipMediaApplication?: SipMediaApplication;
1192
- }
1193
- export interface UpdateSipMediaApplicationCallRequest {
1194
-
1195
- SipMediaApplicationId: string | undefined;
1196
-
1197
- TransactionId: string | undefined;
1198
-
1199
- Arguments: Record<string, string> | undefined;
1200
- }
1201
- export interface UpdateSipMediaApplicationCallResponse {
1202
-
1203
- SipMediaApplicationCall?: SipMediaApplicationCall;
1204
- }
1205
- export interface UpdateSipRuleRequest {
1206
-
1207
- SipRuleId: string | undefined;
1208
-
1209
- Name: string | undefined;
1210
-
1211
- Disabled?: boolean;
1212
-
1213
- TargetApplications?: SipRuleTargetApplication[];
1214
- }
1215
- export interface UpdateSipRuleResponse {
1216
-
1217
- SipRule?: SipRule;
1218
- }
1219
- export interface UpdateUserRequest {
1220
-
1221
- AccountId: string | undefined;
1222
-
1223
- UserId: string | undefined;
1224
-
1225
- LicenseType?: License | string;
1226
-
1227
- UserType?: UserType | string;
1228
-
1229
- AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
1230
- }
1231
- export interface UpdateUserResponse {
1232
-
1233
- User?: User;
1234
- }
1235
- export interface UpdateUserSettingsRequest {
1236
-
1237
- AccountId: string | undefined;
1238
-
1239
- UserId: string | undefined;
1240
-
1241
- UserSettings: UserSettings | undefined;
1242
- }
1243
- export interface UpdateVoiceConnectorRequest {
1244
-
1245
- VoiceConnectorId: string | undefined;
1246
-
1247
- Name: string | undefined;
1248
-
1249
- RequireEncryption: boolean | undefined;
1250
- }
1251
- export interface UpdateVoiceConnectorResponse {
1252
-
1253
- VoiceConnector?: VoiceConnector;
1254
- }
1255
- export interface UpdateVoiceConnectorGroupRequest {
1256
-
1257
- VoiceConnectorGroupId: string | undefined;
1258
-
1259
- Name: string | undefined;
1260
-
1261
- VoiceConnectorItems: VoiceConnectorItem[] | undefined;
1262
- }
1263
- export interface UpdateVoiceConnectorGroupResponse {
1264
-
1265
- VoiceConnectorGroup?: VoiceConnectorGroup;
1266
- }
1267
- export interface ValidateE911AddressRequest {
1268
-
1269
- AwsAccountId: string | undefined;
1270
-
1271
- StreetNumber: string | undefined;
1272
-
1273
- StreetInfo: string | undefined;
1274
-
1275
- City: string | undefined;
1276
-
1277
- State: string | undefined;
1278
-
1279
- Country: string | undefined;
1280
-
1281
- PostalCode: string | undefined;
1282
- }
1283
- export interface ValidateE911AddressResponse {
1284
-
1285
- ValidationResult?: number;
1286
-
1287
- AddressExternalId?: string;
1288
-
1289
- Address?: Address;
1290
-
1291
- CandidateAddressList?: CandidateAddress[];
1292
- }
1293
-
1294
- export declare const RoomRetentionSettingsFilterSensitiveLog: (obj: RoomRetentionSettings) => any;
1295
-
1296
- export declare const RetentionSettingsFilterSensitiveLog: (obj: RetentionSettings) => any;
1297
-
1298
- export declare const GetRetentionSettingsResponseFilterSensitiveLog: (obj: GetRetentionSettingsResponse) => any;
1299
-
1300
- export declare const GetRoomRequestFilterSensitiveLog: (obj: GetRoomRequest) => any;
1301
-
1302
- export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
1303
-
1304
- export declare const GetSipMediaApplicationRequestFilterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
1305
-
1306
- export declare const GetSipMediaApplicationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationResponse) => any;
1307
-
1308
- export declare const GetSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (obj: GetSipMediaApplicationLoggingConfigurationRequest) => any;
1309
-
1310
- export declare const SipMediaApplicationLoggingConfigurationFilterSensitiveLog: (obj: SipMediaApplicationLoggingConfiguration) => any;
1311
-
1312
- export declare const GetSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (obj: GetSipMediaApplicationLoggingConfigurationResponse) => any;
1313
-
1314
- export declare const GetSipRuleRequestFilterSensitiveLog: (obj: GetSipRuleRequest) => any;
1315
-
1316
- export declare const GetSipRuleResponseFilterSensitiveLog: (obj: GetSipRuleResponse) => any;
1317
-
1318
- export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
1319
-
1320
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
1321
-
1322
- export declare const GetUserSettingsRequestFilterSensitiveLog: (obj: GetUserSettingsRequest) => any;
1323
-
1324
- export declare const TelephonySettingsFilterSensitiveLog: (obj: TelephonySettings) => any;
1325
-
1326
- export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
1327
-
1328
- export declare const GetUserSettingsResponseFilterSensitiveLog: (obj: GetUserSettingsResponse) => any;
1329
-
1330
- export declare const GetVoiceConnectorRequestFilterSensitiveLog: (obj: GetVoiceConnectorRequest) => any;
1331
-
1332
- export declare const GetVoiceConnectorResponseFilterSensitiveLog: (obj: GetVoiceConnectorResponse) => any;
1333
-
1334
- export declare const GetVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationRequest) => any;
1335
-
1336
- export declare const GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationResponse) => any;
1337
-
1338
- export declare const GetVoiceConnectorGroupRequestFilterSensitiveLog: (obj: GetVoiceConnectorGroupRequest) => any;
1339
-
1340
- export declare const GetVoiceConnectorGroupResponseFilterSensitiveLog: (obj: GetVoiceConnectorGroupResponse) => any;
1341
-
1342
- export declare const GetVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationRequest) => any;
1343
-
1344
- export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
1345
-
1346
- export declare const GetVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationResponse) => any;
1347
-
1348
- export declare const GetVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: GetVoiceConnectorOriginationRequest) => any;
1349
-
1350
- export declare const OriginationRouteFilterSensitiveLog: (obj: OriginationRoute) => any;
1351
-
1352
- export declare const OriginationFilterSensitiveLog: (obj: Origination) => any;
1353
-
1354
- export declare const GetVoiceConnectorOriginationResponseFilterSensitiveLog: (obj: GetVoiceConnectorOriginationResponse) => any;
1355
-
1356
- export declare const GetVoiceConnectorProxyRequestFilterSensitiveLog: (obj: GetVoiceConnectorProxyRequest) => any;
1357
-
1358
- export declare const ProxyFilterSensitiveLog: (obj: Proxy) => any;
1359
-
1360
- export declare const GetVoiceConnectorProxyResponseFilterSensitiveLog: (obj: GetVoiceConnectorProxyResponse) => any;
1361
-
1362
- export declare const GetVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationRequest) => any;
1363
-
1364
- export declare const StreamingNotificationTargetFilterSensitiveLog: (obj: StreamingNotificationTarget) => any;
1365
-
1366
- export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
1367
-
1368
- export declare const GetVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationResponse) => any;
1369
-
1370
- export declare const GetVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: GetVoiceConnectorTerminationRequest) => any;
1371
-
1372
- export declare const TerminationFilterSensitiveLog: (obj: Termination) => any;
1373
-
1374
- export declare const GetVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: GetVoiceConnectorTerminationResponse) => any;
1375
-
1376
- export declare const GetVoiceConnectorTerminationHealthRequestFilterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthRequest) => any;
1377
-
1378
- export declare const TerminationHealthFilterSensitiveLog: (obj: TerminationHealth) => any;
1379
-
1380
- export declare const GetVoiceConnectorTerminationHealthResponseFilterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthResponse) => any;
1381
-
1382
- export declare const InviteFilterSensitiveLog: (obj: Invite) => any;
1383
-
1384
- export declare const InviteUsersRequestFilterSensitiveLog: (obj: InviteUsersRequest) => any;
1385
-
1386
- export declare const InviteUsersResponseFilterSensitiveLog: (obj: InviteUsersResponse) => any;
1387
-
1388
- export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
1389
-
1390
- export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
1391
-
1392
- export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
1393
-
1394
- export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
1395
-
1396
- export declare const ListAppInstancesRequestFilterSensitiveLog: (obj: ListAppInstancesRequest) => any;
1397
-
1398
- export declare const ListAppInstancesResponseFilterSensitiveLog: (obj: ListAppInstancesResponse) => any;
1399
-
1400
- export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
1401
-
1402
- export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
1403
-
1404
- export declare const ListAttendeesRequestFilterSensitiveLog: (obj: ListAttendeesRequest) => any;
1405
-
1406
- export declare const ListAttendeesResponseFilterSensitiveLog: (obj: ListAttendeesResponse) => any;
1407
-
1408
- export declare const ListAttendeeTagsRequestFilterSensitiveLog: (obj: ListAttendeeTagsRequest) => any;
1409
-
1410
- export declare const ListAttendeeTagsResponseFilterSensitiveLog: (obj: ListAttendeeTagsResponse) => any;
1411
-
1412
- export declare const ListBotsRequestFilterSensitiveLog: (obj: ListBotsRequest) => any;
1413
-
1414
- export declare const ListBotsResponseFilterSensitiveLog: (obj: ListBotsResponse) => any;
1415
-
1416
- export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
1417
-
1418
- export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
1419
-
1420
- export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
1421
-
1422
- export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
1423
-
1424
- export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
1425
-
1426
- export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
1427
-
1428
- export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
1429
-
1430
- export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
1431
-
1432
- export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
1433
-
1434
- export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
1435
-
1436
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
1437
-
1438
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
1439
-
1440
- export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
1441
-
1442
- export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
1443
-
1444
- export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
1445
-
1446
- export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
1447
-
1448
- export declare const ListMeetingsRequestFilterSensitiveLog: (obj: ListMeetingsRequest) => any;
1449
-
1450
- export declare const ListMeetingsResponseFilterSensitiveLog: (obj: ListMeetingsResponse) => any;
1451
-
1452
- export declare const ListMeetingTagsRequestFilterSensitiveLog: (obj: ListMeetingTagsRequest) => any;
1453
-
1454
- export declare const ListMeetingTagsResponseFilterSensitiveLog: (obj: ListMeetingTagsResponse) => any;
1455
-
1456
- export declare const ListPhoneNumberOrdersRequestFilterSensitiveLog: (obj: ListPhoneNumberOrdersRequest) => any;
1457
-
1458
- export declare const ListPhoneNumberOrdersResponseFilterSensitiveLog: (obj: ListPhoneNumberOrdersResponse) => any;
1459
-
1460
- export declare const ListPhoneNumbersRequestFilterSensitiveLog: (obj: ListPhoneNumbersRequest) => any;
1461
-
1462
- export declare const ListPhoneNumbersResponseFilterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
1463
-
1464
- export declare const ListProxySessionsRequestFilterSensitiveLog: (obj: ListProxySessionsRequest) => any;
1465
-
1466
- export declare const ListProxySessionsResponseFilterSensitiveLog: (obj: ListProxySessionsResponse) => any;
1467
-
1468
- export declare const ListRoomMembershipsRequestFilterSensitiveLog: (obj: ListRoomMembershipsRequest) => any;
1469
-
1470
- export declare const ListRoomMembershipsResponseFilterSensitiveLog: (obj: ListRoomMembershipsResponse) => any;
1471
-
1472
- export declare const ListRoomsRequestFilterSensitiveLog: (obj: ListRoomsRequest) => any;
1473
-
1474
- export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
1475
-
1476
- export declare const ListSipMediaApplicationsRequestFilterSensitiveLog: (obj: ListSipMediaApplicationsRequest) => any;
1477
-
1478
- export declare const ListSipMediaApplicationsResponseFilterSensitiveLog: (obj: ListSipMediaApplicationsResponse) => any;
1479
-
1480
- export declare const ListSipRulesRequestFilterSensitiveLog: (obj: ListSipRulesRequest) => any;
1481
-
1482
- export declare const ListSipRulesResponseFilterSensitiveLog: (obj: ListSipRulesResponse) => any;
1483
-
1484
- export declare const ListSupportedPhoneNumberCountriesRequestFilterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesRequest) => any;
1485
-
1486
- export declare const PhoneNumberCountryFilterSensitiveLog: (obj: PhoneNumberCountry) => any;
1487
-
1488
- export declare const ListSupportedPhoneNumberCountriesResponseFilterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesResponse) => any;
1489
-
1490
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1491
-
1492
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1493
-
1494
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
1495
-
1496
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
1497
-
1498
- export declare const ListVoiceConnectorGroupsRequestFilterSensitiveLog: (obj: ListVoiceConnectorGroupsRequest) => any;
1499
-
1500
- export declare const ListVoiceConnectorGroupsResponseFilterSensitiveLog: (obj: ListVoiceConnectorGroupsResponse) => any;
1501
-
1502
- export declare const ListVoiceConnectorsRequestFilterSensitiveLog: (obj: ListVoiceConnectorsRequest) => any;
1503
-
1504
- export declare const ListVoiceConnectorsResponseFilterSensitiveLog: (obj: ListVoiceConnectorsResponse) => any;
1505
-
1506
- export declare const ListVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsRequest) => any;
1507
-
1508
- export declare const ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsResponse) => any;
1509
-
1510
- export declare const LogoutUserRequestFilterSensitiveLog: (obj: LogoutUserRequest) => any;
1511
-
1512
- export declare const LogoutUserResponseFilterSensitiveLog: (obj: LogoutUserResponse) => any;
1513
-
1514
- export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
1515
-
1516
- export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
1517
-
1518
- export declare const PutAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsRequest) => any;
1519
-
1520
- export declare const PutAppInstanceStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsResponse) => any;
1521
-
1522
- export declare const PutEventsConfigurationRequestFilterSensitiveLog: (obj: PutEventsConfigurationRequest) => any;
1523
-
1524
- export declare const PutEventsConfigurationResponseFilterSensitiveLog: (obj: PutEventsConfigurationResponse) => any;
1525
-
1526
- export declare const PutRetentionSettingsRequestFilterSensitiveLog: (obj: PutRetentionSettingsRequest) => any;
1527
-
1528
- export declare const PutRetentionSettingsResponseFilterSensitiveLog: (obj: PutRetentionSettingsResponse) => any;
1529
-
1530
- export declare const PutSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationRequest) => any;
1531
-
1532
- export declare const PutSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationResponse) => any;
1533
-
1534
- export declare const PutVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationRequest) => any;
1535
-
1536
- export declare const PutVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationResponse) => any;
1537
-
1538
- export declare const PutVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationRequest) => any;
1539
-
1540
- export declare const PutVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationResponse) => any;
1541
-
1542
- export declare const PutVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: PutVoiceConnectorOriginationRequest) => any;
1543
-
1544
- export declare const PutVoiceConnectorOriginationResponseFilterSensitiveLog: (obj: PutVoiceConnectorOriginationResponse) => any;
1545
-
1546
- export declare const PutVoiceConnectorProxyRequestFilterSensitiveLog: (obj: PutVoiceConnectorProxyRequest) => any;
1547
-
1548
- export declare const PutVoiceConnectorProxyResponseFilterSensitiveLog: (obj: PutVoiceConnectorProxyResponse) => any;
1549
-
1550
- export declare const PutVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationRequest) => any;
1551
-
1552
- export declare const PutVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationResponse) => any;
1553
-
1554
- export declare const PutVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationRequest) => any;
1555
-
1556
- export declare const PutVoiceConnectorTerminationResponseFilterSensitiveLog: (obj: PutVoiceConnectorTerminationResponse) => any;
1557
-
1558
- export declare const PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: PutVoiceConnectorTerminationCredentialsRequest) => any;
1559
-
1560
- export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
1561
-
1562
- export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
1563
-
1564
- export declare const RedactConversationMessageRequestFilterSensitiveLog: (obj: RedactConversationMessageRequest) => any;
1565
-
1566
- export declare const RedactConversationMessageResponseFilterSensitiveLog: (obj: RedactConversationMessageResponse) => any;
1567
-
1568
- export declare const RedactRoomMessageRequestFilterSensitiveLog: (obj: RedactRoomMessageRequest) => any;
1569
-
1570
- export declare const RedactRoomMessageResponseFilterSensitiveLog: (obj: RedactRoomMessageResponse) => any;
1571
-
1572
- export declare const RegenerateSecurityTokenRequestFilterSensitiveLog: (obj: RegenerateSecurityTokenRequest) => any;
1573
-
1574
- export declare const RegenerateSecurityTokenResponseFilterSensitiveLog: (obj: RegenerateSecurityTokenResponse) => any;
1575
-
1576
- export declare const ResetPersonalPINRequestFilterSensitiveLog: (obj: ResetPersonalPINRequest) => any;
1577
-
1578
- export declare const ResetPersonalPINResponseFilterSensitiveLog: (obj: ResetPersonalPINResponse) => any;
1579
-
1580
- export declare const RestorePhoneNumberRequestFilterSensitiveLog: (obj: RestorePhoneNumberRequest) => any;
1581
-
1582
- export declare const RestorePhoneNumberResponseFilterSensitiveLog: (obj: RestorePhoneNumberResponse) => any;
1583
-
1584
- export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersRequest) => any;
1585
-
1586
- export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
1587
-
1588
- export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
1589
-
1590
- export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
1591
-
1592
- export declare const TranscriptionConfigurationFilterSensitiveLog: (obj: TranscriptionConfiguration) => any;
1593
-
1594
- export declare const StartMeetingTranscriptionRequestFilterSensitiveLog: (obj: StartMeetingTranscriptionRequest) => any;
1595
-
1596
- export declare const StartMeetingTranscriptionResponseFilterSensitiveLog: (obj: StartMeetingTranscriptionResponse) => any;
1597
-
1598
- export declare const StopMeetingTranscriptionRequestFilterSensitiveLog: (obj: StopMeetingTranscriptionRequest) => any;
1599
-
1600
- export declare const StopMeetingTranscriptionResponseFilterSensitiveLog: (obj: StopMeetingTranscriptionResponse) => any;
1601
-
1602
- export declare const TagAttendeeRequestFilterSensitiveLog: (obj: TagAttendeeRequest) => any;
1603
-
1604
- export declare const TagMeetingRequestFilterSensitiveLog: (obj: TagMeetingRequest) => any;
1605
-
1606
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1607
-
1608
- export declare const UntagAttendeeRequestFilterSensitiveLog: (obj: UntagAttendeeRequest) => any;
1609
-
1610
- export declare const UntagMeetingRequestFilterSensitiveLog: (obj: UntagMeetingRequest) => any;
1611
-
1612
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1613
-
1614
- export declare const UpdateAccountRequestFilterSensitiveLog: (obj: UpdateAccountRequest) => any;
1615
-
1616
- export declare const UpdateAccountResponseFilterSensitiveLog: (obj: UpdateAccountResponse) => any;
1617
-
1618
- export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (obj: UpdateAccountSettingsRequest) => any;
1619
-
1620
- export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (obj: UpdateAccountSettingsResponse) => any;
1621
-
1622
- export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
1623
-
1624
- export declare const UpdateAppInstanceResponseFilterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
1625
-
1626
- export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
1627
-
1628
- export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
1629
-
1630
- export declare const UpdateBotRequestFilterSensitiveLog: (obj: UpdateBotRequest) => any;
1631
-
1632
- export declare const UpdateBotResponseFilterSensitiveLog: (obj: UpdateBotResponse) => any;
1633
-
1634
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
1635
-
1636
- export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
1637
-
1638
- export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
1639
-
1640
- export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
1641
-
1642
- export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
1643
-
1644
- export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
1645
-
1646
- export declare const UpdateGlobalSettingsRequestFilterSensitiveLog: (obj: UpdateGlobalSettingsRequest) => any;
1647
-
1648
- export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
1649
-
1650
- export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
1651
-
1652
- export declare const UpdatePhoneNumberSettingsRequestFilterSensitiveLog: (obj: UpdatePhoneNumberSettingsRequest) => any;
1653
-
1654
- export declare const UpdateProxySessionRequestFilterSensitiveLog: (obj: UpdateProxySessionRequest) => any;
1655
-
1656
- export declare const UpdateProxySessionResponseFilterSensitiveLog: (obj: UpdateProxySessionResponse) => any;
1657
-
1658
- export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
1659
-
1660
- export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
1661
-
1662
- export declare const UpdateRoomMembershipRequestFilterSensitiveLog: (obj: UpdateRoomMembershipRequest) => any;
1663
-
1664
- export declare const UpdateRoomMembershipResponseFilterSensitiveLog: (obj: UpdateRoomMembershipResponse) => any;
1665
-
1666
- export declare const UpdateSipMediaApplicationRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationRequest) => any;
1667
-
1668
- export declare const UpdateSipMediaApplicationResponseFilterSensitiveLog: (obj: UpdateSipMediaApplicationResponse) => any;
1669
-
1670
- export declare const UpdateSipMediaApplicationCallRequestFilterSensitiveLog: (obj: UpdateSipMediaApplicationCallRequest) => any;
1671
-
1672
- export declare const UpdateSipMediaApplicationCallResponseFilterSensitiveLog: (obj: UpdateSipMediaApplicationCallResponse) => any;
1673
-
1674
- export declare const UpdateSipRuleRequestFilterSensitiveLog: (obj: UpdateSipRuleRequest) => any;
1675
-
1676
- export declare const UpdateSipRuleResponseFilterSensitiveLog: (obj: UpdateSipRuleResponse) => any;
1677
-
1678
- export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
1679
-
1680
- export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
1681
-
1682
- export declare const UpdateUserSettingsRequestFilterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
1683
-
1684
- export declare const UpdateVoiceConnectorRequestFilterSensitiveLog: (obj: UpdateVoiceConnectorRequest) => any;
1685
-
1686
- export declare const UpdateVoiceConnectorResponseFilterSensitiveLog: (obj: UpdateVoiceConnectorResponse) => any;
1687
-
1688
- export declare const UpdateVoiceConnectorGroupRequestFilterSensitiveLog: (obj: UpdateVoiceConnectorGroupRequest) => any;
1689
-
1690
- export declare const UpdateVoiceConnectorGroupResponseFilterSensitiveLog: (obj: UpdateVoiceConnectorGroupResponse) => any;
1691
-
1692
- export declare const ValidateE911AddressRequestFilterSensitiveLog: (obj: ValidateE911AddressRequest) => any;
1693
-
1694
- export declare const ValidateE911AddressResponseFilterSensitiveLog: (obj: ValidateE911AddressResponse) => any;
1
+ import {
2
+ Account,
3
+ AccountSettings,
4
+ Address,
5
+ AlexaForBusinessMetadata,
6
+ AppInstanceAdminSummary,
7
+ AppInstanceRetentionSettings,
8
+ AppInstanceStreamingConfiguration,
9
+ AppInstanceSummary,
10
+ AppInstanceUserSummary,
11
+ Attendee,
12
+ Bot,
13
+ BusinessCallingSettings,
14
+ CandidateAddress,
15
+ Capability,
16
+ ChannelBanSummary,
17
+ ChannelMembershipForAppInstanceUserSummary,
18
+ ChannelMembershipSummary,
19
+ ChannelMembershipType,
20
+ ChannelMessagePersistenceType,
21
+ ChannelMessageSummary,
22
+ ChannelMessageType,
23
+ ChannelMode,
24
+ ChannelModeratedByAppInstanceUserSummary,
25
+ ChannelModeratorSummary,
26
+ ChannelPrivacy,
27
+ ChannelSummary,
28
+ ConversationRetentionSettings,
29
+ Credential,
30
+ EmailStatus,
31
+ EmergencyCallingConfiguration,
32
+ EngineTranscribeMedicalSettings,
33
+ EngineTranscribeSettings,
34
+ EventsConfiguration,
35
+ InviteStatus,
36
+ License,
37
+ MediaCapturePipeline,
38
+ Meeting,
39
+ PhoneNumber,
40
+ PhoneNumberAssociationName,
41
+ PhoneNumberOrder,
42
+ PhoneNumberProductType,
43
+ PhoneNumberStatus,
44
+ PhoneNumberType,
45
+ ProxySession,
46
+ ProxySessionStatus,
47
+ Room,
48
+ RoomMembership,
49
+ RoomMembershipRole,
50
+ SipMediaApplication,
51
+ SipMediaApplicationCall,
52
+ SipMediaApplicationEndpoint,
53
+ SipRule,
54
+ SipRuleTargetApplication,
55
+ Tag,
56
+ User,
57
+ UserType,
58
+ VoiceConnector,
59
+ VoiceConnectorGroup,
60
+ VoiceConnectorItem,
61
+ VoiceConnectorSettings,
62
+ } from "./models_0";
63
+
64
+ export interface RoomRetentionSettings {
65
+ RetentionDays?: number;
66
+ }
67
+
68
+ export interface RetentionSettings {
69
+ RoomRetentionSettings?: RoomRetentionSettings;
70
+
71
+ ConversationRetentionSettings?: ConversationRetentionSettings;
72
+ }
73
+ export interface GetRetentionSettingsResponse {
74
+ RetentionSettings?: RetentionSettings;
75
+
76
+ InitiateDeletionTimestamp?: Date;
77
+ }
78
+ export interface GetRoomRequest {
79
+ AccountId: string | undefined;
80
+
81
+ RoomId: string | undefined;
82
+ }
83
+ export interface GetRoomResponse {
84
+ Room?: Room;
85
+ }
86
+ export interface GetSipMediaApplicationRequest {
87
+ SipMediaApplicationId: string | undefined;
88
+ }
89
+ export interface GetSipMediaApplicationResponse {
90
+ SipMediaApplication?: SipMediaApplication;
91
+ }
92
+ export interface GetSipMediaApplicationLoggingConfigurationRequest {
93
+ SipMediaApplicationId: string | undefined;
94
+ }
95
+
96
+ export interface SipMediaApplicationLoggingConfiguration {
97
+ EnableSipMediaApplicationMessageLogs?: boolean;
98
+ }
99
+ export interface GetSipMediaApplicationLoggingConfigurationResponse {
100
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
101
+ }
102
+ export interface GetSipRuleRequest {
103
+ SipRuleId: string | undefined;
104
+ }
105
+ export interface GetSipRuleResponse {
106
+ SipRule?: SipRule;
107
+ }
108
+ export interface GetUserRequest {
109
+ AccountId: string | undefined;
110
+
111
+ UserId: string | undefined;
112
+ }
113
+ export interface GetUserResponse {
114
+ User?: User;
115
+ }
116
+ export interface GetUserSettingsRequest {
117
+ AccountId: string | undefined;
118
+
119
+ UserId: string | undefined;
120
+ }
121
+
122
+ export interface TelephonySettings {
123
+ InboundCalling: boolean | undefined;
124
+
125
+ OutboundCalling: boolean | undefined;
126
+
127
+ SMS: boolean | undefined;
128
+ }
129
+
130
+ export interface UserSettings {
131
+ Telephony: TelephonySettings | undefined;
132
+ }
133
+ export interface GetUserSettingsResponse {
134
+ UserSettings?: UserSettings;
135
+ }
136
+ export interface GetVoiceConnectorRequest {
137
+ VoiceConnectorId: string | undefined;
138
+ }
139
+ export interface GetVoiceConnectorResponse {
140
+ VoiceConnector?: VoiceConnector;
141
+ }
142
+ export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
143
+ VoiceConnectorId: string | undefined;
144
+ }
145
+ export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
146
+ EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
147
+ }
148
+ export interface GetVoiceConnectorGroupRequest {
149
+ VoiceConnectorGroupId: string | undefined;
150
+ }
151
+ export interface GetVoiceConnectorGroupResponse {
152
+ VoiceConnectorGroup?: VoiceConnectorGroup;
153
+ }
154
+ export interface GetVoiceConnectorLoggingConfigurationRequest {
155
+ VoiceConnectorId: string | undefined;
156
+ }
157
+
158
+ export interface LoggingConfiguration {
159
+ EnableSIPLogs?: boolean;
160
+
161
+ EnableMediaMetricLogs?: boolean;
162
+ }
163
+ export interface GetVoiceConnectorLoggingConfigurationResponse {
164
+ LoggingConfiguration?: LoggingConfiguration;
165
+ }
166
+ export interface GetVoiceConnectorOriginationRequest {
167
+ VoiceConnectorId: string | undefined;
168
+ }
169
+ export declare enum OriginationRouteProtocol {
170
+ TCP = "TCP",
171
+ UDP = "UDP",
172
+ }
173
+
174
+ export interface OriginationRoute {
175
+ Host?: string;
176
+
177
+ Port?: number;
178
+
179
+ Protocol?: OriginationRouteProtocol | string;
180
+
181
+ Priority?: number;
182
+
183
+ Weight?: number;
184
+ }
185
+
186
+ export interface Origination {
187
+ Routes?: OriginationRoute[];
188
+
189
+ Disabled?: boolean;
190
+ }
191
+ export interface GetVoiceConnectorOriginationResponse {
192
+ Origination?: Origination;
193
+ }
194
+ export interface GetVoiceConnectorProxyRequest {
195
+ VoiceConnectorId: string | undefined;
196
+ }
197
+
198
+ export interface Proxy {
199
+ DefaultSessionExpiryMinutes?: number;
200
+
201
+ Disabled?: boolean;
202
+
203
+ FallBackPhoneNumber?: string;
204
+
205
+ PhoneNumberCountries?: string[];
206
+ }
207
+ export interface GetVoiceConnectorProxyResponse {
208
+ Proxy?: Proxy;
209
+ }
210
+ export interface GetVoiceConnectorStreamingConfigurationRequest {
211
+ VoiceConnectorId: string | undefined;
212
+ }
213
+ export declare enum NotificationTarget {
214
+ EventBridge = "EventBridge",
215
+ SNS = "SNS",
216
+ SQS = "SQS",
217
+ }
218
+
219
+ export interface StreamingNotificationTarget {
220
+ NotificationTarget: NotificationTarget | string | undefined;
221
+ }
222
+
223
+ export interface StreamingConfiguration {
224
+ DataRetentionInHours: number | undefined;
225
+
226
+ Disabled?: boolean;
227
+
228
+ StreamingNotificationTargets?: StreamingNotificationTarget[];
229
+ }
230
+ export interface GetVoiceConnectorStreamingConfigurationResponse {
231
+ StreamingConfiguration?: StreamingConfiguration;
232
+ }
233
+ export interface GetVoiceConnectorTerminationRequest {
234
+ VoiceConnectorId: string | undefined;
235
+ }
236
+
237
+ export interface Termination {
238
+ CpsLimit?: number;
239
+
240
+ DefaultPhoneNumber?: string;
241
+
242
+ CallingRegions?: string[];
243
+
244
+ CidrAllowedList?: string[];
245
+
246
+ Disabled?: boolean;
247
+ }
248
+ export interface GetVoiceConnectorTerminationResponse {
249
+ Termination?: Termination;
250
+ }
251
+ export interface GetVoiceConnectorTerminationHealthRequest {
252
+ VoiceConnectorId: string | undefined;
253
+ }
254
+
255
+ export interface TerminationHealth {
256
+ Timestamp?: Date;
257
+
258
+ Source?: string;
259
+ }
260
+ export interface GetVoiceConnectorTerminationHealthResponse {
261
+ TerminationHealth?: TerminationHealth;
262
+ }
263
+
264
+ export interface Invite {
265
+ InviteId?: string;
266
+
267
+ Status?: InviteStatus | string;
268
+
269
+ EmailAddress?: string;
270
+
271
+ EmailStatus?: EmailStatus | string;
272
+ }
273
+ export interface InviteUsersRequest {
274
+ AccountId: string | undefined;
275
+
276
+ UserEmailList: string[] | undefined;
277
+
278
+ UserType?: UserType | string;
279
+ }
280
+ export interface InviteUsersResponse {
281
+ Invites?: Invite[];
282
+ }
283
+ export interface ListAccountsRequest {
284
+ Name?: string;
285
+
286
+ UserEmail?: string;
287
+
288
+ NextToken?: string;
289
+
290
+ MaxResults?: number;
291
+ }
292
+ export interface ListAccountsResponse {
293
+ Accounts?: Account[];
294
+
295
+ NextToken?: string;
296
+ }
297
+ export interface ListAppInstanceAdminsRequest {
298
+ AppInstanceArn: string | undefined;
299
+
300
+ MaxResults?: number;
301
+
302
+ NextToken?: string;
303
+ }
304
+ export interface ListAppInstanceAdminsResponse {
305
+ AppInstanceArn?: string;
306
+
307
+ AppInstanceAdmins?: AppInstanceAdminSummary[];
308
+
309
+ NextToken?: string;
310
+ }
311
+ export interface ListAppInstancesRequest {
312
+ MaxResults?: number;
313
+
314
+ NextToken?: string;
315
+ }
316
+ export interface ListAppInstancesResponse {
317
+ AppInstances?: AppInstanceSummary[];
318
+
319
+ NextToken?: string;
320
+ }
321
+ export interface ListAppInstanceUsersRequest {
322
+ AppInstanceArn: string | undefined;
323
+
324
+ MaxResults?: number;
325
+
326
+ NextToken?: string;
327
+ }
328
+ export interface ListAppInstanceUsersResponse {
329
+ AppInstanceArn?: string;
330
+
331
+ AppInstanceUsers?: AppInstanceUserSummary[];
332
+
333
+ NextToken?: string;
334
+ }
335
+ export interface ListAttendeesRequest {
336
+ MeetingId: string | undefined;
337
+
338
+ NextToken?: string;
339
+
340
+ MaxResults?: number;
341
+ }
342
+ export interface ListAttendeesResponse {
343
+ Attendees?: Attendee[];
344
+
345
+ NextToken?: string;
346
+ }
347
+ export interface ListAttendeeTagsRequest {
348
+ MeetingId: string | undefined;
349
+
350
+ AttendeeId: string | undefined;
351
+ }
352
+ export interface ListAttendeeTagsResponse {
353
+ Tags?: Tag[];
354
+ }
355
+ export interface ListBotsRequest {
356
+ AccountId: string | undefined;
357
+
358
+ MaxResults?: number;
359
+
360
+ NextToken?: string;
361
+ }
362
+ export interface ListBotsResponse {
363
+ Bots?: Bot[];
364
+
365
+ NextToken?: string;
366
+ }
367
+ export interface ListChannelBansRequest {
368
+ ChannelArn: string | undefined;
369
+
370
+ MaxResults?: number;
371
+
372
+ NextToken?: string;
373
+
374
+ ChimeBearer?: string;
375
+ }
376
+ export interface ListChannelBansResponse {
377
+ ChannelArn?: string;
378
+
379
+ NextToken?: string;
380
+
381
+ ChannelBans?: ChannelBanSummary[];
382
+ }
383
+ export interface ListChannelMembershipsRequest {
384
+ ChannelArn: string | undefined;
385
+
386
+ Type?: ChannelMembershipType | string;
387
+
388
+ MaxResults?: number;
389
+
390
+ NextToken?: string;
391
+
392
+ ChimeBearer?: string;
393
+ }
394
+ export interface ListChannelMembershipsResponse {
395
+ ChannelArn?: string;
396
+
397
+ ChannelMemberships?: ChannelMembershipSummary[];
398
+
399
+ NextToken?: string;
400
+ }
401
+ export interface ListChannelMembershipsForAppInstanceUserRequest {
402
+ AppInstanceUserArn?: string;
403
+
404
+ MaxResults?: number;
405
+
406
+ NextToken?: string;
407
+
408
+ ChimeBearer?: string;
409
+ }
410
+ export interface ListChannelMembershipsForAppInstanceUserResponse {
411
+ ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
412
+
413
+ NextToken?: string;
414
+ }
415
+ export declare enum SortOrder {
416
+ ASCENDING = "ASCENDING",
417
+ DESCENDING = "DESCENDING",
418
+ }
419
+ export interface ListChannelMessagesRequest {
420
+ ChannelArn: string | undefined;
421
+
422
+ SortOrder?: SortOrder | string;
423
+
424
+ NotBefore?: Date;
425
+
426
+ NotAfter?: Date;
427
+
428
+ MaxResults?: number;
429
+
430
+ NextToken?: string;
431
+
432
+ ChimeBearer?: string;
433
+ }
434
+ export interface ListChannelMessagesResponse {
435
+ ChannelArn?: string;
436
+
437
+ NextToken?: string;
438
+
439
+ ChannelMessages?: ChannelMessageSummary[];
440
+ }
441
+ export interface ListChannelModeratorsRequest {
442
+ ChannelArn: string | undefined;
443
+
444
+ MaxResults?: number;
445
+
446
+ NextToken?: string;
447
+
448
+ ChimeBearer?: string;
449
+ }
450
+ export interface ListChannelModeratorsResponse {
451
+ ChannelArn?: string;
452
+
453
+ NextToken?: string;
454
+
455
+ ChannelModerators?: ChannelModeratorSummary[];
456
+ }
457
+ export interface ListChannelsRequest {
458
+ AppInstanceArn: string | undefined;
459
+
460
+ Privacy?: ChannelPrivacy | string;
461
+
462
+ MaxResults?: number;
463
+
464
+ NextToken?: string;
465
+
466
+ ChimeBearer?: string;
467
+ }
468
+ export interface ListChannelsResponse {
469
+ Channels?: ChannelSummary[];
470
+
471
+ NextToken?: string;
472
+ }
473
+ export interface ListChannelsModeratedByAppInstanceUserRequest {
474
+ AppInstanceUserArn?: string;
475
+
476
+ MaxResults?: number;
477
+
478
+ NextToken?: string;
479
+
480
+ ChimeBearer?: string;
481
+ }
482
+ export interface ListChannelsModeratedByAppInstanceUserResponse {
483
+ Channels?: ChannelModeratedByAppInstanceUserSummary[];
484
+
485
+ NextToken?: string;
486
+ }
487
+ export interface ListMediaCapturePipelinesRequest {
488
+ NextToken?: string;
489
+
490
+ MaxResults?: number;
491
+ }
492
+ export interface ListMediaCapturePipelinesResponse {
493
+ MediaCapturePipelines?: MediaCapturePipeline[];
494
+
495
+ NextToken?: string;
496
+ }
497
+ export interface ListMeetingsRequest {
498
+ NextToken?: string;
499
+
500
+ MaxResults?: number;
501
+ }
502
+ export interface ListMeetingsResponse {
503
+ Meetings?: Meeting[];
504
+
505
+ NextToken?: string;
506
+ }
507
+ export interface ListMeetingTagsRequest {
508
+ MeetingId: string | undefined;
509
+ }
510
+ export interface ListMeetingTagsResponse {
511
+ Tags?: Tag[];
512
+ }
513
+ export interface ListPhoneNumberOrdersRequest {
514
+ NextToken?: string;
515
+
516
+ MaxResults?: number;
517
+ }
518
+ export interface ListPhoneNumberOrdersResponse {
519
+ PhoneNumberOrders?: PhoneNumberOrder[];
520
+
521
+ NextToken?: string;
522
+ }
523
+ export interface ListPhoneNumbersRequest {
524
+ Status?: PhoneNumberStatus | string;
525
+
526
+ ProductType?: PhoneNumberProductType | string;
527
+
528
+ FilterName?: PhoneNumberAssociationName | string;
529
+
530
+ FilterValue?: string;
531
+
532
+ MaxResults?: number;
533
+
534
+ NextToken?: string;
535
+ }
536
+ export interface ListPhoneNumbersResponse {
537
+ PhoneNumbers?: PhoneNumber[];
538
+
539
+ NextToken?: string;
540
+ }
541
+ export interface ListProxySessionsRequest {
542
+ VoiceConnectorId: string | undefined;
543
+
544
+ Status?: ProxySessionStatus | string;
545
+
546
+ NextToken?: string;
547
+
548
+ MaxResults?: number;
549
+ }
550
+ export interface ListProxySessionsResponse {
551
+ ProxySessions?: ProxySession[];
552
+
553
+ NextToken?: string;
554
+ }
555
+ export interface ListRoomMembershipsRequest {
556
+ AccountId: string | undefined;
557
+
558
+ RoomId: string | undefined;
559
+
560
+ MaxResults?: number;
561
+
562
+ NextToken?: string;
563
+ }
564
+ export interface ListRoomMembershipsResponse {
565
+ RoomMemberships?: RoomMembership[];
566
+
567
+ NextToken?: string;
568
+ }
569
+ export interface ListRoomsRequest {
570
+ AccountId: string | undefined;
571
+
572
+ MemberId?: string;
573
+
574
+ MaxResults?: number;
575
+
576
+ NextToken?: string;
577
+ }
578
+ export interface ListRoomsResponse {
579
+ Rooms?: Room[];
580
+
581
+ NextToken?: string;
582
+ }
583
+ export interface ListSipMediaApplicationsRequest {
584
+ MaxResults?: number;
585
+
586
+ NextToken?: string;
587
+ }
588
+ export interface ListSipMediaApplicationsResponse {
589
+ SipMediaApplications?: SipMediaApplication[];
590
+
591
+ NextToken?: string;
592
+ }
593
+ export interface ListSipRulesRequest {
594
+ SipMediaApplicationId?: string;
595
+
596
+ MaxResults?: number;
597
+
598
+ NextToken?: string;
599
+ }
600
+ export interface ListSipRulesResponse {
601
+ SipRules?: SipRule[];
602
+
603
+ NextToken?: string;
604
+ }
605
+ export interface ListSupportedPhoneNumberCountriesRequest {
606
+ ProductType: PhoneNumberProductType | string | undefined;
607
+ }
608
+
609
+ export interface PhoneNumberCountry {
610
+ CountryCode?: string;
611
+
612
+ SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
613
+ }
614
+ export interface ListSupportedPhoneNumberCountriesResponse {
615
+ PhoneNumberCountries?: PhoneNumberCountry[];
616
+ }
617
+ export interface ListTagsForResourceRequest {
618
+ ResourceARN: string | undefined;
619
+ }
620
+ export interface ListTagsForResourceResponse {
621
+ Tags?: Tag[];
622
+ }
623
+ export interface ListUsersRequest {
624
+ AccountId: string | undefined;
625
+
626
+ UserEmail?: string;
627
+
628
+ UserType?: UserType | string;
629
+
630
+ MaxResults?: number;
631
+
632
+ NextToken?: string;
633
+ }
634
+ export interface ListUsersResponse {
635
+ Users?: User[];
636
+
637
+ NextToken?: string;
638
+ }
639
+ export interface ListVoiceConnectorGroupsRequest {
640
+ NextToken?: string;
641
+
642
+ MaxResults?: number;
643
+ }
644
+ export interface ListVoiceConnectorGroupsResponse {
645
+ VoiceConnectorGroups?: VoiceConnectorGroup[];
646
+
647
+ NextToken?: string;
648
+ }
649
+ export interface ListVoiceConnectorsRequest {
650
+ NextToken?: string;
651
+
652
+ MaxResults?: number;
653
+ }
654
+ export interface ListVoiceConnectorsResponse {
655
+ VoiceConnectors?: VoiceConnector[];
656
+
657
+ NextToken?: string;
658
+ }
659
+ export interface ListVoiceConnectorTerminationCredentialsRequest {
660
+ VoiceConnectorId: string | undefined;
661
+ }
662
+ export interface ListVoiceConnectorTerminationCredentialsResponse {
663
+ Usernames?: string[];
664
+ }
665
+ export interface LogoutUserRequest {
666
+ AccountId: string | undefined;
667
+
668
+ UserId: string | undefined;
669
+ }
670
+ export interface LogoutUserResponse {}
671
+ export interface PutAppInstanceRetentionSettingsRequest {
672
+ AppInstanceArn: string | undefined;
673
+
674
+ AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
675
+ }
676
+ export interface PutAppInstanceRetentionSettingsResponse {
677
+ AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
678
+
679
+ InitiateDeletionTimestamp?: Date;
680
+ }
681
+ export interface PutAppInstanceStreamingConfigurationsRequest {
682
+ AppInstanceArn: string | undefined;
683
+
684
+ AppInstanceStreamingConfigurations:
685
+ | AppInstanceStreamingConfiguration[]
686
+ | undefined;
687
+ }
688
+ export interface PutAppInstanceStreamingConfigurationsResponse {
689
+ AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
690
+ }
691
+ export interface PutEventsConfigurationRequest {
692
+ AccountId: string | undefined;
693
+
694
+ BotId: string | undefined;
695
+
696
+ OutboundEventsHTTPSEndpoint?: string;
697
+
698
+ LambdaFunctionArn?: string;
699
+ }
700
+ export interface PutEventsConfigurationResponse {
701
+ EventsConfiguration?: EventsConfiguration;
702
+ }
703
+ export interface PutRetentionSettingsRequest {
704
+ AccountId: string | undefined;
705
+
706
+ RetentionSettings: RetentionSettings | undefined;
707
+ }
708
+ export interface PutRetentionSettingsResponse {
709
+ RetentionSettings?: RetentionSettings;
710
+
711
+ InitiateDeletionTimestamp?: Date;
712
+ }
713
+ export interface PutSipMediaApplicationLoggingConfigurationRequest {
714
+ SipMediaApplicationId: string | undefined;
715
+
716
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
717
+ }
718
+ export interface PutSipMediaApplicationLoggingConfigurationResponse {
719
+ SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
720
+ }
721
+ export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
722
+ VoiceConnectorId: string | undefined;
723
+
724
+ EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
725
+ }
726
+ export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
727
+ EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
728
+ }
729
+ export interface PutVoiceConnectorLoggingConfigurationRequest {
730
+ VoiceConnectorId: string | undefined;
731
+
732
+ LoggingConfiguration: LoggingConfiguration | undefined;
733
+ }
734
+ export interface PutVoiceConnectorLoggingConfigurationResponse {
735
+ LoggingConfiguration?: LoggingConfiguration;
736
+ }
737
+ export interface PutVoiceConnectorOriginationRequest {
738
+ VoiceConnectorId: string | undefined;
739
+
740
+ Origination: Origination | undefined;
741
+ }
742
+ export interface PutVoiceConnectorOriginationResponse {
743
+ Origination?: Origination;
744
+ }
745
+ export interface PutVoiceConnectorProxyRequest {
746
+ VoiceConnectorId: string | undefined;
747
+
748
+ DefaultSessionExpiryMinutes: number | undefined;
749
+
750
+ PhoneNumberPoolCountries: string[] | undefined;
751
+
752
+ FallBackPhoneNumber?: string;
753
+
754
+ Disabled?: boolean;
755
+ }
756
+ export interface PutVoiceConnectorProxyResponse {
757
+ Proxy?: Proxy;
758
+ }
759
+ export interface PutVoiceConnectorStreamingConfigurationRequest {
760
+ VoiceConnectorId: string | undefined;
761
+
762
+ StreamingConfiguration: StreamingConfiguration | undefined;
763
+ }
764
+ export interface PutVoiceConnectorStreamingConfigurationResponse {
765
+ StreamingConfiguration?: StreamingConfiguration;
766
+ }
767
+ export interface PutVoiceConnectorTerminationRequest {
768
+ VoiceConnectorId: string | undefined;
769
+
770
+ Termination: Termination | undefined;
771
+ }
772
+ export interface PutVoiceConnectorTerminationResponse {
773
+ Termination?: Termination;
774
+ }
775
+ export interface PutVoiceConnectorTerminationCredentialsRequest {
776
+ VoiceConnectorId: string | undefined;
777
+
778
+ Credentials?: Credential[];
779
+ }
780
+ export interface RedactChannelMessageRequest {
781
+ ChannelArn: string | undefined;
782
+
783
+ MessageId: string | undefined;
784
+
785
+ ChimeBearer?: string;
786
+ }
787
+ export interface RedactChannelMessageResponse {
788
+ ChannelArn?: string;
789
+
790
+ MessageId?: string;
791
+ }
792
+ export interface RedactConversationMessageRequest {
793
+ AccountId: string | undefined;
794
+
795
+ ConversationId: string | undefined;
796
+
797
+ MessageId: string | undefined;
798
+ }
799
+ export interface RedactConversationMessageResponse {}
800
+ export interface RedactRoomMessageRequest {
801
+ AccountId: string | undefined;
802
+
803
+ RoomId: string | undefined;
804
+
805
+ MessageId: string | undefined;
806
+ }
807
+ export interface RedactRoomMessageResponse {}
808
+ export interface RegenerateSecurityTokenRequest {
809
+ AccountId: string | undefined;
810
+
811
+ BotId: string | undefined;
812
+ }
813
+ export interface RegenerateSecurityTokenResponse {
814
+ Bot?: Bot;
815
+ }
816
+ export interface ResetPersonalPINRequest {
817
+ AccountId: string | undefined;
818
+
819
+ UserId: string | undefined;
820
+ }
821
+ export interface ResetPersonalPINResponse {
822
+ User?: User;
823
+ }
824
+ export interface RestorePhoneNumberRequest {
825
+ PhoneNumberId: string | undefined;
826
+ }
827
+ export interface RestorePhoneNumberResponse {
828
+ PhoneNumber?: PhoneNumber;
829
+ }
830
+ export interface SearchAvailablePhoneNumbersRequest {
831
+ AreaCode?: string;
832
+
833
+ City?: string;
834
+
835
+ Country?: string;
836
+
837
+ State?: string;
838
+
839
+ TollFreePrefix?: string;
840
+
841
+ PhoneNumberType?: PhoneNumberType | string;
842
+
843
+ MaxResults?: number;
844
+
845
+ NextToken?: string;
846
+ }
847
+ export interface SearchAvailablePhoneNumbersResponse {
848
+ E164PhoneNumbers?: string[];
849
+
850
+ NextToken?: string;
851
+ }
852
+ export interface SendChannelMessageRequest {
853
+ ChannelArn: string | undefined;
854
+
855
+ Content: string | undefined;
856
+
857
+ Type: ChannelMessageType | string | undefined;
858
+
859
+ Persistence: ChannelMessagePersistenceType | string | undefined;
860
+
861
+ Metadata?: string;
862
+
863
+ ClientRequestToken?: string;
864
+
865
+ ChimeBearer?: string;
866
+ }
867
+ export interface SendChannelMessageResponse {
868
+ ChannelArn?: string;
869
+
870
+ MessageId?: string;
871
+ }
872
+
873
+ export interface TranscriptionConfiguration {
874
+ EngineTranscribeSettings?: EngineTranscribeSettings;
875
+
876
+ EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
877
+ }
878
+ export interface StartMeetingTranscriptionRequest {
879
+ MeetingId: string | undefined;
880
+
881
+ TranscriptionConfiguration: TranscriptionConfiguration | undefined;
882
+ }
883
+ export interface StartMeetingTranscriptionResponse {}
884
+ export interface StopMeetingTranscriptionRequest {
885
+ MeetingId: string | undefined;
886
+ }
887
+ export interface StopMeetingTranscriptionResponse {}
888
+ export interface TagAttendeeRequest {
889
+ MeetingId: string | undefined;
890
+
891
+ AttendeeId: string | undefined;
892
+
893
+ Tags: Tag[] | undefined;
894
+ }
895
+ export interface TagMeetingRequest {
896
+ MeetingId: string | undefined;
897
+
898
+ Tags: Tag[] | undefined;
899
+ }
900
+ export interface TagResourceRequest {
901
+ ResourceARN: string | undefined;
902
+
903
+ Tags: Tag[] | undefined;
904
+ }
905
+ export interface UntagAttendeeRequest {
906
+ MeetingId: string | undefined;
907
+
908
+ AttendeeId: string | undefined;
909
+
910
+ TagKeys: string[] | undefined;
911
+ }
912
+ export interface UntagMeetingRequest {
913
+ MeetingId: string | undefined;
914
+
915
+ TagKeys: string[] | undefined;
916
+ }
917
+ export interface UntagResourceRequest {
918
+ ResourceARN: string | undefined;
919
+
920
+ TagKeys: string[] | undefined;
921
+ }
922
+ export interface UpdateAccountRequest {
923
+ AccountId: string | undefined;
924
+
925
+ Name?: string;
926
+
927
+ DefaultLicense?: License | string;
928
+ }
929
+ export interface UpdateAccountResponse {
930
+ Account?: Account;
931
+ }
932
+ export interface UpdateAccountSettingsRequest {
933
+ AccountId: string | undefined;
934
+
935
+ AccountSettings: AccountSettings | undefined;
936
+ }
937
+ export interface UpdateAccountSettingsResponse {}
938
+ export interface UpdateAppInstanceRequest {
939
+ AppInstanceArn: string | undefined;
940
+
941
+ Name: string | undefined;
942
+
943
+ Metadata?: string;
944
+ }
945
+ export interface UpdateAppInstanceResponse {
946
+ AppInstanceArn?: string;
947
+ }
948
+ export interface UpdateAppInstanceUserRequest {
949
+ AppInstanceUserArn: string | undefined;
950
+
951
+ Name: string | undefined;
952
+
953
+ Metadata?: string;
954
+ }
955
+ export interface UpdateAppInstanceUserResponse {
956
+ AppInstanceUserArn?: string;
957
+ }
958
+ export interface UpdateBotRequest {
959
+ AccountId: string | undefined;
960
+
961
+ BotId: string | undefined;
962
+
963
+ Disabled?: boolean;
964
+ }
965
+ export interface UpdateBotResponse {
966
+ Bot?: Bot;
967
+ }
968
+ export interface UpdateChannelRequest {
969
+ ChannelArn: string | undefined;
970
+
971
+ Name: string | undefined;
972
+
973
+ Mode: ChannelMode | string | undefined;
974
+
975
+ Metadata?: string;
976
+
977
+ ChimeBearer?: string;
978
+ }
979
+ export interface UpdateChannelResponse {
980
+ ChannelArn?: string;
981
+ }
982
+ export interface UpdateChannelMessageRequest {
983
+ ChannelArn: string | undefined;
984
+
985
+ MessageId: string | undefined;
986
+
987
+ Content?: string;
988
+
989
+ Metadata?: string;
990
+
991
+ ChimeBearer?: string;
992
+ }
993
+ export interface UpdateChannelMessageResponse {
994
+ ChannelArn?: string;
995
+
996
+ MessageId?: string;
997
+ }
998
+ export interface UpdateChannelReadMarkerRequest {
999
+ ChannelArn: string | undefined;
1000
+
1001
+ ChimeBearer?: string;
1002
+ }
1003
+ export interface UpdateChannelReadMarkerResponse {
1004
+ ChannelArn?: string;
1005
+ }
1006
+ export interface UpdateGlobalSettingsRequest {
1007
+ BusinessCalling?: BusinessCallingSettings;
1008
+
1009
+ VoiceConnector?: VoiceConnectorSettings;
1010
+ }
1011
+ export interface UpdatePhoneNumberRequest {
1012
+ PhoneNumberId: string | undefined;
1013
+
1014
+ ProductType?: PhoneNumberProductType | string;
1015
+
1016
+ CallingName?: string;
1017
+ }
1018
+ export interface UpdatePhoneNumberResponse {
1019
+ PhoneNumber?: PhoneNumber;
1020
+ }
1021
+ export interface UpdatePhoneNumberSettingsRequest {
1022
+ CallingName: string | undefined;
1023
+ }
1024
+ export interface UpdateProxySessionRequest {
1025
+ VoiceConnectorId: string | undefined;
1026
+
1027
+ ProxySessionId: string | undefined;
1028
+
1029
+ Capabilities: (Capability | string)[] | undefined;
1030
+
1031
+ ExpiryMinutes?: number;
1032
+ }
1033
+ export interface UpdateProxySessionResponse {
1034
+ ProxySession?: ProxySession;
1035
+ }
1036
+ export interface UpdateRoomRequest {
1037
+ AccountId: string | undefined;
1038
+
1039
+ RoomId: string | undefined;
1040
+
1041
+ Name?: string;
1042
+ }
1043
+ export interface UpdateRoomResponse {
1044
+ Room?: Room;
1045
+ }
1046
+ export interface UpdateRoomMembershipRequest {
1047
+ AccountId: string | undefined;
1048
+
1049
+ RoomId: string | undefined;
1050
+
1051
+ MemberId: string | undefined;
1052
+
1053
+ Role?: RoomMembershipRole | string;
1054
+ }
1055
+ export interface UpdateRoomMembershipResponse {
1056
+ RoomMembership?: RoomMembership;
1057
+ }
1058
+ export interface UpdateSipMediaApplicationRequest {
1059
+ SipMediaApplicationId: string | undefined;
1060
+
1061
+ Name?: string;
1062
+
1063
+ Endpoints?: SipMediaApplicationEndpoint[];
1064
+ }
1065
+ export interface UpdateSipMediaApplicationResponse {
1066
+ SipMediaApplication?: SipMediaApplication;
1067
+ }
1068
+ export interface UpdateSipMediaApplicationCallRequest {
1069
+ SipMediaApplicationId: string | undefined;
1070
+
1071
+ TransactionId: string | undefined;
1072
+
1073
+ Arguments: Record<string, string> | undefined;
1074
+ }
1075
+ export interface UpdateSipMediaApplicationCallResponse {
1076
+ SipMediaApplicationCall?: SipMediaApplicationCall;
1077
+ }
1078
+ export interface UpdateSipRuleRequest {
1079
+ SipRuleId: string | undefined;
1080
+
1081
+ Name: string | undefined;
1082
+
1083
+ Disabled?: boolean;
1084
+
1085
+ TargetApplications?: SipRuleTargetApplication[];
1086
+ }
1087
+ export interface UpdateSipRuleResponse {
1088
+ SipRule?: SipRule;
1089
+ }
1090
+ export interface UpdateUserRequest {
1091
+ AccountId: string | undefined;
1092
+
1093
+ UserId: string | undefined;
1094
+
1095
+ LicenseType?: License | string;
1096
+
1097
+ UserType?: UserType | string;
1098
+
1099
+ AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
1100
+ }
1101
+ export interface UpdateUserResponse {
1102
+ User?: User;
1103
+ }
1104
+ export interface UpdateUserSettingsRequest {
1105
+ AccountId: string | undefined;
1106
+
1107
+ UserId: string | undefined;
1108
+
1109
+ UserSettings: UserSettings | undefined;
1110
+ }
1111
+ export interface UpdateVoiceConnectorRequest {
1112
+ VoiceConnectorId: string | undefined;
1113
+
1114
+ Name: string | undefined;
1115
+
1116
+ RequireEncryption: boolean | undefined;
1117
+ }
1118
+ export interface UpdateVoiceConnectorResponse {
1119
+ VoiceConnector?: VoiceConnector;
1120
+ }
1121
+ export interface UpdateVoiceConnectorGroupRequest {
1122
+ VoiceConnectorGroupId: string | undefined;
1123
+
1124
+ Name: string | undefined;
1125
+
1126
+ VoiceConnectorItems: VoiceConnectorItem[] | undefined;
1127
+ }
1128
+ export interface UpdateVoiceConnectorGroupResponse {
1129
+ VoiceConnectorGroup?: VoiceConnectorGroup;
1130
+ }
1131
+ export interface ValidateE911AddressRequest {
1132
+ AwsAccountId: string | undefined;
1133
+
1134
+ StreetNumber: string | undefined;
1135
+
1136
+ StreetInfo: string | undefined;
1137
+
1138
+ City: string | undefined;
1139
+
1140
+ State: string | undefined;
1141
+
1142
+ Country: string | undefined;
1143
+
1144
+ PostalCode: string | undefined;
1145
+ }
1146
+ export interface ValidateE911AddressResponse {
1147
+ ValidationResult?: number;
1148
+
1149
+ AddressExternalId?: string;
1150
+
1151
+ Address?: Address;
1152
+
1153
+ CandidateAddressList?: CandidateAddress[];
1154
+ }
1155
+
1156
+ export declare const RoomRetentionSettingsFilterSensitiveLog: (
1157
+ obj: RoomRetentionSettings
1158
+ ) => any;
1159
+
1160
+ export declare const RetentionSettingsFilterSensitiveLog: (
1161
+ obj: RetentionSettings
1162
+ ) => any;
1163
+
1164
+ export declare const GetRetentionSettingsResponseFilterSensitiveLog: (
1165
+ obj: GetRetentionSettingsResponse
1166
+ ) => any;
1167
+
1168
+ export declare const GetRoomRequestFilterSensitiveLog: (
1169
+ obj: GetRoomRequest
1170
+ ) => any;
1171
+
1172
+ export declare const GetRoomResponseFilterSensitiveLog: (
1173
+ obj: GetRoomResponse
1174
+ ) => any;
1175
+
1176
+ export declare const GetSipMediaApplicationRequestFilterSensitiveLog: (
1177
+ obj: GetSipMediaApplicationRequest
1178
+ ) => any;
1179
+
1180
+ export declare const GetSipMediaApplicationResponseFilterSensitiveLog: (
1181
+ obj: GetSipMediaApplicationResponse
1182
+ ) => any;
1183
+
1184
+ export declare const GetSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (
1185
+ obj: GetSipMediaApplicationLoggingConfigurationRequest
1186
+ ) => any;
1187
+
1188
+ export declare const SipMediaApplicationLoggingConfigurationFilterSensitiveLog: (
1189
+ obj: SipMediaApplicationLoggingConfiguration
1190
+ ) => any;
1191
+
1192
+ export declare const GetSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (
1193
+ obj: GetSipMediaApplicationLoggingConfigurationResponse
1194
+ ) => any;
1195
+
1196
+ export declare const GetSipRuleRequestFilterSensitiveLog: (
1197
+ obj: GetSipRuleRequest
1198
+ ) => any;
1199
+
1200
+ export declare const GetSipRuleResponseFilterSensitiveLog: (
1201
+ obj: GetSipRuleResponse
1202
+ ) => any;
1203
+
1204
+ export declare const GetUserRequestFilterSensitiveLog: (
1205
+ obj: GetUserRequest
1206
+ ) => any;
1207
+
1208
+ export declare const GetUserResponseFilterSensitiveLog: (
1209
+ obj: GetUserResponse
1210
+ ) => any;
1211
+
1212
+ export declare const GetUserSettingsRequestFilterSensitiveLog: (
1213
+ obj: GetUserSettingsRequest
1214
+ ) => any;
1215
+
1216
+ export declare const TelephonySettingsFilterSensitiveLog: (
1217
+ obj: TelephonySettings
1218
+ ) => any;
1219
+
1220
+ export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
1221
+
1222
+ export declare const GetUserSettingsResponseFilterSensitiveLog: (
1223
+ obj: GetUserSettingsResponse
1224
+ ) => any;
1225
+
1226
+ export declare const GetVoiceConnectorRequestFilterSensitiveLog: (
1227
+ obj: GetVoiceConnectorRequest
1228
+ ) => any;
1229
+
1230
+ export declare const GetVoiceConnectorResponseFilterSensitiveLog: (
1231
+ obj: GetVoiceConnectorResponse
1232
+ ) => any;
1233
+
1234
+ export declare const GetVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (
1235
+ obj: GetVoiceConnectorEmergencyCallingConfigurationRequest
1236
+ ) => any;
1237
+
1238
+ export declare const GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (
1239
+ obj: GetVoiceConnectorEmergencyCallingConfigurationResponse
1240
+ ) => any;
1241
+
1242
+ export declare const GetVoiceConnectorGroupRequestFilterSensitiveLog: (
1243
+ obj: GetVoiceConnectorGroupRequest
1244
+ ) => any;
1245
+
1246
+ export declare const GetVoiceConnectorGroupResponseFilterSensitiveLog: (
1247
+ obj: GetVoiceConnectorGroupResponse
1248
+ ) => any;
1249
+
1250
+ export declare const GetVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (
1251
+ obj: GetVoiceConnectorLoggingConfigurationRequest
1252
+ ) => any;
1253
+
1254
+ export declare const LoggingConfigurationFilterSensitiveLog: (
1255
+ obj: LoggingConfiguration
1256
+ ) => any;
1257
+
1258
+ export declare const GetVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (
1259
+ obj: GetVoiceConnectorLoggingConfigurationResponse
1260
+ ) => any;
1261
+
1262
+ export declare const GetVoiceConnectorOriginationRequestFilterSensitiveLog: (
1263
+ obj: GetVoiceConnectorOriginationRequest
1264
+ ) => any;
1265
+
1266
+ export declare const OriginationRouteFilterSensitiveLog: (
1267
+ obj: OriginationRoute
1268
+ ) => any;
1269
+
1270
+ export declare const OriginationFilterSensitiveLog: (obj: Origination) => any;
1271
+
1272
+ export declare const GetVoiceConnectorOriginationResponseFilterSensitiveLog: (
1273
+ obj: GetVoiceConnectorOriginationResponse
1274
+ ) => any;
1275
+
1276
+ export declare const GetVoiceConnectorProxyRequestFilterSensitiveLog: (
1277
+ obj: GetVoiceConnectorProxyRequest
1278
+ ) => any;
1279
+
1280
+ export declare const ProxyFilterSensitiveLog: (obj: Proxy) => any;
1281
+
1282
+ export declare const GetVoiceConnectorProxyResponseFilterSensitiveLog: (
1283
+ obj: GetVoiceConnectorProxyResponse
1284
+ ) => any;
1285
+
1286
+ export declare const GetVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (
1287
+ obj: GetVoiceConnectorStreamingConfigurationRequest
1288
+ ) => any;
1289
+
1290
+ export declare const StreamingNotificationTargetFilterSensitiveLog: (
1291
+ obj: StreamingNotificationTarget
1292
+ ) => any;
1293
+
1294
+ export declare const StreamingConfigurationFilterSensitiveLog: (
1295
+ obj: StreamingConfiguration
1296
+ ) => any;
1297
+
1298
+ export declare const GetVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (
1299
+ obj: GetVoiceConnectorStreamingConfigurationResponse
1300
+ ) => any;
1301
+
1302
+ export declare const GetVoiceConnectorTerminationRequestFilterSensitiveLog: (
1303
+ obj: GetVoiceConnectorTerminationRequest
1304
+ ) => any;
1305
+
1306
+ export declare const TerminationFilterSensitiveLog: (obj: Termination) => any;
1307
+
1308
+ export declare const GetVoiceConnectorTerminationResponseFilterSensitiveLog: (
1309
+ obj: GetVoiceConnectorTerminationResponse
1310
+ ) => any;
1311
+
1312
+ export declare const GetVoiceConnectorTerminationHealthRequestFilterSensitiveLog: (
1313
+ obj: GetVoiceConnectorTerminationHealthRequest
1314
+ ) => any;
1315
+
1316
+ export declare const TerminationHealthFilterSensitiveLog: (
1317
+ obj: TerminationHealth
1318
+ ) => any;
1319
+
1320
+ export declare const GetVoiceConnectorTerminationHealthResponseFilterSensitiveLog: (
1321
+ obj: GetVoiceConnectorTerminationHealthResponse
1322
+ ) => any;
1323
+
1324
+ export declare const InviteFilterSensitiveLog: (obj: Invite) => any;
1325
+
1326
+ export declare const InviteUsersRequestFilterSensitiveLog: (
1327
+ obj: InviteUsersRequest
1328
+ ) => any;
1329
+
1330
+ export declare const InviteUsersResponseFilterSensitiveLog: (
1331
+ obj: InviteUsersResponse
1332
+ ) => any;
1333
+
1334
+ export declare const ListAccountsRequestFilterSensitiveLog: (
1335
+ obj: ListAccountsRequest
1336
+ ) => any;
1337
+
1338
+ export declare const ListAccountsResponseFilterSensitiveLog: (
1339
+ obj: ListAccountsResponse
1340
+ ) => any;
1341
+
1342
+ export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (
1343
+ obj: ListAppInstanceAdminsRequest
1344
+ ) => any;
1345
+
1346
+ export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (
1347
+ obj: ListAppInstanceAdminsResponse
1348
+ ) => any;
1349
+
1350
+ export declare const ListAppInstancesRequestFilterSensitiveLog: (
1351
+ obj: ListAppInstancesRequest
1352
+ ) => any;
1353
+
1354
+ export declare const ListAppInstancesResponseFilterSensitiveLog: (
1355
+ obj: ListAppInstancesResponse
1356
+ ) => any;
1357
+
1358
+ export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (
1359
+ obj: ListAppInstanceUsersRequest
1360
+ ) => any;
1361
+
1362
+ export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (
1363
+ obj: ListAppInstanceUsersResponse
1364
+ ) => any;
1365
+
1366
+ export declare const ListAttendeesRequestFilterSensitiveLog: (
1367
+ obj: ListAttendeesRequest
1368
+ ) => any;
1369
+
1370
+ export declare const ListAttendeesResponseFilterSensitiveLog: (
1371
+ obj: ListAttendeesResponse
1372
+ ) => any;
1373
+
1374
+ export declare const ListAttendeeTagsRequestFilterSensitiveLog: (
1375
+ obj: ListAttendeeTagsRequest
1376
+ ) => any;
1377
+
1378
+ export declare const ListAttendeeTagsResponseFilterSensitiveLog: (
1379
+ obj: ListAttendeeTagsResponse
1380
+ ) => any;
1381
+
1382
+ export declare const ListBotsRequestFilterSensitiveLog: (
1383
+ obj: ListBotsRequest
1384
+ ) => any;
1385
+
1386
+ export declare const ListBotsResponseFilterSensitiveLog: (
1387
+ obj: ListBotsResponse
1388
+ ) => any;
1389
+
1390
+ export declare const ListChannelBansRequestFilterSensitiveLog: (
1391
+ obj: ListChannelBansRequest
1392
+ ) => any;
1393
+
1394
+ export declare const ListChannelBansResponseFilterSensitiveLog: (
1395
+ obj: ListChannelBansResponse
1396
+ ) => any;
1397
+
1398
+ export declare const ListChannelMembershipsRequestFilterSensitiveLog: (
1399
+ obj: ListChannelMembershipsRequest
1400
+ ) => any;
1401
+
1402
+ export declare const ListChannelMembershipsResponseFilterSensitiveLog: (
1403
+ obj: ListChannelMembershipsResponse
1404
+ ) => any;
1405
+
1406
+ export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (
1407
+ obj: ListChannelMembershipsForAppInstanceUserRequest
1408
+ ) => any;
1409
+
1410
+ export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (
1411
+ obj: ListChannelMembershipsForAppInstanceUserResponse
1412
+ ) => any;
1413
+
1414
+ export declare const ListChannelMessagesRequestFilterSensitiveLog: (
1415
+ obj: ListChannelMessagesRequest
1416
+ ) => any;
1417
+
1418
+ export declare const ListChannelMessagesResponseFilterSensitiveLog: (
1419
+ obj: ListChannelMessagesResponse
1420
+ ) => any;
1421
+
1422
+ export declare const ListChannelModeratorsRequestFilterSensitiveLog: (
1423
+ obj: ListChannelModeratorsRequest
1424
+ ) => any;
1425
+
1426
+ export declare const ListChannelModeratorsResponseFilterSensitiveLog: (
1427
+ obj: ListChannelModeratorsResponse
1428
+ ) => any;
1429
+
1430
+ export declare const ListChannelsRequestFilterSensitiveLog: (
1431
+ obj: ListChannelsRequest
1432
+ ) => any;
1433
+
1434
+ export declare const ListChannelsResponseFilterSensitiveLog: (
1435
+ obj: ListChannelsResponse
1436
+ ) => any;
1437
+
1438
+ export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (
1439
+ obj: ListChannelsModeratedByAppInstanceUserRequest
1440
+ ) => any;
1441
+
1442
+ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (
1443
+ obj: ListChannelsModeratedByAppInstanceUserResponse
1444
+ ) => any;
1445
+
1446
+ export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (
1447
+ obj: ListMediaCapturePipelinesRequest
1448
+ ) => any;
1449
+
1450
+ export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (
1451
+ obj: ListMediaCapturePipelinesResponse
1452
+ ) => any;
1453
+
1454
+ export declare const ListMeetingsRequestFilterSensitiveLog: (
1455
+ obj: ListMeetingsRequest
1456
+ ) => any;
1457
+
1458
+ export declare const ListMeetingsResponseFilterSensitiveLog: (
1459
+ obj: ListMeetingsResponse
1460
+ ) => any;
1461
+
1462
+ export declare const ListMeetingTagsRequestFilterSensitiveLog: (
1463
+ obj: ListMeetingTagsRequest
1464
+ ) => any;
1465
+
1466
+ export declare const ListMeetingTagsResponseFilterSensitiveLog: (
1467
+ obj: ListMeetingTagsResponse
1468
+ ) => any;
1469
+
1470
+ export declare const ListPhoneNumberOrdersRequestFilterSensitiveLog: (
1471
+ obj: ListPhoneNumberOrdersRequest
1472
+ ) => any;
1473
+
1474
+ export declare const ListPhoneNumberOrdersResponseFilterSensitiveLog: (
1475
+ obj: ListPhoneNumberOrdersResponse
1476
+ ) => any;
1477
+
1478
+ export declare const ListPhoneNumbersRequestFilterSensitiveLog: (
1479
+ obj: ListPhoneNumbersRequest
1480
+ ) => any;
1481
+
1482
+ export declare const ListPhoneNumbersResponseFilterSensitiveLog: (
1483
+ obj: ListPhoneNumbersResponse
1484
+ ) => any;
1485
+
1486
+ export declare const ListProxySessionsRequestFilterSensitiveLog: (
1487
+ obj: ListProxySessionsRequest
1488
+ ) => any;
1489
+
1490
+ export declare const ListProxySessionsResponseFilterSensitiveLog: (
1491
+ obj: ListProxySessionsResponse
1492
+ ) => any;
1493
+
1494
+ export declare const ListRoomMembershipsRequestFilterSensitiveLog: (
1495
+ obj: ListRoomMembershipsRequest
1496
+ ) => any;
1497
+
1498
+ export declare const ListRoomMembershipsResponseFilterSensitiveLog: (
1499
+ obj: ListRoomMembershipsResponse
1500
+ ) => any;
1501
+
1502
+ export declare const ListRoomsRequestFilterSensitiveLog: (
1503
+ obj: ListRoomsRequest
1504
+ ) => any;
1505
+
1506
+ export declare const ListRoomsResponseFilterSensitiveLog: (
1507
+ obj: ListRoomsResponse
1508
+ ) => any;
1509
+
1510
+ export declare const ListSipMediaApplicationsRequestFilterSensitiveLog: (
1511
+ obj: ListSipMediaApplicationsRequest
1512
+ ) => any;
1513
+
1514
+ export declare const ListSipMediaApplicationsResponseFilterSensitiveLog: (
1515
+ obj: ListSipMediaApplicationsResponse
1516
+ ) => any;
1517
+
1518
+ export declare const ListSipRulesRequestFilterSensitiveLog: (
1519
+ obj: ListSipRulesRequest
1520
+ ) => any;
1521
+
1522
+ export declare const ListSipRulesResponseFilterSensitiveLog: (
1523
+ obj: ListSipRulesResponse
1524
+ ) => any;
1525
+
1526
+ export declare const ListSupportedPhoneNumberCountriesRequestFilterSensitiveLog: (
1527
+ obj: ListSupportedPhoneNumberCountriesRequest
1528
+ ) => any;
1529
+
1530
+ export declare const PhoneNumberCountryFilterSensitiveLog: (
1531
+ obj: PhoneNumberCountry
1532
+ ) => any;
1533
+
1534
+ export declare const ListSupportedPhoneNumberCountriesResponseFilterSensitiveLog: (
1535
+ obj: ListSupportedPhoneNumberCountriesResponse
1536
+ ) => any;
1537
+
1538
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1539
+ obj: ListTagsForResourceRequest
1540
+ ) => any;
1541
+
1542
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1543
+ obj: ListTagsForResourceResponse
1544
+ ) => any;
1545
+
1546
+ export declare const ListUsersRequestFilterSensitiveLog: (
1547
+ obj: ListUsersRequest
1548
+ ) => any;
1549
+
1550
+ export declare const ListUsersResponseFilterSensitiveLog: (
1551
+ obj: ListUsersResponse
1552
+ ) => any;
1553
+
1554
+ export declare const ListVoiceConnectorGroupsRequestFilterSensitiveLog: (
1555
+ obj: ListVoiceConnectorGroupsRequest
1556
+ ) => any;
1557
+
1558
+ export declare const ListVoiceConnectorGroupsResponseFilterSensitiveLog: (
1559
+ obj: ListVoiceConnectorGroupsResponse
1560
+ ) => any;
1561
+
1562
+ export declare const ListVoiceConnectorsRequestFilterSensitiveLog: (
1563
+ obj: ListVoiceConnectorsRequest
1564
+ ) => any;
1565
+
1566
+ export declare const ListVoiceConnectorsResponseFilterSensitiveLog: (
1567
+ obj: ListVoiceConnectorsResponse
1568
+ ) => any;
1569
+
1570
+ export declare const ListVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (
1571
+ obj: ListVoiceConnectorTerminationCredentialsRequest
1572
+ ) => any;
1573
+
1574
+ export declare const ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog: (
1575
+ obj: ListVoiceConnectorTerminationCredentialsResponse
1576
+ ) => any;
1577
+
1578
+ export declare const LogoutUserRequestFilterSensitiveLog: (
1579
+ obj: LogoutUserRequest
1580
+ ) => any;
1581
+
1582
+ export declare const LogoutUserResponseFilterSensitiveLog: (
1583
+ obj: LogoutUserResponse
1584
+ ) => any;
1585
+
1586
+ export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
1587
+ obj: PutAppInstanceRetentionSettingsRequest
1588
+ ) => any;
1589
+
1590
+ export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
1591
+ obj: PutAppInstanceRetentionSettingsResponse
1592
+ ) => any;
1593
+
1594
+ export declare const PutAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (
1595
+ obj: PutAppInstanceStreamingConfigurationsRequest
1596
+ ) => any;
1597
+
1598
+ export declare const PutAppInstanceStreamingConfigurationsResponseFilterSensitiveLog: (
1599
+ obj: PutAppInstanceStreamingConfigurationsResponse
1600
+ ) => any;
1601
+
1602
+ export declare const PutEventsConfigurationRequestFilterSensitiveLog: (
1603
+ obj: PutEventsConfigurationRequest
1604
+ ) => any;
1605
+
1606
+ export declare const PutEventsConfigurationResponseFilterSensitiveLog: (
1607
+ obj: PutEventsConfigurationResponse
1608
+ ) => any;
1609
+
1610
+ export declare const PutRetentionSettingsRequestFilterSensitiveLog: (
1611
+ obj: PutRetentionSettingsRequest
1612
+ ) => any;
1613
+
1614
+ export declare const PutRetentionSettingsResponseFilterSensitiveLog: (
1615
+ obj: PutRetentionSettingsResponse
1616
+ ) => any;
1617
+
1618
+ export declare const PutSipMediaApplicationLoggingConfigurationRequestFilterSensitiveLog: (
1619
+ obj: PutSipMediaApplicationLoggingConfigurationRequest
1620
+ ) => any;
1621
+
1622
+ export declare const PutSipMediaApplicationLoggingConfigurationResponseFilterSensitiveLog: (
1623
+ obj: PutSipMediaApplicationLoggingConfigurationResponse
1624
+ ) => any;
1625
+
1626
+ export declare const PutVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (
1627
+ obj: PutVoiceConnectorEmergencyCallingConfigurationRequest
1628
+ ) => any;
1629
+
1630
+ export declare const PutVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog: (
1631
+ obj: PutVoiceConnectorEmergencyCallingConfigurationResponse
1632
+ ) => any;
1633
+
1634
+ export declare const PutVoiceConnectorLoggingConfigurationRequestFilterSensitiveLog: (
1635
+ obj: PutVoiceConnectorLoggingConfigurationRequest
1636
+ ) => any;
1637
+
1638
+ export declare const PutVoiceConnectorLoggingConfigurationResponseFilterSensitiveLog: (
1639
+ obj: PutVoiceConnectorLoggingConfigurationResponse
1640
+ ) => any;
1641
+
1642
+ export declare const PutVoiceConnectorOriginationRequestFilterSensitiveLog: (
1643
+ obj: PutVoiceConnectorOriginationRequest
1644
+ ) => any;
1645
+
1646
+ export declare const PutVoiceConnectorOriginationResponseFilterSensitiveLog: (
1647
+ obj: PutVoiceConnectorOriginationResponse
1648
+ ) => any;
1649
+
1650
+ export declare const PutVoiceConnectorProxyRequestFilterSensitiveLog: (
1651
+ obj: PutVoiceConnectorProxyRequest
1652
+ ) => any;
1653
+
1654
+ export declare const PutVoiceConnectorProxyResponseFilterSensitiveLog: (
1655
+ obj: PutVoiceConnectorProxyResponse
1656
+ ) => any;
1657
+
1658
+ export declare const PutVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (
1659
+ obj: PutVoiceConnectorStreamingConfigurationRequest
1660
+ ) => any;
1661
+
1662
+ export declare const PutVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog: (
1663
+ obj: PutVoiceConnectorStreamingConfigurationResponse
1664
+ ) => any;
1665
+
1666
+ export declare const PutVoiceConnectorTerminationRequestFilterSensitiveLog: (
1667
+ obj: PutVoiceConnectorTerminationRequest
1668
+ ) => any;
1669
+
1670
+ export declare const PutVoiceConnectorTerminationResponseFilterSensitiveLog: (
1671
+ obj: PutVoiceConnectorTerminationResponse
1672
+ ) => any;
1673
+
1674
+ export declare const PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (
1675
+ obj: PutVoiceConnectorTerminationCredentialsRequest
1676
+ ) => any;
1677
+
1678
+ export declare const RedactChannelMessageRequestFilterSensitiveLog: (
1679
+ obj: RedactChannelMessageRequest
1680
+ ) => any;
1681
+
1682
+ export declare const RedactChannelMessageResponseFilterSensitiveLog: (
1683
+ obj: RedactChannelMessageResponse
1684
+ ) => any;
1685
+
1686
+ export declare const RedactConversationMessageRequestFilterSensitiveLog: (
1687
+ obj: RedactConversationMessageRequest
1688
+ ) => any;
1689
+
1690
+ export declare const RedactConversationMessageResponseFilterSensitiveLog: (
1691
+ obj: RedactConversationMessageResponse
1692
+ ) => any;
1693
+
1694
+ export declare const RedactRoomMessageRequestFilterSensitiveLog: (
1695
+ obj: RedactRoomMessageRequest
1696
+ ) => any;
1697
+
1698
+ export declare const RedactRoomMessageResponseFilterSensitiveLog: (
1699
+ obj: RedactRoomMessageResponse
1700
+ ) => any;
1701
+
1702
+ export declare const RegenerateSecurityTokenRequestFilterSensitiveLog: (
1703
+ obj: RegenerateSecurityTokenRequest
1704
+ ) => any;
1705
+
1706
+ export declare const RegenerateSecurityTokenResponseFilterSensitiveLog: (
1707
+ obj: RegenerateSecurityTokenResponse
1708
+ ) => any;
1709
+
1710
+ export declare const ResetPersonalPINRequestFilterSensitiveLog: (
1711
+ obj: ResetPersonalPINRequest
1712
+ ) => any;
1713
+
1714
+ export declare const ResetPersonalPINResponseFilterSensitiveLog: (
1715
+ obj: ResetPersonalPINResponse
1716
+ ) => any;
1717
+
1718
+ export declare const RestorePhoneNumberRequestFilterSensitiveLog: (
1719
+ obj: RestorePhoneNumberRequest
1720
+ ) => any;
1721
+
1722
+ export declare const RestorePhoneNumberResponseFilterSensitiveLog: (
1723
+ obj: RestorePhoneNumberResponse
1724
+ ) => any;
1725
+
1726
+ export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (
1727
+ obj: SearchAvailablePhoneNumbersRequest
1728
+ ) => any;
1729
+
1730
+ export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (
1731
+ obj: SearchAvailablePhoneNumbersResponse
1732
+ ) => any;
1733
+
1734
+ export declare const SendChannelMessageRequestFilterSensitiveLog: (
1735
+ obj: SendChannelMessageRequest
1736
+ ) => any;
1737
+
1738
+ export declare const SendChannelMessageResponseFilterSensitiveLog: (
1739
+ obj: SendChannelMessageResponse
1740
+ ) => any;
1741
+
1742
+ export declare const TranscriptionConfigurationFilterSensitiveLog: (
1743
+ obj: TranscriptionConfiguration
1744
+ ) => any;
1745
+
1746
+ export declare const StartMeetingTranscriptionRequestFilterSensitiveLog: (
1747
+ obj: StartMeetingTranscriptionRequest
1748
+ ) => any;
1749
+
1750
+ export declare const StartMeetingTranscriptionResponseFilterSensitiveLog: (
1751
+ obj: StartMeetingTranscriptionResponse
1752
+ ) => any;
1753
+
1754
+ export declare const StopMeetingTranscriptionRequestFilterSensitiveLog: (
1755
+ obj: StopMeetingTranscriptionRequest
1756
+ ) => any;
1757
+
1758
+ export declare const StopMeetingTranscriptionResponseFilterSensitiveLog: (
1759
+ obj: StopMeetingTranscriptionResponse
1760
+ ) => any;
1761
+
1762
+ export declare const TagAttendeeRequestFilterSensitiveLog: (
1763
+ obj: TagAttendeeRequest
1764
+ ) => any;
1765
+
1766
+ export declare const TagMeetingRequestFilterSensitiveLog: (
1767
+ obj: TagMeetingRequest
1768
+ ) => any;
1769
+
1770
+ export declare const TagResourceRequestFilterSensitiveLog: (
1771
+ obj: TagResourceRequest
1772
+ ) => any;
1773
+
1774
+ export declare const UntagAttendeeRequestFilterSensitiveLog: (
1775
+ obj: UntagAttendeeRequest
1776
+ ) => any;
1777
+
1778
+ export declare const UntagMeetingRequestFilterSensitiveLog: (
1779
+ obj: UntagMeetingRequest
1780
+ ) => any;
1781
+
1782
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1783
+ obj: UntagResourceRequest
1784
+ ) => any;
1785
+
1786
+ export declare const UpdateAccountRequestFilterSensitiveLog: (
1787
+ obj: UpdateAccountRequest
1788
+ ) => any;
1789
+
1790
+ export declare const UpdateAccountResponseFilterSensitiveLog: (
1791
+ obj: UpdateAccountResponse
1792
+ ) => any;
1793
+
1794
+ export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (
1795
+ obj: UpdateAccountSettingsRequest
1796
+ ) => any;
1797
+
1798
+ export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (
1799
+ obj: UpdateAccountSettingsResponse
1800
+ ) => any;
1801
+
1802
+ export declare const UpdateAppInstanceRequestFilterSensitiveLog: (
1803
+ obj: UpdateAppInstanceRequest
1804
+ ) => any;
1805
+
1806
+ export declare const UpdateAppInstanceResponseFilterSensitiveLog: (
1807
+ obj: UpdateAppInstanceResponse
1808
+ ) => any;
1809
+
1810
+ export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (
1811
+ obj: UpdateAppInstanceUserRequest
1812
+ ) => any;
1813
+
1814
+ export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (
1815
+ obj: UpdateAppInstanceUserResponse
1816
+ ) => any;
1817
+
1818
+ export declare const UpdateBotRequestFilterSensitiveLog: (
1819
+ obj: UpdateBotRequest
1820
+ ) => any;
1821
+
1822
+ export declare const UpdateBotResponseFilterSensitiveLog: (
1823
+ obj: UpdateBotResponse
1824
+ ) => any;
1825
+
1826
+ export declare const UpdateChannelRequestFilterSensitiveLog: (
1827
+ obj: UpdateChannelRequest
1828
+ ) => any;
1829
+
1830
+ export declare const UpdateChannelResponseFilterSensitiveLog: (
1831
+ obj: UpdateChannelResponse
1832
+ ) => any;
1833
+
1834
+ export declare const UpdateChannelMessageRequestFilterSensitiveLog: (
1835
+ obj: UpdateChannelMessageRequest
1836
+ ) => any;
1837
+
1838
+ export declare const UpdateChannelMessageResponseFilterSensitiveLog: (
1839
+ obj: UpdateChannelMessageResponse
1840
+ ) => any;
1841
+
1842
+ export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (
1843
+ obj: UpdateChannelReadMarkerRequest
1844
+ ) => any;
1845
+
1846
+ export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (
1847
+ obj: UpdateChannelReadMarkerResponse
1848
+ ) => any;
1849
+
1850
+ export declare const UpdateGlobalSettingsRequestFilterSensitiveLog: (
1851
+ obj: UpdateGlobalSettingsRequest
1852
+ ) => any;
1853
+
1854
+ export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (
1855
+ obj: UpdatePhoneNumberRequest
1856
+ ) => any;
1857
+
1858
+ export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (
1859
+ obj: UpdatePhoneNumberResponse
1860
+ ) => any;
1861
+
1862
+ export declare const UpdatePhoneNumberSettingsRequestFilterSensitiveLog: (
1863
+ obj: UpdatePhoneNumberSettingsRequest
1864
+ ) => any;
1865
+
1866
+ export declare const UpdateProxySessionRequestFilterSensitiveLog: (
1867
+ obj: UpdateProxySessionRequest
1868
+ ) => any;
1869
+
1870
+ export declare const UpdateProxySessionResponseFilterSensitiveLog: (
1871
+ obj: UpdateProxySessionResponse
1872
+ ) => any;
1873
+
1874
+ export declare const UpdateRoomRequestFilterSensitiveLog: (
1875
+ obj: UpdateRoomRequest
1876
+ ) => any;
1877
+
1878
+ export declare const UpdateRoomResponseFilterSensitiveLog: (
1879
+ obj: UpdateRoomResponse
1880
+ ) => any;
1881
+
1882
+ export declare const UpdateRoomMembershipRequestFilterSensitiveLog: (
1883
+ obj: UpdateRoomMembershipRequest
1884
+ ) => any;
1885
+
1886
+ export declare const UpdateRoomMembershipResponseFilterSensitiveLog: (
1887
+ obj: UpdateRoomMembershipResponse
1888
+ ) => any;
1889
+
1890
+ export declare const UpdateSipMediaApplicationRequestFilterSensitiveLog: (
1891
+ obj: UpdateSipMediaApplicationRequest
1892
+ ) => any;
1893
+
1894
+ export declare const UpdateSipMediaApplicationResponseFilterSensitiveLog: (
1895
+ obj: UpdateSipMediaApplicationResponse
1896
+ ) => any;
1897
+
1898
+ export declare const UpdateSipMediaApplicationCallRequestFilterSensitiveLog: (
1899
+ obj: UpdateSipMediaApplicationCallRequest
1900
+ ) => any;
1901
+
1902
+ export declare const UpdateSipMediaApplicationCallResponseFilterSensitiveLog: (
1903
+ obj: UpdateSipMediaApplicationCallResponse
1904
+ ) => any;
1905
+
1906
+ export declare const UpdateSipRuleRequestFilterSensitiveLog: (
1907
+ obj: UpdateSipRuleRequest
1908
+ ) => any;
1909
+
1910
+ export declare const UpdateSipRuleResponseFilterSensitiveLog: (
1911
+ obj: UpdateSipRuleResponse
1912
+ ) => any;
1913
+
1914
+ export declare const UpdateUserRequestFilterSensitiveLog: (
1915
+ obj: UpdateUserRequest
1916
+ ) => any;
1917
+
1918
+ export declare const UpdateUserResponseFilterSensitiveLog: (
1919
+ obj: UpdateUserResponse
1920
+ ) => any;
1921
+
1922
+ export declare const UpdateUserSettingsRequestFilterSensitiveLog: (
1923
+ obj: UpdateUserSettingsRequest
1924
+ ) => any;
1925
+
1926
+ export declare const UpdateVoiceConnectorRequestFilterSensitiveLog: (
1927
+ obj: UpdateVoiceConnectorRequest
1928
+ ) => any;
1929
+
1930
+ export declare const UpdateVoiceConnectorResponseFilterSensitiveLog: (
1931
+ obj: UpdateVoiceConnectorResponse
1932
+ ) => any;
1933
+
1934
+ export declare const UpdateVoiceConnectorGroupRequestFilterSensitiveLog: (
1935
+ obj: UpdateVoiceConnectorGroupRequest
1936
+ ) => any;
1937
+
1938
+ export declare const UpdateVoiceConnectorGroupResponseFilterSensitiveLog: (
1939
+ obj: UpdateVoiceConnectorGroupResponse
1940
+ ) => any;
1941
+
1942
+ export declare const ValidateE911AddressRequestFilterSensitiveLog: (
1943
+ obj: ValidateE911AddressRequest
1944
+ ) => any;
1945
+
1946
+ export declare const ValidateE911AddressResponseFilterSensitiveLog: (
1947
+ obj: ValidateE911AddressResponse
1948
+ ) => any;