@aws-sdk/client-chime 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3419 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1250 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +31 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +30 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +31 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +31 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +30 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +32 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +30 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +32 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +36 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +35 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +37 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +35 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +36 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +39 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +32 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +35 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +35 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +36 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +32 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +39 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +32 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +39 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +39 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +39 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +39 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +39 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +39 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +36 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +35 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +36 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +39 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +39 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +30 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +30 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +30 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +30 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +35 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +36 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +39 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +36 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +35 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +36 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +32 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +39 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +39 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +35 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +31 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +39 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +39 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +36 -17
  195. package/dist-types/ts3.4/commands/index.d.ts +191 -191
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  197. package/dist-types/ts3.4/index.d.ts +6 -6
  198. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +7 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2137 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1496 -1694
  202. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  203. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +11 -4
  218. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/index.d.ts +27 -27
  230. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +2297 -575
  231. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  235. package/package.json +34 -34
@@ -1,264 +1,1250 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
10
- import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
11
- import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "./commands/AssociatePhoneNumberWithUserCommand";
12
- import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
13
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
14
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
15
- import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "./commands/BatchCreateRoomMembershipCommand";
16
- import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "./commands/BatchDeletePhoneNumberCommand";
17
- import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "./commands/BatchSuspendUserCommand";
18
- import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from "./commands/BatchUnsuspendUserCommand";
19
- import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "./commands/BatchUpdatePhoneNumberCommand";
20
- import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "./commands/BatchUpdateUserCommand";
21
- import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
22
- import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "./commands/CreateAppInstanceAdminCommand";
23
- import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "./commands/CreateAppInstanceCommand";
24
- import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "./commands/CreateAppInstanceUserCommand";
25
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
26
- import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
27
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
28
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
29
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
30
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
31
- import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
32
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
33
- import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "./commands/CreateMeetingDialOutCommand";
34
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
35
- import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "./commands/CreatePhoneNumberOrderCommand";
36
- import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "./commands/CreateProxySessionCommand";
37
- import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
38
- import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "./commands/CreateRoomMembershipCommand";
39
- import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "./commands/CreateSipMediaApplicationCallCommand";
40
- import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "./commands/CreateSipMediaApplicationCommand";
41
- import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "./commands/CreateSipRuleCommand";
42
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
43
- import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "./commands/CreateVoiceConnectorCommand";
44
- import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "./commands/CreateVoiceConnectorGroupCommand";
45
- import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "./commands/DeleteAccountCommand";
46
- import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "./commands/DeleteAppInstanceAdminCommand";
47
- import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "./commands/DeleteAppInstanceCommand";
48
- import { DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
49
- import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "./commands/DeleteAppInstanceUserCommand";
50
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
51
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
52
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
53
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
54
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
55
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
56
- import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "./commands/DeleteEventsConfigurationCommand";
57
- import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
58
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
59
- import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "./commands/DeletePhoneNumberCommand";
60
- import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "./commands/DeleteProxySessionCommand";
61
- import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
62
- import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "./commands/DeleteRoomMembershipCommand";
63
- import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "./commands/DeleteSipMediaApplicationCommand";
64
- import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "./commands/DeleteSipRuleCommand";
65
- import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "./commands/DeleteVoiceConnectorCommand";
66
- import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
67
- import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "./commands/DeleteVoiceConnectorGroupCommand";
68
- import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "./commands/DeleteVoiceConnectorOriginationCommand";
69
- import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "./commands/DeleteVoiceConnectorProxyCommand";
70
- import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
71
- import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCommand";
72
- import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
73
- import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "./commands/DescribeAppInstanceAdminCommand";
74
- import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "./commands/DescribeAppInstanceCommand";
75
- import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "./commands/DescribeAppInstanceUserCommand";
76
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
77
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
78
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
79
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
80
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
81
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
82
- import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "./commands/DisassociatePhoneNumberFromUserCommand";
83
- import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
84
- import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
85
- import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
86
- import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
87
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
88
- import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "./commands/GetAppInstanceRetentionSettingsCommand";
89
- import { GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
90
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
91
- import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
92
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
93
- import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "./commands/GetEventsConfigurationCommand";
94
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
95
- import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
96
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
97
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
98
- import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "./commands/GetPhoneNumberCommand";
99
- import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "./commands/GetPhoneNumberOrderCommand";
100
- import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "./commands/GetPhoneNumberSettingsCommand";
101
- import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "./commands/GetProxySessionCommand";
102
- import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "./commands/GetRetentionSettingsCommand";
103
- import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
104
- import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "./commands/GetSipMediaApplicationCommand";
105
- import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
106
- import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
107
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
108
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
109
- import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "./commands/GetVoiceConnectorCommand";
110
- import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
111
- import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "./commands/GetVoiceConnectorGroupCommand";
112
- import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
113
- import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "./commands/GetVoiceConnectorOriginationCommand";
114
- import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "./commands/GetVoiceConnectorProxyCommand";
115
- import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
116
- import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "./commands/GetVoiceConnectorTerminationCommand";
117
- import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "./commands/GetVoiceConnectorTerminationHealthCommand";
118
- import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
119
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
120
- import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "./commands/ListAppInstanceAdminsCommand";
121
- import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
122
- import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "./commands/ListAppInstanceUsersCommand";
123
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
124
- import { ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput } from "./commands/ListAttendeeTagsCommand";
125
- import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
126
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
127
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
128
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
129
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
130
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
131
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
132
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
133
- import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
134
- import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "./commands/ListMeetingsCommand";
135
- import { ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput } from "./commands/ListMeetingTagsCommand";
136
- import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "./commands/ListPhoneNumberOrdersCommand";
137
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
138
- import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "./commands/ListProxySessionsCommand";
139
- import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "./commands/ListRoomMembershipsCommand";
140
- import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
141
- import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "./commands/ListSipMediaApplicationsCommand";
142
- import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "./commands/ListSipRulesCommand";
143
- import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "./commands/ListSupportedPhoneNumberCountriesCommand";
144
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
145
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
146
- import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "./commands/ListVoiceConnectorGroupsCommand";
147
- import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "./commands/ListVoiceConnectorsCommand";
148
- import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
149
- import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
150
- import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "./commands/PutAppInstanceRetentionSettingsCommand";
151
- import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
152
- import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "./commands/PutEventsConfigurationCommand";
153
- import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "./commands/PutRetentionSettingsCommand";
154
- import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
155
- import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
156
- import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
157
- import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "./commands/PutVoiceConnectorOriginationCommand";
158
- import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "./commands/PutVoiceConnectorProxyCommand";
159
- import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
160
- import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "./commands/PutVoiceConnectorTerminationCommand";
161
- import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
162
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
163
- import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "./commands/RedactConversationMessageCommand";
164
- import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "./commands/RedactRoomMessageCommand";
165
- import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "./commands/RegenerateSecurityTokenCommand";
166
- import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "./commands/ResetPersonalPINCommand";
167
- import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "./commands/RestorePhoneNumberCommand";
168
- import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
169
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
170
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
171
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
172
- import { TagAttendeeCommandInput, TagAttendeeCommandOutput } from "./commands/TagAttendeeCommand";
173
- import { TagMeetingCommandInput, TagMeetingCommandOutput } from "./commands/TagMeetingCommand";
174
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
175
- import { UntagAttendeeCommandInput, UntagAttendeeCommandOutput } from "./commands/UntagAttendeeCommand";
176
- import { UntagMeetingCommandInput, UntagMeetingCommandOutput } from "./commands/UntagMeetingCommand";
177
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
178
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
179
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
180
- import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "./commands/UpdateAppInstanceCommand";
181
- import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "./commands/UpdateAppInstanceUserCommand";
182
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
183
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
184
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
185
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
186
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
187
- import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
188
- import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "./commands/UpdatePhoneNumberSettingsCommand";
189
- import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "./commands/UpdateProxySessionCommand";
190
- import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
191
- import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "./commands/UpdateRoomMembershipCommand";
192
- import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "./commands/UpdateSipMediaApplicationCallCommand";
193
- import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "./commands/UpdateSipMediaApplicationCommand";
194
- import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "./commands/UpdateSipRuleCommand";
195
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
196
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
197
- import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
198
- import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
199
- import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
200
- export declare type ServiceInputTypes = AssociatePhoneNumberWithUserCommandInput | AssociatePhoneNumbersWithVoiceConnectorCommandInput | AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput | AssociateSigninDelegateGroupsWithAccountCommandInput | BatchCreateAttendeeCommandInput | BatchCreateChannelMembershipCommandInput | BatchCreateRoomMembershipCommandInput | BatchDeletePhoneNumberCommandInput | BatchSuspendUserCommandInput | BatchUnsuspendUserCommandInput | BatchUpdatePhoneNumberCommandInput | BatchUpdateUserCommandInput | CreateAccountCommandInput | CreateAppInstanceAdminCommandInput | CreateAppInstanceCommandInput | CreateAppInstanceUserCommandInput | CreateAttendeeCommandInput | CreateBotCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | CreateMediaCapturePipelineCommandInput | CreateMeetingCommandInput | CreateMeetingDialOutCommandInput | CreateMeetingWithAttendeesCommandInput | CreatePhoneNumberOrderCommandInput | CreateProxySessionCommandInput | CreateRoomCommandInput | CreateRoomMembershipCommandInput | CreateSipMediaApplicationCallCommandInput | CreateSipMediaApplicationCommandInput | CreateSipRuleCommandInput | CreateUserCommandInput | CreateVoiceConnectorCommandInput | CreateVoiceConnectorGroupCommandInput | DeleteAccountCommandInput | DeleteAppInstanceAdminCommandInput | DeleteAppInstanceCommandInput | DeleteAppInstanceStreamingConfigurationsCommandInput | DeleteAppInstanceUserCommandInput | DeleteAttendeeCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DeleteEventsConfigurationCommandInput | DeleteMediaCapturePipelineCommandInput | DeleteMeetingCommandInput | DeletePhoneNumberCommandInput | DeleteProxySessionCommandInput | DeleteRoomCommandInput | DeleteRoomMembershipCommandInput | DeleteSipMediaApplicationCommandInput | DeleteSipRuleCommandInput | DeleteVoiceConnectorCommandInput | DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput | DeleteVoiceConnectorGroupCommandInput | DeleteVoiceConnectorOriginationCommandInput | DeleteVoiceConnectorProxyCommandInput | DeleteVoiceConnectorStreamingConfigurationCommandInput | DeleteVoiceConnectorTerminationCommandInput | DeleteVoiceConnectorTerminationCredentialsCommandInput | DescribeAppInstanceAdminCommandInput | DescribeAppInstanceCommandInput | DescribeAppInstanceUserCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociatePhoneNumberFromUserCommandInput | DisassociatePhoneNumbersFromVoiceConnectorCommandInput | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput | DisassociateSigninDelegateGroupsFromAccountCommandInput | GetAccountCommandInput | GetAccountSettingsCommandInput | GetAppInstanceRetentionSettingsCommandInput | GetAppInstanceStreamingConfigurationsCommandInput | GetAttendeeCommandInput | GetBotCommandInput | GetChannelMessageCommandInput | GetEventsConfigurationCommandInput | GetGlobalSettingsCommandInput | GetMediaCapturePipelineCommandInput | GetMeetingCommandInput | GetMessagingSessionEndpointCommandInput | GetPhoneNumberCommandInput | GetPhoneNumberOrderCommandInput | GetPhoneNumberSettingsCommandInput | GetProxySessionCommandInput | GetRetentionSettingsCommandInput | GetRoomCommandInput | GetSipMediaApplicationCommandInput | GetSipMediaApplicationLoggingConfigurationCommandInput | GetSipRuleCommandInput | GetUserCommandInput | GetUserSettingsCommandInput | GetVoiceConnectorCommandInput | GetVoiceConnectorEmergencyCallingConfigurationCommandInput | GetVoiceConnectorGroupCommandInput | GetVoiceConnectorLoggingConfigurationCommandInput | GetVoiceConnectorOriginationCommandInput | GetVoiceConnectorProxyCommandInput | GetVoiceConnectorStreamingConfigurationCommandInput | GetVoiceConnectorTerminationCommandInput | GetVoiceConnectorTerminationHealthCommandInput | InviteUsersCommandInput | ListAccountsCommandInput | ListAppInstanceAdminsCommandInput | ListAppInstanceUsersCommandInput | ListAppInstancesCommandInput | ListAttendeeTagsCommandInput | ListAttendeesCommandInput | ListBotsCommandInput | ListChannelBansCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListMediaCapturePipelinesCommandInput | ListMeetingTagsCommandInput | ListMeetingsCommandInput | ListPhoneNumberOrdersCommandInput | ListPhoneNumbersCommandInput | ListProxySessionsCommandInput | ListRoomMembershipsCommandInput | ListRoomsCommandInput | ListSipMediaApplicationsCommandInput | ListSipRulesCommandInput | ListSupportedPhoneNumberCountriesCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListVoiceConnectorGroupsCommandInput | ListVoiceConnectorTerminationCredentialsCommandInput | ListVoiceConnectorsCommandInput | LogoutUserCommandInput | PutAppInstanceRetentionSettingsCommandInput | PutAppInstanceStreamingConfigurationsCommandInput | PutEventsConfigurationCommandInput | PutRetentionSettingsCommandInput | PutSipMediaApplicationLoggingConfigurationCommandInput | PutVoiceConnectorEmergencyCallingConfigurationCommandInput | PutVoiceConnectorLoggingConfigurationCommandInput | PutVoiceConnectorOriginationCommandInput | PutVoiceConnectorProxyCommandInput | PutVoiceConnectorStreamingConfigurationCommandInput | PutVoiceConnectorTerminationCommandInput | PutVoiceConnectorTerminationCredentialsCommandInput | RedactChannelMessageCommandInput | RedactConversationMessageCommandInput | RedactRoomMessageCommandInput | RegenerateSecurityTokenCommandInput | ResetPersonalPINCommandInput | RestorePhoneNumberCommandInput | SearchAvailablePhoneNumbersCommandInput | SendChannelMessageCommandInput | StartMeetingTranscriptionCommandInput | StopMeetingTranscriptionCommandInput | TagAttendeeCommandInput | TagMeetingCommandInput | TagResourceCommandInput | UntagAttendeeCommandInput | UntagMeetingCommandInput | UntagResourceCommandInput | UpdateAccountCommandInput | UpdateAccountSettingsCommandInput | UpdateAppInstanceCommandInput | UpdateAppInstanceUserCommandInput | UpdateBotCommandInput | UpdateChannelCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput | UpdateGlobalSettingsCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberSettingsCommandInput | UpdateProxySessionCommandInput | UpdateRoomCommandInput | UpdateRoomMembershipCommandInput | UpdateSipMediaApplicationCallCommandInput | UpdateSipMediaApplicationCommandInput | UpdateSipRuleCommandInput | UpdateUserCommandInput | UpdateUserSettingsCommandInput | UpdateVoiceConnectorCommandInput | UpdateVoiceConnectorGroupCommandInput | ValidateE911AddressCommandInput;
201
- export declare type ServiceOutputTypes = AssociatePhoneNumberWithUserCommandOutput | AssociatePhoneNumbersWithVoiceConnectorCommandOutput | AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput | AssociateSigninDelegateGroupsWithAccountCommandOutput | BatchCreateAttendeeCommandOutput | BatchCreateChannelMembershipCommandOutput | BatchCreateRoomMembershipCommandOutput | BatchDeletePhoneNumberCommandOutput | BatchSuspendUserCommandOutput | BatchUnsuspendUserCommandOutput | BatchUpdatePhoneNumberCommandOutput | BatchUpdateUserCommandOutput | CreateAccountCommandOutput | CreateAppInstanceAdminCommandOutput | CreateAppInstanceCommandOutput | CreateAppInstanceUserCommandOutput | CreateAttendeeCommandOutput | CreateBotCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | CreateMediaCapturePipelineCommandOutput | CreateMeetingCommandOutput | CreateMeetingDialOutCommandOutput | CreateMeetingWithAttendeesCommandOutput | CreatePhoneNumberOrderCommandOutput | CreateProxySessionCommandOutput | CreateRoomCommandOutput | CreateRoomMembershipCommandOutput | CreateSipMediaApplicationCallCommandOutput | CreateSipMediaApplicationCommandOutput | CreateSipRuleCommandOutput | CreateUserCommandOutput | CreateVoiceConnectorCommandOutput | CreateVoiceConnectorGroupCommandOutput | DeleteAccountCommandOutput | DeleteAppInstanceAdminCommandOutput | DeleteAppInstanceCommandOutput | DeleteAppInstanceStreamingConfigurationsCommandOutput | DeleteAppInstanceUserCommandOutput | DeleteAttendeeCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DeleteEventsConfigurationCommandOutput | DeleteMediaCapturePipelineCommandOutput | DeleteMeetingCommandOutput | DeletePhoneNumberCommandOutput | DeleteProxySessionCommandOutput | DeleteRoomCommandOutput | DeleteRoomMembershipCommandOutput | DeleteSipMediaApplicationCommandOutput | DeleteSipRuleCommandOutput | DeleteVoiceConnectorCommandOutput | DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput | DeleteVoiceConnectorGroupCommandOutput | DeleteVoiceConnectorOriginationCommandOutput | DeleteVoiceConnectorProxyCommandOutput | DeleteVoiceConnectorStreamingConfigurationCommandOutput | DeleteVoiceConnectorTerminationCommandOutput | DeleteVoiceConnectorTerminationCredentialsCommandOutput | DescribeAppInstanceAdminCommandOutput | DescribeAppInstanceCommandOutput | DescribeAppInstanceUserCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociatePhoneNumberFromUserCommandOutput | DisassociatePhoneNumbersFromVoiceConnectorCommandOutput | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput | DisassociateSigninDelegateGroupsFromAccountCommandOutput | GetAccountCommandOutput | GetAccountSettingsCommandOutput | GetAppInstanceRetentionSettingsCommandOutput | GetAppInstanceStreamingConfigurationsCommandOutput | GetAttendeeCommandOutput | GetBotCommandOutput | GetChannelMessageCommandOutput | GetEventsConfigurationCommandOutput | GetGlobalSettingsCommandOutput | GetMediaCapturePipelineCommandOutput | GetMeetingCommandOutput | GetMessagingSessionEndpointCommandOutput | GetPhoneNumberCommandOutput | GetPhoneNumberOrderCommandOutput | GetPhoneNumberSettingsCommandOutput | GetProxySessionCommandOutput | GetRetentionSettingsCommandOutput | GetRoomCommandOutput | GetSipMediaApplicationCommandOutput | GetSipMediaApplicationLoggingConfigurationCommandOutput | GetSipRuleCommandOutput | GetUserCommandOutput | GetUserSettingsCommandOutput | GetVoiceConnectorCommandOutput | GetVoiceConnectorEmergencyCallingConfigurationCommandOutput | GetVoiceConnectorGroupCommandOutput | GetVoiceConnectorLoggingConfigurationCommandOutput | GetVoiceConnectorOriginationCommandOutput | GetVoiceConnectorProxyCommandOutput | GetVoiceConnectorStreamingConfigurationCommandOutput | GetVoiceConnectorTerminationCommandOutput | GetVoiceConnectorTerminationHealthCommandOutput | InviteUsersCommandOutput | ListAccountsCommandOutput | ListAppInstanceAdminsCommandOutput | ListAppInstanceUsersCommandOutput | ListAppInstancesCommandOutput | ListAttendeeTagsCommandOutput | ListAttendeesCommandOutput | ListBotsCommandOutput | ListChannelBansCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListMediaCapturePipelinesCommandOutput | ListMeetingTagsCommandOutput | ListMeetingsCommandOutput | ListPhoneNumberOrdersCommandOutput | ListPhoneNumbersCommandOutput | ListProxySessionsCommandOutput | ListRoomMembershipsCommandOutput | ListRoomsCommandOutput | ListSipMediaApplicationsCommandOutput | ListSipRulesCommandOutput | ListSupportedPhoneNumberCountriesCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListVoiceConnectorGroupsCommandOutput | ListVoiceConnectorTerminationCredentialsCommandOutput | ListVoiceConnectorsCommandOutput | LogoutUserCommandOutput | PutAppInstanceRetentionSettingsCommandOutput | PutAppInstanceStreamingConfigurationsCommandOutput | PutEventsConfigurationCommandOutput | PutRetentionSettingsCommandOutput | PutSipMediaApplicationLoggingConfigurationCommandOutput | PutVoiceConnectorEmergencyCallingConfigurationCommandOutput | PutVoiceConnectorLoggingConfigurationCommandOutput | PutVoiceConnectorOriginationCommandOutput | PutVoiceConnectorProxyCommandOutput | PutVoiceConnectorStreamingConfigurationCommandOutput | PutVoiceConnectorTerminationCommandOutput | PutVoiceConnectorTerminationCredentialsCommandOutput | RedactChannelMessageCommandOutput | RedactConversationMessageCommandOutput | RedactRoomMessageCommandOutput | RegenerateSecurityTokenCommandOutput | ResetPersonalPINCommandOutput | RestorePhoneNumberCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SendChannelMessageCommandOutput | StartMeetingTranscriptionCommandOutput | StopMeetingTranscriptionCommandOutput | TagAttendeeCommandOutput | TagMeetingCommandOutput | TagResourceCommandOutput | UntagAttendeeCommandOutput | UntagMeetingCommandOutput | UntagResourceCommandOutput | UpdateAccountCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAppInstanceCommandOutput | UpdateAppInstanceUserCommandOutput | UpdateBotCommandOutput | UpdateChannelCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput | UpdateGlobalSettingsCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberSettingsCommandOutput | UpdateProxySessionCommandOutput | UpdateRoomCommandOutput | UpdateRoomMembershipCommandOutput | UpdateSipMediaApplicationCallCommandOutput | UpdateSipMediaApplicationCommandOutput | UpdateSipRuleCommandOutput | UpdateUserCommandOutput | UpdateUserSettingsCommandOutput | UpdateVoiceConnectorCommandOutput | UpdateVoiceConnectorGroupCommandOutput | ValidateE911AddressCommandOutput;
202
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
203
-
204
- requestHandler?: __HttpHandler;
205
-
206
- sha256?: __HashConstructor;
207
-
208
- urlParser?: __UrlParser;
209
-
210
- bodyLengthChecker?: __BodyLengthCalculator;
211
-
212
- streamCollector?: __StreamCollector;
213
-
214
- base64Decoder?: __Decoder;
215
-
216
- base64Encoder?: __Encoder;
217
-
218
- utf8Decoder?: __Decoder;
219
-
220
- utf8Encoder?: __Encoder;
221
-
222
- runtime?: string;
223
-
224
- disableHostPrefix?: boolean;
225
-
226
- maxAttempts?: number | __Provider<number>;
227
-
228
- retryMode?: string | __Provider<string>;
229
-
230
- logger?: __Logger;
231
-
232
- useDualstackEndpoint?: boolean | __Provider<boolean>;
233
-
234
- useFipsEndpoint?: boolean | __Provider<boolean>;
235
-
236
- serviceId?: string;
237
-
238
- region?: string | __Provider<string>;
239
-
240
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
241
-
242
- regionInfoProvider?: RegionInfoProvider;
243
-
244
- defaultUserAgentProvider?: Provider<__UserAgent>;
245
-
246
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
247
- }
248
- declare type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
249
-
250
- export interface ChimeClientConfig extends ChimeClientConfigType {
251
- }
252
- declare type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
253
-
254
- export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType {
255
- }
256
-
257
- export declare class ChimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeClientResolvedConfig> {
258
-
259
- readonly config: ChimeClientResolvedConfig;
260
- constructor(configuration: ChimeClientConfig);
261
-
262
- destroy(): void;
263
- }
264
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
47
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
48
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
49
+ import {
50
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
51
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
52
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
53
+ import {
54
+ AssociatePhoneNumberWithUserCommandInput,
55
+ AssociatePhoneNumberWithUserCommandOutput,
56
+ } from "./commands/AssociatePhoneNumberWithUserCommand";
57
+ import {
58
+ AssociateSigninDelegateGroupsWithAccountCommandInput,
59
+ AssociateSigninDelegateGroupsWithAccountCommandOutput,
60
+ } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
61
+ import {
62
+ BatchCreateAttendeeCommandInput,
63
+ BatchCreateAttendeeCommandOutput,
64
+ } from "./commands/BatchCreateAttendeeCommand";
65
+ import {
66
+ BatchCreateChannelMembershipCommandInput,
67
+ BatchCreateChannelMembershipCommandOutput,
68
+ } from "./commands/BatchCreateChannelMembershipCommand";
69
+ import {
70
+ BatchCreateRoomMembershipCommandInput,
71
+ BatchCreateRoomMembershipCommandOutput,
72
+ } from "./commands/BatchCreateRoomMembershipCommand";
73
+ import {
74
+ BatchDeletePhoneNumberCommandInput,
75
+ BatchDeletePhoneNumberCommandOutput,
76
+ } from "./commands/BatchDeletePhoneNumberCommand";
77
+ import {
78
+ BatchSuspendUserCommandInput,
79
+ BatchSuspendUserCommandOutput,
80
+ } from "./commands/BatchSuspendUserCommand";
81
+ import {
82
+ BatchUnsuspendUserCommandInput,
83
+ BatchUnsuspendUserCommandOutput,
84
+ } from "./commands/BatchUnsuspendUserCommand";
85
+ import {
86
+ BatchUpdatePhoneNumberCommandInput,
87
+ BatchUpdatePhoneNumberCommandOutput,
88
+ } from "./commands/BatchUpdatePhoneNumberCommand";
89
+ import {
90
+ BatchUpdateUserCommandInput,
91
+ BatchUpdateUserCommandOutput,
92
+ } from "./commands/BatchUpdateUserCommand";
93
+ import {
94
+ CreateAccountCommandInput,
95
+ CreateAccountCommandOutput,
96
+ } from "./commands/CreateAccountCommand";
97
+ import {
98
+ CreateAppInstanceAdminCommandInput,
99
+ CreateAppInstanceAdminCommandOutput,
100
+ } from "./commands/CreateAppInstanceAdminCommand";
101
+ import {
102
+ CreateAppInstanceCommandInput,
103
+ CreateAppInstanceCommandOutput,
104
+ } from "./commands/CreateAppInstanceCommand";
105
+ import {
106
+ CreateAppInstanceUserCommandInput,
107
+ CreateAppInstanceUserCommandOutput,
108
+ } from "./commands/CreateAppInstanceUserCommand";
109
+ import {
110
+ CreateAttendeeCommandInput,
111
+ CreateAttendeeCommandOutput,
112
+ } from "./commands/CreateAttendeeCommand";
113
+ import {
114
+ CreateBotCommandInput,
115
+ CreateBotCommandOutput,
116
+ } from "./commands/CreateBotCommand";
117
+ import {
118
+ CreateChannelBanCommandInput,
119
+ CreateChannelBanCommandOutput,
120
+ } from "./commands/CreateChannelBanCommand";
121
+ import {
122
+ CreateChannelCommandInput,
123
+ CreateChannelCommandOutput,
124
+ } from "./commands/CreateChannelCommand";
125
+ import {
126
+ CreateChannelMembershipCommandInput,
127
+ CreateChannelMembershipCommandOutput,
128
+ } from "./commands/CreateChannelMembershipCommand";
129
+ import {
130
+ CreateChannelModeratorCommandInput,
131
+ CreateChannelModeratorCommandOutput,
132
+ } from "./commands/CreateChannelModeratorCommand";
133
+ import {
134
+ CreateMediaCapturePipelineCommandInput,
135
+ CreateMediaCapturePipelineCommandOutput,
136
+ } from "./commands/CreateMediaCapturePipelineCommand";
137
+ import {
138
+ CreateMeetingCommandInput,
139
+ CreateMeetingCommandOutput,
140
+ } from "./commands/CreateMeetingCommand";
141
+ import {
142
+ CreateMeetingDialOutCommandInput,
143
+ CreateMeetingDialOutCommandOutput,
144
+ } from "./commands/CreateMeetingDialOutCommand";
145
+ import {
146
+ CreateMeetingWithAttendeesCommandInput,
147
+ CreateMeetingWithAttendeesCommandOutput,
148
+ } from "./commands/CreateMeetingWithAttendeesCommand";
149
+ import {
150
+ CreatePhoneNumberOrderCommandInput,
151
+ CreatePhoneNumberOrderCommandOutput,
152
+ } from "./commands/CreatePhoneNumberOrderCommand";
153
+ import {
154
+ CreateProxySessionCommandInput,
155
+ CreateProxySessionCommandOutput,
156
+ } from "./commands/CreateProxySessionCommand";
157
+ import {
158
+ CreateRoomCommandInput,
159
+ CreateRoomCommandOutput,
160
+ } from "./commands/CreateRoomCommand";
161
+ import {
162
+ CreateRoomMembershipCommandInput,
163
+ CreateRoomMembershipCommandOutput,
164
+ } from "./commands/CreateRoomMembershipCommand";
165
+ import {
166
+ CreateSipMediaApplicationCallCommandInput,
167
+ CreateSipMediaApplicationCallCommandOutput,
168
+ } from "./commands/CreateSipMediaApplicationCallCommand";
169
+ import {
170
+ CreateSipMediaApplicationCommandInput,
171
+ CreateSipMediaApplicationCommandOutput,
172
+ } from "./commands/CreateSipMediaApplicationCommand";
173
+ import {
174
+ CreateSipRuleCommandInput,
175
+ CreateSipRuleCommandOutput,
176
+ } from "./commands/CreateSipRuleCommand";
177
+ import {
178
+ CreateUserCommandInput,
179
+ CreateUserCommandOutput,
180
+ } from "./commands/CreateUserCommand";
181
+ import {
182
+ CreateVoiceConnectorCommandInput,
183
+ CreateVoiceConnectorCommandOutput,
184
+ } from "./commands/CreateVoiceConnectorCommand";
185
+ import {
186
+ CreateVoiceConnectorGroupCommandInput,
187
+ CreateVoiceConnectorGroupCommandOutput,
188
+ } from "./commands/CreateVoiceConnectorGroupCommand";
189
+ import {
190
+ DeleteAccountCommandInput,
191
+ DeleteAccountCommandOutput,
192
+ } from "./commands/DeleteAccountCommand";
193
+ import {
194
+ DeleteAppInstanceAdminCommandInput,
195
+ DeleteAppInstanceAdminCommandOutput,
196
+ } from "./commands/DeleteAppInstanceAdminCommand";
197
+ import {
198
+ DeleteAppInstanceCommandInput,
199
+ DeleteAppInstanceCommandOutput,
200
+ } from "./commands/DeleteAppInstanceCommand";
201
+ import {
202
+ DeleteAppInstanceStreamingConfigurationsCommandInput,
203
+ DeleteAppInstanceStreamingConfigurationsCommandOutput,
204
+ } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
205
+ import {
206
+ DeleteAppInstanceUserCommandInput,
207
+ DeleteAppInstanceUserCommandOutput,
208
+ } from "./commands/DeleteAppInstanceUserCommand";
209
+ import {
210
+ DeleteAttendeeCommandInput,
211
+ DeleteAttendeeCommandOutput,
212
+ } from "./commands/DeleteAttendeeCommand";
213
+ import {
214
+ DeleteChannelBanCommandInput,
215
+ DeleteChannelBanCommandOutput,
216
+ } from "./commands/DeleteChannelBanCommand";
217
+ import {
218
+ DeleteChannelCommandInput,
219
+ DeleteChannelCommandOutput,
220
+ } from "./commands/DeleteChannelCommand";
221
+ import {
222
+ DeleteChannelMembershipCommandInput,
223
+ DeleteChannelMembershipCommandOutput,
224
+ } from "./commands/DeleteChannelMembershipCommand";
225
+ import {
226
+ DeleteChannelMessageCommandInput,
227
+ DeleteChannelMessageCommandOutput,
228
+ } from "./commands/DeleteChannelMessageCommand";
229
+ import {
230
+ DeleteChannelModeratorCommandInput,
231
+ DeleteChannelModeratorCommandOutput,
232
+ } from "./commands/DeleteChannelModeratorCommand";
233
+ import {
234
+ DeleteEventsConfigurationCommandInput,
235
+ DeleteEventsConfigurationCommandOutput,
236
+ } from "./commands/DeleteEventsConfigurationCommand";
237
+ import {
238
+ DeleteMediaCapturePipelineCommandInput,
239
+ DeleteMediaCapturePipelineCommandOutput,
240
+ } from "./commands/DeleteMediaCapturePipelineCommand";
241
+ import {
242
+ DeleteMeetingCommandInput,
243
+ DeleteMeetingCommandOutput,
244
+ } from "./commands/DeleteMeetingCommand";
245
+ import {
246
+ DeletePhoneNumberCommandInput,
247
+ DeletePhoneNumberCommandOutput,
248
+ } from "./commands/DeletePhoneNumberCommand";
249
+ import {
250
+ DeleteProxySessionCommandInput,
251
+ DeleteProxySessionCommandOutput,
252
+ } from "./commands/DeleteProxySessionCommand";
253
+ import {
254
+ DeleteRoomCommandInput,
255
+ DeleteRoomCommandOutput,
256
+ } from "./commands/DeleteRoomCommand";
257
+ import {
258
+ DeleteRoomMembershipCommandInput,
259
+ DeleteRoomMembershipCommandOutput,
260
+ } from "./commands/DeleteRoomMembershipCommand";
261
+ import {
262
+ DeleteSipMediaApplicationCommandInput,
263
+ DeleteSipMediaApplicationCommandOutput,
264
+ } from "./commands/DeleteSipMediaApplicationCommand";
265
+ import {
266
+ DeleteSipRuleCommandInput,
267
+ DeleteSipRuleCommandOutput,
268
+ } from "./commands/DeleteSipRuleCommand";
269
+ import {
270
+ DeleteVoiceConnectorCommandInput,
271
+ DeleteVoiceConnectorCommandOutput,
272
+ } from "./commands/DeleteVoiceConnectorCommand";
273
+ import {
274
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
275
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
276
+ } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
277
+ import {
278
+ DeleteVoiceConnectorGroupCommandInput,
279
+ DeleteVoiceConnectorGroupCommandOutput,
280
+ } from "./commands/DeleteVoiceConnectorGroupCommand";
281
+ import {
282
+ DeleteVoiceConnectorOriginationCommandInput,
283
+ DeleteVoiceConnectorOriginationCommandOutput,
284
+ } from "./commands/DeleteVoiceConnectorOriginationCommand";
285
+ import {
286
+ DeleteVoiceConnectorProxyCommandInput,
287
+ DeleteVoiceConnectorProxyCommandOutput,
288
+ } from "./commands/DeleteVoiceConnectorProxyCommand";
289
+ import {
290
+ DeleteVoiceConnectorStreamingConfigurationCommandInput,
291
+ DeleteVoiceConnectorStreamingConfigurationCommandOutput,
292
+ } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
293
+ import {
294
+ DeleteVoiceConnectorTerminationCommandInput,
295
+ DeleteVoiceConnectorTerminationCommandOutput,
296
+ } from "./commands/DeleteVoiceConnectorTerminationCommand";
297
+ import {
298
+ DeleteVoiceConnectorTerminationCredentialsCommandInput,
299
+ DeleteVoiceConnectorTerminationCredentialsCommandOutput,
300
+ } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
301
+ import {
302
+ DescribeAppInstanceAdminCommandInput,
303
+ DescribeAppInstanceAdminCommandOutput,
304
+ } from "./commands/DescribeAppInstanceAdminCommand";
305
+ import {
306
+ DescribeAppInstanceCommandInput,
307
+ DescribeAppInstanceCommandOutput,
308
+ } from "./commands/DescribeAppInstanceCommand";
309
+ import {
310
+ DescribeAppInstanceUserCommandInput,
311
+ DescribeAppInstanceUserCommandOutput,
312
+ } from "./commands/DescribeAppInstanceUserCommand";
313
+ import {
314
+ DescribeChannelBanCommandInput,
315
+ DescribeChannelBanCommandOutput,
316
+ } from "./commands/DescribeChannelBanCommand";
317
+ import {
318
+ DescribeChannelCommandInput,
319
+ DescribeChannelCommandOutput,
320
+ } from "./commands/DescribeChannelCommand";
321
+ import {
322
+ DescribeChannelMembershipCommandInput,
323
+ DescribeChannelMembershipCommandOutput,
324
+ } from "./commands/DescribeChannelMembershipCommand";
325
+ import {
326
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
327
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
328
+ } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
329
+ import {
330
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
331
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
332
+ } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
333
+ import {
334
+ DescribeChannelModeratorCommandInput,
335
+ DescribeChannelModeratorCommandOutput,
336
+ } from "./commands/DescribeChannelModeratorCommand";
337
+ import {
338
+ DisassociatePhoneNumberFromUserCommandInput,
339
+ DisassociatePhoneNumberFromUserCommandOutput,
340
+ } from "./commands/DisassociatePhoneNumberFromUserCommand";
341
+ import {
342
+ DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
343
+ DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
344
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
345
+ import {
346
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
347
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
348
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
349
+ import {
350
+ DisassociateSigninDelegateGroupsFromAccountCommandInput,
351
+ DisassociateSigninDelegateGroupsFromAccountCommandOutput,
352
+ } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
353
+ import {
354
+ GetAccountCommandInput,
355
+ GetAccountCommandOutput,
356
+ } from "./commands/GetAccountCommand";
357
+ import {
358
+ GetAccountSettingsCommandInput,
359
+ GetAccountSettingsCommandOutput,
360
+ } from "./commands/GetAccountSettingsCommand";
361
+ import {
362
+ GetAppInstanceRetentionSettingsCommandInput,
363
+ GetAppInstanceRetentionSettingsCommandOutput,
364
+ } from "./commands/GetAppInstanceRetentionSettingsCommand";
365
+ import {
366
+ GetAppInstanceStreamingConfigurationsCommandInput,
367
+ GetAppInstanceStreamingConfigurationsCommandOutput,
368
+ } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
369
+ import {
370
+ GetAttendeeCommandInput,
371
+ GetAttendeeCommandOutput,
372
+ } from "./commands/GetAttendeeCommand";
373
+ import {
374
+ GetBotCommandInput,
375
+ GetBotCommandOutput,
376
+ } from "./commands/GetBotCommand";
377
+ import {
378
+ GetChannelMessageCommandInput,
379
+ GetChannelMessageCommandOutput,
380
+ } from "./commands/GetChannelMessageCommand";
381
+ import {
382
+ GetEventsConfigurationCommandInput,
383
+ GetEventsConfigurationCommandOutput,
384
+ } from "./commands/GetEventsConfigurationCommand";
385
+ import {
386
+ GetGlobalSettingsCommandInput,
387
+ GetGlobalSettingsCommandOutput,
388
+ } from "./commands/GetGlobalSettingsCommand";
389
+ import {
390
+ GetMediaCapturePipelineCommandInput,
391
+ GetMediaCapturePipelineCommandOutput,
392
+ } from "./commands/GetMediaCapturePipelineCommand";
393
+ import {
394
+ GetMeetingCommandInput,
395
+ GetMeetingCommandOutput,
396
+ } from "./commands/GetMeetingCommand";
397
+ import {
398
+ GetMessagingSessionEndpointCommandInput,
399
+ GetMessagingSessionEndpointCommandOutput,
400
+ } from "./commands/GetMessagingSessionEndpointCommand";
401
+ import {
402
+ GetPhoneNumberCommandInput,
403
+ GetPhoneNumberCommandOutput,
404
+ } from "./commands/GetPhoneNumberCommand";
405
+ import {
406
+ GetPhoneNumberOrderCommandInput,
407
+ GetPhoneNumberOrderCommandOutput,
408
+ } from "./commands/GetPhoneNumberOrderCommand";
409
+ import {
410
+ GetPhoneNumberSettingsCommandInput,
411
+ GetPhoneNumberSettingsCommandOutput,
412
+ } from "./commands/GetPhoneNumberSettingsCommand";
413
+ import {
414
+ GetProxySessionCommandInput,
415
+ GetProxySessionCommandOutput,
416
+ } from "./commands/GetProxySessionCommand";
417
+ import {
418
+ GetRetentionSettingsCommandInput,
419
+ GetRetentionSettingsCommandOutput,
420
+ } from "./commands/GetRetentionSettingsCommand";
421
+ import {
422
+ GetRoomCommandInput,
423
+ GetRoomCommandOutput,
424
+ } from "./commands/GetRoomCommand";
425
+ import {
426
+ GetSipMediaApplicationCommandInput,
427
+ GetSipMediaApplicationCommandOutput,
428
+ } from "./commands/GetSipMediaApplicationCommand";
429
+ import {
430
+ GetSipMediaApplicationLoggingConfigurationCommandInput,
431
+ GetSipMediaApplicationLoggingConfigurationCommandOutput,
432
+ } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
433
+ import {
434
+ GetSipRuleCommandInput,
435
+ GetSipRuleCommandOutput,
436
+ } from "./commands/GetSipRuleCommand";
437
+ import {
438
+ GetUserCommandInput,
439
+ GetUserCommandOutput,
440
+ } from "./commands/GetUserCommand";
441
+ import {
442
+ GetUserSettingsCommandInput,
443
+ GetUserSettingsCommandOutput,
444
+ } from "./commands/GetUserSettingsCommand";
445
+ import {
446
+ GetVoiceConnectorCommandInput,
447
+ GetVoiceConnectorCommandOutput,
448
+ } from "./commands/GetVoiceConnectorCommand";
449
+ import {
450
+ GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
451
+ GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
452
+ } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
453
+ import {
454
+ GetVoiceConnectorGroupCommandInput,
455
+ GetVoiceConnectorGroupCommandOutput,
456
+ } from "./commands/GetVoiceConnectorGroupCommand";
457
+ import {
458
+ GetVoiceConnectorLoggingConfigurationCommandInput,
459
+ GetVoiceConnectorLoggingConfigurationCommandOutput,
460
+ } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
461
+ import {
462
+ GetVoiceConnectorOriginationCommandInput,
463
+ GetVoiceConnectorOriginationCommandOutput,
464
+ } from "./commands/GetVoiceConnectorOriginationCommand";
465
+ import {
466
+ GetVoiceConnectorProxyCommandInput,
467
+ GetVoiceConnectorProxyCommandOutput,
468
+ } from "./commands/GetVoiceConnectorProxyCommand";
469
+ import {
470
+ GetVoiceConnectorStreamingConfigurationCommandInput,
471
+ GetVoiceConnectorStreamingConfigurationCommandOutput,
472
+ } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
473
+ import {
474
+ GetVoiceConnectorTerminationCommandInput,
475
+ GetVoiceConnectorTerminationCommandOutput,
476
+ } from "./commands/GetVoiceConnectorTerminationCommand";
477
+ import {
478
+ GetVoiceConnectorTerminationHealthCommandInput,
479
+ GetVoiceConnectorTerminationHealthCommandOutput,
480
+ } from "./commands/GetVoiceConnectorTerminationHealthCommand";
481
+ import {
482
+ InviteUsersCommandInput,
483
+ InviteUsersCommandOutput,
484
+ } from "./commands/InviteUsersCommand";
485
+ import {
486
+ ListAccountsCommandInput,
487
+ ListAccountsCommandOutput,
488
+ } from "./commands/ListAccountsCommand";
489
+ import {
490
+ ListAppInstanceAdminsCommandInput,
491
+ ListAppInstanceAdminsCommandOutput,
492
+ } from "./commands/ListAppInstanceAdminsCommand";
493
+ import {
494
+ ListAppInstancesCommandInput,
495
+ ListAppInstancesCommandOutput,
496
+ } from "./commands/ListAppInstancesCommand";
497
+ import {
498
+ ListAppInstanceUsersCommandInput,
499
+ ListAppInstanceUsersCommandOutput,
500
+ } from "./commands/ListAppInstanceUsersCommand";
501
+ import {
502
+ ListAttendeesCommandInput,
503
+ ListAttendeesCommandOutput,
504
+ } from "./commands/ListAttendeesCommand";
505
+ import {
506
+ ListAttendeeTagsCommandInput,
507
+ ListAttendeeTagsCommandOutput,
508
+ } from "./commands/ListAttendeeTagsCommand";
509
+ import {
510
+ ListBotsCommandInput,
511
+ ListBotsCommandOutput,
512
+ } from "./commands/ListBotsCommand";
513
+ import {
514
+ ListChannelBansCommandInput,
515
+ ListChannelBansCommandOutput,
516
+ } from "./commands/ListChannelBansCommand";
517
+ import {
518
+ ListChannelMembershipsCommandInput,
519
+ ListChannelMembershipsCommandOutput,
520
+ } from "./commands/ListChannelMembershipsCommand";
521
+ import {
522
+ ListChannelMembershipsForAppInstanceUserCommandInput,
523
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
524
+ } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
525
+ import {
526
+ ListChannelMessagesCommandInput,
527
+ ListChannelMessagesCommandOutput,
528
+ } from "./commands/ListChannelMessagesCommand";
529
+ import {
530
+ ListChannelModeratorsCommandInput,
531
+ ListChannelModeratorsCommandOutput,
532
+ } from "./commands/ListChannelModeratorsCommand";
533
+ import {
534
+ ListChannelsCommandInput,
535
+ ListChannelsCommandOutput,
536
+ } from "./commands/ListChannelsCommand";
537
+ import {
538
+ ListChannelsModeratedByAppInstanceUserCommandInput,
539
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
540
+ } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
541
+ import {
542
+ ListMediaCapturePipelinesCommandInput,
543
+ ListMediaCapturePipelinesCommandOutput,
544
+ } from "./commands/ListMediaCapturePipelinesCommand";
545
+ import {
546
+ ListMeetingsCommandInput,
547
+ ListMeetingsCommandOutput,
548
+ } from "./commands/ListMeetingsCommand";
549
+ import {
550
+ ListMeetingTagsCommandInput,
551
+ ListMeetingTagsCommandOutput,
552
+ } from "./commands/ListMeetingTagsCommand";
553
+ import {
554
+ ListPhoneNumberOrdersCommandInput,
555
+ ListPhoneNumberOrdersCommandOutput,
556
+ } from "./commands/ListPhoneNumberOrdersCommand";
557
+ import {
558
+ ListPhoneNumbersCommandInput,
559
+ ListPhoneNumbersCommandOutput,
560
+ } from "./commands/ListPhoneNumbersCommand";
561
+ import {
562
+ ListProxySessionsCommandInput,
563
+ ListProxySessionsCommandOutput,
564
+ } from "./commands/ListProxySessionsCommand";
565
+ import {
566
+ ListRoomMembershipsCommandInput,
567
+ ListRoomMembershipsCommandOutput,
568
+ } from "./commands/ListRoomMembershipsCommand";
569
+ import {
570
+ ListRoomsCommandInput,
571
+ ListRoomsCommandOutput,
572
+ } from "./commands/ListRoomsCommand";
573
+ import {
574
+ ListSipMediaApplicationsCommandInput,
575
+ ListSipMediaApplicationsCommandOutput,
576
+ } from "./commands/ListSipMediaApplicationsCommand";
577
+ import {
578
+ ListSipRulesCommandInput,
579
+ ListSipRulesCommandOutput,
580
+ } from "./commands/ListSipRulesCommand";
581
+ import {
582
+ ListSupportedPhoneNumberCountriesCommandInput,
583
+ ListSupportedPhoneNumberCountriesCommandOutput,
584
+ } from "./commands/ListSupportedPhoneNumberCountriesCommand";
585
+ import {
586
+ ListTagsForResourceCommandInput,
587
+ ListTagsForResourceCommandOutput,
588
+ } from "./commands/ListTagsForResourceCommand";
589
+ import {
590
+ ListUsersCommandInput,
591
+ ListUsersCommandOutput,
592
+ } from "./commands/ListUsersCommand";
593
+ import {
594
+ ListVoiceConnectorGroupsCommandInput,
595
+ ListVoiceConnectorGroupsCommandOutput,
596
+ } from "./commands/ListVoiceConnectorGroupsCommand";
597
+ import {
598
+ ListVoiceConnectorsCommandInput,
599
+ ListVoiceConnectorsCommandOutput,
600
+ } from "./commands/ListVoiceConnectorsCommand";
601
+ import {
602
+ ListVoiceConnectorTerminationCredentialsCommandInput,
603
+ ListVoiceConnectorTerminationCredentialsCommandOutput,
604
+ } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
605
+ import {
606
+ LogoutUserCommandInput,
607
+ LogoutUserCommandOutput,
608
+ } from "./commands/LogoutUserCommand";
609
+ import {
610
+ PutAppInstanceRetentionSettingsCommandInput,
611
+ PutAppInstanceRetentionSettingsCommandOutput,
612
+ } from "./commands/PutAppInstanceRetentionSettingsCommand";
613
+ import {
614
+ PutAppInstanceStreamingConfigurationsCommandInput,
615
+ PutAppInstanceStreamingConfigurationsCommandOutput,
616
+ } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
617
+ import {
618
+ PutEventsConfigurationCommandInput,
619
+ PutEventsConfigurationCommandOutput,
620
+ } from "./commands/PutEventsConfigurationCommand";
621
+ import {
622
+ PutRetentionSettingsCommandInput,
623
+ PutRetentionSettingsCommandOutput,
624
+ } from "./commands/PutRetentionSettingsCommand";
625
+ import {
626
+ PutSipMediaApplicationLoggingConfigurationCommandInput,
627
+ PutSipMediaApplicationLoggingConfigurationCommandOutput,
628
+ } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
629
+ import {
630
+ PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
631
+ PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
632
+ } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
633
+ import {
634
+ PutVoiceConnectorLoggingConfigurationCommandInput,
635
+ PutVoiceConnectorLoggingConfigurationCommandOutput,
636
+ } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
637
+ import {
638
+ PutVoiceConnectorOriginationCommandInput,
639
+ PutVoiceConnectorOriginationCommandOutput,
640
+ } from "./commands/PutVoiceConnectorOriginationCommand";
641
+ import {
642
+ PutVoiceConnectorProxyCommandInput,
643
+ PutVoiceConnectorProxyCommandOutput,
644
+ } from "./commands/PutVoiceConnectorProxyCommand";
645
+ import {
646
+ PutVoiceConnectorStreamingConfigurationCommandInput,
647
+ PutVoiceConnectorStreamingConfigurationCommandOutput,
648
+ } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
649
+ import {
650
+ PutVoiceConnectorTerminationCommandInput,
651
+ PutVoiceConnectorTerminationCommandOutput,
652
+ } from "./commands/PutVoiceConnectorTerminationCommand";
653
+ import {
654
+ PutVoiceConnectorTerminationCredentialsCommandInput,
655
+ PutVoiceConnectorTerminationCredentialsCommandOutput,
656
+ } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
657
+ import {
658
+ RedactChannelMessageCommandInput,
659
+ RedactChannelMessageCommandOutput,
660
+ } from "./commands/RedactChannelMessageCommand";
661
+ import {
662
+ RedactConversationMessageCommandInput,
663
+ RedactConversationMessageCommandOutput,
664
+ } from "./commands/RedactConversationMessageCommand";
665
+ import {
666
+ RedactRoomMessageCommandInput,
667
+ RedactRoomMessageCommandOutput,
668
+ } from "./commands/RedactRoomMessageCommand";
669
+ import {
670
+ RegenerateSecurityTokenCommandInput,
671
+ RegenerateSecurityTokenCommandOutput,
672
+ } from "./commands/RegenerateSecurityTokenCommand";
673
+ import {
674
+ ResetPersonalPINCommandInput,
675
+ ResetPersonalPINCommandOutput,
676
+ } from "./commands/ResetPersonalPINCommand";
677
+ import {
678
+ RestorePhoneNumberCommandInput,
679
+ RestorePhoneNumberCommandOutput,
680
+ } from "./commands/RestorePhoneNumberCommand";
681
+ import {
682
+ SearchAvailablePhoneNumbersCommandInput,
683
+ SearchAvailablePhoneNumbersCommandOutput,
684
+ } from "./commands/SearchAvailablePhoneNumbersCommand";
685
+ import {
686
+ SendChannelMessageCommandInput,
687
+ SendChannelMessageCommandOutput,
688
+ } from "./commands/SendChannelMessageCommand";
689
+ import {
690
+ StartMeetingTranscriptionCommandInput,
691
+ StartMeetingTranscriptionCommandOutput,
692
+ } from "./commands/StartMeetingTranscriptionCommand";
693
+ import {
694
+ StopMeetingTranscriptionCommandInput,
695
+ StopMeetingTranscriptionCommandOutput,
696
+ } from "./commands/StopMeetingTranscriptionCommand";
697
+ import {
698
+ TagAttendeeCommandInput,
699
+ TagAttendeeCommandOutput,
700
+ } from "./commands/TagAttendeeCommand";
701
+ import {
702
+ TagMeetingCommandInput,
703
+ TagMeetingCommandOutput,
704
+ } from "./commands/TagMeetingCommand";
705
+ import {
706
+ TagResourceCommandInput,
707
+ TagResourceCommandOutput,
708
+ } from "./commands/TagResourceCommand";
709
+ import {
710
+ UntagAttendeeCommandInput,
711
+ UntagAttendeeCommandOutput,
712
+ } from "./commands/UntagAttendeeCommand";
713
+ import {
714
+ UntagMeetingCommandInput,
715
+ UntagMeetingCommandOutput,
716
+ } from "./commands/UntagMeetingCommand";
717
+ import {
718
+ UntagResourceCommandInput,
719
+ UntagResourceCommandOutput,
720
+ } from "./commands/UntagResourceCommand";
721
+ import {
722
+ UpdateAccountCommandInput,
723
+ UpdateAccountCommandOutput,
724
+ } from "./commands/UpdateAccountCommand";
725
+ import {
726
+ UpdateAccountSettingsCommandInput,
727
+ UpdateAccountSettingsCommandOutput,
728
+ } from "./commands/UpdateAccountSettingsCommand";
729
+ import {
730
+ UpdateAppInstanceCommandInput,
731
+ UpdateAppInstanceCommandOutput,
732
+ } from "./commands/UpdateAppInstanceCommand";
733
+ import {
734
+ UpdateAppInstanceUserCommandInput,
735
+ UpdateAppInstanceUserCommandOutput,
736
+ } from "./commands/UpdateAppInstanceUserCommand";
737
+ import {
738
+ UpdateBotCommandInput,
739
+ UpdateBotCommandOutput,
740
+ } from "./commands/UpdateBotCommand";
741
+ import {
742
+ UpdateChannelCommandInput,
743
+ UpdateChannelCommandOutput,
744
+ } from "./commands/UpdateChannelCommand";
745
+ import {
746
+ UpdateChannelMessageCommandInput,
747
+ UpdateChannelMessageCommandOutput,
748
+ } from "./commands/UpdateChannelMessageCommand";
749
+ import {
750
+ UpdateChannelReadMarkerCommandInput,
751
+ UpdateChannelReadMarkerCommandOutput,
752
+ } from "./commands/UpdateChannelReadMarkerCommand";
753
+ import {
754
+ UpdateGlobalSettingsCommandInput,
755
+ UpdateGlobalSettingsCommandOutput,
756
+ } from "./commands/UpdateGlobalSettingsCommand";
757
+ import {
758
+ UpdatePhoneNumberCommandInput,
759
+ UpdatePhoneNumberCommandOutput,
760
+ } from "./commands/UpdatePhoneNumberCommand";
761
+ import {
762
+ UpdatePhoneNumberSettingsCommandInput,
763
+ UpdatePhoneNumberSettingsCommandOutput,
764
+ } from "./commands/UpdatePhoneNumberSettingsCommand";
765
+ import {
766
+ UpdateProxySessionCommandInput,
767
+ UpdateProxySessionCommandOutput,
768
+ } from "./commands/UpdateProxySessionCommand";
769
+ import {
770
+ UpdateRoomCommandInput,
771
+ UpdateRoomCommandOutput,
772
+ } from "./commands/UpdateRoomCommand";
773
+ import {
774
+ UpdateRoomMembershipCommandInput,
775
+ UpdateRoomMembershipCommandOutput,
776
+ } from "./commands/UpdateRoomMembershipCommand";
777
+ import {
778
+ UpdateSipMediaApplicationCallCommandInput,
779
+ UpdateSipMediaApplicationCallCommandOutput,
780
+ } from "./commands/UpdateSipMediaApplicationCallCommand";
781
+ import {
782
+ UpdateSipMediaApplicationCommandInput,
783
+ UpdateSipMediaApplicationCommandOutput,
784
+ } from "./commands/UpdateSipMediaApplicationCommand";
785
+ import {
786
+ UpdateSipRuleCommandInput,
787
+ UpdateSipRuleCommandOutput,
788
+ } from "./commands/UpdateSipRuleCommand";
789
+ import {
790
+ UpdateUserCommandInput,
791
+ UpdateUserCommandOutput,
792
+ } from "./commands/UpdateUserCommand";
793
+ import {
794
+ UpdateUserSettingsCommandInput,
795
+ UpdateUserSettingsCommandOutput,
796
+ } from "./commands/UpdateUserSettingsCommand";
797
+ import {
798
+ UpdateVoiceConnectorCommandInput,
799
+ UpdateVoiceConnectorCommandOutput,
800
+ } from "./commands/UpdateVoiceConnectorCommand";
801
+ import {
802
+ UpdateVoiceConnectorGroupCommandInput,
803
+ UpdateVoiceConnectorGroupCommandOutput,
804
+ } from "./commands/UpdateVoiceConnectorGroupCommand";
805
+ import {
806
+ ValidateE911AddressCommandInput,
807
+ ValidateE911AddressCommandOutput,
808
+ } from "./commands/ValidateE911AddressCommand";
809
+ export declare type ServiceInputTypes =
810
+ | AssociatePhoneNumberWithUserCommandInput
811
+ | AssociatePhoneNumbersWithVoiceConnectorCommandInput
812
+ | AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
813
+ | AssociateSigninDelegateGroupsWithAccountCommandInput
814
+ | BatchCreateAttendeeCommandInput
815
+ | BatchCreateChannelMembershipCommandInput
816
+ | BatchCreateRoomMembershipCommandInput
817
+ | BatchDeletePhoneNumberCommandInput
818
+ | BatchSuspendUserCommandInput
819
+ | BatchUnsuspendUserCommandInput
820
+ | BatchUpdatePhoneNumberCommandInput
821
+ | BatchUpdateUserCommandInput
822
+ | CreateAccountCommandInput
823
+ | CreateAppInstanceAdminCommandInput
824
+ | CreateAppInstanceCommandInput
825
+ | CreateAppInstanceUserCommandInput
826
+ | CreateAttendeeCommandInput
827
+ | CreateBotCommandInput
828
+ | CreateChannelBanCommandInput
829
+ | CreateChannelCommandInput
830
+ | CreateChannelMembershipCommandInput
831
+ | CreateChannelModeratorCommandInput
832
+ | CreateMediaCapturePipelineCommandInput
833
+ | CreateMeetingCommandInput
834
+ | CreateMeetingDialOutCommandInput
835
+ | CreateMeetingWithAttendeesCommandInput
836
+ | CreatePhoneNumberOrderCommandInput
837
+ | CreateProxySessionCommandInput
838
+ | CreateRoomCommandInput
839
+ | CreateRoomMembershipCommandInput
840
+ | CreateSipMediaApplicationCallCommandInput
841
+ | CreateSipMediaApplicationCommandInput
842
+ | CreateSipRuleCommandInput
843
+ | CreateUserCommandInput
844
+ | CreateVoiceConnectorCommandInput
845
+ | CreateVoiceConnectorGroupCommandInput
846
+ | DeleteAccountCommandInput
847
+ | DeleteAppInstanceAdminCommandInput
848
+ | DeleteAppInstanceCommandInput
849
+ | DeleteAppInstanceStreamingConfigurationsCommandInput
850
+ | DeleteAppInstanceUserCommandInput
851
+ | DeleteAttendeeCommandInput
852
+ | DeleteChannelBanCommandInput
853
+ | DeleteChannelCommandInput
854
+ | DeleteChannelMembershipCommandInput
855
+ | DeleteChannelMessageCommandInput
856
+ | DeleteChannelModeratorCommandInput
857
+ | DeleteEventsConfigurationCommandInput
858
+ | DeleteMediaCapturePipelineCommandInput
859
+ | DeleteMeetingCommandInput
860
+ | DeletePhoneNumberCommandInput
861
+ | DeleteProxySessionCommandInput
862
+ | DeleteRoomCommandInput
863
+ | DeleteRoomMembershipCommandInput
864
+ | DeleteSipMediaApplicationCommandInput
865
+ | DeleteSipRuleCommandInput
866
+ | DeleteVoiceConnectorCommandInput
867
+ | DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput
868
+ | DeleteVoiceConnectorGroupCommandInput
869
+ | DeleteVoiceConnectorOriginationCommandInput
870
+ | DeleteVoiceConnectorProxyCommandInput
871
+ | DeleteVoiceConnectorStreamingConfigurationCommandInput
872
+ | DeleteVoiceConnectorTerminationCommandInput
873
+ | DeleteVoiceConnectorTerminationCredentialsCommandInput
874
+ | DescribeAppInstanceAdminCommandInput
875
+ | DescribeAppInstanceCommandInput
876
+ | DescribeAppInstanceUserCommandInput
877
+ | DescribeChannelBanCommandInput
878
+ | DescribeChannelCommandInput
879
+ | DescribeChannelMembershipCommandInput
880
+ | DescribeChannelMembershipForAppInstanceUserCommandInput
881
+ | DescribeChannelModeratedByAppInstanceUserCommandInput
882
+ | DescribeChannelModeratorCommandInput
883
+ | DisassociatePhoneNumberFromUserCommandInput
884
+ | DisassociatePhoneNumbersFromVoiceConnectorCommandInput
885
+ | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput
886
+ | DisassociateSigninDelegateGroupsFromAccountCommandInput
887
+ | GetAccountCommandInput
888
+ | GetAccountSettingsCommandInput
889
+ | GetAppInstanceRetentionSettingsCommandInput
890
+ | GetAppInstanceStreamingConfigurationsCommandInput
891
+ | GetAttendeeCommandInput
892
+ | GetBotCommandInput
893
+ | GetChannelMessageCommandInput
894
+ | GetEventsConfigurationCommandInput
895
+ | GetGlobalSettingsCommandInput
896
+ | GetMediaCapturePipelineCommandInput
897
+ | GetMeetingCommandInput
898
+ | GetMessagingSessionEndpointCommandInput
899
+ | GetPhoneNumberCommandInput
900
+ | GetPhoneNumberOrderCommandInput
901
+ | GetPhoneNumberSettingsCommandInput
902
+ | GetProxySessionCommandInput
903
+ | GetRetentionSettingsCommandInput
904
+ | GetRoomCommandInput
905
+ | GetSipMediaApplicationCommandInput
906
+ | GetSipMediaApplicationLoggingConfigurationCommandInput
907
+ | GetSipRuleCommandInput
908
+ | GetUserCommandInput
909
+ | GetUserSettingsCommandInput
910
+ | GetVoiceConnectorCommandInput
911
+ | GetVoiceConnectorEmergencyCallingConfigurationCommandInput
912
+ | GetVoiceConnectorGroupCommandInput
913
+ | GetVoiceConnectorLoggingConfigurationCommandInput
914
+ | GetVoiceConnectorOriginationCommandInput
915
+ | GetVoiceConnectorProxyCommandInput
916
+ | GetVoiceConnectorStreamingConfigurationCommandInput
917
+ | GetVoiceConnectorTerminationCommandInput
918
+ | GetVoiceConnectorTerminationHealthCommandInput
919
+ | InviteUsersCommandInput
920
+ | ListAccountsCommandInput
921
+ | ListAppInstanceAdminsCommandInput
922
+ | ListAppInstanceUsersCommandInput
923
+ | ListAppInstancesCommandInput
924
+ | ListAttendeeTagsCommandInput
925
+ | ListAttendeesCommandInput
926
+ | ListBotsCommandInput
927
+ | ListChannelBansCommandInput
928
+ | ListChannelMembershipsCommandInput
929
+ | ListChannelMembershipsForAppInstanceUserCommandInput
930
+ | ListChannelMessagesCommandInput
931
+ | ListChannelModeratorsCommandInput
932
+ | ListChannelsCommandInput
933
+ | ListChannelsModeratedByAppInstanceUserCommandInput
934
+ | ListMediaCapturePipelinesCommandInput
935
+ | ListMeetingTagsCommandInput
936
+ | ListMeetingsCommandInput
937
+ | ListPhoneNumberOrdersCommandInput
938
+ | ListPhoneNumbersCommandInput
939
+ | ListProxySessionsCommandInput
940
+ | ListRoomMembershipsCommandInput
941
+ | ListRoomsCommandInput
942
+ | ListSipMediaApplicationsCommandInput
943
+ | ListSipRulesCommandInput
944
+ | ListSupportedPhoneNumberCountriesCommandInput
945
+ | ListTagsForResourceCommandInput
946
+ | ListUsersCommandInput
947
+ | ListVoiceConnectorGroupsCommandInput
948
+ | ListVoiceConnectorTerminationCredentialsCommandInput
949
+ | ListVoiceConnectorsCommandInput
950
+ | LogoutUserCommandInput
951
+ | PutAppInstanceRetentionSettingsCommandInput
952
+ | PutAppInstanceStreamingConfigurationsCommandInput
953
+ | PutEventsConfigurationCommandInput
954
+ | PutRetentionSettingsCommandInput
955
+ | PutSipMediaApplicationLoggingConfigurationCommandInput
956
+ | PutVoiceConnectorEmergencyCallingConfigurationCommandInput
957
+ | PutVoiceConnectorLoggingConfigurationCommandInput
958
+ | PutVoiceConnectorOriginationCommandInput
959
+ | PutVoiceConnectorProxyCommandInput
960
+ | PutVoiceConnectorStreamingConfigurationCommandInput
961
+ | PutVoiceConnectorTerminationCommandInput
962
+ | PutVoiceConnectorTerminationCredentialsCommandInput
963
+ | RedactChannelMessageCommandInput
964
+ | RedactConversationMessageCommandInput
965
+ | RedactRoomMessageCommandInput
966
+ | RegenerateSecurityTokenCommandInput
967
+ | ResetPersonalPINCommandInput
968
+ | RestorePhoneNumberCommandInput
969
+ | SearchAvailablePhoneNumbersCommandInput
970
+ | SendChannelMessageCommandInput
971
+ | StartMeetingTranscriptionCommandInput
972
+ | StopMeetingTranscriptionCommandInput
973
+ | TagAttendeeCommandInput
974
+ | TagMeetingCommandInput
975
+ | TagResourceCommandInput
976
+ | UntagAttendeeCommandInput
977
+ | UntagMeetingCommandInput
978
+ | UntagResourceCommandInput
979
+ | UpdateAccountCommandInput
980
+ | UpdateAccountSettingsCommandInput
981
+ | UpdateAppInstanceCommandInput
982
+ | UpdateAppInstanceUserCommandInput
983
+ | UpdateBotCommandInput
984
+ | UpdateChannelCommandInput
985
+ | UpdateChannelMessageCommandInput
986
+ | UpdateChannelReadMarkerCommandInput
987
+ | UpdateGlobalSettingsCommandInput
988
+ | UpdatePhoneNumberCommandInput
989
+ | UpdatePhoneNumberSettingsCommandInput
990
+ | UpdateProxySessionCommandInput
991
+ | UpdateRoomCommandInput
992
+ | UpdateRoomMembershipCommandInput
993
+ | UpdateSipMediaApplicationCallCommandInput
994
+ | UpdateSipMediaApplicationCommandInput
995
+ | UpdateSipRuleCommandInput
996
+ | UpdateUserCommandInput
997
+ | UpdateUserSettingsCommandInput
998
+ | UpdateVoiceConnectorCommandInput
999
+ | UpdateVoiceConnectorGroupCommandInput
1000
+ | ValidateE911AddressCommandInput;
1001
+ export declare type ServiceOutputTypes =
1002
+ | AssociatePhoneNumberWithUserCommandOutput
1003
+ | AssociatePhoneNumbersWithVoiceConnectorCommandOutput
1004
+ | AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
1005
+ | AssociateSigninDelegateGroupsWithAccountCommandOutput
1006
+ | BatchCreateAttendeeCommandOutput
1007
+ | BatchCreateChannelMembershipCommandOutput
1008
+ | BatchCreateRoomMembershipCommandOutput
1009
+ | BatchDeletePhoneNumberCommandOutput
1010
+ | BatchSuspendUserCommandOutput
1011
+ | BatchUnsuspendUserCommandOutput
1012
+ | BatchUpdatePhoneNumberCommandOutput
1013
+ | BatchUpdateUserCommandOutput
1014
+ | CreateAccountCommandOutput
1015
+ | CreateAppInstanceAdminCommandOutput
1016
+ | CreateAppInstanceCommandOutput
1017
+ | CreateAppInstanceUserCommandOutput
1018
+ | CreateAttendeeCommandOutput
1019
+ | CreateBotCommandOutput
1020
+ | CreateChannelBanCommandOutput
1021
+ | CreateChannelCommandOutput
1022
+ | CreateChannelMembershipCommandOutput
1023
+ | CreateChannelModeratorCommandOutput
1024
+ | CreateMediaCapturePipelineCommandOutput
1025
+ | CreateMeetingCommandOutput
1026
+ | CreateMeetingDialOutCommandOutput
1027
+ | CreateMeetingWithAttendeesCommandOutput
1028
+ | CreatePhoneNumberOrderCommandOutput
1029
+ | CreateProxySessionCommandOutput
1030
+ | CreateRoomCommandOutput
1031
+ | CreateRoomMembershipCommandOutput
1032
+ | CreateSipMediaApplicationCallCommandOutput
1033
+ | CreateSipMediaApplicationCommandOutput
1034
+ | CreateSipRuleCommandOutput
1035
+ | CreateUserCommandOutput
1036
+ | CreateVoiceConnectorCommandOutput
1037
+ | CreateVoiceConnectorGroupCommandOutput
1038
+ | DeleteAccountCommandOutput
1039
+ | DeleteAppInstanceAdminCommandOutput
1040
+ | DeleteAppInstanceCommandOutput
1041
+ | DeleteAppInstanceStreamingConfigurationsCommandOutput
1042
+ | DeleteAppInstanceUserCommandOutput
1043
+ | DeleteAttendeeCommandOutput
1044
+ | DeleteChannelBanCommandOutput
1045
+ | DeleteChannelCommandOutput
1046
+ | DeleteChannelMembershipCommandOutput
1047
+ | DeleteChannelMessageCommandOutput
1048
+ | DeleteChannelModeratorCommandOutput
1049
+ | DeleteEventsConfigurationCommandOutput
1050
+ | DeleteMediaCapturePipelineCommandOutput
1051
+ | DeleteMeetingCommandOutput
1052
+ | DeletePhoneNumberCommandOutput
1053
+ | DeleteProxySessionCommandOutput
1054
+ | DeleteRoomCommandOutput
1055
+ | DeleteRoomMembershipCommandOutput
1056
+ | DeleteSipMediaApplicationCommandOutput
1057
+ | DeleteSipRuleCommandOutput
1058
+ | DeleteVoiceConnectorCommandOutput
1059
+ | DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
1060
+ | DeleteVoiceConnectorGroupCommandOutput
1061
+ | DeleteVoiceConnectorOriginationCommandOutput
1062
+ | DeleteVoiceConnectorProxyCommandOutput
1063
+ | DeleteVoiceConnectorStreamingConfigurationCommandOutput
1064
+ | DeleteVoiceConnectorTerminationCommandOutput
1065
+ | DeleteVoiceConnectorTerminationCredentialsCommandOutput
1066
+ | DescribeAppInstanceAdminCommandOutput
1067
+ | DescribeAppInstanceCommandOutput
1068
+ | DescribeAppInstanceUserCommandOutput
1069
+ | DescribeChannelBanCommandOutput
1070
+ | DescribeChannelCommandOutput
1071
+ | DescribeChannelMembershipCommandOutput
1072
+ | DescribeChannelMembershipForAppInstanceUserCommandOutput
1073
+ | DescribeChannelModeratedByAppInstanceUserCommandOutput
1074
+ | DescribeChannelModeratorCommandOutput
1075
+ | DisassociatePhoneNumberFromUserCommandOutput
1076
+ | DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
1077
+ | DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
1078
+ | DisassociateSigninDelegateGroupsFromAccountCommandOutput
1079
+ | GetAccountCommandOutput
1080
+ | GetAccountSettingsCommandOutput
1081
+ | GetAppInstanceRetentionSettingsCommandOutput
1082
+ | GetAppInstanceStreamingConfigurationsCommandOutput
1083
+ | GetAttendeeCommandOutput
1084
+ | GetBotCommandOutput
1085
+ | GetChannelMessageCommandOutput
1086
+ | GetEventsConfigurationCommandOutput
1087
+ | GetGlobalSettingsCommandOutput
1088
+ | GetMediaCapturePipelineCommandOutput
1089
+ | GetMeetingCommandOutput
1090
+ | GetMessagingSessionEndpointCommandOutput
1091
+ | GetPhoneNumberCommandOutput
1092
+ | GetPhoneNumberOrderCommandOutput
1093
+ | GetPhoneNumberSettingsCommandOutput
1094
+ | GetProxySessionCommandOutput
1095
+ | GetRetentionSettingsCommandOutput
1096
+ | GetRoomCommandOutput
1097
+ | GetSipMediaApplicationCommandOutput
1098
+ | GetSipMediaApplicationLoggingConfigurationCommandOutput
1099
+ | GetSipRuleCommandOutput
1100
+ | GetUserCommandOutput
1101
+ | GetUserSettingsCommandOutput
1102
+ | GetVoiceConnectorCommandOutput
1103
+ | GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
1104
+ | GetVoiceConnectorGroupCommandOutput
1105
+ | GetVoiceConnectorLoggingConfigurationCommandOutput
1106
+ | GetVoiceConnectorOriginationCommandOutput
1107
+ | GetVoiceConnectorProxyCommandOutput
1108
+ | GetVoiceConnectorStreamingConfigurationCommandOutput
1109
+ | GetVoiceConnectorTerminationCommandOutput
1110
+ | GetVoiceConnectorTerminationHealthCommandOutput
1111
+ | InviteUsersCommandOutput
1112
+ | ListAccountsCommandOutput
1113
+ | ListAppInstanceAdminsCommandOutput
1114
+ | ListAppInstanceUsersCommandOutput
1115
+ | ListAppInstancesCommandOutput
1116
+ | ListAttendeeTagsCommandOutput
1117
+ | ListAttendeesCommandOutput
1118
+ | ListBotsCommandOutput
1119
+ | ListChannelBansCommandOutput
1120
+ | ListChannelMembershipsCommandOutput
1121
+ | ListChannelMembershipsForAppInstanceUserCommandOutput
1122
+ | ListChannelMessagesCommandOutput
1123
+ | ListChannelModeratorsCommandOutput
1124
+ | ListChannelsCommandOutput
1125
+ | ListChannelsModeratedByAppInstanceUserCommandOutput
1126
+ | ListMediaCapturePipelinesCommandOutput
1127
+ | ListMeetingTagsCommandOutput
1128
+ | ListMeetingsCommandOutput
1129
+ | ListPhoneNumberOrdersCommandOutput
1130
+ | ListPhoneNumbersCommandOutput
1131
+ | ListProxySessionsCommandOutput
1132
+ | ListRoomMembershipsCommandOutput
1133
+ | ListRoomsCommandOutput
1134
+ | ListSipMediaApplicationsCommandOutput
1135
+ | ListSipRulesCommandOutput
1136
+ | ListSupportedPhoneNumberCountriesCommandOutput
1137
+ | ListTagsForResourceCommandOutput
1138
+ | ListUsersCommandOutput
1139
+ | ListVoiceConnectorGroupsCommandOutput
1140
+ | ListVoiceConnectorTerminationCredentialsCommandOutput
1141
+ | ListVoiceConnectorsCommandOutput
1142
+ | LogoutUserCommandOutput
1143
+ | PutAppInstanceRetentionSettingsCommandOutput
1144
+ | PutAppInstanceStreamingConfigurationsCommandOutput
1145
+ | PutEventsConfigurationCommandOutput
1146
+ | PutRetentionSettingsCommandOutput
1147
+ | PutSipMediaApplicationLoggingConfigurationCommandOutput
1148
+ | PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
1149
+ | PutVoiceConnectorLoggingConfigurationCommandOutput
1150
+ | PutVoiceConnectorOriginationCommandOutput
1151
+ | PutVoiceConnectorProxyCommandOutput
1152
+ | PutVoiceConnectorStreamingConfigurationCommandOutput
1153
+ | PutVoiceConnectorTerminationCommandOutput
1154
+ | PutVoiceConnectorTerminationCredentialsCommandOutput
1155
+ | RedactChannelMessageCommandOutput
1156
+ | RedactConversationMessageCommandOutput
1157
+ | RedactRoomMessageCommandOutput
1158
+ | RegenerateSecurityTokenCommandOutput
1159
+ | ResetPersonalPINCommandOutput
1160
+ | RestorePhoneNumberCommandOutput
1161
+ | SearchAvailablePhoneNumbersCommandOutput
1162
+ | SendChannelMessageCommandOutput
1163
+ | StartMeetingTranscriptionCommandOutput
1164
+ | StopMeetingTranscriptionCommandOutput
1165
+ | TagAttendeeCommandOutput
1166
+ | TagMeetingCommandOutput
1167
+ | TagResourceCommandOutput
1168
+ | UntagAttendeeCommandOutput
1169
+ | UntagMeetingCommandOutput
1170
+ | UntagResourceCommandOutput
1171
+ | UpdateAccountCommandOutput
1172
+ | UpdateAccountSettingsCommandOutput
1173
+ | UpdateAppInstanceCommandOutput
1174
+ | UpdateAppInstanceUserCommandOutput
1175
+ | UpdateBotCommandOutput
1176
+ | UpdateChannelCommandOutput
1177
+ | UpdateChannelMessageCommandOutput
1178
+ | UpdateChannelReadMarkerCommandOutput
1179
+ | UpdateGlobalSettingsCommandOutput
1180
+ | UpdatePhoneNumberCommandOutput
1181
+ | UpdatePhoneNumberSettingsCommandOutput
1182
+ | UpdateProxySessionCommandOutput
1183
+ | UpdateRoomCommandOutput
1184
+ | UpdateRoomMembershipCommandOutput
1185
+ | UpdateSipMediaApplicationCallCommandOutput
1186
+ | UpdateSipMediaApplicationCommandOutput
1187
+ | UpdateSipRuleCommandOutput
1188
+ | UpdateUserCommandOutput
1189
+ | UpdateUserSettingsCommandOutput
1190
+ | UpdateVoiceConnectorCommandOutput
1191
+ | UpdateVoiceConnectorGroupCommandOutput
1192
+ | ValidateE911AddressCommandOutput;
1193
+ export interface ClientDefaults
1194
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
1195
+ requestHandler?: __HttpHandler;
1196
+ sha256?: __HashConstructor;
1197
+ urlParser?: __UrlParser;
1198
+ bodyLengthChecker?: __BodyLengthCalculator;
1199
+ streamCollector?: __StreamCollector;
1200
+ base64Decoder?: __Decoder;
1201
+ base64Encoder?: __Encoder;
1202
+ utf8Decoder?: __Decoder;
1203
+ utf8Encoder?: __Encoder;
1204
+ runtime?: string;
1205
+ disableHostPrefix?: boolean;
1206
+ maxAttempts?: number | __Provider<number>;
1207
+ retryMode?: string | __Provider<string>;
1208
+ logger?: __Logger;
1209
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
1210
+ useFipsEndpoint?: boolean | __Provider<boolean>;
1211
+ serviceId?: string;
1212
+ region?: string | __Provider<string>;
1213
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
1214
+ regionInfoProvider?: RegionInfoProvider;
1215
+ defaultUserAgentProvider?: Provider<__UserAgent>;
1216
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
1217
+ }
1218
+ declare type ChimeClientConfigType = Partial<
1219
+ __SmithyConfiguration<__HttpHandlerOptions>
1220
+ > &
1221
+ ClientDefaults &
1222
+ RegionInputConfig &
1223
+ EndpointsInputConfig &
1224
+ RetryInputConfig &
1225
+ HostHeaderInputConfig &
1226
+ AwsAuthInputConfig &
1227
+ UserAgentInputConfig;
1228
+ export interface ChimeClientConfig extends ChimeClientConfigType {}
1229
+ declare type ChimeClientResolvedConfigType =
1230
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
1231
+ Required<ClientDefaults> &
1232
+ RegionResolvedConfig &
1233
+ EndpointsResolvedConfig &
1234
+ RetryResolvedConfig &
1235
+ HostHeaderResolvedConfig &
1236
+ AwsAuthResolvedConfig &
1237
+ UserAgentResolvedConfig;
1238
+ export interface ChimeClientResolvedConfig
1239
+ extends ChimeClientResolvedConfigType {}
1240
+ export declare class ChimeClient extends __Client<
1241
+ __HttpHandlerOptions,
1242
+ ServiceInputTypes,
1243
+ ServiceOutputTypes,
1244
+ ChimeClientResolvedConfig
1245
+ > {
1246
+ readonly config: ChimeClientResolvedConfig;
1247
+ constructor(configuration: ChimeClientConfig);
1248
+ destroy(): void;
1249
+ }
1250
+ export {};