@aws-sdk/client-chime 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3419 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1250 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +31 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +30 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +31 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +31 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +30 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +32 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +30 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +32 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +36 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +35 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +37 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +35 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +36 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +39 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +32 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +35 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +35 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +36 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +32 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +39 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +32 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +39 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +39 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +39 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +39 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +39 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +39 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +36 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +35 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +36 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +39 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +39 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +30 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +30 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +30 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +30 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +35 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +36 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +39 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +36 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +35 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +36 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +32 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +39 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +39 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +35 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +31 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +39 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +39 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +36 -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 +7 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2137 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1496 -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 +65 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  235. package/package.json +34 -34
@@ -1,2656 +1,2137 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
3
- export declare enum ErrorCode {
4
- AccessDenied = "AccessDenied",
5
- BadRequest = "BadRequest",
6
- Conflict = "Conflict",
7
- Forbidden = "Forbidden",
8
- NotFound = "NotFound",
9
- PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
10
- PreconditionFailed = "PreconditionFailed",
11
- ResourceLimitExceeded = "ResourceLimitExceeded",
12
- ServiceFailure = "ServiceFailure",
13
- ServiceUnavailable = "ServiceUnavailable",
14
- Throttled = "Throttled",
15
- Throttling = "Throttling",
16
- Unauthorized = "Unauthorized",
17
- Unprocessable = "Unprocessable",
18
- VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
19
- }
20
-
21
- export declare class AccessDeniedException extends __BaseException {
22
- readonly name: "AccessDeniedException";
23
- readonly $fault: "client";
24
- Code?: ErrorCode | string;
25
- Message?: string;
26
-
27
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
28
- }
29
- export declare enum AccountStatus {
30
- Active = "Active",
31
- Suspended = "Suspended"
32
- }
33
- export declare enum AccountType {
34
- EnterpriseDirectory = "EnterpriseDirectory",
35
- EnterpriseLWA = "EnterpriseLWA",
36
- EnterpriseOIDC = "EnterpriseOIDC",
37
- Team = "Team"
38
- }
39
- export declare enum License {
40
- Basic = "Basic",
41
- Plus = "Plus",
42
- Pro = "Pro",
43
- ProTrial = "ProTrial"
44
- }
45
-
46
- export interface SigninDelegateGroup {
47
-
48
- GroupName?: string;
49
- }
50
-
51
- export interface Account {
52
-
53
- AwsAccountId: string | undefined;
54
-
55
- AccountId: string | undefined;
56
-
57
- Name: string | undefined;
58
-
59
- AccountType?: AccountType | string;
60
-
61
- CreatedTimestamp?: Date;
62
-
63
- DefaultLicense?: License | string;
64
-
65
- SupportedLicenses?: (License | string)[];
66
-
67
- AccountStatus?: AccountStatus | string;
68
-
69
- SigninDelegateGroups?: SigninDelegateGroup[];
70
- }
71
-
72
- export interface AccountSettings {
73
-
74
- DisableRemoteControl?: boolean;
75
-
76
- EnableDialOut?: boolean;
77
- }
78
-
79
- export interface Address {
80
-
81
- streetName?: string;
82
-
83
- streetSuffix?: string;
84
-
85
- postDirectional?: string;
86
-
87
- preDirectional?: string;
88
-
89
- streetNumber?: string;
90
-
91
- city?: string;
92
-
93
- state?: string;
94
-
95
- postalCode?: string;
96
-
97
- postalCodePlus4?: string;
98
-
99
- country?: string;
100
- }
101
-
102
- export interface AlexaForBusinessMetadata {
103
-
104
- IsAlexaForBusinessEnabled?: boolean;
105
-
106
- AlexaForBusinessRoomArn?: string;
107
- }
108
-
109
- export interface AppInstance {
110
-
111
- AppInstanceArn?: string;
112
-
113
- Name?: string;
114
-
115
- Metadata?: string;
116
-
117
- CreatedTimestamp?: Date;
118
-
119
- LastUpdatedTimestamp?: Date;
120
- }
121
-
122
- export interface Identity {
123
-
124
- Arn?: string;
125
-
126
- Name?: string;
127
- }
128
-
129
- export interface AppInstanceAdmin {
130
-
131
- Admin?: Identity;
132
-
133
- AppInstanceArn?: string;
134
-
135
- CreatedTimestamp?: Date;
136
- }
137
-
138
- export interface AppInstanceAdminSummary {
139
-
140
- Admin?: Identity;
141
- }
142
- export declare enum AppInstanceDataType {
143
- Channel = "Channel",
144
- ChannelMessage = "ChannelMessage"
145
- }
146
-
147
- export interface AppInstanceSummary {
148
-
149
- AppInstanceArn?: string;
150
-
151
- Name?: string;
152
-
153
- Metadata?: string;
154
- }
155
-
156
- export interface ChannelRetentionSettings {
157
-
158
- RetentionDays?: number;
159
- }
160
-
161
- export interface AppInstanceRetentionSettings {
162
-
163
- ChannelRetentionSettings?: ChannelRetentionSettings;
164
- }
165
-
166
- export interface AppInstanceStreamingConfiguration {
167
-
168
- AppInstanceDataType: AppInstanceDataType | string | undefined;
169
-
170
- ResourceArn: string | undefined;
171
- }
172
-
173
- export interface AppInstanceUser {
174
-
175
- AppInstanceUserArn?: string;
176
-
177
- Name?: string;
178
-
179
- CreatedTimestamp?: Date;
180
-
181
- Metadata?: string;
182
-
183
- LastUpdatedTimestamp?: Date;
184
- }
185
-
186
- export interface AppInstanceUserSummary {
187
-
188
- AppInstanceUserArn?: string;
189
-
190
- Name?: string;
191
-
192
- Metadata?: string;
193
- }
194
- export declare enum ChannelMembershipType {
195
- DEFAULT = "DEFAULT",
196
- HIDDEN = "HIDDEN"
197
- }
198
-
199
- export interface AppInstanceUserMembershipSummary {
200
-
201
- Type?: ChannelMembershipType | string;
202
-
203
- ReadMarkerTimestamp?: Date;
204
- }
205
- export declare enum AudioMuxType {
206
- AudioOnly = "AudioOnly",
207
- AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo"
208
- }
209
-
210
- export interface AudioArtifactsConfiguration {
211
-
212
- MuxType: AudioMuxType | string | undefined;
213
- }
214
- export declare enum ContentMuxType {
215
- ContentOnly = "ContentOnly"
216
- }
217
- export declare enum ArtifactsState {
218
- Disabled = "Disabled",
219
- Enabled = "Enabled"
220
- }
221
-
222
- export interface ContentArtifactsConfiguration {
223
-
224
- State: ArtifactsState | string | undefined;
225
-
226
- MuxType?: ContentMuxType | string;
227
- }
228
- export declare enum VideoMuxType {
229
- VideoOnly = "VideoOnly"
230
- }
231
-
232
- export interface VideoArtifactsConfiguration {
233
-
234
- State: ArtifactsState | string | undefined;
235
-
236
- MuxType?: VideoMuxType | string;
237
- }
238
-
239
- export interface ArtifactsConfiguration {
240
-
241
- Audio: AudioArtifactsConfiguration | undefined;
242
-
243
- Video: VideoArtifactsConfiguration | undefined;
244
-
245
- Content: ContentArtifactsConfiguration | undefined;
246
- }
247
- export interface AssociatePhoneNumbersWithVoiceConnectorRequest {
248
-
249
- VoiceConnectorId: string | undefined;
250
-
251
- E164PhoneNumbers: string[] | undefined;
252
-
253
- ForceAssociate?: boolean;
254
- }
255
-
256
- export interface PhoneNumberError {
257
-
258
- PhoneNumberId?: string;
259
-
260
- ErrorCode?: ErrorCode | string;
261
-
262
- ErrorMessage?: string;
263
- }
264
- export interface AssociatePhoneNumbersWithVoiceConnectorResponse {
265
-
266
- PhoneNumberErrors?: PhoneNumberError[];
267
- }
268
-
269
- export declare class BadRequestException extends __BaseException {
270
- readonly name: "BadRequestException";
271
- readonly $fault: "client";
272
- Code?: ErrorCode | string;
273
- Message?: string;
274
-
275
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
276
- }
277
-
278
- export declare class ForbiddenException extends __BaseException {
279
- readonly name: "ForbiddenException";
280
- readonly $fault: "client";
281
- Code?: ErrorCode | string;
282
- Message?: string;
283
-
284
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
285
- }
286
-
287
- export declare class NotFoundException extends __BaseException {
288
- readonly name: "NotFoundException";
289
- readonly $fault: "client";
290
- Code?: ErrorCode | string;
291
- Message?: string;
292
-
293
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
294
- }
295
-
296
- export declare class ServiceFailureException extends __BaseException {
297
- readonly name: "ServiceFailureException";
298
- readonly $fault: "server";
299
- Code?: ErrorCode | string;
300
- Message?: string;
301
-
302
- constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
303
- }
304
-
305
- export declare class ServiceUnavailableException extends __BaseException {
306
- readonly name: "ServiceUnavailableException";
307
- readonly $fault: "server";
308
- Code?: ErrorCode | string;
309
- Message?: string;
310
-
311
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
312
- }
313
-
314
- export declare class ThrottledClientException extends __BaseException {
315
- readonly name: "ThrottledClientException";
316
- readonly $fault: "client";
317
- Code?: ErrorCode | string;
318
- Message?: string;
319
-
320
- constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
321
- }
322
-
323
- export declare class UnauthorizedClientException extends __BaseException {
324
- readonly name: "UnauthorizedClientException";
325
- readonly $fault: "client";
326
- Code?: ErrorCode | string;
327
- Message?: string;
328
-
329
- constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
330
- }
331
- export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
332
-
333
- VoiceConnectorGroupId: string | undefined;
334
-
335
- E164PhoneNumbers: string[] | undefined;
336
-
337
- ForceAssociate?: boolean;
338
- }
339
- export interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse {
340
-
341
- PhoneNumberErrors?: PhoneNumberError[];
342
- }
343
- export interface AssociatePhoneNumberWithUserRequest {
344
-
345
- AccountId: string | undefined;
346
-
347
- UserId: string | undefined;
348
-
349
- E164PhoneNumber: string | undefined;
350
- }
351
- export interface AssociatePhoneNumberWithUserResponse {
352
- }
353
- export interface AssociateSigninDelegateGroupsWithAccountRequest {
354
-
355
- AccountId: string | undefined;
356
-
357
- SigninDelegateGroups: SigninDelegateGroup[] | undefined;
358
- }
359
- export interface AssociateSigninDelegateGroupsWithAccountResponse {
360
- }
361
-
362
- export interface Attendee {
363
-
364
- ExternalUserId?: string;
365
-
366
- AttendeeId?: string;
367
-
368
- JoinToken?: string;
369
- }
370
-
371
- export interface Tag {
372
-
373
- Key: string | undefined;
374
-
375
- Value: string | undefined;
376
- }
377
-
378
- export interface BatchChannelMemberships {
379
-
380
- InvitedBy?: Identity;
381
-
382
- Type?: ChannelMembershipType | string;
383
-
384
- Members?: Identity[];
385
-
386
- ChannelArn?: string;
387
- }
388
-
389
- export interface CreateAttendeeRequestItem {
390
-
391
- ExternalUserId: string | undefined;
392
-
393
- Tags?: Tag[];
394
- }
395
- export interface BatchCreateAttendeeRequest {
396
-
397
- MeetingId: string | undefined;
398
-
399
- Attendees: CreateAttendeeRequestItem[] | undefined;
400
- }
401
-
402
- export interface CreateAttendeeError {
403
-
404
- ExternalUserId?: string;
405
-
406
- ErrorCode?: string;
407
-
408
- ErrorMessage?: string;
409
- }
410
- export interface BatchCreateAttendeeResponse {
411
-
412
- Attendees?: Attendee[];
413
-
414
- Errors?: CreateAttendeeError[];
415
- }
416
-
417
- export declare class ResourceLimitExceededException extends __BaseException {
418
- readonly name: "ResourceLimitExceededException";
419
- readonly $fault: "client";
420
- Code?: ErrorCode | string;
421
- Message?: string;
422
-
423
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
424
- }
425
- export interface BatchCreateChannelMembershipRequest {
426
-
427
- ChannelArn: string | undefined;
428
-
429
- Type?: ChannelMembershipType | string;
430
-
431
- MemberArns: string[] | undefined;
432
-
433
- ChimeBearer?: string;
434
- }
435
-
436
- export interface BatchCreateChannelMembershipError {
437
-
438
- MemberArn?: string;
439
-
440
- ErrorCode?: ErrorCode | string;
441
-
442
- ErrorMessage?: string;
443
- }
444
- export interface BatchCreateChannelMembershipResponse {
445
-
446
- BatchChannelMemberships?: BatchChannelMemberships;
447
-
448
- Errors?: BatchCreateChannelMembershipError[];
449
- }
450
- export declare enum RoomMembershipRole {
451
- Administrator = "Administrator",
452
- Member = "Member"
453
- }
454
-
455
- export interface MembershipItem {
456
-
457
- MemberId?: string;
458
-
459
- Role?: RoomMembershipRole | string;
460
- }
461
- export interface BatchCreateRoomMembershipRequest {
462
-
463
- AccountId: string | undefined;
464
-
465
- RoomId: string | undefined;
466
-
467
- MembershipItemList: MembershipItem[] | undefined;
468
- }
469
-
470
- export interface MemberError {
471
-
472
- MemberId?: string;
473
-
474
- ErrorCode?: ErrorCode | string;
475
-
476
- ErrorMessage?: string;
477
- }
478
- export interface BatchCreateRoomMembershipResponse {
479
-
480
- Errors?: MemberError[];
481
- }
482
- export interface BatchDeletePhoneNumberRequest {
483
-
484
- PhoneNumberIds: string[] | undefined;
485
- }
486
- export interface BatchDeletePhoneNumberResponse {
487
-
488
- PhoneNumberErrors?: PhoneNumberError[];
489
- }
490
- export interface BatchSuspendUserRequest {
491
-
492
- AccountId: string | undefined;
493
-
494
- UserIdList: string[] | undefined;
495
- }
496
-
497
- export interface UserError {
498
-
499
- UserId?: string;
500
-
501
- ErrorCode?: ErrorCode | string;
502
-
503
- ErrorMessage?: string;
504
- }
505
- export interface BatchSuspendUserResponse {
506
-
507
- UserErrors?: UserError[];
508
- }
509
- export interface BatchUnsuspendUserRequest {
510
-
511
- AccountId: string | undefined;
512
-
513
- UserIdList: string[] | undefined;
514
- }
515
- export interface BatchUnsuspendUserResponse {
516
-
517
- UserErrors?: UserError[];
518
- }
519
- export declare enum PhoneNumberProductType {
520
- BusinessCalling = "BusinessCalling",
521
- SipMediaApplicationDialIn = "SipMediaApplicationDialIn",
522
- VoiceConnector = "VoiceConnector"
523
- }
524
-
525
- export interface UpdatePhoneNumberRequestItem {
526
-
527
- PhoneNumberId: string | undefined;
528
-
529
- ProductType?: PhoneNumberProductType | string;
530
-
531
- CallingName?: string;
532
- }
533
- export interface BatchUpdatePhoneNumberRequest {
534
-
535
- UpdatePhoneNumberRequestItems: UpdatePhoneNumberRequestItem[] | undefined;
536
- }
537
- export interface BatchUpdatePhoneNumberResponse {
538
-
539
- PhoneNumberErrors?: PhoneNumberError[];
540
- }
541
- export declare enum UserType {
542
- PrivateUser = "PrivateUser",
543
- SharedDevice = "SharedDevice"
544
- }
545
-
546
- export interface UpdateUserRequestItem {
547
-
548
- UserId: string | undefined;
549
-
550
- LicenseType?: License | string;
551
-
552
- UserType?: UserType | string;
553
-
554
- AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
555
- }
556
- export interface BatchUpdateUserRequest {
557
-
558
- AccountId: string | undefined;
559
-
560
- UpdateUserRequestItems: UpdateUserRequestItem[] | undefined;
561
- }
562
- export interface BatchUpdateUserResponse {
563
-
564
- UserErrors?: UserError[];
565
- }
566
- export declare enum BotType {
567
- ChatBot = "ChatBot"
568
- }
569
-
570
- export interface Bot {
571
-
572
- BotId?: string;
573
-
574
- UserId?: string;
575
-
576
- DisplayName?: string;
577
-
578
- BotType?: BotType | string;
579
-
580
- Disabled?: boolean;
581
-
582
- CreatedTimestamp?: Date;
583
-
584
- UpdatedTimestamp?: Date;
585
-
586
- BotEmail?: string;
587
-
588
- SecurityToken?: string;
589
- }
590
-
591
- export interface BusinessCallingSettings {
592
-
593
- CdrBucket?: string;
594
- }
595
- export declare enum CallingNameStatus {
596
- Unassigned = "Unassigned",
597
- UpdateFailed = "UpdateFailed",
598
- UpdateInProgress = "UpdateInProgress",
599
- UpdateSucceeded = "UpdateSucceeded"
600
- }
601
-
602
- export interface CandidateAddress {
603
-
604
- streetInfo?: string;
605
-
606
- streetNumber?: string;
607
-
608
- city?: string;
609
-
610
- state?: string;
611
-
612
- postalCode?: string;
613
-
614
- postalCodePlus4?: string;
615
-
616
- country?: string;
617
- }
618
- export declare enum Capability {
619
- SMS = "SMS",
620
- Voice = "Voice"
621
- }
622
- export declare enum ChannelMode {
623
- RESTRICTED = "RESTRICTED",
624
- UNRESTRICTED = "UNRESTRICTED"
625
- }
626
- export declare enum ChannelPrivacy {
627
- PRIVATE = "PRIVATE",
628
- PUBLIC = "PUBLIC"
629
- }
630
-
631
- export interface Channel {
632
-
633
- Name?: string;
634
-
635
- ChannelArn?: string;
636
-
637
- Mode?: ChannelMode | string;
638
-
639
- Privacy?: ChannelPrivacy | string;
640
-
641
- Metadata?: string;
642
-
643
- CreatedBy?: Identity;
644
-
645
- CreatedTimestamp?: Date;
646
-
647
- LastMessageTimestamp?: Date;
648
-
649
- LastUpdatedTimestamp?: Date;
650
- }
651
-
652
- export interface ChannelBan {
653
-
654
- Member?: Identity;
655
-
656
- ChannelArn?: string;
657
-
658
- CreatedTimestamp?: Date;
659
-
660
- CreatedBy?: Identity;
661
- }
662
-
663
- export interface ChannelBanSummary {
664
-
665
- Member?: Identity;
666
- }
667
-
668
- export interface ChannelMembership {
669
-
670
- InvitedBy?: Identity;
671
-
672
- Type?: ChannelMembershipType | string;
673
-
674
- Member?: Identity;
675
-
676
- ChannelArn?: string;
677
-
678
- CreatedTimestamp?: Date;
679
-
680
- LastUpdatedTimestamp?: Date;
681
- }
682
-
683
- export interface ChannelSummary {
684
-
685
- Name?: string;
686
-
687
- ChannelArn?: string;
688
-
689
- Mode?: ChannelMode | string;
690
-
691
- Privacy?: ChannelPrivacy | string;
692
-
693
- Metadata?: string;
694
-
695
- LastMessageTimestamp?: Date;
696
- }
697
-
698
- export interface ChannelMembershipForAppInstanceUserSummary {
699
-
700
- ChannelSummary?: ChannelSummary;
701
-
702
- AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
703
- }
704
-
705
- export interface ChannelMembershipSummary {
706
-
707
- Member?: Identity;
708
- }
709
- export declare enum ChannelMessagePersistenceType {
710
- NON_PERSISTENT = "NON_PERSISTENT",
711
- PERSISTENT = "PERSISTENT"
712
- }
713
- export declare enum ChannelMessageType {
714
- CONTROL = "CONTROL",
715
- STANDARD = "STANDARD"
716
- }
717
-
718
- export interface ChannelMessage {
719
-
720
- ChannelArn?: string;
721
-
722
- MessageId?: string;
723
-
724
- Content?: string;
725
-
726
- Metadata?: string;
727
-
728
- Type?: ChannelMessageType | string;
729
-
730
- CreatedTimestamp?: Date;
731
-
732
- LastEditedTimestamp?: Date;
733
-
734
- LastUpdatedTimestamp?: Date;
735
-
736
- Sender?: Identity;
737
-
738
- Redacted?: boolean;
739
-
740
- Persistence?: ChannelMessagePersistenceType | string;
741
- }
742
-
743
- export interface ChannelMessageSummary {
744
-
745
- MessageId?: string;
746
-
747
- Content?: string;
748
-
749
- Metadata?: string;
750
-
751
- Type?: ChannelMessageType | string;
752
-
753
- CreatedTimestamp?: Date;
754
-
755
- LastUpdatedTimestamp?: Date;
756
-
757
- LastEditedTimestamp?: Date;
758
-
759
- Sender?: Identity;
760
-
761
- Redacted?: boolean;
762
- }
763
-
764
- export interface ChannelModeratedByAppInstanceUserSummary {
765
-
766
- ChannelSummary?: ChannelSummary;
767
- }
768
-
769
- export interface ChannelModerator {
770
-
771
- Moderator?: Identity;
772
-
773
- ChannelArn?: string;
774
-
775
- CreatedTimestamp?: Date;
776
-
777
- CreatedBy?: Identity;
778
- }
779
-
780
- export interface ChannelModeratorSummary {
781
-
782
- Moderator?: Identity;
783
- }
784
-
785
- export interface SelectedVideoStreams {
786
-
787
- AttendeeIds?: string[];
788
-
789
- ExternalUserIds?: string[];
790
- }
791
-
792
- export interface SourceConfiguration {
793
-
794
- SelectedVideoStreams?: SelectedVideoStreams;
795
- }
796
-
797
- export interface ChimeSdkMeetingConfiguration {
798
-
799
- SourceConfiguration?: SourceConfiguration;
800
-
801
- ArtifactsConfiguration?: ArtifactsConfiguration;
802
- }
803
-
804
- export declare class ConflictException extends __BaseException {
805
- readonly name: "ConflictException";
806
- readonly $fault: "client";
807
- Code?: ErrorCode | string;
808
- Message?: string;
809
-
810
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
811
- }
812
-
813
- export interface ConversationRetentionSettings {
814
-
815
- RetentionDays?: number;
816
- }
817
- export interface CreateAccountRequest {
818
-
819
- Name: string | undefined;
820
- }
821
- export interface CreateAccountResponse {
822
-
823
- Account?: Account;
824
- }
825
- export interface CreateAppInstanceRequest {
826
-
827
- Name: string | undefined;
828
-
829
- Metadata?: string;
830
-
831
- ClientRequestToken?: string;
832
-
833
- Tags?: Tag[];
834
- }
835
- export interface CreateAppInstanceResponse {
836
-
837
- AppInstanceArn?: string;
838
- }
839
- export interface CreateAppInstanceAdminRequest {
840
-
841
- AppInstanceAdminArn: string | undefined;
842
-
843
- AppInstanceArn: string | undefined;
844
- }
845
- export interface CreateAppInstanceAdminResponse {
846
-
847
- AppInstanceAdmin?: Identity;
848
-
849
- AppInstanceArn?: string;
850
- }
851
- export interface CreateAppInstanceUserRequest {
852
-
853
- AppInstanceArn: string | undefined;
854
-
855
- AppInstanceUserId: string | undefined;
856
-
857
- Name: string | undefined;
858
-
859
- Metadata?: string;
860
-
861
- ClientRequestToken?: string;
862
-
863
- Tags?: Tag[];
864
- }
865
- export interface CreateAppInstanceUserResponse {
866
-
867
- AppInstanceUserArn?: string;
868
- }
869
- export interface CreateAttendeeRequest {
870
-
871
- MeetingId: string | undefined;
872
-
873
- ExternalUserId: string | undefined;
874
-
875
- Tags?: Tag[];
876
- }
877
- export interface CreateAttendeeResponse {
878
-
879
- Attendee?: Attendee;
880
- }
881
- export interface CreateBotRequest {
882
-
883
- AccountId: string | undefined;
884
-
885
- DisplayName: string | undefined;
886
-
887
- Domain?: string;
888
- }
889
- export interface CreateBotResponse {
890
-
891
- Bot?: Bot;
892
- }
893
- export interface CreateChannelRequest {
894
-
895
- AppInstanceArn: string | undefined;
896
-
897
- Name: string | undefined;
898
-
899
- Mode?: ChannelMode | string;
900
-
901
- Privacy?: ChannelPrivacy | string;
902
-
903
- Metadata?: string;
904
-
905
- ClientRequestToken?: string;
906
-
907
- Tags?: Tag[];
908
-
909
- ChimeBearer?: string;
910
- }
911
- export interface CreateChannelResponse {
912
-
913
- ChannelArn?: string;
914
- }
915
- export interface CreateChannelBanRequest {
916
-
917
- ChannelArn: string | undefined;
918
-
919
- MemberArn: string | undefined;
920
-
921
- ChimeBearer?: string;
922
- }
923
- export interface CreateChannelBanResponse {
924
-
925
- ChannelArn?: string;
926
-
927
- Member?: Identity;
928
- }
929
- export interface CreateChannelMembershipRequest {
930
-
931
- ChannelArn: string | undefined;
932
-
933
- MemberArn: string | undefined;
934
-
935
- Type: ChannelMembershipType | string | undefined;
936
-
937
- ChimeBearer?: string;
938
- }
939
- export interface CreateChannelMembershipResponse {
940
-
941
- ChannelArn?: string;
942
-
943
- Member?: Identity;
944
- }
945
- export interface CreateChannelModeratorRequest {
946
-
947
- ChannelArn: string | undefined;
948
-
949
- ChannelModeratorArn: string | undefined;
950
-
951
- ChimeBearer?: string;
952
- }
953
- export interface CreateChannelModeratorResponse {
954
-
955
- ChannelArn?: string;
956
-
957
- ChannelModerator?: Identity;
958
- }
959
- export declare enum MediaPipelineSinkType {
960
- S3Bucket = "S3Bucket"
961
- }
962
- export declare enum MediaPipelineSourceType {
963
- ChimeSdkMeeting = "ChimeSdkMeeting"
964
- }
965
- export interface CreateMediaCapturePipelineRequest {
966
-
967
- SourceType: MediaPipelineSourceType | string | undefined;
968
-
969
- SourceArn: string | undefined;
970
-
971
- SinkType: MediaPipelineSinkType | string | undefined;
972
-
973
- SinkArn: string | undefined;
974
-
975
- ClientRequestToken?: string;
976
-
977
- ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
978
- }
979
- export declare enum MediaPipelineStatus {
980
- Failed = "Failed",
981
- InProgress = "InProgress",
982
- Initializing = "Initializing",
983
- Stopped = "Stopped",
984
- Stopping = "Stopping"
985
- }
986
-
987
- export interface MediaCapturePipeline {
988
-
989
- MediaPipelineId?: string;
990
-
991
- SourceType?: MediaPipelineSourceType | string;
992
-
993
- SourceArn?: string;
994
-
995
- Status?: MediaPipelineStatus | string;
996
-
997
- SinkType?: MediaPipelineSinkType | string;
998
-
999
- SinkArn?: string;
1000
-
1001
- CreatedTimestamp?: Date;
1002
-
1003
- UpdatedTimestamp?: Date;
1004
-
1005
- ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
1006
- }
1007
- export interface CreateMediaCapturePipelineResponse {
1008
-
1009
- MediaCapturePipeline?: MediaCapturePipeline;
1010
- }
1011
-
1012
- export interface MeetingNotificationConfiguration {
1013
-
1014
- SnsTopicArn?: string;
1015
-
1016
- SqsQueueArn?: string;
1017
- }
1018
- export interface CreateMeetingRequest {
1019
-
1020
- ClientRequestToken?: string;
1021
-
1022
- ExternalMeetingId?: string;
1023
-
1024
- MeetingHostId?: string;
1025
-
1026
- MediaRegion?: string;
1027
-
1028
- Tags?: Tag[];
1029
-
1030
- NotificationsConfiguration?: MeetingNotificationConfiguration;
1031
- }
1032
-
1033
- export interface MediaPlacement {
1034
-
1035
- AudioHostUrl?: string;
1036
-
1037
- AudioFallbackUrl?: string;
1038
-
1039
- ScreenDataUrl?: string;
1040
-
1041
- ScreenSharingUrl?: string;
1042
-
1043
- ScreenViewingUrl?: string;
1044
-
1045
- SignalingUrl?: string;
1046
-
1047
- TurnControlUrl?: string;
1048
-
1049
- EventIngestionUrl?: string;
1050
- }
1051
-
1052
- export interface Meeting {
1053
-
1054
- MeetingId?: string;
1055
-
1056
- ExternalMeetingId?: string;
1057
-
1058
- MediaPlacement?: MediaPlacement;
1059
-
1060
- MediaRegion?: string;
1061
- }
1062
- export interface CreateMeetingResponse {
1063
-
1064
- Meeting?: Meeting;
1065
- }
1066
- export interface CreateMeetingDialOutRequest {
1067
-
1068
- MeetingId: string | undefined;
1069
-
1070
- FromPhoneNumber: string | undefined;
1071
-
1072
- ToPhoneNumber: string | undefined;
1073
-
1074
- JoinToken: string | undefined;
1075
- }
1076
- export interface CreateMeetingDialOutResponse {
1077
-
1078
- TransactionId?: string;
1079
- }
1080
- export interface CreateMeetingWithAttendeesRequest {
1081
-
1082
- ClientRequestToken?: string;
1083
-
1084
- ExternalMeetingId?: string;
1085
-
1086
- MeetingHostId?: string;
1087
-
1088
- MediaRegion?: string;
1089
-
1090
- Tags?: Tag[];
1091
-
1092
- NotificationsConfiguration?: MeetingNotificationConfiguration;
1093
-
1094
- Attendees?: CreateAttendeeRequestItem[];
1095
- }
1096
- export interface CreateMeetingWithAttendeesResponse {
1097
-
1098
- Meeting?: Meeting;
1099
-
1100
- Attendees?: Attendee[];
1101
-
1102
- Errors?: CreateAttendeeError[];
1103
- }
1104
- export interface CreatePhoneNumberOrderRequest {
1105
-
1106
- ProductType: PhoneNumberProductType | string | undefined;
1107
-
1108
- E164PhoneNumbers: string[] | undefined;
1109
- }
1110
- export declare enum OrderedPhoneNumberStatus {
1111
- Acquired = "Acquired",
1112
- Failed = "Failed",
1113
- Processing = "Processing"
1114
- }
1115
-
1116
- export interface OrderedPhoneNumber {
1117
-
1118
- E164PhoneNumber?: string;
1119
-
1120
- Status?: OrderedPhoneNumberStatus | string;
1121
- }
1122
- export declare enum PhoneNumberOrderStatus {
1123
- Failed = "Failed",
1124
- Partial = "Partial",
1125
- Processing = "Processing",
1126
- Successful = "Successful"
1127
- }
1128
-
1129
- export interface PhoneNumberOrder {
1130
-
1131
- PhoneNumberOrderId?: string;
1132
-
1133
- ProductType?: PhoneNumberProductType | string;
1134
-
1135
- Status?: PhoneNumberOrderStatus | string;
1136
-
1137
- OrderedPhoneNumbers?: OrderedPhoneNumber[];
1138
-
1139
- CreatedTimestamp?: Date;
1140
-
1141
- UpdatedTimestamp?: Date;
1142
- }
1143
- export interface CreatePhoneNumberOrderResponse {
1144
-
1145
- PhoneNumberOrder?: PhoneNumberOrder;
1146
- }
1147
- export declare enum GeoMatchLevel {
1148
- AreaCode = "AreaCode",
1149
- Country = "Country"
1150
- }
1151
-
1152
- export interface GeoMatchParams {
1153
-
1154
- Country: string | undefined;
1155
-
1156
- AreaCode: string | undefined;
1157
- }
1158
- export declare enum NumberSelectionBehavior {
1159
- AvoidSticky = "AvoidSticky",
1160
- PreferSticky = "PreferSticky"
1161
- }
1162
- export interface CreateProxySessionRequest {
1163
-
1164
- VoiceConnectorId: string | undefined;
1165
-
1166
- ParticipantPhoneNumbers: string[] | undefined;
1167
-
1168
- Name?: string;
1169
-
1170
- ExpiryMinutes?: number;
1171
-
1172
- Capabilities: (Capability | string)[] | undefined;
1173
-
1174
- NumberSelectionBehavior?: NumberSelectionBehavior | string;
1175
-
1176
- GeoMatchLevel?: GeoMatchLevel | string;
1177
-
1178
- GeoMatchParams?: GeoMatchParams;
1179
- }
1180
-
1181
- export interface Participant {
1182
-
1183
- PhoneNumber?: string;
1184
-
1185
- ProxyPhoneNumber?: string;
1186
- }
1187
- export declare enum ProxySessionStatus {
1188
- Closed = "Closed",
1189
- InProgress = "InProgress",
1190
- Open = "Open"
1191
- }
1192
-
1193
- export interface ProxySession {
1194
-
1195
- VoiceConnectorId?: string;
1196
-
1197
- ProxySessionId?: string;
1198
-
1199
- Name?: string;
1200
-
1201
- Status?: ProxySessionStatus | string;
1202
-
1203
- ExpiryMinutes?: number;
1204
-
1205
- Capabilities?: (Capability | string)[];
1206
-
1207
- CreatedTimestamp?: Date;
1208
-
1209
- UpdatedTimestamp?: Date;
1210
-
1211
- EndedTimestamp?: Date;
1212
-
1213
- Participants?: Participant[];
1214
-
1215
- NumberSelectionBehavior?: NumberSelectionBehavior | string;
1216
-
1217
- GeoMatchLevel?: GeoMatchLevel | string;
1218
-
1219
- GeoMatchParams?: GeoMatchParams;
1220
- }
1221
- export interface CreateProxySessionResponse {
1222
-
1223
- ProxySession?: ProxySession;
1224
- }
1225
- export interface CreateRoomRequest {
1226
-
1227
- AccountId: string | undefined;
1228
-
1229
- Name: string | undefined;
1230
-
1231
- ClientRequestToken?: string;
1232
- }
1233
-
1234
- export interface Room {
1235
-
1236
- RoomId?: string;
1237
-
1238
- Name?: string;
1239
-
1240
- AccountId?: string;
1241
-
1242
- CreatedBy?: string;
1243
-
1244
- CreatedTimestamp?: Date;
1245
-
1246
- UpdatedTimestamp?: Date;
1247
- }
1248
- export interface CreateRoomResponse {
1249
-
1250
- Room?: Room;
1251
- }
1252
- export interface CreateRoomMembershipRequest {
1253
-
1254
- AccountId: string | undefined;
1255
-
1256
- RoomId: string | undefined;
1257
-
1258
- MemberId: string | undefined;
1259
-
1260
- Role?: RoomMembershipRole | string;
1261
- }
1262
- export declare enum MemberType {
1263
- Bot = "Bot",
1264
- User = "User",
1265
- Webhook = "Webhook"
1266
- }
1267
-
1268
- export interface Member {
1269
-
1270
- MemberId?: string;
1271
-
1272
- MemberType?: MemberType | string;
1273
-
1274
- Email?: string;
1275
-
1276
- FullName?: string;
1277
-
1278
- AccountId?: string;
1279
- }
1280
-
1281
- export interface RoomMembership {
1282
-
1283
- RoomId?: string;
1284
-
1285
- Member?: Member;
1286
-
1287
- Role?: RoomMembershipRole | string;
1288
-
1289
- InvitedBy?: string;
1290
-
1291
- UpdatedTimestamp?: Date;
1292
- }
1293
- export interface CreateRoomMembershipResponse {
1294
-
1295
- RoomMembership?: RoomMembership;
1296
- }
1297
-
1298
- export interface SipMediaApplicationEndpoint {
1299
-
1300
- LambdaArn?: string;
1301
- }
1302
- export interface CreateSipMediaApplicationRequest {
1303
-
1304
- AwsRegion: string | undefined;
1305
-
1306
- Name: string | undefined;
1307
-
1308
- Endpoints: SipMediaApplicationEndpoint[] | undefined;
1309
- }
1310
-
1311
- export interface SipMediaApplication {
1312
-
1313
- SipMediaApplicationId?: string;
1314
-
1315
- AwsRegion?: string;
1316
-
1317
- Name?: string;
1318
-
1319
- Endpoints?: SipMediaApplicationEndpoint[];
1320
-
1321
- CreatedTimestamp?: Date;
1322
-
1323
- UpdatedTimestamp?: Date;
1324
- }
1325
- export interface CreateSipMediaApplicationResponse {
1326
-
1327
- SipMediaApplication?: SipMediaApplication;
1328
- }
1329
- export interface CreateSipMediaApplicationCallRequest {
1330
-
1331
- FromPhoneNumber: string | undefined;
1332
-
1333
- ToPhoneNumber: string | undefined;
1334
-
1335
- SipMediaApplicationId: string | undefined;
1336
-
1337
- SipHeaders?: Record<string, string>;
1338
- }
1339
-
1340
- export interface SipMediaApplicationCall {
1341
-
1342
- TransactionId?: string;
1343
- }
1344
- export interface CreateSipMediaApplicationCallResponse {
1345
-
1346
- SipMediaApplicationCall?: SipMediaApplicationCall;
1347
- }
1348
-
1349
- export interface SipRuleTargetApplication {
1350
-
1351
- SipMediaApplicationId?: string;
1352
-
1353
- Priority?: number;
1354
-
1355
- AwsRegion?: string;
1356
- }
1357
- export declare enum SipRuleTriggerType {
1358
- RequestUriHostname = "RequestUriHostname",
1359
- ToPhoneNumber = "ToPhoneNumber"
1360
- }
1361
- export interface CreateSipRuleRequest {
1362
-
1363
- Name: string | undefined;
1364
-
1365
- TriggerType: SipRuleTriggerType | string | undefined;
1366
-
1367
- TriggerValue: string | undefined;
1368
-
1369
- Disabled?: boolean;
1370
-
1371
- TargetApplications: SipRuleTargetApplication[] | undefined;
1372
- }
1373
-
1374
- export interface SipRule {
1375
-
1376
- SipRuleId?: string;
1377
-
1378
- Name?: string;
1379
-
1380
- Disabled?: boolean;
1381
-
1382
- TriggerType?: SipRuleTriggerType | string;
1383
-
1384
- TriggerValue?: string;
1385
-
1386
- TargetApplications?: SipRuleTargetApplication[];
1387
-
1388
- CreatedTimestamp?: Date;
1389
-
1390
- UpdatedTimestamp?: Date;
1391
- }
1392
- export interface CreateSipRuleResponse {
1393
-
1394
- SipRule?: SipRule;
1395
- }
1396
- export interface CreateUserRequest {
1397
-
1398
- AccountId: string | undefined;
1399
-
1400
- Username?: string;
1401
-
1402
- Email?: string;
1403
-
1404
- UserType?: UserType | string;
1405
- }
1406
- export declare enum InviteStatus {
1407
- Accepted = "Accepted",
1408
- Failed = "Failed",
1409
- Pending = "Pending"
1410
- }
1411
- export declare enum RegistrationStatus {
1412
- Registered = "Registered",
1413
- Suspended = "Suspended",
1414
- Unregistered = "Unregistered"
1415
- }
1416
-
1417
- export interface User {
1418
-
1419
- UserId: string | undefined;
1420
-
1421
- AccountId?: string;
1422
-
1423
- PrimaryEmail?: string;
1424
-
1425
- PrimaryProvisionedNumber?: string;
1426
-
1427
- DisplayName?: string;
1428
-
1429
- LicenseType?: License | string;
1430
-
1431
- UserType?: UserType | string;
1432
-
1433
- UserRegistrationStatus?: RegistrationStatus | string;
1434
-
1435
- UserInvitationStatus?: InviteStatus | string;
1436
-
1437
- RegisteredOn?: Date;
1438
-
1439
- InvitedOn?: Date;
1440
-
1441
- AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
1442
-
1443
- PersonalPIN?: string;
1444
- }
1445
- export interface CreateUserResponse {
1446
-
1447
- User?: User;
1448
- }
1449
- export declare enum VoiceConnectorAwsRegion {
1450
- US_EAST_1 = "us-east-1",
1451
- US_WEST_2 = "us-west-2"
1452
- }
1453
- export interface CreateVoiceConnectorRequest {
1454
-
1455
- Name: string | undefined;
1456
-
1457
- AwsRegion?: VoiceConnectorAwsRegion | string;
1458
-
1459
- RequireEncryption: boolean | undefined;
1460
- }
1461
-
1462
- export interface VoiceConnector {
1463
-
1464
- VoiceConnectorId?: string;
1465
-
1466
- AwsRegion?: VoiceConnectorAwsRegion | string;
1467
-
1468
- Name?: string;
1469
-
1470
- OutboundHostName?: string;
1471
-
1472
- RequireEncryption?: boolean;
1473
-
1474
- CreatedTimestamp?: Date;
1475
-
1476
- UpdatedTimestamp?: Date;
1477
-
1478
- VoiceConnectorArn?: string;
1479
- }
1480
- export interface CreateVoiceConnectorResponse {
1481
-
1482
- VoiceConnector?: VoiceConnector;
1483
- }
1484
-
1485
- export interface VoiceConnectorItem {
1486
-
1487
- VoiceConnectorId: string | undefined;
1488
-
1489
- Priority: number | undefined;
1490
- }
1491
- export interface CreateVoiceConnectorGroupRequest {
1492
-
1493
- Name: string | undefined;
1494
-
1495
- VoiceConnectorItems?: VoiceConnectorItem[];
1496
- }
1497
-
1498
- export interface VoiceConnectorGroup {
1499
-
1500
- VoiceConnectorGroupId?: string;
1501
-
1502
- Name?: string;
1503
-
1504
- VoiceConnectorItems?: VoiceConnectorItem[];
1505
-
1506
- CreatedTimestamp?: Date;
1507
-
1508
- UpdatedTimestamp?: Date;
1509
-
1510
- VoiceConnectorGroupArn?: string;
1511
- }
1512
- export interface CreateVoiceConnectorGroupResponse {
1513
-
1514
- VoiceConnectorGroup?: VoiceConnectorGroup;
1515
- }
1516
-
1517
- export interface Credential {
1518
-
1519
- Username?: string;
1520
-
1521
- Password?: string;
1522
- }
1523
- export interface DeleteAccountRequest {
1524
-
1525
- AccountId: string | undefined;
1526
- }
1527
- export interface DeleteAccountResponse {
1528
- }
1529
-
1530
- export declare class UnprocessableEntityException extends __BaseException {
1531
- readonly name: "UnprocessableEntityException";
1532
- readonly $fault: "client";
1533
- Code?: ErrorCode | string;
1534
- Message?: string;
1535
-
1536
- constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
1537
- }
1538
- export interface DeleteAppInstanceRequest {
1539
-
1540
- AppInstanceArn: string | undefined;
1541
- }
1542
- export interface DeleteAppInstanceAdminRequest {
1543
-
1544
- AppInstanceAdminArn: string | undefined;
1545
-
1546
- AppInstanceArn: string | undefined;
1547
- }
1548
- export interface DeleteAppInstanceStreamingConfigurationsRequest {
1549
-
1550
- AppInstanceArn: string | undefined;
1551
- }
1552
- export interface DeleteAppInstanceUserRequest {
1553
-
1554
- AppInstanceUserArn: string | undefined;
1555
- }
1556
- export interface DeleteAttendeeRequest {
1557
-
1558
- MeetingId: string | undefined;
1559
-
1560
- AttendeeId: string | undefined;
1561
- }
1562
- export interface DeleteChannelRequest {
1563
-
1564
- ChannelArn: string | undefined;
1565
-
1566
- ChimeBearer?: string;
1567
- }
1568
- export interface DeleteChannelBanRequest {
1569
-
1570
- ChannelArn: string | undefined;
1571
-
1572
- MemberArn: string | undefined;
1573
-
1574
- ChimeBearer?: string;
1575
- }
1576
- export interface DeleteChannelMembershipRequest {
1577
-
1578
- ChannelArn: string | undefined;
1579
-
1580
- MemberArn: string | undefined;
1581
-
1582
- ChimeBearer?: string;
1583
- }
1584
- export interface DeleteChannelMessageRequest {
1585
-
1586
- ChannelArn: string | undefined;
1587
-
1588
- MessageId: string | undefined;
1589
-
1590
- ChimeBearer?: string;
1591
- }
1592
- export interface DeleteChannelModeratorRequest {
1593
-
1594
- ChannelArn: string | undefined;
1595
-
1596
- ChannelModeratorArn: string | undefined;
1597
-
1598
- ChimeBearer?: string;
1599
- }
1600
- export interface DeleteEventsConfigurationRequest {
1601
-
1602
- AccountId: string | undefined;
1603
-
1604
- BotId: string | undefined;
1605
- }
1606
- export interface DeleteMediaCapturePipelineRequest {
1607
-
1608
- MediaPipelineId: string | undefined;
1609
- }
1610
- export interface DeleteMeetingRequest {
1611
-
1612
- MeetingId: string | undefined;
1613
- }
1614
- export interface DeletePhoneNumberRequest {
1615
-
1616
- PhoneNumberId: string | undefined;
1617
- }
1618
- export interface DeleteProxySessionRequest {
1619
-
1620
- VoiceConnectorId: string | undefined;
1621
-
1622
- ProxySessionId: string | undefined;
1623
- }
1624
- export interface DeleteRoomRequest {
1625
-
1626
- AccountId: string | undefined;
1627
-
1628
- RoomId: string | undefined;
1629
- }
1630
- export interface DeleteRoomMembershipRequest {
1631
-
1632
- AccountId: string | undefined;
1633
-
1634
- RoomId: string | undefined;
1635
-
1636
- MemberId: string | undefined;
1637
- }
1638
- export interface DeleteSipMediaApplicationRequest {
1639
-
1640
- SipMediaApplicationId: string | undefined;
1641
- }
1642
- export interface DeleteSipRuleRequest {
1643
-
1644
- SipRuleId: string | undefined;
1645
- }
1646
- export interface DeleteVoiceConnectorRequest {
1647
-
1648
- VoiceConnectorId: string | undefined;
1649
- }
1650
- export interface DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
1651
-
1652
- VoiceConnectorId: string | undefined;
1653
- }
1654
- export interface DeleteVoiceConnectorGroupRequest {
1655
-
1656
- VoiceConnectorGroupId: string | undefined;
1657
- }
1658
- export interface DeleteVoiceConnectorOriginationRequest {
1659
-
1660
- VoiceConnectorId: string | undefined;
1661
- }
1662
- export interface DeleteVoiceConnectorProxyRequest {
1663
-
1664
- VoiceConnectorId: string | undefined;
1665
- }
1666
- export interface DeleteVoiceConnectorStreamingConfigurationRequest {
1667
-
1668
- VoiceConnectorId: string | undefined;
1669
- }
1670
- export interface DeleteVoiceConnectorTerminationRequest {
1671
-
1672
- VoiceConnectorId: string | undefined;
1673
- }
1674
- export interface DeleteVoiceConnectorTerminationCredentialsRequest {
1675
-
1676
- VoiceConnectorId: string | undefined;
1677
-
1678
- Usernames: string[] | undefined;
1679
- }
1680
- export interface DescribeAppInstanceRequest {
1681
-
1682
- AppInstanceArn: string | undefined;
1683
- }
1684
- export interface DescribeAppInstanceResponse {
1685
-
1686
- AppInstance?: AppInstance;
1687
- }
1688
- export interface DescribeAppInstanceAdminRequest {
1689
-
1690
- AppInstanceAdminArn: string | undefined;
1691
-
1692
- AppInstanceArn: string | undefined;
1693
- }
1694
- export interface DescribeAppInstanceAdminResponse {
1695
-
1696
- AppInstanceAdmin?: AppInstanceAdmin;
1697
- }
1698
- export interface DescribeAppInstanceUserRequest {
1699
-
1700
- AppInstanceUserArn: string | undefined;
1701
- }
1702
- export interface DescribeAppInstanceUserResponse {
1703
-
1704
- AppInstanceUser?: AppInstanceUser;
1705
- }
1706
- export interface DescribeChannelRequest {
1707
-
1708
- ChannelArn: string | undefined;
1709
-
1710
- ChimeBearer?: string;
1711
- }
1712
- export interface DescribeChannelResponse {
1713
-
1714
- Channel?: Channel;
1715
- }
1716
- export interface DescribeChannelBanRequest {
1717
-
1718
- ChannelArn: string | undefined;
1719
-
1720
- MemberArn: string | undefined;
1721
-
1722
- ChimeBearer?: string;
1723
- }
1724
- export interface DescribeChannelBanResponse {
1725
-
1726
- ChannelBan?: ChannelBan;
1727
- }
1728
- export interface DescribeChannelMembershipRequest {
1729
-
1730
- ChannelArn: string | undefined;
1731
-
1732
- MemberArn: string | undefined;
1733
-
1734
- ChimeBearer?: string;
1735
- }
1736
- export interface DescribeChannelMembershipResponse {
1737
-
1738
- ChannelMembership?: ChannelMembership;
1739
- }
1740
- export interface DescribeChannelMembershipForAppInstanceUserRequest {
1741
-
1742
- ChannelArn: string | undefined;
1743
-
1744
- AppInstanceUserArn: string | undefined;
1745
-
1746
- ChimeBearer?: string;
1747
- }
1748
- export interface DescribeChannelMembershipForAppInstanceUserResponse {
1749
-
1750
- ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
1751
- }
1752
- export interface DescribeChannelModeratedByAppInstanceUserRequest {
1753
-
1754
- ChannelArn: string | undefined;
1755
-
1756
- AppInstanceUserArn: string | undefined;
1757
-
1758
- ChimeBearer?: string;
1759
- }
1760
- export interface DescribeChannelModeratedByAppInstanceUserResponse {
1761
-
1762
- Channel?: ChannelModeratedByAppInstanceUserSummary;
1763
- }
1764
- export interface DescribeChannelModeratorRequest {
1765
-
1766
- ChannelArn: string | undefined;
1767
-
1768
- ChannelModeratorArn: string | undefined;
1769
-
1770
- ChimeBearer?: string;
1771
- }
1772
- export interface DescribeChannelModeratorResponse {
1773
-
1774
- ChannelModerator?: ChannelModerator;
1775
- }
1776
- export interface DisassociatePhoneNumberFromUserRequest {
1777
-
1778
- AccountId: string | undefined;
1779
-
1780
- UserId: string | undefined;
1781
- }
1782
- export interface DisassociatePhoneNumberFromUserResponse {
1783
- }
1784
- export interface DisassociatePhoneNumbersFromVoiceConnectorRequest {
1785
-
1786
- VoiceConnectorId: string | undefined;
1787
-
1788
- E164PhoneNumbers: string[] | undefined;
1789
- }
1790
- export interface DisassociatePhoneNumbersFromVoiceConnectorResponse {
1791
-
1792
- PhoneNumberErrors?: PhoneNumberError[];
1793
- }
1794
- export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
1795
-
1796
- VoiceConnectorGroupId: string | undefined;
1797
-
1798
- E164PhoneNumbers: string[] | undefined;
1799
- }
1800
- export interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse {
1801
-
1802
- PhoneNumberErrors?: PhoneNumberError[];
1803
- }
1804
- export interface DisassociateSigninDelegateGroupsFromAccountRequest {
1805
-
1806
- AccountId: string | undefined;
1807
-
1808
- GroupNames: string[] | undefined;
1809
- }
1810
- export interface DisassociateSigninDelegateGroupsFromAccountResponse {
1811
- }
1812
-
1813
- export interface DNISEmergencyCallingConfiguration {
1814
-
1815
- EmergencyPhoneNumber: string | undefined;
1816
-
1817
- TestPhoneNumber?: string;
1818
-
1819
- CallingCountry: string | undefined;
1820
- }
1821
- export declare enum EmailStatus {
1822
- Failed = "Failed",
1823
- NotSent = "NotSent",
1824
- Sent = "Sent"
1825
- }
1826
-
1827
- export interface EmergencyCallingConfiguration {
1828
-
1829
- DNIS?: DNISEmergencyCallingConfiguration[];
1830
- }
1831
- export declare enum TranscribeMedicalContentIdentificationType {
1832
- PHI = "PHI"
1833
- }
1834
- export declare enum TranscribeMedicalLanguageCode {
1835
- EN_US = "en-US"
1836
- }
1837
- export declare enum TranscribeMedicalRegion {
1838
- AP_SOUTHEAST_2 = "ap-southeast-2",
1839
- AUTO = "auto",
1840
- CA_CENTRAL_1 = "ca-central-1",
1841
- EU_WEST_1 = "eu-west-1",
1842
- US_EAST_1 = "us-east-1",
1843
- US_EAST_2 = "us-east-2",
1844
- US_WEST_2 = "us-west-2"
1845
- }
1846
- export declare enum TranscribeMedicalSpecialty {
1847
- Cardiology = "CARDIOLOGY",
1848
- Neurology = "NEUROLOGY",
1849
- Oncology = "ONCOLOGY",
1850
- PrimaryCare = "PRIMARYCARE",
1851
- Radiology = "RADIOLOGY",
1852
- Urology = "UROLOGY"
1853
- }
1854
- export declare enum TranscribeMedicalType {
1855
- Conversation = "CONVERSATION",
1856
- Dictation = "DICTATION"
1857
- }
1858
-
1859
- export interface EngineTranscribeMedicalSettings {
1860
-
1861
- LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
1862
-
1863
- Specialty: TranscribeMedicalSpecialty | string | undefined;
1864
-
1865
- Type: TranscribeMedicalType | string | undefined;
1866
-
1867
- VocabularyName?: string;
1868
-
1869
- Region?: TranscribeMedicalRegion | string;
1870
-
1871
- ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
1872
- }
1873
- export declare enum TranscribeContentIdentificationType {
1874
- PII = "PII"
1875
- }
1876
- export declare enum TranscribeContentRedactionType {
1877
- PII = "PII"
1878
- }
1879
- export declare enum TranscribeLanguageCode {
1880
- DE_DE = "de-DE",
1881
- EN_AU = "en-AU",
1882
- EN_GB = "en-GB",
1883
- EN_US = "en-US",
1884
- ES_US = "es-US",
1885
- FR_CA = "fr-CA",
1886
- FR_FR = "fr-FR",
1887
- IT_IT = "it-IT",
1888
- JA_JP = "ja-JP",
1889
- KO_KR = "ko-KR",
1890
- PT_BR = "pt-BR",
1891
- ZH_CN = "zh-CN"
1892
- }
1893
- export declare enum TranscribePartialResultsStability {
1894
- HIGH = "high",
1895
- LOW = "low",
1896
- MEDIUM = "medium"
1897
- }
1898
- export declare enum TranscribeRegion {
1899
- AP_NORTHEAST_1 = "ap-northeast-1",
1900
- AP_NORTHEAST_2 = "ap-northeast-2",
1901
- AP_SOUTHEAST_2 = "ap-southeast-2",
1902
- AUTO = "auto",
1903
- CA_CENTRAL_1 = "ca-central-1",
1904
- EU_CENTRAL_1 = "eu-central-1",
1905
- EU_WEST_1 = "eu-west-1",
1906
- EU_WEST_2 = "eu-west-2",
1907
- SA_EAST_1 = "sa-east-1",
1908
- US_EAST_1 = "us-east-1",
1909
- US_EAST_2 = "us-east-2",
1910
- US_WEST_2 = "us-west-2"
1911
- }
1912
- export declare enum TranscribeVocabularyFilterMethod {
1913
- Mask = "mask",
1914
- Remove = "remove",
1915
- Tag = "tag"
1916
- }
1917
-
1918
- export interface EngineTranscribeSettings {
1919
-
1920
- LanguageCode: TranscribeLanguageCode | string | undefined;
1921
-
1922
- VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
1923
-
1924
- VocabularyFilterName?: string;
1925
-
1926
- VocabularyName?: string;
1927
-
1928
- Region?: TranscribeRegion | string;
1929
-
1930
- EnablePartialResultsStabilization?: boolean;
1931
-
1932
- PartialResultsStability?: TranscribePartialResultsStability | string;
1933
-
1934
- ContentIdentificationType?: TranscribeContentIdentificationType | string;
1935
-
1936
- ContentRedactionType?: TranscribeContentRedactionType | string;
1937
-
1938
- PiiEntityTypes?: string;
1939
-
1940
- LanguageModelName?: string;
1941
- }
1942
-
1943
- export interface EventsConfiguration {
1944
-
1945
- BotId?: string;
1946
-
1947
- OutboundEventsHTTPSEndpoint?: string;
1948
-
1949
- LambdaFunctionArn?: string;
1950
- }
1951
- export interface GetAccountRequest {
1952
-
1953
- AccountId: string | undefined;
1954
- }
1955
- export interface GetAccountResponse {
1956
-
1957
- Account?: Account;
1958
- }
1959
- export interface GetAccountSettingsRequest {
1960
-
1961
- AccountId: string | undefined;
1962
- }
1963
- export interface GetAccountSettingsResponse {
1964
-
1965
- AccountSettings?: AccountSettings;
1966
- }
1967
- export interface GetAppInstanceRetentionSettingsRequest {
1968
-
1969
- AppInstanceArn: string | undefined;
1970
- }
1971
- export interface GetAppInstanceRetentionSettingsResponse {
1972
-
1973
- AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
1974
-
1975
- InitiateDeletionTimestamp?: Date;
1976
- }
1977
- export interface GetAppInstanceStreamingConfigurationsRequest {
1978
-
1979
- AppInstanceArn: string | undefined;
1980
- }
1981
- export interface GetAppInstanceStreamingConfigurationsResponse {
1982
-
1983
- AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
1984
- }
1985
- export interface GetAttendeeRequest {
1986
-
1987
- MeetingId: string | undefined;
1988
-
1989
- AttendeeId: string | undefined;
1990
- }
1991
- export interface GetAttendeeResponse {
1992
-
1993
- Attendee?: Attendee;
1994
- }
1995
- export interface GetBotRequest {
1996
-
1997
- AccountId: string | undefined;
1998
-
1999
- BotId: string | undefined;
2000
- }
2001
- export interface GetBotResponse {
2002
-
2003
- Bot?: Bot;
2004
- }
2005
- export interface GetChannelMessageRequest {
2006
-
2007
- ChannelArn: string | undefined;
2008
-
2009
- MessageId: string | undefined;
2010
-
2011
- ChimeBearer?: string;
2012
- }
2013
- export interface GetChannelMessageResponse {
2014
-
2015
- ChannelMessage?: ChannelMessage;
2016
- }
2017
- export interface GetEventsConfigurationRequest {
2018
-
2019
- AccountId: string | undefined;
2020
-
2021
- BotId: string | undefined;
2022
- }
2023
- export interface GetEventsConfigurationResponse {
2024
-
2025
- EventsConfiguration?: EventsConfiguration;
2026
- }
2027
-
2028
- export interface VoiceConnectorSettings {
2029
-
2030
- CdrBucket?: string;
2031
- }
2032
- export interface GetGlobalSettingsResponse {
2033
-
2034
- BusinessCalling?: BusinessCallingSettings;
2035
-
2036
- VoiceConnector?: VoiceConnectorSettings;
2037
- }
2038
- export interface GetMediaCapturePipelineRequest {
2039
-
2040
- MediaPipelineId: string | undefined;
2041
- }
2042
- export interface GetMediaCapturePipelineResponse {
2043
-
2044
- MediaCapturePipeline?: MediaCapturePipeline;
2045
- }
2046
- export interface GetMeetingRequest {
2047
-
2048
- MeetingId: string | undefined;
2049
- }
2050
- export interface GetMeetingResponse {
2051
-
2052
- Meeting?: Meeting;
2053
- }
2054
- export interface GetMessagingSessionEndpointRequest {
2055
- }
2056
-
2057
- export interface MessagingSessionEndpoint {
2058
-
2059
- Url?: string;
2060
- }
2061
- export interface GetMessagingSessionEndpointResponse {
2062
-
2063
- Endpoint?: MessagingSessionEndpoint;
2064
- }
2065
- export interface GetPhoneNumberRequest {
2066
-
2067
- PhoneNumberId: string | undefined;
2068
- }
2069
- export declare enum PhoneNumberAssociationName {
2070
- AccountId = "AccountId",
2071
- SipRuleId = "SipRuleId",
2072
- UserId = "UserId",
2073
- VoiceConnectorGroupId = "VoiceConnectorGroupId",
2074
- VoiceConnectorId = "VoiceConnectorId"
2075
- }
2076
-
2077
- export interface PhoneNumberAssociation {
2078
-
2079
- Value?: string;
2080
-
2081
- Name?: PhoneNumberAssociationName | string;
2082
-
2083
- AssociatedTimestamp?: Date;
2084
- }
2085
-
2086
- export interface PhoneNumberCapabilities {
2087
-
2088
- InboundCall?: boolean;
2089
-
2090
- OutboundCall?: boolean;
2091
-
2092
- InboundSMS?: boolean;
2093
-
2094
- OutboundSMS?: boolean;
2095
-
2096
- InboundMMS?: boolean;
2097
-
2098
- OutboundMMS?: boolean;
2099
- }
2100
- export declare enum PhoneNumberStatus {
2101
- AcquireFailed = "AcquireFailed",
2102
- AcquireInProgress = "AcquireInProgress",
2103
- Assigned = "Assigned",
2104
- DeleteFailed = "DeleteFailed",
2105
- DeleteInProgress = "DeleteInProgress",
2106
- ReleaseFailed = "ReleaseFailed",
2107
- ReleaseInProgress = "ReleaseInProgress",
2108
- Unassigned = "Unassigned"
2109
- }
2110
- export declare enum PhoneNumberType {
2111
- Local = "Local",
2112
- TollFree = "TollFree"
2113
- }
2114
-
2115
- export interface PhoneNumber {
2116
-
2117
- PhoneNumberId?: string;
2118
-
2119
- E164PhoneNumber?: string;
2120
-
2121
- Country?: string;
2122
-
2123
- Type?: PhoneNumberType | string;
2124
-
2125
- ProductType?: PhoneNumberProductType | string;
2126
-
2127
- Status?: PhoneNumberStatus | string;
2128
-
2129
- Capabilities?: PhoneNumberCapabilities;
2130
-
2131
- Associations?: PhoneNumberAssociation[];
2132
-
2133
- CallingName?: string;
2134
-
2135
- CallingNameStatus?: CallingNameStatus | string;
2136
-
2137
- CreatedTimestamp?: Date;
2138
-
2139
- UpdatedTimestamp?: Date;
2140
-
2141
- DeletionTimestamp?: Date;
2142
- }
2143
- export interface GetPhoneNumberResponse {
2144
-
2145
- PhoneNumber?: PhoneNumber;
2146
- }
2147
- export interface GetPhoneNumberOrderRequest {
2148
-
2149
- PhoneNumberOrderId: string | undefined;
2150
- }
2151
- export interface GetPhoneNumberOrderResponse {
2152
-
2153
- PhoneNumberOrder?: PhoneNumberOrder;
2154
- }
2155
- export interface GetPhoneNumberSettingsResponse {
2156
-
2157
- CallingName?: string;
2158
-
2159
- CallingNameUpdatedTimestamp?: Date;
2160
- }
2161
- export interface GetProxySessionRequest {
2162
-
2163
- VoiceConnectorId: string | undefined;
2164
-
2165
- ProxySessionId: string | undefined;
2166
- }
2167
- export interface GetProxySessionResponse {
2168
-
2169
- ProxySession?: ProxySession;
2170
- }
2171
- export interface GetRetentionSettingsRequest {
2172
-
2173
- AccountId: string | undefined;
2174
- }
2175
-
2176
- export declare const SigninDelegateGroupFilterSensitiveLog: (obj: SigninDelegateGroup) => any;
2177
-
2178
- export declare const AccountFilterSensitiveLog: (obj: Account) => any;
2179
-
2180
- export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
2181
-
2182
- export declare const AddressFilterSensitiveLog: (obj: Address) => any;
2183
-
2184
- export declare const AlexaForBusinessMetadataFilterSensitiveLog: (obj: AlexaForBusinessMetadata) => any;
2185
-
2186
- export declare const AppInstanceFilterSensitiveLog: (obj: AppInstance) => any;
2187
-
2188
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
2189
-
2190
- export declare const AppInstanceAdminFilterSensitiveLog: (obj: AppInstanceAdmin) => any;
2191
-
2192
- export declare const AppInstanceAdminSummaryFilterSensitiveLog: (obj: AppInstanceAdminSummary) => any;
2193
-
2194
- export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
2195
-
2196
- export declare const ChannelRetentionSettingsFilterSensitiveLog: (obj: ChannelRetentionSettings) => any;
2197
-
2198
- export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (obj: AppInstanceRetentionSettings) => any;
2199
-
2200
- export declare const AppInstanceStreamingConfigurationFilterSensitiveLog: (obj: AppInstanceStreamingConfiguration) => any;
2201
-
2202
- export declare const AppInstanceUserFilterSensitiveLog: (obj: AppInstanceUser) => any;
2203
-
2204
- export declare const AppInstanceUserSummaryFilterSensitiveLog: (obj: AppInstanceUserSummary) => any;
2205
-
2206
- export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
2207
-
2208
- export declare const AudioArtifactsConfigurationFilterSensitiveLog: (obj: AudioArtifactsConfiguration) => any;
2209
-
2210
- export declare const ContentArtifactsConfigurationFilterSensitiveLog: (obj: ContentArtifactsConfiguration) => any;
2211
-
2212
- export declare const VideoArtifactsConfigurationFilterSensitiveLog: (obj: VideoArtifactsConfiguration) => any;
2213
-
2214
- export declare const ArtifactsConfigurationFilterSensitiveLog: (obj: ArtifactsConfiguration) => any;
2215
-
2216
- export declare const AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorRequest) => any;
2217
-
2218
- export declare const PhoneNumberErrorFilterSensitiveLog: (obj: PhoneNumberError) => any;
2219
-
2220
- export declare const AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorResponse) => any;
2221
-
2222
- export declare const AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorGroupRequest) => any;
2223
-
2224
- export declare const AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog: (obj: AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => any;
2225
-
2226
- export declare const AssociatePhoneNumberWithUserRequestFilterSensitiveLog: (obj: AssociatePhoneNumberWithUserRequest) => any;
2227
-
2228
- export declare const AssociatePhoneNumberWithUserResponseFilterSensitiveLog: (obj: AssociatePhoneNumberWithUserResponse) => any;
2229
-
2230
- export declare const AssociateSigninDelegateGroupsWithAccountRequestFilterSensitiveLog: (obj: AssociateSigninDelegateGroupsWithAccountRequest) => any;
2231
-
2232
- export declare const AssociateSigninDelegateGroupsWithAccountResponseFilterSensitiveLog: (obj: AssociateSigninDelegateGroupsWithAccountResponse) => any;
2233
-
2234
- export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
2235
-
2236
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2237
-
2238
- export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
2239
-
2240
- export declare const CreateAttendeeRequestItemFilterSensitiveLog: (obj: CreateAttendeeRequestItem) => any;
2241
-
2242
- export declare const BatchCreateAttendeeRequestFilterSensitiveLog: (obj: BatchCreateAttendeeRequest) => any;
2243
-
2244
- export declare const CreateAttendeeErrorFilterSensitiveLog: (obj: CreateAttendeeError) => any;
2245
-
2246
- export declare const BatchCreateAttendeeResponseFilterSensitiveLog: (obj: BatchCreateAttendeeResponse) => any;
2247
-
2248
- export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
2249
-
2250
- export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
2251
-
2252
- export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
2253
-
2254
- export declare const MembershipItemFilterSensitiveLog: (obj: MembershipItem) => any;
2255
-
2256
- export declare const BatchCreateRoomMembershipRequestFilterSensitiveLog: (obj: BatchCreateRoomMembershipRequest) => any;
2257
-
2258
- export declare const MemberErrorFilterSensitiveLog: (obj: MemberError) => any;
2259
-
2260
- export declare const BatchCreateRoomMembershipResponseFilterSensitiveLog: (obj: BatchCreateRoomMembershipResponse) => any;
2261
-
2262
- export declare const BatchDeletePhoneNumberRequestFilterSensitiveLog: (obj: BatchDeletePhoneNumberRequest) => any;
2263
-
2264
- export declare const BatchDeletePhoneNumberResponseFilterSensitiveLog: (obj: BatchDeletePhoneNumberResponse) => any;
2265
-
2266
- export declare const BatchSuspendUserRequestFilterSensitiveLog: (obj: BatchSuspendUserRequest) => any;
2267
-
2268
- export declare const UserErrorFilterSensitiveLog: (obj: UserError) => any;
2269
-
2270
- export declare const BatchSuspendUserResponseFilterSensitiveLog: (obj: BatchSuspendUserResponse) => any;
2271
-
2272
- export declare const BatchUnsuspendUserRequestFilterSensitiveLog: (obj: BatchUnsuspendUserRequest) => any;
2273
-
2274
- export declare const BatchUnsuspendUserResponseFilterSensitiveLog: (obj: BatchUnsuspendUserResponse) => any;
2275
-
2276
- export declare const UpdatePhoneNumberRequestItemFilterSensitiveLog: (obj: UpdatePhoneNumberRequestItem) => any;
2277
-
2278
- export declare const BatchUpdatePhoneNumberRequestFilterSensitiveLog: (obj: BatchUpdatePhoneNumberRequest) => any;
2279
-
2280
- export declare const BatchUpdatePhoneNumberResponseFilterSensitiveLog: (obj: BatchUpdatePhoneNumberResponse) => any;
2281
-
2282
- export declare const UpdateUserRequestItemFilterSensitiveLog: (obj: UpdateUserRequestItem) => any;
2283
-
2284
- export declare const BatchUpdateUserRequestFilterSensitiveLog: (obj: BatchUpdateUserRequest) => any;
2285
-
2286
- export declare const BatchUpdateUserResponseFilterSensitiveLog: (obj: BatchUpdateUserResponse) => any;
2287
-
2288
- export declare const BotFilterSensitiveLog: (obj: Bot) => any;
2289
-
2290
- export declare const BusinessCallingSettingsFilterSensitiveLog: (obj: BusinessCallingSettings) => any;
2291
-
2292
- export declare const CandidateAddressFilterSensitiveLog: (obj: CandidateAddress) => any;
2293
-
2294
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
2295
-
2296
- export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
2297
-
2298
- export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
2299
-
2300
- export declare const ChannelMembershipFilterSensitiveLog: (obj: ChannelMembership) => any;
2301
-
2302
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
2303
-
2304
- export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
2305
-
2306
- export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
2307
-
2308
- export declare const ChannelMessageFilterSensitiveLog: (obj: ChannelMessage) => any;
2309
-
2310
- export declare const ChannelMessageSummaryFilterSensitiveLog: (obj: ChannelMessageSummary) => any;
2311
-
2312
- export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
2313
-
2314
- export declare const ChannelModeratorFilterSensitiveLog: (obj: ChannelModerator) => any;
2315
-
2316
- export declare const ChannelModeratorSummaryFilterSensitiveLog: (obj: ChannelModeratorSummary) => any;
2317
-
2318
- export declare const SelectedVideoStreamsFilterSensitiveLog: (obj: SelectedVideoStreams) => any;
2319
-
2320
- export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
2321
-
2322
- export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (obj: ChimeSdkMeetingConfiguration) => any;
2323
-
2324
- export declare const ConversationRetentionSettingsFilterSensitiveLog: (obj: ConversationRetentionSettings) => any;
2325
-
2326
- export declare const CreateAccountRequestFilterSensitiveLog: (obj: CreateAccountRequest) => any;
2327
-
2328
- export declare const CreateAccountResponseFilterSensitiveLog: (obj: CreateAccountResponse) => any;
2329
-
2330
- export declare const CreateAppInstanceRequestFilterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
2331
-
2332
- export declare const CreateAppInstanceResponseFilterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
2333
-
2334
- export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
2335
-
2336
- export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (obj: CreateAppInstanceAdminResponse) => any;
2337
-
2338
- export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
2339
-
2340
- export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
2341
-
2342
- export declare const CreateAttendeeRequestFilterSensitiveLog: (obj: CreateAttendeeRequest) => any;
2343
-
2344
- export declare const CreateAttendeeResponseFilterSensitiveLog: (obj: CreateAttendeeResponse) => any;
2345
-
2346
- export declare const CreateBotRequestFilterSensitiveLog: (obj: CreateBotRequest) => any;
2347
-
2348
- export declare const CreateBotResponseFilterSensitiveLog: (obj: CreateBotResponse) => any;
2349
-
2350
- export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
2351
-
2352
- export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
2353
-
2354
- export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
2355
-
2356
- export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateChannelBanResponse) => any;
2357
-
2358
- export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
2359
-
2360
- export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
2361
-
2362
- export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
2363
-
2364
- export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
2365
-
2366
- export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (obj: CreateMediaCapturePipelineRequest) => any;
2367
-
2368
- export declare const MediaCapturePipelineFilterSensitiveLog: (obj: MediaCapturePipeline) => any;
2369
-
2370
- export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (obj: CreateMediaCapturePipelineResponse) => any;
2371
-
2372
- export declare const MeetingNotificationConfigurationFilterSensitiveLog: (obj: MeetingNotificationConfiguration) => any;
2373
-
2374
- export declare const CreateMeetingRequestFilterSensitiveLog: (obj: CreateMeetingRequest) => any;
2375
-
2376
- export declare const MediaPlacementFilterSensitiveLog: (obj: MediaPlacement) => any;
2377
-
2378
- export declare const MeetingFilterSensitiveLog: (obj: Meeting) => any;
2379
-
2380
- export declare const CreateMeetingResponseFilterSensitiveLog: (obj: CreateMeetingResponse) => any;
2381
-
2382
- export declare const CreateMeetingDialOutRequestFilterSensitiveLog: (obj: CreateMeetingDialOutRequest) => any;
2383
-
2384
- export declare const CreateMeetingDialOutResponseFilterSensitiveLog: (obj: CreateMeetingDialOutResponse) => any;
2385
-
2386
- export declare const CreateMeetingWithAttendeesRequestFilterSensitiveLog: (obj: CreateMeetingWithAttendeesRequest) => any;
2387
-
2388
- export declare const CreateMeetingWithAttendeesResponseFilterSensitiveLog: (obj: CreateMeetingWithAttendeesResponse) => any;
2389
-
2390
- export declare const CreatePhoneNumberOrderRequestFilterSensitiveLog: (obj: CreatePhoneNumberOrderRequest) => any;
2391
-
2392
- export declare const OrderedPhoneNumberFilterSensitiveLog: (obj: OrderedPhoneNumber) => any;
2393
-
2394
- export declare const PhoneNumberOrderFilterSensitiveLog: (obj: PhoneNumberOrder) => any;
2395
-
2396
- export declare const CreatePhoneNumberOrderResponseFilterSensitiveLog: (obj: CreatePhoneNumberOrderResponse) => any;
2397
-
2398
- export declare const GeoMatchParamsFilterSensitiveLog: (obj: GeoMatchParams) => any;
2399
-
2400
- export declare const CreateProxySessionRequestFilterSensitiveLog: (obj: CreateProxySessionRequest) => any;
2401
-
2402
- export declare const ParticipantFilterSensitiveLog: (obj: Participant) => any;
2403
-
2404
- export declare const ProxySessionFilterSensitiveLog: (obj: ProxySession) => any;
2405
-
2406
- export declare const CreateProxySessionResponseFilterSensitiveLog: (obj: CreateProxySessionResponse) => any;
2407
-
2408
- export declare const CreateRoomRequestFilterSensitiveLog: (obj: CreateRoomRequest) => any;
2409
-
2410
- export declare const RoomFilterSensitiveLog: (obj: Room) => any;
2411
-
2412
- export declare const CreateRoomResponseFilterSensitiveLog: (obj: CreateRoomResponse) => any;
2413
-
2414
- export declare const CreateRoomMembershipRequestFilterSensitiveLog: (obj: CreateRoomMembershipRequest) => any;
2415
-
2416
- export declare const MemberFilterSensitiveLog: (obj: Member) => any;
2417
-
2418
- export declare const RoomMembershipFilterSensitiveLog: (obj: RoomMembership) => any;
2419
-
2420
- export declare const CreateRoomMembershipResponseFilterSensitiveLog: (obj: CreateRoomMembershipResponse) => any;
2421
-
2422
- export declare const SipMediaApplicationEndpointFilterSensitiveLog: (obj: SipMediaApplicationEndpoint) => any;
2423
-
2424
- export declare const CreateSipMediaApplicationRequestFilterSensitiveLog: (obj: CreateSipMediaApplicationRequest) => any;
2425
-
2426
- export declare const SipMediaApplicationFilterSensitiveLog: (obj: SipMediaApplication) => any;
2427
-
2428
- export declare const CreateSipMediaApplicationResponseFilterSensitiveLog: (obj: CreateSipMediaApplicationResponse) => any;
2429
-
2430
- export declare const CreateSipMediaApplicationCallRequestFilterSensitiveLog: (obj: CreateSipMediaApplicationCallRequest) => any;
2431
-
2432
- export declare const SipMediaApplicationCallFilterSensitiveLog: (obj: SipMediaApplicationCall) => any;
2433
-
2434
- export declare const CreateSipMediaApplicationCallResponseFilterSensitiveLog: (obj: CreateSipMediaApplicationCallResponse) => any;
2435
-
2436
- export declare const SipRuleTargetApplicationFilterSensitiveLog: (obj: SipRuleTargetApplication) => any;
2437
-
2438
- export declare const CreateSipRuleRequestFilterSensitiveLog: (obj: CreateSipRuleRequest) => any;
2439
-
2440
- export declare const SipRuleFilterSensitiveLog: (obj: SipRule) => any;
2441
-
2442
- export declare const CreateSipRuleResponseFilterSensitiveLog: (obj: CreateSipRuleResponse) => any;
2443
-
2444
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
2445
-
2446
- export declare const UserFilterSensitiveLog: (obj: User) => any;
2447
-
2448
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
2449
-
2450
- export declare const CreateVoiceConnectorRequestFilterSensitiveLog: (obj: CreateVoiceConnectorRequest) => any;
2451
-
2452
- export declare const VoiceConnectorFilterSensitiveLog: (obj: VoiceConnector) => any;
2453
-
2454
- export declare const CreateVoiceConnectorResponseFilterSensitiveLog: (obj: CreateVoiceConnectorResponse) => any;
2455
-
2456
- export declare const VoiceConnectorItemFilterSensitiveLog: (obj: VoiceConnectorItem) => any;
2457
-
2458
- export declare const CreateVoiceConnectorGroupRequestFilterSensitiveLog: (obj: CreateVoiceConnectorGroupRequest) => any;
2459
-
2460
- export declare const VoiceConnectorGroupFilterSensitiveLog: (obj: VoiceConnectorGroup) => any;
2461
-
2462
- export declare const CreateVoiceConnectorGroupResponseFilterSensitiveLog: (obj: CreateVoiceConnectorGroupResponse) => any;
2463
-
2464
- export declare const CredentialFilterSensitiveLog: (obj: Credential) => any;
2465
-
2466
- export declare const DeleteAccountRequestFilterSensitiveLog: (obj: DeleteAccountRequest) => any;
2467
-
2468
- export declare const DeleteAccountResponseFilterSensitiveLog: (obj: DeleteAccountResponse) => any;
2469
-
2470
- export declare const DeleteAppInstanceRequestFilterSensitiveLog: (obj: DeleteAppInstanceRequest) => any;
2471
-
2472
- export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
2473
-
2474
- export declare const DeleteAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (obj: DeleteAppInstanceStreamingConfigurationsRequest) => any;
2475
-
2476
- export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
2477
-
2478
- export declare const DeleteAttendeeRequestFilterSensitiveLog: (obj: DeleteAttendeeRequest) => any;
2479
-
2480
- export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
2481
-
2482
- export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
2483
-
2484
- export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
2485
-
2486
- export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
2487
-
2488
- export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
2489
-
2490
- export declare const DeleteEventsConfigurationRequestFilterSensitiveLog: (obj: DeleteEventsConfigurationRequest) => any;
2491
-
2492
- export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (obj: DeleteMediaCapturePipelineRequest) => any;
2493
-
2494
- export declare const DeleteMeetingRequestFilterSensitiveLog: (obj: DeleteMeetingRequest) => any;
2495
-
2496
- export declare const DeletePhoneNumberRequestFilterSensitiveLog: (obj: DeletePhoneNumberRequest) => any;
2497
-
2498
- export declare const DeleteProxySessionRequestFilterSensitiveLog: (obj: DeleteProxySessionRequest) => any;
2499
-
2500
- export declare const DeleteRoomRequestFilterSensitiveLog: (obj: DeleteRoomRequest) => any;
2501
-
2502
- export declare const DeleteRoomMembershipRequestFilterSensitiveLog: (obj: DeleteRoomMembershipRequest) => any;
2503
-
2504
- export declare const DeleteSipMediaApplicationRequestFilterSensitiveLog: (obj: DeleteSipMediaApplicationRequest) => any;
2505
-
2506
- export declare const DeleteSipRuleRequestFilterSensitiveLog: (obj: DeleteSipRuleRequest) => any;
2507
-
2508
- export declare const DeleteVoiceConnectorRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorRequest) => any;
2509
-
2510
- export declare const DeleteVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorEmergencyCallingConfigurationRequest) => any;
2511
-
2512
- export declare const DeleteVoiceConnectorGroupRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorGroupRequest) => any;
2513
-
2514
- export declare const DeleteVoiceConnectorOriginationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorOriginationRequest) => any;
2515
-
2516
- export declare const DeleteVoiceConnectorProxyRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorProxyRequest) => any;
2517
-
2518
- export declare const DeleteVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorStreamingConfigurationRequest) => any;
2519
-
2520
- export declare const DeleteVoiceConnectorTerminationRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorTerminationRequest) => any;
2521
-
2522
- export declare const DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (obj: DeleteVoiceConnectorTerminationCredentialsRequest) => any;
2523
-
2524
- export declare const DescribeAppInstanceRequestFilterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
2525
-
2526
- export declare const DescribeAppInstanceResponseFilterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
2527
-
2528
- export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
2529
-
2530
- export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (obj: DescribeAppInstanceAdminResponse) => any;
2531
-
2532
- export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserRequest) => any;
2533
-
2534
- export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserResponse) => any;
2535
-
2536
- export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
2537
-
2538
- export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
2539
-
2540
- export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
2541
-
2542
- export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
2543
-
2544
- export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
2545
-
2546
- export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
2547
-
2548
- export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
2549
-
2550
- export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
2551
-
2552
- export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
2553
-
2554
- export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
2555
-
2556
- export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
2557
-
2558
- export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
2559
-
2560
- export declare const DisassociatePhoneNumberFromUserRequestFilterSensitiveLog: (obj: DisassociatePhoneNumberFromUserRequest) => any;
2561
-
2562
- export declare const DisassociatePhoneNumberFromUserResponseFilterSensitiveLog: (obj: DisassociatePhoneNumberFromUserResponse) => any;
2563
-
2564
- export declare const DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorRequest) => any;
2565
-
2566
- export declare const DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorResponse) => any;
2567
-
2568
- export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest) => any;
2569
-
2570
- export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog: (obj: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => any;
2571
-
2572
- export declare const DisassociateSigninDelegateGroupsFromAccountRequestFilterSensitiveLog: (obj: DisassociateSigninDelegateGroupsFromAccountRequest) => any;
2573
-
2574
- export declare const DisassociateSigninDelegateGroupsFromAccountResponseFilterSensitiveLog: (obj: DisassociateSigninDelegateGroupsFromAccountResponse) => any;
2575
-
2576
- export declare const DNISEmergencyCallingConfigurationFilterSensitiveLog: (obj: DNISEmergencyCallingConfiguration) => any;
2577
-
2578
- export declare const EmergencyCallingConfigurationFilterSensitiveLog: (obj: EmergencyCallingConfiguration) => any;
2579
-
2580
- export declare const EngineTranscribeMedicalSettingsFilterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
2581
-
2582
- export declare const EngineTranscribeSettingsFilterSensitiveLog: (obj: EngineTranscribeSettings) => any;
2583
-
2584
- export declare const EventsConfigurationFilterSensitiveLog: (obj: EventsConfiguration) => any;
2585
-
2586
- export declare const GetAccountRequestFilterSensitiveLog: (obj: GetAccountRequest) => any;
2587
-
2588
- export declare const GetAccountResponseFilterSensitiveLog: (obj: GetAccountResponse) => any;
2589
-
2590
- export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
2591
-
2592
- export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
2593
-
2594
- export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsRequest) => any;
2595
-
2596
- export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsResponse) => any;
2597
-
2598
- export declare const GetAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (obj: GetAppInstanceStreamingConfigurationsRequest) => any;
2599
-
2600
- export declare const GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog: (obj: GetAppInstanceStreamingConfigurationsResponse) => any;
2601
-
2602
- export declare const GetAttendeeRequestFilterSensitiveLog: (obj: GetAttendeeRequest) => any;
2603
-
2604
- export declare const GetAttendeeResponseFilterSensitiveLog: (obj: GetAttendeeResponse) => any;
2605
-
2606
- export declare const GetBotRequestFilterSensitiveLog: (obj: GetBotRequest) => any;
2607
-
2608
- export declare const GetBotResponseFilterSensitiveLog: (obj: GetBotResponse) => any;
2609
-
2610
- export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
2611
-
2612
- export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
2613
-
2614
- export declare const GetEventsConfigurationRequestFilterSensitiveLog: (obj: GetEventsConfigurationRequest) => any;
2615
-
2616
- export declare const GetEventsConfigurationResponseFilterSensitiveLog: (obj: GetEventsConfigurationResponse) => any;
2617
-
2618
- export declare const VoiceConnectorSettingsFilterSensitiveLog: (obj: VoiceConnectorSettings) => any;
2619
-
2620
- export declare const GetGlobalSettingsResponseFilterSensitiveLog: (obj: GetGlobalSettingsResponse) => any;
2621
-
2622
- export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (obj: GetMediaCapturePipelineRequest) => any;
2623
-
2624
- export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (obj: GetMediaCapturePipelineResponse) => any;
2625
-
2626
- export declare const GetMeetingRequestFilterSensitiveLog: (obj: GetMeetingRequest) => any;
2627
-
2628
- export declare const GetMeetingResponseFilterSensitiveLog: (obj: GetMeetingResponse) => any;
2629
-
2630
- export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
2631
-
2632
- export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
2633
-
2634
- export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
2635
-
2636
- export declare const GetPhoneNumberRequestFilterSensitiveLog: (obj: GetPhoneNumberRequest) => any;
2637
-
2638
- export declare const PhoneNumberAssociationFilterSensitiveLog: (obj: PhoneNumberAssociation) => any;
2639
-
2640
- export declare const PhoneNumberCapabilitiesFilterSensitiveLog: (obj: PhoneNumberCapabilities) => any;
2641
-
2642
- export declare const PhoneNumberFilterSensitiveLog: (obj: PhoneNumber) => any;
2643
-
2644
- export declare const GetPhoneNumberResponseFilterSensitiveLog: (obj: GetPhoneNumberResponse) => any;
2645
-
2646
- export declare const GetPhoneNumberOrderRequestFilterSensitiveLog: (obj: GetPhoneNumberOrderRequest) => any;
2647
-
2648
- export declare const GetPhoneNumberOrderResponseFilterSensitiveLog: (obj: GetPhoneNumberOrderResponse) => any;
2649
-
2650
- export declare const GetPhoneNumberSettingsResponseFilterSensitiveLog: (obj: GetPhoneNumberSettingsResponse) => any;
2651
-
2652
- export declare const GetProxySessionRequestFilterSensitiveLog: (obj: GetProxySessionRequest) => any;
2653
-
2654
- export declare const GetProxySessionResponseFilterSensitiveLog: (obj: GetProxySessionResponse) => any;
2655
-
2656
- export declare const GetRetentionSettingsRequestFilterSensitiveLog: (obj: GetRetentionSettingsRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
3
+ export declare enum ErrorCode {
4
+ AccessDenied = "AccessDenied",
5
+ BadRequest = "BadRequest",
6
+ Conflict = "Conflict",
7
+ Forbidden = "Forbidden",
8
+ NotFound = "NotFound",
9
+ PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
10
+ PreconditionFailed = "PreconditionFailed",
11
+ ResourceLimitExceeded = "ResourceLimitExceeded",
12
+ ServiceFailure = "ServiceFailure",
13
+ ServiceUnavailable = "ServiceUnavailable",
14
+ Throttled = "Throttled",
15
+ Throttling = "Throttling",
16
+ Unauthorized = "Unauthorized",
17
+ Unprocessable = "Unprocessable",
18
+ VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist",
19
+ }
20
+ export declare class AccessDeniedException extends __BaseException {
21
+ readonly name: "AccessDeniedException";
22
+ readonly $fault: "client";
23
+ Code?: ErrorCode | string;
24
+ Message?: string;
25
+ constructor(
26
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
27
+ );
28
+ }
29
+ export declare enum AccountStatus {
30
+ Active = "Active",
31
+ Suspended = "Suspended",
32
+ }
33
+ export declare enum AccountType {
34
+ EnterpriseDirectory = "EnterpriseDirectory",
35
+ EnterpriseLWA = "EnterpriseLWA",
36
+ EnterpriseOIDC = "EnterpriseOIDC",
37
+ Team = "Team",
38
+ }
39
+ export declare enum License {
40
+ Basic = "Basic",
41
+ Plus = "Plus",
42
+ Pro = "Pro",
43
+ ProTrial = "ProTrial",
44
+ }
45
+ export interface SigninDelegateGroup {
46
+ GroupName?: string;
47
+ }
48
+ export interface Account {
49
+ AwsAccountId: string | undefined;
50
+ AccountId: string | undefined;
51
+ Name: string | undefined;
52
+ AccountType?: AccountType | string;
53
+ CreatedTimestamp?: Date;
54
+ DefaultLicense?: License | string;
55
+ SupportedLicenses?: (License | string)[];
56
+ AccountStatus?: AccountStatus | string;
57
+ SigninDelegateGroups?: SigninDelegateGroup[];
58
+ }
59
+ export interface AccountSettings {
60
+ DisableRemoteControl?: boolean;
61
+ EnableDialOut?: boolean;
62
+ }
63
+ export interface Address {
64
+ streetName?: string;
65
+ streetSuffix?: string;
66
+ postDirectional?: string;
67
+ preDirectional?: string;
68
+ streetNumber?: string;
69
+ city?: string;
70
+ state?: string;
71
+ postalCode?: string;
72
+ postalCodePlus4?: string;
73
+ country?: string;
74
+ }
75
+ export interface AlexaForBusinessMetadata {
76
+ IsAlexaForBusinessEnabled?: boolean;
77
+ AlexaForBusinessRoomArn?: string;
78
+ }
79
+ export interface AppInstance {
80
+ AppInstanceArn?: string;
81
+ Name?: string;
82
+ Metadata?: string;
83
+ CreatedTimestamp?: Date;
84
+ LastUpdatedTimestamp?: Date;
85
+ }
86
+ export interface Identity {
87
+ Arn?: string;
88
+ Name?: string;
89
+ }
90
+ export interface AppInstanceAdmin {
91
+ Admin?: Identity;
92
+ AppInstanceArn?: string;
93
+ CreatedTimestamp?: Date;
94
+ }
95
+ export interface AppInstanceAdminSummary {
96
+ Admin?: Identity;
97
+ }
98
+ export declare enum AppInstanceDataType {
99
+ Channel = "Channel",
100
+ ChannelMessage = "ChannelMessage",
101
+ }
102
+ export interface AppInstanceSummary {
103
+ AppInstanceArn?: string;
104
+ Name?: string;
105
+ Metadata?: string;
106
+ }
107
+ export interface ChannelRetentionSettings {
108
+ RetentionDays?: number;
109
+ }
110
+ export interface AppInstanceRetentionSettings {
111
+ ChannelRetentionSettings?: ChannelRetentionSettings;
112
+ }
113
+ export interface AppInstanceStreamingConfiguration {
114
+ AppInstanceDataType: AppInstanceDataType | string | undefined;
115
+ ResourceArn: string | undefined;
116
+ }
117
+ export interface AppInstanceUser {
118
+ AppInstanceUserArn?: string;
119
+ Name?: string;
120
+ CreatedTimestamp?: Date;
121
+ Metadata?: string;
122
+ LastUpdatedTimestamp?: Date;
123
+ }
124
+ export interface AppInstanceUserSummary {
125
+ AppInstanceUserArn?: string;
126
+ Name?: string;
127
+ Metadata?: string;
128
+ }
129
+ export declare enum ChannelMembershipType {
130
+ DEFAULT = "DEFAULT",
131
+ HIDDEN = "HIDDEN",
132
+ }
133
+ export interface AppInstanceUserMembershipSummary {
134
+ Type?: ChannelMembershipType | string;
135
+ ReadMarkerTimestamp?: Date;
136
+ }
137
+ export declare enum AudioMuxType {
138
+ AudioOnly = "AudioOnly",
139
+ AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
140
+ }
141
+ export interface AudioArtifactsConfiguration {
142
+ MuxType: AudioMuxType | string | undefined;
143
+ }
144
+ export declare enum ContentMuxType {
145
+ ContentOnly = "ContentOnly",
146
+ }
147
+ export declare enum ArtifactsState {
148
+ Disabled = "Disabled",
149
+ Enabled = "Enabled",
150
+ }
151
+ export interface ContentArtifactsConfiguration {
152
+ State: ArtifactsState | string | undefined;
153
+ MuxType?: ContentMuxType | string;
154
+ }
155
+ export declare enum VideoMuxType {
156
+ VideoOnly = "VideoOnly",
157
+ }
158
+ export interface VideoArtifactsConfiguration {
159
+ State: ArtifactsState | string | undefined;
160
+ MuxType?: VideoMuxType | string;
161
+ }
162
+ export interface ArtifactsConfiguration {
163
+ Audio: AudioArtifactsConfiguration | undefined;
164
+ Video: VideoArtifactsConfiguration | undefined;
165
+ Content: ContentArtifactsConfiguration | undefined;
166
+ }
167
+ export interface AssociatePhoneNumbersWithVoiceConnectorRequest {
168
+ VoiceConnectorId: string | undefined;
169
+ E164PhoneNumbers: string[] | undefined;
170
+ ForceAssociate?: boolean;
171
+ }
172
+ export interface PhoneNumberError {
173
+ PhoneNumberId?: string;
174
+ ErrorCode?: ErrorCode | string;
175
+ ErrorMessage?: string;
176
+ }
177
+ export interface AssociatePhoneNumbersWithVoiceConnectorResponse {
178
+ PhoneNumberErrors?: PhoneNumberError[];
179
+ }
180
+ export declare class BadRequestException extends __BaseException {
181
+ readonly name: "BadRequestException";
182
+ readonly $fault: "client";
183
+ Code?: ErrorCode | string;
184
+ Message?: string;
185
+ constructor(
186
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
187
+ );
188
+ }
189
+ export declare class ForbiddenException extends __BaseException {
190
+ readonly name: "ForbiddenException";
191
+ readonly $fault: "client";
192
+ Code?: ErrorCode | string;
193
+ Message?: string;
194
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
195
+ }
196
+ export declare class NotFoundException extends __BaseException {
197
+ readonly name: "NotFoundException";
198
+ readonly $fault: "client";
199
+ Code?: ErrorCode | string;
200
+ Message?: string;
201
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
202
+ }
203
+ export declare class ServiceFailureException extends __BaseException {
204
+ readonly name: "ServiceFailureException";
205
+ readonly $fault: "server";
206
+ Code?: ErrorCode | string;
207
+ Message?: string;
208
+ constructor(
209
+ opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
210
+ );
211
+ }
212
+ export declare class ServiceUnavailableException extends __BaseException {
213
+ readonly name: "ServiceUnavailableException";
214
+ readonly $fault: "server";
215
+ Code?: ErrorCode | string;
216
+ Message?: string;
217
+ constructor(
218
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
219
+ );
220
+ }
221
+ export declare class ThrottledClientException extends __BaseException {
222
+ readonly name: "ThrottledClientException";
223
+ readonly $fault: "client";
224
+ Code?: ErrorCode | string;
225
+ Message?: string;
226
+ constructor(
227
+ opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
228
+ );
229
+ }
230
+ export declare class UnauthorizedClientException extends __BaseException {
231
+ readonly name: "UnauthorizedClientException";
232
+ readonly $fault: "client";
233
+ Code?: ErrorCode | string;
234
+ Message?: string;
235
+ constructor(
236
+ opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
237
+ );
238
+ }
239
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
240
+ VoiceConnectorGroupId: string | undefined;
241
+ E164PhoneNumbers: string[] | undefined;
242
+ ForceAssociate?: boolean;
243
+ }
244
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse {
245
+ PhoneNumberErrors?: PhoneNumberError[];
246
+ }
247
+ export interface AssociatePhoneNumberWithUserRequest {
248
+ AccountId: string | undefined;
249
+ UserId: string | undefined;
250
+ E164PhoneNumber: string | undefined;
251
+ }
252
+ export interface AssociatePhoneNumberWithUserResponse {}
253
+ export interface AssociateSigninDelegateGroupsWithAccountRequest {
254
+ AccountId: string | undefined;
255
+ SigninDelegateGroups: SigninDelegateGroup[] | undefined;
256
+ }
257
+ export interface AssociateSigninDelegateGroupsWithAccountResponse {}
258
+ export interface Attendee {
259
+ ExternalUserId?: string;
260
+ AttendeeId?: string;
261
+ JoinToken?: string;
262
+ }
263
+ export interface Tag {
264
+ Key: string | undefined;
265
+ Value: string | undefined;
266
+ }
267
+ export interface BatchChannelMemberships {
268
+ InvitedBy?: Identity;
269
+ Type?: ChannelMembershipType | string;
270
+ Members?: Identity[];
271
+ ChannelArn?: string;
272
+ }
273
+ export interface CreateAttendeeRequestItem {
274
+ ExternalUserId: string | undefined;
275
+ Tags?: Tag[];
276
+ }
277
+ export interface BatchCreateAttendeeRequest {
278
+ MeetingId: string | undefined;
279
+ Attendees: CreateAttendeeRequestItem[] | undefined;
280
+ }
281
+ export interface CreateAttendeeError {
282
+ ExternalUserId?: string;
283
+ ErrorCode?: string;
284
+ ErrorMessage?: string;
285
+ }
286
+ export interface BatchCreateAttendeeResponse {
287
+ Attendees?: Attendee[];
288
+ Errors?: CreateAttendeeError[];
289
+ }
290
+ export declare class ResourceLimitExceededException extends __BaseException {
291
+ readonly name: "ResourceLimitExceededException";
292
+ readonly $fault: "client";
293
+ Code?: ErrorCode | string;
294
+ Message?: string;
295
+ constructor(
296
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
297
+ );
298
+ }
299
+ export interface BatchCreateChannelMembershipRequest {
300
+ ChannelArn: string | undefined;
301
+ Type?: ChannelMembershipType | string;
302
+ MemberArns: string[] | undefined;
303
+ ChimeBearer?: string;
304
+ }
305
+ export interface BatchCreateChannelMembershipError {
306
+ MemberArn?: string;
307
+ ErrorCode?: ErrorCode | string;
308
+ ErrorMessage?: string;
309
+ }
310
+ export interface BatchCreateChannelMembershipResponse {
311
+ BatchChannelMemberships?: BatchChannelMemberships;
312
+ Errors?: BatchCreateChannelMembershipError[];
313
+ }
314
+ export declare enum RoomMembershipRole {
315
+ Administrator = "Administrator",
316
+ Member = "Member",
317
+ }
318
+ export interface MembershipItem {
319
+ MemberId?: string;
320
+ Role?: RoomMembershipRole | string;
321
+ }
322
+ export interface BatchCreateRoomMembershipRequest {
323
+ AccountId: string | undefined;
324
+ RoomId: string | undefined;
325
+ MembershipItemList: MembershipItem[] | undefined;
326
+ }
327
+ export interface MemberError {
328
+ MemberId?: string;
329
+ ErrorCode?: ErrorCode | string;
330
+ ErrorMessage?: string;
331
+ }
332
+ export interface BatchCreateRoomMembershipResponse {
333
+ Errors?: MemberError[];
334
+ }
335
+ export interface BatchDeletePhoneNumberRequest {
336
+ PhoneNumberIds: string[] | undefined;
337
+ }
338
+ export interface BatchDeletePhoneNumberResponse {
339
+ PhoneNumberErrors?: PhoneNumberError[];
340
+ }
341
+ export interface BatchSuspendUserRequest {
342
+ AccountId: string | undefined;
343
+ UserIdList: string[] | undefined;
344
+ }
345
+ export interface UserError {
346
+ UserId?: string;
347
+ ErrorCode?: ErrorCode | string;
348
+ ErrorMessage?: string;
349
+ }
350
+ export interface BatchSuspendUserResponse {
351
+ UserErrors?: UserError[];
352
+ }
353
+ export interface BatchUnsuspendUserRequest {
354
+ AccountId: string | undefined;
355
+ UserIdList: string[] | undefined;
356
+ }
357
+ export interface BatchUnsuspendUserResponse {
358
+ UserErrors?: UserError[];
359
+ }
360
+ export declare enum PhoneNumberProductType {
361
+ BusinessCalling = "BusinessCalling",
362
+ SipMediaApplicationDialIn = "SipMediaApplicationDialIn",
363
+ VoiceConnector = "VoiceConnector",
364
+ }
365
+ export interface UpdatePhoneNumberRequestItem {
366
+ PhoneNumberId: string | undefined;
367
+ ProductType?: PhoneNumberProductType | string;
368
+ CallingName?: string;
369
+ }
370
+ export interface BatchUpdatePhoneNumberRequest {
371
+ UpdatePhoneNumberRequestItems: UpdatePhoneNumberRequestItem[] | undefined;
372
+ }
373
+ export interface BatchUpdatePhoneNumberResponse {
374
+ PhoneNumberErrors?: PhoneNumberError[];
375
+ }
376
+ export declare enum UserType {
377
+ PrivateUser = "PrivateUser",
378
+ SharedDevice = "SharedDevice",
379
+ }
380
+ export interface UpdateUserRequestItem {
381
+ UserId: string | undefined;
382
+ LicenseType?: License | string;
383
+ UserType?: UserType | string;
384
+ AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
385
+ }
386
+ export interface BatchUpdateUserRequest {
387
+ AccountId: string | undefined;
388
+ UpdateUserRequestItems: UpdateUserRequestItem[] | undefined;
389
+ }
390
+ export interface BatchUpdateUserResponse {
391
+ UserErrors?: UserError[];
392
+ }
393
+ export declare enum BotType {
394
+ ChatBot = "ChatBot",
395
+ }
396
+ export interface Bot {
397
+ BotId?: string;
398
+ UserId?: string;
399
+ DisplayName?: string;
400
+ BotType?: BotType | string;
401
+ Disabled?: boolean;
402
+ CreatedTimestamp?: Date;
403
+ UpdatedTimestamp?: Date;
404
+ BotEmail?: string;
405
+ SecurityToken?: string;
406
+ }
407
+ export interface BusinessCallingSettings {
408
+ CdrBucket?: string;
409
+ }
410
+ export declare enum CallingNameStatus {
411
+ Unassigned = "Unassigned",
412
+ UpdateFailed = "UpdateFailed",
413
+ UpdateInProgress = "UpdateInProgress",
414
+ UpdateSucceeded = "UpdateSucceeded",
415
+ }
416
+ export interface CandidateAddress {
417
+ streetInfo?: string;
418
+ streetNumber?: string;
419
+ city?: string;
420
+ state?: string;
421
+ postalCode?: string;
422
+ postalCodePlus4?: string;
423
+ country?: string;
424
+ }
425
+ export declare enum Capability {
426
+ SMS = "SMS",
427
+ Voice = "Voice",
428
+ }
429
+ export declare enum ChannelMode {
430
+ RESTRICTED = "RESTRICTED",
431
+ UNRESTRICTED = "UNRESTRICTED",
432
+ }
433
+ export declare enum ChannelPrivacy {
434
+ PRIVATE = "PRIVATE",
435
+ PUBLIC = "PUBLIC",
436
+ }
437
+ export interface Channel {
438
+ Name?: string;
439
+ ChannelArn?: string;
440
+ Mode?: ChannelMode | string;
441
+ Privacy?: ChannelPrivacy | string;
442
+ Metadata?: string;
443
+ CreatedBy?: Identity;
444
+ CreatedTimestamp?: Date;
445
+ LastMessageTimestamp?: Date;
446
+ LastUpdatedTimestamp?: Date;
447
+ }
448
+ export interface ChannelBan {
449
+ Member?: Identity;
450
+ ChannelArn?: string;
451
+ CreatedTimestamp?: Date;
452
+ CreatedBy?: Identity;
453
+ }
454
+ export interface ChannelBanSummary {
455
+ Member?: Identity;
456
+ }
457
+ export interface ChannelMembership {
458
+ InvitedBy?: Identity;
459
+ Type?: ChannelMembershipType | string;
460
+ Member?: Identity;
461
+ ChannelArn?: string;
462
+ CreatedTimestamp?: Date;
463
+ LastUpdatedTimestamp?: Date;
464
+ }
465
+ export interface ChannelSummary {
466
+ Name?: string;
467
+ ChannelArn?: string;
468
+ Mode?: ChannelMode | string;
469
+ Privacy?: ChannelPrivacy | string;
470
+ Metadata?: string;
471
+ LastMessageTimestamp?: Date;
472
+ }
473
+ export interface ChannelMembershipForAppInstanceUserSummary {
474
+ ChannelSummary?: ChannelSummary;
475
+ AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
476
+ }
477
+ export interface ChannelMembershipSummary {
478
+ Member?: Identity;
479
+ }
480
+ export declare enum ChannelMessagePersistenceType {
481
+ NON_PERSISTENT = "NON_PERSISTENT",
482
+ PERSISTENT = "PERSISTENT",
483
+ }
484
+ export declare enum ChannelMessageType {
485
+ CONTROL = "CONTROL",
486
+ STANDARD = "STANDARD",
487
+ }
488
+ export interface ChannelMessage {
489
+ ChannelArn?: string;
490
+ MessageId?: string;
491
+ Content?: string;
492
+ Metadata?: string;
493
+ Type?: ChannelMessageType | string;
494
+ CreatedTimestamp?: Date;
495
+ LastEditedTimestamp?: Date;
496
+ LastUpdatedTimestamp?: Date;
497
+ Sender?: Identity;
498
+ Redacted?: boolean;
499
+ Persistence?: ChannelMessagePersistenceType | string;
500
+ }
501
+ export interface ChannelMessageSummary {
502
+ MessageId?: string;
503
+ Content?: string;
504
+ Metadata?: string;
505
+ Type?: ChannelMessageType | string;
506
+ CreatedTimestamp?: Date;
507
+ LastUpdatedTimestamp?: Date;
508
+ LastEditedTimestamp?: Date;
509
+ Sender?: Identity;
510
+ Redacted?: boolean;
511
+ }
512
+ export interface ChannelModeratedByAppInstanceUserSummary {
513
+ ChannelSummary?: ChannelSummary;
514
+ }
515
+ export interface ChannelModerator {
516
+ Moderator?: Identity;
517
+ ChannelArn?: string;
518
+ CreatedTimestamp?: Date;
519
+ CreatedBy?: Identity;
520
+ }
521
+ export interface ChannelModeratorSummary {
522
+ Moderator?: Identity;
523
+ }
524
+ export interface SelectedVideoStreams {
525
+ AttendeeIds?: string[];
526
+ ExternalUserIds?: string[];
527
+ }
528
+ export interface SourceConfiguration {
529
+ SelectedVideoStreams?: SelectedVideoStreams;
530
+ }
531
+ export interface ChimeSdkMeetingConfiguration {
532
+ SourceConfiguration?: SourceConfiguration;
533
+ ArtifactsConfiguration?: ArtifactsConfiguration;
534
+ }
535
+ export declare class ConflictException extends __BaseException {
536
+ readonly name: "ConflictException";
537
+ readonly $fault: "client";
538
+ Code?: ErrorCode | string;
539
+ Message?: string;
540
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
541
+ }
542
+ export interface ConversationRetentionSettings {
543
+ RetentionDays?: number;
544
+ }
545
+ export interface CreateAccountRequest {
546
+ Name: string | undefined;
547
+ }
548
+ export interface CreateAccountResponse {
549
+ Account?: Account;
550
+ }
551
+ export interface CreateAppInstanceRequest {
552
+ Name: string | undefined;
553
+ Metadata?: string;
554
+ ClientRequestToken?: string;
555
+ Tags?: Tag[];
556
+ }
557
+ export interface CreateAppInstanceResponse {
558
+ AppInstanceArn?: string;
559
+ }
560
+ export interface CreateAppInstanceAdminRequest {
561
+ AppInstanceAdminArn: string | undefined;
562
+ AppInstanceArn: string | undefined;
563
+ }
564
+ export interface CreateAppInstanceAdminResponse {
565
+ AppInstanceAdmin?: Identity;
566
+ AppInstanceArn?: string;
567
+ }
568
+ export interface CreateAppInstanceUserRequest {
569
+ AppInstanceArn: string | undefined;
570
+ AppInstanceUserId: string | undefined;
571
+ Name: string | undefined;
572
+ Metadata?: string;
573
+ ClientRequestToken?: string;
574
+ Tags?: Tag[];
575
+ }
576
+ export interface CreateAppInstanceUserResponse {
577
+ AppInstanceUserArn?: string;
578
+ }
579
+ export interface CreateAttendeeRequest {
580
+ MeetingId: string | undefined;
581
+ ExternalUserId: string | undefined;
582
+ Tags?: Tag[];
583
+ }
584
+ export interface CreateAttendeeResponse {
585
+ Attendee?: Attendee;
586
+ }
587
+ export interface CreateBotRequest {
588
+ AccountId: string | undefined;
589
+ DisplayName: string | undefined;
590
+ Domain?: string;
591
+ }
592
+ export interface CreateBotResponse {
593
+ Bot?: Bot;
594
+ }
595
+ export interface CreateChannelRequest {
596
+ AppInstanceArn: string | undefined;
597
+ Name: string | undefined;
598
+ Mode?: ChannelMode | string;
599
+ Privacy?: ChannelPrivacy | string;
600
+ Metadata?: string;
601
+ ClientRequestToken?: string;
602
+ Tags?: Tag[];
603
+ ChimeBearer?: string;
604
+ }
605
+ export interface CreateChannelResponse {
606
+ ChannelArn?: string;
607
+ }
608
+ export interface CreateChannelBanRequest {
609
+ ChannelArn: string | undefined;
610
+ MemberArn: string | undefined;
611
+ ChimeBearer?: string;
612
+ }
613
+ export interface CreateChannelBanResponse {
614
+ ChannelArn?: string;
615
+ Member?: Identity;
616
+ }
617
+ export interface CreateChannelMembershipRequest {
618
+ ChannelArn: string | undefined;
619
+ MemberArn: string | undefined;
620
+ Type: ChannelMembershipType | string | undefined;
621
+ ChimeBearer?: string;
622
+ }
623
+ export interface CreateChannelMembershipResponse {
624
+ ChannelArn?: string;
625
+ Member?: Identity;
626
+ }
627
+ export interface CreateChannelModeratorRequest {
628
+ ChannelArn: string | undefined;
629
+ ChannelModeratorArn: string | undefined;
630
+ ChimeBearer?: string;
631
+ }
632
+ export interface CreateChannelModeratorResponse {
633
+ ChannelArn?: string;
634
+ ChannelModerator?: Identity;
635
+ }
636
+ export declare enum MediaPipelineSinkType {
637
+ S3Bucket = "S3Bucket",
638
+ }
639
+ export declare enum MediaPipelineSourceType {
640
+ ChimeSdkMeeting = "ChimeSdkMeeting",
641
+ }
642
+ export interface CreateMediaCapturePipelineRequest {
643
+ SourceType: MediaPipelineSourceType | string | undefined;
644
+ SourceArn: string | undefined;
645
+ SinkType: MediaPipelineSinkType | string | undefined;
646
+ SinkArn: string | undefined;
647
+ ClientRequestToken?: string;
648
+ ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
649
+ }
650
+ export declare enum MediaPipelineStatus {
651
+ Failed = "Failed",
652
+ InProgress = "InProgress",
653
+ Initializing = "Initializing",
654
+ Stopped = "Stopped",
655
+ Stopping = "Stopping",
656
+ }
657
+ export interface MediaCapturePipeline {
658
+ MediaPipelineId?: string;
659
+ SourceType?: MediaPipelineSourceType | string;
660
+ SourceArn?: string;
661
+ Status?: MediaPipelineStatus | string;
662
+ SinkType?: MediaPipelineSinkType | string;
663
+ SinkArn?: string;
664
+ CreatedTimestamp?: Date;
665
+ UpdatedTimestamp?: Date;
666
+ ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
667
+ }
668
+ export interface CreateMediaCapturePipelineResponse {
669
+ MediaCapturePipeline?: MediaCapturePipeline;
670
+ }
671
+ export interface MeetingNotificationConfiguration {
672
+ SnsTopicArn?: string;
673
+ SqsQueueArn?: string;
674
+ }
675
+ export interface CreateMeetingRequest {
676
+ ClientRequestToken?: string;
677
+ ExternalMeetingId?: string;
678
+ MeetingHostId?: string;
679
+ MediaRegion?: string;
680
+ Tags?: Tag[];
681
+ NotificationsConfiguration?: MeetingNotificationConfiguration;
682
+ }
683
+ export interface MediaPlacement {
684
+ AudioHostUrl?: string;
685
+ AudioFallbackUrl?: string;
686
+ ScreenDataUrl?: string;
687
+ ScreenSharingUrl?: string;
688
+ ScreenViewingUrl?: string;
689
+ SignalingUrl?: string;
690
+ TurnControlUrl?: string;
691
+ EventIngestionUrl?: string;
692
+ }
693
+ export interface Meeting {
694
+ MeetingId?: string;
695
+ ExternalMeetingId?: string;
696
+ MediaPlacement?: MediaPlacement;
697
+ MediaRegion?: string;
698
+ }
699
+ export interface CreateMeetingResponse {
700
+ Meeting?: Meeting;
701
+ }
702
+ export interface CreateMeetingDialOutRequest {
703
+ MeetingId: string | undefined;
704
+ FromPhoneNumber: string | undefined;
705
+ ToPhoneNumber: string | undefined;
706
+ JoinToken: string | undefined;
707
+ }
708
+ export interface CreateMeetingDialOutResponse {
709
+ TransactionId?: string;
710
+ }
711
+ export interface CreateMeetingWithAttendeesRequest {
712
+ ClientRequestToken?: string;
713
+ ExternalMeetingId?: string;
714
+ MeetingHostId?: string;
715
+ MediaRegion?: string;
716
+ Tags?: Tag[];
717
+ NotificationsConfiguration?: MeetingNotificationConfiguration;
718
+ Attendees?: CreateAttendeeRequestItem[];
719
+ }
720
+ export interface CreateMeetingWithAttendeesResponse {
721
+ Meeting?: Meeting;
722
+ Attendees?: Attendee[];
723
+ Errors?: CreateAttendeeError[];
724
+ }
725
+ export interface CreatePhoneNumberOrderRequest {
726
+ ProductType: PhoneNumberProductType | string | undefined;
727
+ E164PhoneNumbers: string[] | undefined;
728
+ }
729
+ export declare enum OrderedPhoneNumberStatus {
730
+ Acquired = "Acquired",
731
+ Failed = "Failed",
732
+ Processing = "Processing",
733
+ }
734
+ export interface OrderedPhoneNumber {
735
+ E164PhoneNumber?: string;
736
+ Status?: OrderedPhoneNumberStatus | string;
737
+ }
738
+ export declare enum PhoneNumberOrderStatus {
739
+ Failed = "Failed",
740
+ Partial = "Partial",
741
+ Processing = "Processing",
742
+ Successful = "Successful",
743
+ }
744
+ export interface PhoneNumberOrder {
745
+ PhoneNumberOrderId?: string;
746
+ ProductType?: PhoneNumberProductType | string;
747
+ Status?: PhoneNumberOrderStatus | string;
748
+ OrderedPhoneNumbers?: OrderedPhoneNumber[];
749
+ CreatedTimestamp?: Date;
750
+ UpdatedTimestamp?: Date;
751
+ }
752
+ export interface CreatePhoneNumberOrderResponse {
753
+ PhoneNumberOrder?: PhoneNumberOrder;
754
+ }
755
+ export declare enum GeoMatchLevel {
756
+ AreaCode = "AreaCode",
757
+ Country = "Country",
758
+ }
759
+ export interface GeoMatchParams {
760
+ Country: string | undefined;
761
+ AreaCode: string | undefined;
762
+ }
763
+ export declare enum NumberSelectionBehavior {
764
+ AvoidSticky = "AvoidSticky",
765
+ PreferSticky = "PreferSticky",
766
+ }
767
+ export interface CreateProxySessionRequest {
768
+ VoiceConnectorId: string | undefined;
769
+ ParticipantPhoneNumbers: string[] | undefined;
770
+ Name?: string;
771
+ ExpiryMinutes?: number;
772
+ Capabilities: (Capability | string)[] | undefined;
773
+ NumberSelectionBehavior?: NumberSelectionBehavior | string;
774
+ GeoMatchLevel?: GeoMatchLevel | string;
775
+ GeoMatchParams?: GeoMatchParams;
776
+ }
777
+ export interface Participant {
778
+ PhoneNumber?: string;
779
+ ProxyPhoneNumber?: string;
780
+ }
781
+ export declare enum ProxySessionStatus {
782
+ Closed = "Closed",
783
+ InProgress = "InProgress",
784
+ Open = "Open",
785
+ }
786
+ export interface ProxySession {
787
+ VoiceConnectorId?: string;
788
+ ProxySessionId?: string;
789
+ Name?: string;
790
+ Status?: ProxySessionStatus | string;
791
+ ExpiryMinutes?: number;
792
+ Capabilities?: (Capability | string)[];
793
+ CreatedTimestamp?: Date;
794
+ UpdatedTimestamp?: Date;
795
+ EndedTimestamp?: Date;
796
+ Participants?: Participant[];
797
+ NumberSelectionBehavior?: NumberSelectionBehavior | string;
798
+ GeoMatchLevel?: GeoMatchLevel | string;
799
+ GeoMatchParams?: GeoMatchParams;
800
+ }
801
+ export interface CreateProxySessionResponse {
802
+ ProxySession?: ProxySession;
803
+ }
804
+ export interface CreateRoomRequest {
805
+ AccountId: string | undefined;
806
+ Name: string | undefined;
807
+ ClientRequestToken?: string;
808
+ }
809
+ export interface Room {
810
+ RoomId?: string;
811
+ Name?: string;
812
+ AccountId?: string;
813
+ CreatedBy?: string;
814
+ CreatedTimestamp?: Date;
815
+ UpdatedTimestamp?: Date;
816
+ }
817
+ export interface CreateRoomResponse {
818
+ Room?: Room;
819
+ }
820
+ export interface CreateRoomMembershipRequest {
821
+ AccountId: string | undefined;
822
+ RoomId: string | undefined;
823
+ MemberId: string | undefined;
824
+ Role?: RoomMembershipRole | string;
825
+ }
826
+ export declare enum MemberType {
827
+ Bot = "Bot",
828
+ User = "User",
829
+ Webhook = "Webhook",
830
+ }
831
+ export interface Member {
832
+ MemberId?: string;
833
+ MemberType?: MemberType | string;
834
+ Email?: string;
835
+ FullName?: string;
836
+ AccountId?: string;
837
+ }
838
+ export interface RoomMembership {
839
+ RoomId?: string;
840
+ Member?: Member;
841
+ Role?: RoomMembershipRole | string;
842
+ InvitedBy?: string;
843
+ UpdatedTimestamp?: Date;
844
+ }
845
+ export interface CreateRoomMembershipResponse {
846
+ RoomMembership?: RoomMembership;
847
+ }
848
+ export interface SipMediaApplicationEndpoint {
849
+ LambdaArn?: string;
850
+ }
851
+ export interface CreateSipMediaApplicationRequest {
852
+ AwsRegion: string | undefined;
853
+ Name: string | undefined;
854
+ Endpoints: SipMediaApplicationEndpoint[] | undefined;
855
+ }
856
+ export interface SipMediaApplication {
857
+ SipMediaApplicationId?: string;
858
+ AwsRegion?: string;
859
+ Name?: string;
860
+ Endpoints?: SipMediaApplicationEndpoint[];
861
+ CreatedTimestamp?: Date;
862
+ UpdatedTimestamp?: Date;
863
+ }
864
+ export interface CreateSipMediaApplicationResponse {
865
+ SipMediaApplication?: SipMediaApplication;
866
+ }
867
+ export interface CreateSipMediaApplicationCallRequest {
868
+ FromPhoneNumber: string | undefined;
869
+ ToPhoneNumber: string | undefined;
870
+ SipMediaApplicationId: string | undefined;
871
+ SipHeaders?: Record<string, string>;
872
+ }
873
+ export interface SipMediaApplicationCall {
874
+ TransactionId?: string;
875
+ }
876
+ export interface CreateSipMediaApplicationCallResponse {
877
+ SipMediaApplicationCall?: SipMediaApplicationCall;
878
+ }
879
+ export interface SipRuleTargetApplication {
880
+ SipMediaApplicationId?: string;
881
+ Priority?: number;
882
+ AwsRegion?: string;
883
+ }
884
+ export declare enum SipRuleTriggerType {
885
+ RequestUriHostname = "RequestUriHostname",
886
+ ToPhoneNumber = "ToPhoneNumber",
887
+ }
888
+ export interface CreateSipRuleRequest {
889
+ Name: string | undefined;
890
+ TriggerType: SipRuleTriggerType | string | undefined;
891
+ TriggerValue: string | undefined;
892
+ Disabled?: boolean;
893
+ TargetApplications: SipRuleTargetApplication[] | undefined;
894
+ }
895
+ export interface SipRule {
896
+ SipRuleId?: string;
897
+ Name?: string;
898
+ Disabled?: boolean;
899
+ TriggerType?: SipRuleTriggerType | string;
900
+ TriggerValue?: string;
901
+ TargetApplications?: SipRuleTargetApplication[];
902
+ CreatedTimestamp?: Date;
903
+ UpdatedTimestamp?: Date;
904
+ }
905
+ export interface CreateSipRuleResponse {
906
+ SipRule?: SipRule;
907
+ }
908
+ export interface CreateUserRequest {
909
+ AccountId: string | undefined;
910
+ Username?: string;
911
+ Email?: string;
912
+ UserType?: UserType | string;
913
+ }
914
+ export declare enum InviteStatus {
915
+ Accepted = "Accepted",
916
+ Failed = "Failed",
917
+ Pending = "Pending",
918
+ }
919
+ export declare enum RegistrationStatus {
920
+ Registered = "Registered",
921
+ Suspended = "Suspended",
922
+ Unregistered = "Unregistered",
923
+ }
924
+ export interface User {
925
+ UserId: string | undefined;
926
+ AccountId?: string;
927
+ PrimaryEmail?: string;
928
+ PrimaryProvisionedNumber?: string;
929
+ DisplayName?: string;
930
+ LicenseType?: License | string;
931
+ UserType?: UserType | string;
932
+ UserRegistrationStatus?: RegistrationStatus | string;
933
+ UserInvitationStatus?: InviteStatus | string;
934
+ RegisteredOn?: Date;
935
+ InvitedOn?: Date;
936
+ AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
937
+ PersonalPIN?: string;
938
+ }
939
+ export interface CreateUserResponse {
940
+ User?: User;
941
+ }
942
+ export declare enum VoiceConnectorAwsRegion {
943
+ US_EAST_1 = "us-east-1",
944
+ US_WEST_2 = "us-west-2",
945
+ }
946
+ export interface CreateVoiceConnectorRequest {
947
+ Name: string | undefined;
948
+ AwsRegion?: VoiceConnectorAwsRegion | string;
949
+ RequireEncryption: boolean | undefined;
950
+ }
951
+ export interface VoiceConnector {
952
+ VoiceConnectorId?: string;
953
+ AwsRegion?: VoiceConnectorAwsRegion | string;
954
+ Name?: string;
955
+ OutboundHostName?: string;
956
+ RequireEncryption?: boolean;
957
+ CreatedTimestamp?: Date;
958
+ UpdatedTimestamp?: Date;
959
+ VoiceConnectorArn?: string;
960
+ }
961
+ export interface CreateVoiceConnectorResponse {
962
+ VoiceConnector?: VoiceConnector;
963
+ }
964
+ export interface VoiceConnectorItem {
965
+ VoiceConnectorId: string | undefined;
966
+ Priority: number | undefined;
967
+ }
968
+ export interface CreateVoiceConnectorGroupRequest {
969
+ Name: string | undefined;
970
+ VoiceConnectorItems?: VoiceConnectorItem[];
971
+ }
972
+ export interface VoiceConnectorGroup {
973
+ VoiceConnectorGroupId?: string;
974
+ Name?: string;
975
+ VoiceConnectorItems?: VoiceConnectorItem[];
976
+ CreatedTimestamp?: Date;
977
+ UpdatedTimestamp?: Date;
978
+ VoiceConnectorGroupArn?: string;
979
+ }
980
+ export interface CreateVoiceConnectorGroupResponse {
981
+ VoiceConnectorGroup?: VoiceConnectorGroup;
982
+ }
983
+ export interface Credential {
984
+ Username?: string;
985
+ Password?: string;
986
+ }
987
+ export interface DeleteAccountRequest {
988
+ AccountId: string | undefined;
989
+ }
990
+ export interface DeleteAccountResponse {}
991
+ export declare class UnprocessableEntityException extends __BaseException {
992
+ readonly name: "UnprocessableEntityException";
993
+ readonly $fault: "client";
994
+ Code?: ErrorCode | string;
995
+ Message?: string;
996
+ constructor(
997
+ opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
998
+ );
999
+ }
1000
+ export interface DeleteAppInstanceRequest {
1001
+ AppInstanceArn: string | undefined;
1002
+ }
1003
+ export interface DeleteAppInstanceAdminRequest {
1004
+ AppInstanceAdminArn: string | undefined;
1005
+ AppInstanceArn: string | undefined;
1006
+ }
1007
+ export interface DeleteAppInstanceStreamingConfigurationsRequest {
1008
+ AppInstanceArn: string | undefined;
1009
+ }
1010
+ export interface DeleteAppInstanceUserRequest {
1011
+ AppInstanceUserArn: string | undefined;
1012
+ }
1013
+ export interface DeleteAttendeeRequest {
1014
+ MeetingId: string | undefined;
1015
+ AttendeeId: string | undefined;
1016
+ }
1017
+ export interface DeleteChannelRequest {
1018
+ ChannelArn: string | undefined;
1019
+ ChimeBearer?: string;
1020
+ }
1021
+ export interface DeleteChannelBanRequest {
1022
+ ChannelArn: string | undefined;
1023
+ MemberArn: string | undefined;
1024
+ ChimeBearer?: string;
1025
+ }
1026
+ export interface DeleteChannelMembershipRequest {
1027
+ ChannelArn: string | undefined;
1028
+ MemberArn: string | undefined;
1029
+ ChimeBearer?: string;
1030
+ }
1031
+ export interface DeleteChannelMessageRequest {
1032
+ ChannelArn: string | undefined;
1033
+ MessageId: string | undefined;
1034
+ ChimeBearer?: string;
1035
+ }
1036
+ export interface DeleteChannelModeratorRequest {
1037
+ ChannelArn: string | undefined;
1038
+ ChannelModeratorArn: string | undefined;
1039
+ ChimeBearer?: string;
1040
+ }
1041
+ export interface DeleteEventsConfigurationRequest {
1042
+ AccountId: string | undefined;
1043
+ BotId: string | undefined;
1044
+ }
1045
+ export interface DeleteMediaCapturePipelineRequest {
1046
+ MediaPipelineId: string | undefined;
1047
+ }
1048
+ export interface DeleteMeetingRequest {
1049
+ MeetingId: string | undefined;
1050
+ }
1051
+ export interface DeletePhoneNumberRequest {
1052
+ PhoneNumberId: string | undefined;
1053
+ }
1054
+ export interface DeleteProxySessionRequest {
1055
+ VoiceConnectorId: string | undefined;
1056
+ ProxySessionId: string | undefined;
1057
+ }
1058
+ export interface DeleteRoomRequest {
1059
+ AccountId: string | undefined;
1060
+ RoomId: string | undefined;
1061
+ }
1062
+ export interface DeleteRoomMembershipRequest {
1063
+ AccountId: string | undefined;
1064
+ RoomId: string | undefined;
1065
+ MemberId: string | undefined;
1066
+ }
1067
+ export interface DeleteSipMediaApplicationRequest {
1068
+ SipMediaApplicationId: string | undefined;
1069
+ }
1070
+ export interface DeleteSipRuleRequest {
1071
+ SipRuleId: string | undefined;
1072
+ }
1073
+ export interface DeleteVoiceConnectorRequest {
1074
+ VoiceConnectorId: string | undefined;
1075
+ }
1076
+ export interface DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
1077
+ VoiceConnectorId: string | undefined;
1078
+ }
1079
+ export interface DeleteVoiceConnectorGroupRequest {
1080
+ VoiceConnectorGroupId: string | undefined;
1081
+ }
1082
+ export interface DeleteVoiceConnectorOriginationRequest {
1083
+ VoiceConnectorId: string | undefined;
1084
+ }
1085
+ export interface DeleteVoiceConnectorProxyRequest {
1086
+ VoiceConnectorId: string | undefined;
1087
+ }
1088
+ export interface DeleteVoiceConnectorStreamingConfigurationRequest {
1089
+ VoiceConnectorId: string | undefined;
1090
+ }
1091
+ export interface DeleteVoiceConnectorTerminationRequest {
1092
+ VoiceConnectorId: string | undefined;
1093
+ }
1094
+ export interface DeleteVoiceConnectorTerminationCredentialsRequest {
1095
+ VoiceConnectorId: string | undefined;
1096
+ Usernames: string[] | undefined;
1097
+ }
1098
+ export interface DescribeAppInstanceRequest {
1099
+ AppInstanceArn: string | undefined;
1100
+ }
1101
+ export interface DescribeAppInstanceResponse {
1102
+ AppInstance?: AppInstance;
1103
+ }
1104
+ export interface DescribeAppInstanceAdminRequest {
1105
+ AppInstanceAdminArn: string | undefined;
1106
+ AppInstanceArn: string | undefined;
1107
+ }
1108
+ export interface DescribeAppInstanceAdminResponse {
1109
+ AppInstanceAdmin?: AppInstanceAdmin;
1110
+ }
1111
+ export interface DescribeAppInstanceUserRequest {
1112
+ AppInstanceUserArn: string | undefined;
1113
+ }
1114
+ export interface DescribeAppInstanceUserResponse {
1115
+ AppInstanceUser?: AppInstanceUser;
1116
+ }
1117
+ export interface DescribeChannelRequest {
1118
+ ChannelArn: string | undefined;
1119
+ ChimeBearer?: string;
1120
+ }
1121
+ export interface DescribeChannelResponse {
1122
+ Channel?: Channel;
1123
+ }
1124
+ export interface DescribeChannelBanRequest {
1125
+ ChannelArn: string | undefined;
1126
+ MemberArn: string | undefined;
1127
+ ChimeBearer?: string;
1128
+ }
1129
+ export interface DescribeChannelBanResponse {
1130
+ ChannelBan?: ChannelBan;
1131
+ }
1132
+ export interface DescribeChannelMembershipRequest {
1133
+ ChannelArn: string | undefined;
1134
+ MemberArn: string | undefined;
1135
+ ChimeBearer?: string;
1136
+ }
1137
+ export interface DescribeChannelMembershipResponse {
1138
+ ChannelMembership?: ChannelMembership;
1139
+ }
1140
+ export interface DescribeChannelMembershipForAppInstanceUserRequest {
1141
+ ChannelArn: string | undefined;
1142
+ AppInstanceUserArn: string | undefined;
1143
+ ChimeBearer?: string;
1144
+ }
1145
+ export interface DescribeChannelMembershipForAppInstanceUserResponse {
1146
+ ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
1147
+ }
1148
+ export interface DescribeChannelModeratedByAppInstanceUserRequest {
1149
+ ChannelArn: string | undefined;
1150
+ AppInstanceUserArn: string | undefined;
1151
+ ChimeBearer?: string;
1152
+ }
1153
+ export interface DescribeChannelModeratedByAppInstanceUserResponse {
1154
+ Channel?: ChannelModeratedByAppInstanceUserSummary;
1155
+ }
1156
+ export interface DescribeChannelModeratorRequest {
1157
+ ChannelArn: string | undefined;
1158
+ ChannelModeratorArn: string | undefined;
1159
+ ChimeBearer?: string;
1160
+ }
1161
+ export interface DescribeChannelModeratorResponse {
1162
+ ChannelModerator?: ChannelModerator;
1163
+ }
1164
+ export interface DisassociatePhoneNumberFromUserRequest {
1165
+ AccountId: string | undefined;
1166
+ UserId: string | undefined;
1167
+ }
1168
+ export interface DisassociatePhoneNumberFromUserResponse {}
1169
+ export interface DisassociatePhoneNumbersFromVoiceConnectorRequest {
1170
+ VoiceConnectorId: string | undefined;
1171
+ E164PhoneNumbers: string[] | undefined;
1172
+ }
1173
+ export interface DisassociatePhoneNumbersFromVoiceConnectorResponse {
1174
+ PhoneNumberErrors?: PhoneNumberError[];
1175
+ }
1176
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
1177
+ VoiceConnectorGroupId: string | undefined;
1178
+ E164PhoneNumbers: string[] | undefined;
1179
+ }
1180
+ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse {
1181
+ PhoneNumberErrors?: PhoneNumberError[];
1182
+ }
1183
+ export interface DisassociateSigninDelegateGroupsFromAccountRequest {
1184
+ AccountId: string | undefined;
1185
+ GroupNames: string[] | undefined;
1186
+ }
1187
+ export interface DisassociateSigninDelegateGroupsFromAccountResponse {}
1188
+ export interface DNISEmergencyCallingConfiguration {
1189
+ EmergencyPhoneNumber: string | undefined;
1190
+ TestPhoneNumber?: string;
1191
+ CallingCountry: string | undefined;
1192
+ }
1193
+ export declare enum EmailStatus {
1194
+ Failed = "Failed",
1195
+ NotSent = "NotSent",
1196
+ Sent = "Sent",
1197
+ }
1198
+ export interface EmergencyCallingConfiguration {
1199
+ DNIS?: DNISEmergencyCallingConfiguration[];
1200
+ }
1201
+ export declare enum TranscribeMedicalContentIdentificationType {
1202
+ PHI = "PHI",
1203
+ }
1204
+ export declare enum TranscribeMedicalLanguageCode {
1205
+ EN_US = "en-US",
1206
+ }
1207
+ export declare enum TranscribeMedicalRegion {
1208
+ AP_SOUTHEAST_2 = "ap-southeast-2",
1209
+ AUTO = "auto",
1210
+ CA_CENTRAL_1 = "ca-central-1",
1211
+ EU_WEST_1 = "eu-west-1",
1212
+ US_EAST_1 = "us-east-1",
1213
+ US_EAST_2 = "us-east-2",
1214
+ US_WEST_2 = "us-west-2",
1215
+ }
1216
+ export declare enum TranscribeMedicalSpecialty {
1217
+ Cardiology = "CARDIOLOGY",
1218
+ Neurology = "NEUROLOGY",
1219
+ Oncology = "ONCOLOGY",
1220
+ PrimaryCare = "PRIMARYCARE",
1221
+ Radiology = "RADIOLOGY",
1222
+ Urology = "UROLOGY",
1223
+ }
1224
+ export declare enum TranscribeMedicalType {
1225
+ Conversation = "CONVERSATION",
1226
+ Dictation = "DICTATION",
1227
+ }
1228
+ export interface EngineTranscribeMedicalSettings {
1229
+ LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
1230
+ Specialty: TranscribeMedicalSpecialty | string | undefined;
1231
+ Type: TranscribeMedicalType | string | undefined;
1232
+ VocabularyName?: string;
1233
+ Region?: TranscribeMedicalRegion | string;
1234
+ ContentIdentificationType?:
1235
+ | TranscribeMedicalContentIdentificationType
1236
+ | string;
1237
+ }
1238
+ export declare enum TranscribeContentIdentificationType {
1239
+ PII = "PII",
1240
+ }
1241
+ export declare enum TranscribeContentRedactionType {
1242
+ PII = "PII",
1243
+ }
1244
+ export declare enum TranscribeLanguageCode {
1245
+ DE_DE = "de-DE",
1246
+ EN_AU = "en-AU",
1247
+ EN_GB = "en-GB",
1248
+ EN_US = "en-US",
1249
+ ES_US = "es-US",
1250
+ FR_CA = "fr-CA",
1251
+ FR_FR = "fr-FR",
1252
+ IT_IT = "it-IT",
1253
+ JA_JP = "ja-JP",
1254
+ KO_KR = "ko-KR",
1255
+ PT_BR = "pt-BR",
1256
+ ZH_CN = "zh-CN",
1257
+ }
1258
+ export declare enum TranscribePartialResultsStability {
1259
+ HIGH = "high",
1260
+ LOW = "low",
1261
+ MEDIUM = "medium",
1262
+ }
1263
+ export declare enum TranscribeRegion {
1264
+ AP_NORTHEAST_1 = "ap-northeast-1",
1265
+ AP_NORTHEAST_2 = "ap-northeast-2",
1266
+ AP_SOUTHEAST_2 = "ap-southeast-2",
1267
+ AUTO = "auto",
1268
+ CA_CENTRAL_1 = "ca-central-1",
1269
+ EU_CENTRAL_1 = "eu-central-1",
1270
+ EU_WEST_1 = "eu-west-1",
1271
+ EU_WEST_2 = "eu-west-2",
1272
+ SA_EAST_1 = "sa-east-1",
1273
+ US_EAST_1 = "us-east-1",
1274
+ US_EAST_2 = "us-east-2",
1275
+ US_WEST_2 = "us-west-2",
1276
+ }
1277
+ export declare enum TranscribeVocabularyFilterMethod {
1278
+ Mask = "mask",
1279
+ Remove = "remove",
1280
+ Tag = "tag",
1281
+ }
1282
+ export interface EngineTranscribeSettings {
1283
+ LanguageCode: TranscribeLanguageCode | string | undefined;
1284
+ VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
1285
+ VocabularyFilterName?: string;
1286
+ VocabularyName?: string;
1287
+ Region?: TranscribeRegion | string;
1288
+ EnablePartialResultsStabilization?: boolean;
1289
+ PartialResultsStability?: TranscribePartialResultsStability | string;
1290
+ ContentIdentificationType?: TranscribeContentIdentificationType | string;
1291
+ ContentRedactionType?: TranscribeContentRedactionType | string;
1292
+ PiiEntityTypes?: string;
1293
+ LanguageModelName?: string;
1294
+ }
1295
+ export interface EventsConfiguration {
1296
+ BotId?: string;
1297
+ OutboundEventsHTTPSEndpoint?: string;
1298
+ LambdaFunctionArn?: string;
1299
+ }
1300
+ export interface GetAccountRequest {
1301
+ AccountId: string | undefined;
1302
+ }
1303
+ export interface GetAccountResponse {
1304
+ Account?: Account;
1305
+ }
1306
+ export interface GetAccountSettingsRequest {
1307
+ AccountId: string | undefined;
1308
+ }
1309
+ export interface GetAccountSettingsResponse {
1310
+ AccountSettings?: AccountSettings;
1311
+ }
1312
+ export interface GetAppInstanceRetentionSettingsRequest {
1313
+ AppInstanceArn: string | undefined;
1314
+ }
1315
+ export interface GetAppInstanceRetentionSettingsResponse {
1316
+ AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
1317
+ InitiateDeletionTimestamp?: Date;
1318
+ }
1319
+ export interface GetAppInstanceStreamingConfigurationsRequest {
1320
+ AppInstanceArn: string | undefined;
1321
+ }
1322
+ export interface GetAppInstanceStreamingConfigurationsResponse {
1323
+ AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
1324
+ }
1325
+ export interface GetAttendeeRequest {
1326
+ MeetingId: string | undefined;
1327
+ AttendeeId: string | undefined;
1328
+ }
1329
+ export interface GetAttendeeResponse {
1330
+ Attendee?: Attendee;
1331
+ }
1332
+ export interface GetBotRequest {
1333
+ AccountId: string | undefined;
1334
+ BotId: string | undefined;
1335
+ }
1336
+ export interface GetBotResponse {
1337
+ Bot?: Bot;
1338
+ }
1339
+ export interface GetChannelMessageRequest {
1340
+ ChannelArn: string | undefined;
1341
+ MessageId: string | undefined;
1342
+ ChimeBearer?: string;
1343
+ }
1344
+ export interface GetChannelMessageResponse {
1345
+ ChannelMessage?: ChannelMessage;
1346
+ }
1347
+ export interface GetEventsConfigurationRequest {
1348
+ AccountId: string | undefined;
1349
+ BotId: string | undefined;
1350
+ }
1351
+ export interface GetEventsConfigurationResponse {
1352
+ EventsConfiguration?: EventsConfiguration;
1353
+ }
1354
+ export interface VoiceConnectorSettings {
1355
+ CdrBucket?: string;
1356
+ }
1357
+ export interface GetGlobalSettingsResponse {
1358
+ BusinessCalling?: BusinessCallingSettings;
1359
+ VoiceConnector?: VoiceConnectorSettings;
1360
+ }
1361
+ export interface GetMediaCapturePipelineRequest {
1362
+ MediaPipelineId: string | undefined;
1363
+ }
1364
+ export interface GetMediaCapturePipelineResponse {
1365
+ MediaCapturePipeline?: MediaCapturePipeline;
1366
+ }
1367
+ export interface GetMeetingRequest {
1368
+ MeetingId: string | undefined;
1369
+ }
1370
+ export interface GetMeetingResponse {
1371
+ Meeting?: Meeting;
1372
+ }
1373
+ export interface GetMessagingSessionEndpointRequest {}
1374
+ export interface MessagingSessionEndpoint {
1375
+ Url?: string;
1376
+ }
1377
+ export interface GetMessagingSessionEndpointResponse {
1378
+ Endpoint?: MessagingSessionEndpoint;
1379
+ }
1380
+ export interface GetPhoneNumberRequest {
1381
+ PhoneNumberId: string | undefined;
1382
+ }
1383
+ export declare enum PhoneNumberAssociationName {
1384
+ AccountId = "AccountId",
1385
+ SipRuleId = "SipRuleId",
1386
+ UserId = "UserId",
1387
+ VoiceConnectorGroupId = "VoiceConnectorGroupId",
1388
+ VoiceConnectorId = "VoiceConnectorId",
1389
+ }
1390
+ export interface PhoneNumberAssociation {
1391
+ Value?: string;
1392
+ Name?: PhoneNumberAssociationName | string;
1393
+ AssociatedTimestamp?: Date;
1394
+ }
1395
+ export interface PhoneNumberCapabilities {
1396
+ InboundCall?: boolean;
1397
+ OutboundCall?: boolean;
1398
+ InboundSMS?: boolean;
1399
+ OutboundSMS?: boolean;
1400
+ InboundMMS?: boolean;
1401
+ OutboundMMS?: boolean;
1402
+ }
1403
+ export declare enum PhoneNumberStatus {
1404
+ AcquireFailed = "AcquireFailed",
1405
+ AcquireInProgress = "AcquireInProgress",
1406
+ Assigned = "Assigned",
1407
+ DeleteFailed = "DeleteFailed",
1408
+ DeleteInProgress = "DeleteInProgress",
1409
+ ReleaseFailed = "ReleaseFailed",
1410
+ ReleaseInProgress = "ReleaseInProgress",
1411
+ Unassigned = "Unassigned",
1412
+ }
1413
+ export declare enum PhoneNumberType {
1414
+ Local = "Local",
1415
+ TollFree = "TollFree",
1416
+ }
1417
+ export interface PhoneNumber {
1418
+ PhoneNumberId?: string;
1419
+ E164PhoneNumber?: string;
1420
+ Country?: string;
1421
+ Type?: PhoneNumberType | string;
1422
+ ProductType?: PhoneNumberProductType | string;
1423
+ Status?: PhoneNumberStatus | string;
1424
+ Capabilities?: PhoneNumberCapabilities;
1425
+ Associations?: PhoneNumberAssociation[];
1426
+ CallingName?: string;
1427
+ CallingNameStatus?: CallingNameStatus | string;
1428
+ CreatedTimestamp?: Date;
1429
+ UpdatedTimestamp?: Date;
1430
+ DeletionTimestamp?: Date;
1431
+ }
1432
+ export interface GetPhoneNumberResponse {
1433
+ PhoneNumber?: PhoneNumber;
1434
+ }
1435
+ export interface GetPhoneNumberOrderRequest {
1436
+ PhoneNumberOrderId: string | undefined;
1437
+ }
1438
+ export interface GetPhoneNumberOrderResponse {
1439
+ PhoneNumberOrder?: PhoneNumberOrder;
1440
+ }
1441
+ export interface GetPhoneNumberSettingsResponse {
1442
+ CallingName?: string;
1443
+ CallingNameUpdatedTimestamp?: Date;
1444
+ }
1445
+ export interface GetProxySessionRequest {
1446
+ VoiceConnectorId: string | undefined;
1447
+ ProxySessionId: string | undefined;
1448
+ }
1449
+ export interface GetProxySessionResponse {
1450
+ ProxySession?: ProxySession;
1451
+ }
1452
+ export interface GetRetentionSettingsRequest {
1453
+ AccountId: string | undefined;
1454
+ }
1455
+ export declare const SigninDelegateGroupFilterSensitiveLog: (
1456
+ obj: SigninDelegateGroup
1457
+ ) => any;
1458
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
1459
+ export declare const AccountSettingsFilterSensitiveLog: (
1460
+ obj: AccountSettings
1461
+ ) => any;
1462
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
1463
+ export declare const AlexaForBusinessMetadataFilterSensitiveLog: (
1464
+ obj: AlexaForBusinessMetadata
1465
+ ) => any;
1466
+ export declare const AppInstanceFilterSensitiveLog: (obj: AppInstance) => any;
1467
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1468
+ export declare const AppInstanceAdminFilterSensitiveLog: (
1469
+ obj: AppInstanceAdmin
1470
+ ) => any;
1471
+ export declare const AppInstanceAdminSummaryFilterSensitiveLog: (
1472
+ obj: AppInstanceAdminSummary
1473
+ ) => any;
1474
+ export declare const AppInstanceSummaryFilterSensitiveLog: (
1475
+ obj: AppInstanceSummary
1476
+ ) => any;
1477
+ export declare const ChannelRetentionSettingsFilterSensitiveLog: (
1478
+ obj: ChannelRetentionSettings
1479
+ ) => any;
1480
+ export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (
1481
+ obj: AppInstanceRetentionSettings
1482
+ ) => any;
1483
+ export declare const AppInstanceStreamingConfigurationFilterSensitiveLog: (
1484
+ obj: AppInstanceStreamingConfiguration
1485
+ ) => any;
1486
+ export declare const AppInstanceUserFilterSensitiveLog: (
1487
+ obj: AppInstanceUser
1488
+ ) => any;
1489
+ export declare const AppInstanceUserSummaryFilterSensitiveLog: (
1490
+ obj: AppInstanceUserSummary
1491
+ ) => any;
1492
+ export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (
1493
+ obj: AppInstanceUserMembershipSummary
1494
+ ) => any;
1495
+ export declare const AudioArtifactsConfigurationFilterSensitiveLog: (
1496
+ obj: AudioArtifactsConfiguration
1497
+ ) => any;
1498
+ export declare const ContentArtifactsConfigurationFilterSensitiveLog: (
1499
+ obj: ContentArtifactsConfiguration
1500
+ ) => any;
1501
+ export declare const VideoArtifactsConfigurationFilterSensitiveLog: (
1502
+ obj: VideoArtifactsConfiguration
1503
+ ) => any;
1504
+ export declare const ArtifactsConfigurationFilterSensitiveLog: (
1505
+ obj: ArtifactsConfiguration
1506
+ ) => any;
1507
+ export declare const AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog: (
1508
+ obj: AssociatePhoneNumbersWithVoiceConnectorRequest
1509
+ ) => any;
1510
+ export declare const PhoneNumberErrorFilterSensitiveLog: (
1511
+ obj: PhoneNumberError
1512
+ ) => any;
1513
+ export declare const AssociatePhoneNumbersWithVoiceConnectorResponseFilterSensitiveLog: (
1514
+ obj: AssociatePhoneNumbersWithVoiceConnectorResponse
1515
+ ) => any;
1516
+ export declare const AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog: (
1517
+ obj: AssociatePhoneNumbersWithVoiceConnectorGroupRequest
1518
+ ) => any;
1519
+ export declare const AssociatePhoneNumbersWithVoiceConnectorGroupResponseFilterSensitiveLog: (
1520
+ obj: AssociatePhoneNumbersWithVoiceConnectorGroupResponse
1521
+ ) => any;
1522
+ export declare const AssociatePhoneNumberWithUserRequestFilterSensitiveLog: (
1523
+ obj: AssociatePhoneNumberWithUserRequest
1524
+ ) => any;
1525
+ export declare const AssociatePhoneNumberWithUserResponseFilterSensitiveLog: (
1526
+ obj: AssociatePhoneNumberWithUserResponse
1527
+ ) => any;
1528
+ export declare const AssociateSigninDelegateGroupsWithAccountRequestFilterSensitiveLog: (
1529
+ obj: AssociateSigninDelegateGroupsWithAccountRequest
1530
+ ) => any;
1531
+ export declare const AssociateSigninDelegateGroupsWithAccountResponseFilterSensitiveLog: (
1532
+ obj: AssociateSigninDelegateGroupsWithAccountResponse
1533
+ ) => any;
1534
+ export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
1535
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1536
+ export declare const BatchChannelMembershipsFilterSensitiveLog: (
1537
+ obj: BatchChannelMemberships
1538
+ ) => any;
1539
+ export declare const CreateAttendeeRequestItemFilterSensitiveLog: (
1540
+ obj: CreateAttendeeRequestItem
1541
+ ) => any;
1542
+ export declare const BatchCreateAttendeeRequestFilterSensitiveLog: (
1543
+ obj: BatchCreateAttendeeRequest
1544
+ ) => any;
1545
+ export declare const CreateAttendeeErrorFilterSensitiveLog: (
1546
+ obj: CreateAttendeeError
1547
+ ) => any;
1548
+ export declare const BatchCreateAttendeeResponseFilterSensitiveLog: (
1549
+ obj: BatchCreateAttendeeResponse
1550
+ ) => any;
1551
+ export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (
1552
+ obj: BatchCreateChannelMembershipRequest
1553
+ ) => any;
1554
+ export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (
1555
+ obj: BatchCreateChannelMembershipError
1556
+ ) => any;
1557
+ export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (
1558
+ obj: BatchCreateChannelMembershipResponse
1559
+ ) => any;
1560
+ export declare const MembershipItemFilterSensitiveLog: (
1561
+ obj: MembershipItem
1562
+ ) => any;
1563
+ export declare const BatchCreateRoomMembershipRequestFilterSensitiveLog: (
1564
+ obj: BatchCreateRoomMembershipRequest
1565
+ ) => any;
1566
+ export declare const MemberErrorFilterSensitiveLog: (obj: MemberError) => any;
1567
+ export declare const BatchCreateRoomMembershipResponseFilterSensitiveLog: (
1568
+ obj: BatchCreateRoomMembershipResponse
1569
+ ) => any;
1570
+ export declare const BatchDeletePhoneNumberRequestFilterSensitiveLog: (
1571
+ obj: BatchDeletePhoneNumberRequest
1572
+ ) => any;
1573
+ export declare const BatchDeletePhoneNumberResponseFilterSensitiveLog: (
1574
+ obj: BatchDeletePhoneNumberResponse
1575
+ ) => any;
1576
+ export declare const BatchSuspendUserRequestFilterSensitiveLog: (
1577
+ obj: BatchSuspendUserRequest
1578
+ ) => any;
1579
+ export declare const UserErrorFilterSensitiveLog: (obj: UserError) => any;
1580
+ export declare const BatchSuspendUserResponseFilterSensitiveLog: (
1581
+ obj: BatchSuspendUserResponse
1582
+ ) => any;
1583
+ export declare const BatchUnsuspendUserRequestFilterSensitiveLog: (
1584
+ obj: BatchUnsuspendUserRequest
1585
+ ) => any;
1586
+ export declare const BatchUnsuspendUserResponseFilterSensitiveLog: (
1587
+ obj: BatchUnsuspendUserResponse
1588
+ ) => any;
1589
+ export declare const UpdatePhoneNumberRequestItemFilterSensitiveLog: (
1590
+ obj: UpdatePhoneNumberRequestItem
1591
+ ) => any;
1592
+ export declare const BatchUpdatePhoneNumberRequestFilterSensitiveLog: (
1593
+ obj: BatchUpdatePhoneNumberRequest
1594
+ ) => any;
1595
+ export declare const BatchUpdatePhoneNumberResponseFilterSensitiveLog: (
1596
+ obj: BatchUpdatePhoneNumberResponse
1597
+ ) => any;
1598
+ export declare const UpdateUserRequestItemFilterSensitiveLog: (
1599
+ obj: UpdateUserRequestItem
1600
+ ) => any;
1601
+ export declare const BatchUpdateUserRequestFilterSensitiveLog: (
1602
+ obj: BatchUpdateUserRequest
1603
+ ) => any;
1604
+ export declare const BatchUpdateUserResponseFilterSensitiveLog: (
1605
+ obj: BatchUpdateUserResponse
1606
+ ) => any;
1607
+ export declare const BotFilterSensitiveLog: (obj: Bot) => any;
1608
+ export declare const BusinessCallingSettingsFilterSensitiveLog: (
1609
+ obj: BusinessCallingSettings
1610
+ ) => any;
1611
+ export declare const CandidateAddressFilterSensitiveLog: (
1612
+ obj: CandidateAddress
1613
+ ) => any;
1614
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1615
+ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
1616
+ export declare const ChannelBanSummaryFilterSensitiveLog: (
1617
+ obj: ChannelBanSummary
1618
+ ) => any;
1619
+ export declare const ChannelMembershipFilterSensitiveLog: (
1620
+ obj: ChannelMembership
1621
+ ) => any;
1622
+ export declare const ChannelSummaryFilterSensitiveLog: (
1623
+ obj: ChannelSummary
1624
+ ) => any;
1625
+ export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (
1626
+ obj: ChannelMembershipForAppInstanceUserSummary
1627
+ ) => any;
1628
+ export declare const ChannelMembershipSummaryFilterSensitiveLog: (
1629
+ obj: ChannelMembershipSummary
1630
+ ) => any;
1631
+ export declare const ChannelMessageFilterSensitiveLog: (
1632
+ obj: ChannelMessage
1633
+ ) => any;
1634
+ export declare const ChannelMessageSummaryFilterSensitiveLog: (
1635
+ obj: ChannelMessageSummary
1636
+ ) => any;
1637
+ export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (
1638
+ obj: ChannelModeratedByAppInstanceUserSummary
1639
+ ) => any;
1640
+ export declare const ChannelModeratorFilterSensitiveLog: (
1641
+ obj: ChannelModerator
1642
+ ) => any;
1643
+ export declare const ChannelModeratorSummaryFilterSensitiveLog: (
1644
+ obj: ChannelModeratorSummary
1645
+ ) => any;
1646
+ export declare const SelectedVideoStreamsFilterSensitiveLog: (
1647
+ obj: SelectedVideoStreams
1648
+ ) => any;
1649
+ export declare const SourceConfigurationFilterSensitiveLog: (
1650
+ obj: SourceConfiguration
1651
+ ) => any;
1652
+ export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (
1653
+ obj: ChimeSdkMeetingConfiguration
1654
+ ) => any;
1655
+ export declare const ConversationRetentionSettingsFilterSensitiveLog: (
1656
+ obj: ConversationRetentionSettings
1657
+ ) => any;
1658
+ export declare const CreateAccountRequestFilterSensitiveLog: (
1659
+ obj: CreateAccountRequest
1660
+ ) => any;
1661
+ export declare const CreateAccountResponseFilterSensitiveLog: (
1662
+ obj: CreateAccountResponse
1663
+ ) => any;
1664
+ export declare const CreateAppInstanceRequestFilterSensitiveLog: (
1665
+ obj: CreateAppInstanceRequest
1666
+ ) => any;
1667
+ export declare const CreateAppInstanceResponseFilterSensitiveLog: (
1668
+ obj: CreateAppInstanceResponse
1669
+ ) => any;
1670
+ export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (
1671
+ obj: CreateAppInstanceAdminRequest
1672
+ ) => any;
1673
+ export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (
1674
+ obj: CreateAppInstanceAdminResponse
1675
+ ) => any;
1676
+ export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (
1677
+ obj: CreateAppInstanceUserRequest
1678
+ ) => any;
1679
+ export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (
1680
+ obj: CreateAppInstanceUserResponse
1681
+ ) => any;
1682
+ export declare const CreateAttendeeRequestFilterSensitiveLog: (
1683
+ obj: CreateAttendeeRequest
1684
+ ) => any;
1685
+ export declare const CreateAttendeeResponseFilterSensitiveLog: (
1686
+ obj: CreateAttendeeResponse
1687
+ ) => any;
1688
+ export declare const CreateBotRequestFilterSensitiveLog: (
1689
+ obj: CreateBotRequest
1690
+ ) => any;
1691
+ export declare const CreateBotResponseFilterSensitiveLog: (
1692
+ obj: CreateBotResponse
1693
+ ) => any;
1694
+ export declare const CreateChannelRequestFilterSensitiveLog: (
1695
+ obj: CreateChannelRequest
1696
+ ) => any;
1697
+ export declare const CreateChannelResponseFilterSensitiveLog: (
1698
+ obj: CreateChannelResponse
1699
+ ) => any;
1700
+ export declare const CreateChannelBanRequestFilterSensitiveLog: (
1701
+ obj: CreateChannelBanRequest
1702
+ ) => any;
1703
+ export declare const CreateChannelBanResponseFilterSensitiveLog: (
1704
+ obj: CreateChannelBanResponse
1705
+ ) => any;
1706
+ export declare const CreateChannelMembershipRequestFilterSensitiveLog: (
1707
+ obj: CreateChannelMembershipRequest
1708
+ ) => any;
1709
+ export declare const CreateChannelMembershipResponseFilterSensitiveLog: (
1710
+ obj: CreateChannelMembershipResponse
1711
+ ) => any;
1712
+ export declare const CreateChannelModeratorRequestFilterSensitiveLog: (
1713
+ obj: CreateChannelModeratorRequest
1714
+ ) => any;
1715
+ export declare const CreateChannelModeratorResponseFilterSensitiveLog: (
1716
+ obj: CreateChannelModeratorResponse
1717
+ ) => any;
1718
+ export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (
1719
+ obj: CreateMediaCapturePipelineRequest
1720
+ ) => any;
1721
+ export declare const MediaCapturePipelineFilterSensitiveLog: (
1722
+ obj: MediaCapturePipeline
1723
+ ) => any;
1724
+ export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (
1725
+ obj: CreateMediaCapturePipelineResponse
1726
+ ) => any;
1727
+ export declare const MeetingNotificationConfigurationFilterSensitiveLog: (
1728
+ obj: MeetingNotificationConfiguration
1729
+ ) => any;
1730
+ export declare const CreateMeetingRequestFilterSensitiveLog: (
1731
+ obj: CreateMeetingRequest
1732
+ ) => any;
1733
+ export declare const MediaPlacementFilterSensitiveLog: (
1734
+ obj: MediaPlacement
1735
+ ) => any;
1736
+ export declare const MeetingFilterSensitiveLog: (obj: Meeting) => any;
1737
+ export declare const CreateMeetingResponseFilterSensitiveLog: (
1738
+ obj: CreateMeetingResponse
1739
+ ) => any;
1740
+ export declare const CreateMeetingDialOutRequestFilterSensitiveLog: (
1741
+ obj: CreateMeetingDialOutRequest
1742
+ ) => any;
1743
+ export declare const CreateMeetingDialOutResponseFilterSensitiveLog: (
1744
+ obj: CreateMeetingDialOutResponse
1745
+ ) => any;
1746
+ export declare const CreateMeetingWithAttendeesRequestFilterSensitiveLog: (
1747
+ obj: CreateMeetingWithAttendeesRequest
1748
+ ) => any;
1749
+ export declare const CreateMeetingWithAttendeesResponseFilterSensitiveLog: (
1750
+ obj: CreateMeetingWithAttendeesResponse
1751
+ ) => any;
1752
+ export declare const CreatePhoneNumberOrderRequestFilterSensitiveLog: (
1753
+ obj: CreatePhoneNumberOrderRequest
1754
+ ) => any;
1755
+ export declare const OrderedPhoneNumberFilterSensitiveLog: (
1756
+ obj: OrderedPhoneNumber
1757
+ ) => any;
1758
+ export declare const PhoneNumberOrderFilterSensitiveLog: (
1759
+ obj: PhoneNumberOrder
1760
+ ) => any;
1761
+ export declare const CreatePhoneNumberOrderResponseFilterSensitiveLog: (
1762
+ obj: CreatePhoneNumberOrderResponse
1763
+ ) => any;
1764
+ export declare const GeoMatchParamsFilterSensitiveLog: (
1765
+ obj: GeoMatchParams
1766
+ ) => any;
1767
+ export declare const CreateProxySessionRequestFilterSensitiveLog: (
1768
+ obj: CreateProxySessionRequest
1769
+ ) => any;
1770
+ export declare const ParticipantFilterSensitiveLog: (obj: Participant) => any;
1771
+ export declare const ProxySessionFilterSensitiveLog: (obj: ProxySession) => any;
1772
+ export declare const CreateProxySessionResponseFilterSensitiveLog: (
1773
+ obj: CreateProxySessionResponse
1774
+ ) => any;
1775
+ export declare const CreateRoomRequestFilterSensitiveLog: (
1776
+ obj: CreateRoomRequest
1777
+ ) => any;
1778
+ export declare const RoomFilterSensitiveLog: (obj: Room) => any;
1779
+ export declare const CreateRoomResponseFilterSensitiveLog: (
1780
+ obj: CreateRoomResponse
1781
+ ) => any;
1782
+ export declare const CreateRoomMembershipRequestFilterSensitiveLog: (
1783
+ obj: CreateRoomMembershipRequest
1784
+ ) => any;
1785
+ export declare const MemberFilterSensitiveLog: (obj: Member) => any;
1786
+ export declare const RoomMembershipFilterSensitiveLog: (
1787
+ obj: RoomMembership
1788
+ ) => any;
1789
+ export declare const CreateRoomMembershipResponseFilterSensitiveLog: (
1790
+ obj: CreateRoomMembershipResponse
1791
+ ) => any;
1792
+ export declare const SipMediaApplicationEndpointFilterSensitiveLog: (
1793
+ obj: SipMediaApplicationEndpoint
1794
+ ) => any;
1795
+ export declare const CreateSipMediaApplicationRequestFilterSensitiveLog: (
1796
+ obj: CreateSipMediaApplicationRequest
1797
+ ) => any;
1798
+ export declare const SipMediaApplicationFilterSensitiveLog: (
1799
+ obj: SipMediaApplication
1800
+ ) => any;
1801
+ export declare const CreateSipMediaApplicationResponseFilterSensitiveLog: (
1802
+ obj: CreateSipMediaApplicationResponse
1803
+ ) => any;
1804
+ export declare const CreateSipMediaApplicationCallRequestFilterSensitiveLog: (
1805
+ obj: CreateSipMediaApplicationCallRequest
1806
+ ) => any;
1807
+ export declare const SipMediaApplicationCallFilterSensitiveLog: (
1808
+ obj: SipMediaApplicationCall
1809
+ ) => any;
1810
+ export declare const CreateSipMediaApplicationCallResponseFilterSensitiveLog: (
1811
+ obj: CreateSipMediaApplicationCallResponse
1812
+ ) => any;
1813
+ export declare const SipRuleTargetApplicationFilterSensitiveLog: (
1814
+ obj: SipRuleTargetApplication
1815
+ ) => any;
1816
+ export declare const CreateSipRuleRequestFilterSensitiveLog: (
1817
+ obj: CreateSipRuleRequest
1818
+ ) => any;
1819
+ export declare const SipRuleFilterSensitiveLog: (obj: SipRule) => any;
1820
+ export declare const CreateSipRuleResponseFilterSensitiveLog: (
1821
+ obj: CreateSipRuleResponse
1822
+ ) => any;
1823
+ export declare const CreateUserRequestFilterSensitiveLog: (
1824
+ obj: CreateUserRequest
1825
+ ) => any;
1826
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
1827
+ export declare const CreateUserResponseFilterSensitiveLog: (
1828
+ obj: CreateUserResponse
1829
+ ) => any;
1830
+ export declare const CreateVoiceConnectorRequestFilterSensitiveLog: (
1831
+ obj: CreateVoiceConnectorRequest
1832
+ ) => any;
1833
+ export declare const VoiceConnectorFilterSensitiveLog: (
1834
+ obj: VoiceConnector
1835
+ ) => any;
1836
+ export declare const CreateVoiceConnectorResponseFilterSensitiveLog: (
1837
+ obj: CreateVoiceConnectorResponse
1838
+ ) => any;
1839
+ export declare const VoiceConnectorItemFilterSensitiveLog: (
1840
+ obj: VoiceConnectorItem
1841
+ ) => any;
1842
+ export declare const CreateVoiceConnectorGroupRequestFilterSensitiveLog: (
1843
+ obj: CreateVoiceConnectorGroupRequest
1844
+ ) => any;
1845
+ export declare const VoiceConnectorGroupFilterSensitiveLog: (
1846
+ obj: VoiceConnectorGroup
1847
+ ) => any;
1848
+ export declare const CreateVoiceConnectorGroupResponseFilterSensitiveLog: (
1849
+ obj: CreateVoiceConnectorGroupResponse
1850
+ ) => any;
1851
+ export declare const CredentialFilterSensitiveLog: (obj: Credential) => any;
1852
+ export declare const DeleteAccountRequestFilterSensitiveLog: (
1853
+ obj: DeleteAccountRequest
1854
+ ) => any;
1855
+ export declare const DeleteAccountResponseFilterSensitiveLog: (
1856
+ obj: DeleteAccountResponse
1857
+ ) => any;
1858
+ export declare const DeleteAppInstanceRequestFilterSensitiveLog: (
1859
+ obj: DeleteAppInstanceRequest
1860
+ ) => any;
1861
+ export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (
1862
+ obj: DeleteAppInstanceAdminRequest
1863
+ ) => any;
1864
+ export declare const DeleteAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (
1865
+ obj: DeleteAppInstanceStreamingConfigurationsRequest
1866
+ ) => any;
1867
+ export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (
1868
+ obj: DeleteAppInstanceUserRequest
1869
+ ) => any;
1870
+ export declare const DeleteAttendeeRequestFilterSensitiveLog: (
1871
+ obj: DeleteAttendeeRequest
1872
+ ) => any;
1873
+ export declare const DeleteChannelRequestFilterSensitiveLog: (
1874
+ obj: DeleteChannelRequest
1875
+ ) => any;
1876
+ export declare const DeleteChannelBanRequestFilterSensitiveLog: (
1877
+ obj: DeleteChannelBanRequest
1878
+ ) => any;
1879
+ export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (
1880
+ obj: DeleteChannelMembershipRequest
1881
+ ) => any;
1882
+ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (
1883
+ obj: DeleteChannelMessageRequest
1884
+ ) => any;
1885
+ export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (
1886
+ obj: DeleteChannelModeratorRequest
1887
+ ) => any;
1888
+ export declare const DeleteEventsConfigurationRequestFilterSensitiveLog: (
1889
+ obj: DeleteEventsConfigurationRequest
1890
+ ) => any;
1891
+ export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (
1892
+ obj: DeleteMediaCapturePipelineRequest
1893
+ ) => any;
1894
+ export declare const DeleteMeetingRequestFilterSensitiveLog: (
1895
+ obj: DeleteMeetingRequest
1896
+ ) => any;
1897
+ export declare const DeletePhoneNumberRequestFilterSensitiveLog: (
1898
+ obj: DeletePhoneNumberRequest
1899
+ ) => any;
1900
+ export declare const DeleteProxySessionRequestFilterSensitiveLog: (
1901
+ obj: DeleteProxySessionRequest
1902
+ ) => any;
1903
+ export declare const DeleteRoomRequestFilterSensitiveLog: (
1904
+ obj: DeleteRoomRequest
1905
+ ) => any;
1906
+ export declare const DeleteRoomMembershipRequestFilterSensitiveLog: (
1907
+ obj: DeleteRoomMembershipRequest
1908
+ ) => any;
1909
+ export declare const DeleteSipMediaApplicationRequestFilterSensitiveLog: (
1910
+ obj: DeleteSipMediaApplicationRequest
1911
+ ) => any;
1912
+ export declare const DeleteSipRuleRequestFilterSensitiveLog: (
1913
+ obj: DeleteSipRuleRequest
1914
+ ) => any;
1915
+ export declare const DeleteVoiceConnectorRequestFilterSensitiveLog: (
1916
+ obj: DeleteVoiceConnectorRequest
1917
+ ) => any;
1918
+ export declare const DeleteVoiceConnectorEmergencyCallingConfigurationRequestFilterSensitiveLog: (
1919
+ obj: DeleteVoiceConnectorEmergencyCallingConfigurationRequest
1920
+ ) => any;
1921
+ export declare const DeleteVoiceConnectorGroupRequestFilterSensitiveLog: (
1922
+ obj: DeleteVoiceConnectorGroupRequest
1923
+ ) => any;
1924
+ export declare const DeleteVoiceConnectorOriginationRequestFilterSensitiveLog: (
1925
+ obj: DeleteVoiceConnectorOriginationRequest
1926
+ ) => any;
1927
+ export declare const DeleteVoiceConnectorProxyRequestFilterSensitiveLog: (
1928
+ obj: DeleteVoiceConnectorProxyRequest
1929
+ ) => any;
1930
+ export declare const DeleteVoiceConnectorStreamingConfigurationRequestFilterSensitiveLog: (
1931
+ obj: DeleteVoiceConnectorStreamingConfigurationRequest
1932
+ ) => any;
1933
+ export declare const DeleteVoiceConnectorTerminationRequestFilterSensitiveLog: (
1934
+ obj: DeleteVoiceConnectorTerminationRequest
1935
+ ) => any;
1936
+ export declare const DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog: (
1937
+ obj: DeleteVoiceConnectorTerminationCredentialsRequest
1938
+ ) => any;
1939
+ export declare const DescribeAppInstanceRequestFilterSensitiveLog: (
1940
+ obj: DescribeAppInstanceRequest
1941
+ ) => any;
1942
+ export declare const DescribeAppInstanceResponseFilterSensitiveLog: (
1943
+ obj: DescribeAppInstanceResponse
1944
+ ) => any;
1945
+ export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (
1946
+ obj: DescribeAppInstanceAdminRequest
1947
+ ) => any;
1948
+ export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (
1949
+ obj: DescribeAppInstanceAdminResponse
1950
+ ) => any;
1951
+ export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (
1952
+ obj: DescribeAppInstanceUserRequest
1953
+ ) => any;
1954
+ export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (
1955
+ obj: DescribeAppInstanceUserResponse
1956
+ ) => any;
1957
+ export declare const DescribeChannelRequestFilterSensitiveLog: (
1958
+ obj: DescribeChannelRequest
1959
+ ) => any;
1960
+ export declare const DescribeChannelResponseFilterSensitiveLog: (
1961
+ obj: DescribeChannelResponse
1962
+ ) => any;
1963
+ export declare const DescribeChannelBanRequestFilterSensitiveLog: (
1964
+ obj: DescribeChannelBanRequest
1965
+ ) => any;
1966
+ export declare const DescribeChannelBanResponseFilterSensitiveLog: (
1967
+ obj: DescribeChannelBanResponse
1968
+ ) => any;
1969
+ export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (
1970
+ obj: DescribeChannelMembershipRequest
1971
+ ) => any;
1972
+ export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (
1973
+ obj: DescribeChannelMembershipResponse
1974
+ ) => any;
1975
+ export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (
1976
+ obj: DescribeChannelMembershipForAppInstanceUserRequest
1977
+ ) => any;
1978
+ export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (
1979
+ obj: DescribeChannelMembershipForAppInstanceUserResponse
1980
+ ) => any;
1981
+ export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (
1982
+ obj: DescribeChannelModeratedByAppInstanceUserRequest
1983
+ ) => any;
1984
+ export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (
1985
+ obj: DescribeChannelModeratedByAppInstanceUserResponse
1986
+ ) => any;
1987
+ export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (
1988
+ obj: DescribeChannelModeratorRequest
1989
+ ) => any;
1990
+ export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (
1991
+ obj: DescribeChannelModeratorResponse
1992
+ ) => any;
1993
+ export declare const DisassociatePhoneNumberFromUserRequestFilterSensitiveLog: (
1994
+ obj: DisassociatePhoneNumberFromUserRequest
1995
+ ) => any;
1996
+ export declare const DisassociatePhoneNumberFromUserResponseFilterSensitiveLog: (
1997
+ obj: DisassociatePhoneNumberFromUserResponse
1998
+ ) => any;
1999
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog: (
2000
+ obj: DisassociatePhoneNumbersFromVoiceConnectorRequest
2001
+ ) => any;
2002
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorResponseFilterSensitiveLog: (
2003
+ obj: DisassociatePhoneNumbersFromVoiceConnectorResponse
2004
+ ) => any;
2005
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog: (
2006
+ obj: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
2007
+ ) => any;
2008
+ export declare const DisassociatePhoneNumbersFromVoiceConnectorGroupResponseFilterSensitiveLog: (
2009
+ obj: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
2010
+ ) => any;
2011
+ export declare const DisassociateSigninDelegateGroupsFromAccountRequestFilterSensitiveLog: (
2012
+ obj: DisassociateSigninDelegateGroupsFromAccountRequest
2013
+ ) => any;
2014
+ export declare const DisassociateSigninDelegateGroupsFromAccountResponseFilterSensitiveLog: (
2015
+ obj: DisassociateSigninDelegateGroupsFromAccountResponse
2016
+ ) => any;
2017
+ export declare const DNISEmergencyCallingConfigurationFilterSensitiveLog: (
2018
+ obj: DNISEmergencyCallingConfiguration
2019
+ ) => any;
2020
+ export declare const EmergencyCallingConfigurationFilterSensitiveLog: (
2021
+ obj: EmergencyCallingConfiguration
2022
+ ) => any;
2023
+ export declare const EngineTranscribeMedicalSettingsFilterSensitiveLog: (
2024
+ obj: EngineTranscribeMedicalSettings
2025
+ ) => any;
2026
+ export declare const EngineTranscribeSettingsFilterSensitiveLog: (
2027
+ obj: EngineTranscribeSettings
2028
+ ) => any;
2029
+ export declare const EventsConfigurationFilterSensitiveLog: (
2030
+ obj: EventsConfiguration
2031
+ ) => any;
2032
+ export declare const GetAccountRequestFilterSensitiveLog: (
2033
+ obj: GetAccountRequest
2034
+ ) => any;
2035
+ export declare const GetAccountResponseFilterSensitiveLog: (
2036
+ obj: GetAccountResponse
2037
+ ) => any;
2038
+ export declare const GetAccountSettingsRequestFilterSensitiveLog: (
2039
+ obj: GetAccountSettingsRequest
2040
+ ) => any;
2041
+ export declare const GetAccountSettingsResponseFilterSensitiveLog: (
2042
+ obj: GetAccountSettingsResponse
2043
+ ) => any;
2044
+ export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
2045
+ obj: GetAppInstanceRetentionSettingsRequest
2046
+ ) => any;
2047
+ export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
2048
+ obj: GetAppInstanceRetentionSettingsResponse
2049
+ ) => any;
2050
+ export declare const GetAppInstanceStreamingConfigurationsRequestFilterSensitiveLog: (
2051
+ obj: GetAppInstanceStreamingConfigurationsRequest
2052
+ ) => any;
2053
+ export declare const GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog: (
2054
+ obj: GetAppInstanceStreamingConfigurationsResponse
2055
+ ) => any;
2056
+ export declare const GetAttendeeRequestFilterSensitiveLog: (
2057
+ obj: GetAttendeeRequest
2058
+ ) => any;
2059
+ export declare const GetAttendeeResponseFilterSensitiveLog: (
2060
+ obj: GetAttendeeResponse
2061
+ ) => any;
2062
+ export declare const GetBotRequestFilterSensitiveLog: (
2063
+ obj: GetBotRequest
2064
+ ) => any;
2065
+ export declare const GetBotResponseFilterSensitiveLog: (
2066
+ obj: GetBotResponse
2067
+ ) => any;
2068
+ export declare const GetChannelMessageRequestFilterSensitiveLog: (
2069
+ obj: GetChannelMessageRequest
2070
+ ) => any;
2071
+ export declare const GetChannelMessageResponseFilterSensitiveLog: (
2072
+ obj: GetChannelMessageResponse
2073
+ ) => any;
2074
+ export declare const GetEventsConfigurationRequestFilterSensitiveLog: (
2075
+ obj: GetEventsConfigurationRequest
2076
+ ) => any;
2077
+ export declare const GetEventsConfigurationResponseFilterSensitiveLog: (
2078
+ obj: GetEventsConfigurationResponse
2079
+ ) => any;
2080
+ export declare const VoiceConnectorSettingsFilterSensitiveLog: (
2081
+ obj: VoiceConnectorSettings
2082
+ ) => any;
2083
+ export declare const GetGlobalSettingsResponseFilterSensitiveLog: (
2084
+ obj: GetGlobalSettingsResponse
2085
+ ) => any;
2086
+ export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (
2087
+ obj: GetMediaCapturePipelineRequest
2088
+ ) => any;
2089
+ export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (
2090
+ obj: GetMediaCapturePipelineResponse
2091
+ ) => any;
2092
+ export declare const GetMeetingRequestFilterSensitiveLog: (
2093
+ obj: GetMeetingRequest
2094
+ ) => any;
2095
+ export declare const GetMeetingResponseFilterSensitiveLog: (
2096
+ obj: GetMeetingResponse
2097
+ ) => any;
2098
+ export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (
2099
+ obj: GetMessagingSessionEndpointRequest
2100
+ ) => any;
2101
+ export declare const MessagingSessionEndpointFilterSensitiveLog: (
2102
+ obj: MessagingSessionEndpoint
2103
+ ) => any;
2104
+ export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (
2105
+ obj: GetMessagingSessionEndpointResponse
2106
+ ) => any;
2107
+ export declare const GetPhoneNumberRequestFilterSensitiveLog: (
2108
+ obj: GetPhoneNumberRequest
2109
+ ) => any;
2110
+ export declare const PhoneNumberAssociationFilterSensitiveLog: (
2111
+ obj: PhoneNumberAssociation
2112
+ ) => any;
2113
+ export declare const PhoneNumberCapabilitiesFilterSensitiveLog: (
2114
+ obj: PhoneNumberCapabilities
2115
+ ) => any;
2116
+ export declare const PhoneNumberFilterSensitiveLog: (obj: PhoneNumber) => any;
2117
+ export declare const GetPhoneNumberResponseFilterSensitiveLog: (
2118
+ obj: GetPhoneNumberResponse
2119
+ ) => any;
2120
+ export declare const GetPhoneNumberOrderRequestFilterSensitiveLog: (
2121
+ obj: GetPhoneNumberOrderRequest
2122
+ ) => any;
2123
+ export declare const GetPhoneNumberOrderResponseFilterSensitiveLog: (
2124
+ obj: GetPhoneNumberOrderResponse
2125
+ ) => any;
2126
+ export declare const GetPhoneNumberSettingsResponseFilterSensitiveLog: (
2127
+ obj: GetPhoneNumberSettingsResponse
2128
+ ) => any;
2129
+ export declare const GetProxySessionRequestFilterSensitiveLog: (
2130
+ obj: GetProxySessionRequest
2131
+ ) => any;
2132
+ export declare const GetProxySessionResponseFilterSensitiveLog: (
2133
+ obj: GetProxySessionResponse
2134
+ ) => any;
2135
+ export declare const GetRetentionSettingsRequestFilterSensitiveLog: (
2136
+ obj: GetRetentionSettingsRequest
2137
+ ) => any;