@aws-sdk/client-chime 3.50.0 → 3.53.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 (245) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ChimeServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +172 -6
  5. package/dist-cjs/protocols/Aws_restJson1.js +2272 -10058
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ChimeServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +156 -1
  9. package/dist-es/protocols/Aws_restJson1.js +5109 -10832
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ChimeServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +79 -34
  13. package/dist-types/ts3.4/Chime.d.ts +955 -0
  14. package/dist-types/ts3.4/ChimeClient.d.ts +263 -0
  15. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +18 -0
  109. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/index.d.ts +190 -0
  206. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  207. package/dist-types/ts3.4/index.d.ts +6 -0
  208. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +6 -0
  209. package/dist-types/ts3.4/models/index.d.ts +2 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +3112 -0
  211. package/dist-types/ts3.4/models/models_1.d.ts +2042 -0
  212. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  213. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +4 -0
  218. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  219. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +4 -0
  220. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
  221. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
  222. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +4 -0
  223. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
  224. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
  225. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  226. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
  227. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +4 -0
  228. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
  229. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  230. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +4 -0
  231. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
  232. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +4 -0
  233. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
  234. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +4 -0
  235. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  236. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
  237. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
  238. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  239. package/dist-types/ts3.4/pagination/index.d.ts +27 -0
  240. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +572 -0
  241. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  242. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  243. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  244. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  245. package/package.json +33 -33
@@ -0,0 +1,263 @@
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 { 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
+ 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;
200
+ 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;
201
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
202
+
203
+ requestHandler?: __HttpHandler;
204
+
205
+ sha256?: __HashConstructor;
206
+
207
+ urlParser?: __UrlParser;
208
+
209
+ bodyLengthChecker?: (body: any) => number | undefined;
210
+
211
+ streamCollector?: __StreamCollector;
212
+
213
+ base64Decoder?: __Decoder;
214
+
215
+ base64Encoder?: __Encoder;
216
+
217
+ utf8Decoder?: __Decoder;
218
+
219
+ utf8Encoder?: __Encoder;
220
+
221
+ runtime?: string;
222
+
223
+ disableHostPrefix?: boolean;
224
+
225
+ maxAttempts?: number | __Provider<number>;
226
+
227
+ retryMode?: string | __Provider<string>;
228
+
229
+ logger?: __Logger;
230
+
231
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
232
+
233
+ useFipsEndpoint?: boolean | __Provider<boolean>;
234
+
235
+ serviceId?: string;
236
+
237
+ region?: string | __Provider<string>;
238
+
239
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
240
+
241
+ regionInfoProvider?: RegionInfoProvider;
242
+
243
+ defaultUserAgentProvider?: Provider<__UserAgent>;
244
+
245
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
246
+ }
247
+ declare type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
248
+
249
+ export interface ChimeClientConfig extends ChimeClientConfigType {
250
+ }
251
+ declare type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
252
+
253
+ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType {
254
+ }
255
+
256
+ export declare class ChimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeClientResolvedConfig> {
257
+
258
+ readonly config: ChimeClientResolvedConfig;
259
+ constructor(configuration: ChimeClientConfig);
260
+
261
+ destroy(): void;
262
+ }
263
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { AssociatePhoneNumberWithUserRequest, AssociatePhoneNumberWithUserResponse } from "../models/models_0";
5
+ export interface AssociatePhoneNumberWithUserCommandInput extends AssociatePhoneNumberWithUserRequest {
6
+ }
7
+ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhoneNumberWithUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociatePhoneNumberWithUserCommand extends $Command<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: AssociatePhoneNumberWithUserCommandInput;
12
+ constructor(input: AssociatePhoneNumberWithUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { AssociatePhoneNumbersWithVoiceConnectorRequest, AssociatePhoneNumbersWithVoiceConnectorResponse } from "../models/models_0";
5
+ export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput extends AssociatePhoneNumbersWithVoiceConnectorRequest {
6
+ }
7
+ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
12
+ constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { AssociatePhoneNumbersWithVoiceConnectorGroupRequest, AssociatePhoneNumbersWithVoiceConnectorGroupResponse } from "../models/models_0";
5
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
6
+ }
7
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
12
+ constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { AssociateSigninDelegateGroupsWithAccountRequest, AssociateSigninDelegateGroupsWithAccountResponse } from "../models/models_0";
5
+ export interface AssociateSigninDelegateGroupsWithAccountCommandInput extends AssociateSigninDelegateGroupsWithAccountRequest {
6
+ }
7
+ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends AssociateSigninDelegateGroupsWithAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateSigninDelegateGroupsWithAccountCommand extends $Command<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput;
12
+ constructor(input: AssociateSigninDelegateGroupsWithAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
5
+ export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequest {
6
+ }
7
+ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchCreateAttendeeCommandInput;
12
+ constructor(input: BatchCreateAttendeeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse } from "../models/models_0";
5
+ export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {
6
+ }
7
+ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchCreateChannelMembershipCommandInput;
12
+ constructor(input: BatchCreateChannelMembershipCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchCreateRoomMembershipRequest, BatchCreateRoomMembershipResponse } from "../models/models_0";
5
+ export interface BatchCreateRoomMembershipCommandInput extends BatchCreateRoomMembershipRequest {
6
+ }
7
+ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomMembershipResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchCreateRoomMembershipCommand extends $Command<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchCreateRoomMembershipCommandInput;
12
+ constructor(input: BatchCreateRoomMembershipCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
5
+ export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {
6
+ }
7
+ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNumberResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchDeletePhoneNumberCommandInput;
12
+ constructor(input: BatchDeletePhoneNumberCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchSuspendUserRequest, BatchSuspendUserResponse } from "../models/models_0";
5
+ export interface BatchSuspendUserCommandInput extends BatchSuspendUserRequest {
6
+ }
7
+ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchSuspendUserCommand extends $Command<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchSuspendUserCommandInput;
12
+ constructor(input: BatchSuspendUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse } from "../models/models_0";
5
+ export interface BatchUnsuspendUserCommandInput extends BatchUnsuspendUserRequest {
6
+ }
7
+ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchUnsuspendUserCommand extends $Command<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchUnsuspendUserCommandInput;
12
+ constructor(input: BatchUnsuspendUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
5
+ export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {
6
+ }
7
+ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchUpdatePhoneNumberCommandInput;
12
+ constructor(input: BatchUpdatePhoneNumberCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { BatchUpdateUserRequest, BatchUpdateUserResponse } from "../models/models_0";
5
+ export interface BatchUpdateUserCommandInput extends BatchUpdateUserRequest {
6
+ }
7
+ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchUpdateUserCommand extends $Command<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: BatchUpdateUserCommandInput;
12
+ constructor(input: BatchUpdateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0";
5
+ export interface CreateAccountCommandInput extends CreateAccountRequest {
6
+ }
7
+ export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: CreateAccountCommandInput;
12
+ constructor(input: CreateAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccountCommandInput, CreateAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
5
+ export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdminRequest {
6
+ }
7
+ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppInstanceAdminCommand extends $Command<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: CreateAppInstanceAdminCommandInput;
12
+ constructor(input: CreateAppInstanceAdminCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
+ import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
5
+ export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest {
6
+ }
7
+ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppInstanceCommand extends $Command<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
11
+ readonly input: CreateAppInstanceCommandInput;
12
+ constructor(input: CreateAppInstanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }