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