@aws-sdk/client-chime 3.50.0 → 3.51.0

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