@aws-sdk/client-chime 3.194.0 → 3.196.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 (796) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ChimeClient.js +11 -8
  3. package/dist-cjs/commands/AssociatePhoneNumberWithUserCommand.js +10 -0
  4. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +10 -0
  5. package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +10 -0
  6. package/dist-cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +10 -0
  7. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +10 -0
  8. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +10 -0
  9. package/dist-cjs/commands/BatchCreateRoomMembershipCommand.js +10 -0
  10. package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +10 -0
  11. package/dist-cjs/commands/BatchSuspendUserCommand.js +10 -0
  12. package/dist-cjs/commands/BatchUnsuspendUserCommand.js +10 -0
  13. package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +10 -0
  14. package/dist-cjs/commands/BatchUpdateUserCommand.js +10 -0
  15. package/dist-cjs/commands/CreateAccountCommand.js +10 -0
  16. package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +10 -0
  17. package/dist-cjs/commands/CreateAppInstanceCommand.js +10 -0
  18. package/dist-cjs/commands/CreateAppInstanceUserCommand.js +10 -0
  19. package/dist-cjs/commands/CreateAttendeeCommand.js +10 -0
  20. package/dist-cjs/commands/CreateBotCommand.js +10 -0
  21. package/dist-cjs/commands/CreateChannelBanCommand.js +10 -0
  22. package/dist-cjs/commands/CreateChannelCommand.js +10 -0
  23. package/dist-cjs/commands/CreateChannelMembershipCommand.js +10 -0
  24. package/dist-cjs/commands/CreateChannelModeratorCommand.js +10 -0
  25. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +10 -0
  26. package/dist-cjs/commands/CreateMeetingCommand.js +10 -0
  27. package/dist-cjs/commands/CreateMeetingDialOutCommand.js +10 -0
  28. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  29. package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +10 -0
  30. package/dist-cjs/commands/CreateProxySessionCommand.js +10 -0
  31. package/dist-cjs/commands/CreateRoomCommand.js +10 -0
  32. package/dist-cjs/commands/CreateRoomMembershipCommand.js +10 -0
  33. package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +10 -0
  34. package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +10 -0
  35. package/dist-cjs/commands/CreateSipRuleCommand.js +10 -0
  36. package/dist-cjs/commands/CreateUserCommand.js +10 -0
  37. package/dist-cjs/commands/CreateVoiceConnectorCommand.js +10 -0
  38. package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +10 -0
  39. package/dist-cjs/commands/DeleteAccountCommand.js +10 -0
  40. package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +10 -0
  41. package/dist-cjs/commands/DeleteAppInstanceCommand.js +10 -0
  42. package/dist-cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +10 -0
  43. package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +10 -0
  44. package/dist-cjs/commands/DeleteAttendeeCommand.js +10 -0
  45. package/dist-cjs/commands/DeleteChannelBanCommand.js +10 -0
  46. package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
  47. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +10 -0
  48. package/dist-cjs/commands/DeleteChannelMessageCommand.js +10 -0
  49. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +10 -0
  50. package/dist-cjs/commands/DeleteEventsConfigurationCommand.js +10 -0
  51. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +10 -0
  52. package/dist-cjs/commands/DeleteMeetingCommand.js +10 -0
  53. package/dist-cjs/commands/DeletePhoneNumberCommand.js +10 -0
  54. package/dist-cjs/commands/DeleteProxySessionCommand.js +10 -0
  55. package/dist-cjs/commands/DeleteRoomCommand.js +10 -0
  56. package/dist-cjs/commands/DeleteRoomMembershipCommand.js +10 -0
  57. package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +10 -0
  58. package/dist-cjs/commands/DeleteSipRuleCommand.js +10 -0
  59. package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +10 -0
  60. package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  61. package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +10 -0
  62. package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +10 -0
  63. package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +10 -0
  64. package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +10 -0
  65. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +10 -0
  66. package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +10 -0
  67. package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +10 -0
  68. package/dist-cjs/commands/DescribeAppInstanceCommand.js +10 -0
  69. package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +10 -0
  70. package/dist-cjs/commands/DescribeChannelBanCommand.js +10 -0
  71. package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
  72. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +10 -0
  73. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
  74. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
  75. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +10 -0
  76. package/dist-cjs/commands/DisassociatePhoneNumberFromUserCommand.js +10 -0
  77. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +10 -0
  78. package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +10 -0
  79. package/dist-cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +10 -0
  80. package/dist-cjs/commands/GetAccountCommand.js +10 -0
  81. package/dist-cjs/commands/GetAccountSettingsCommand.js +10 -0
  82. package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +10 -0
  83. package/dist-cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js +10 -0
  84. package/dist-cjs/commands/GetAttendeeCommand.js +10 -0
  85. package/dist-cjs/commands/GetBotCommand.js +10 -0
  86. package/dist-cjs/commands/GetChannelMessageCommand.js +10 -0
  87. package/dist-cjs/commands/GetEventsConfigurationCommand.js +10 -0
  88. package/dist-cjs/commands/GetGlobalSettingsCommand.js +10 -0
  89. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +10 -0
  90. package/dist-cjs/commands/GetMeetingCommand.js +10 -0
  91. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +10 -0
  92. package/dist-cjs/commands/GetPhoneNumberCommand.js +10 -0
  93. package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +10 -0
  94. package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +10 -0
  95. package/dist-cjs/commands/GetProxySessionCommand.js +10 -0
  96. package/dist-cjs/commands/GetRetentionSettingsCommand.js +10 -0
  97. package/dist-cjs/commands/GetRoomCommand.js +10 -0
  98. package/dist-cjs/commands/GetSipMediaApplicationCommand.js +10 -0
  99. package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +10 -0
  100. package/dist-cjs/commands/GetSipRuleCommand.js +10 -0
  101. package/dist-cjs/commands/GetUserCommand.js +10 -0
  102. package/dist-cjs/commands/GetUserSettingsCommand.js +10 -0
  103. package/dist-cjs/commands/GetVoiceConnectorCommand.js +10 -0
  104. package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  105. package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +10 -0
  106. package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +10 -0
  107. package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +10 -0
  108. package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +10 -0
  109. package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +10 -0
  110. package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +10 -0
  111. package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +10 -0
  112. package/dist-cjs/commands/InviteUsersCommand.js +10 -0
  113. package/dist-cjs/commands/ListAccountsCommand.js +10 -0
  114. package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +10 -0
  115. package/dist-cjs/commands/ListAppInstanceUsersCommand.js +10 -0
  116. package/dist-cjs/commands/ListAppInstancesCommand.js +10 -0
  117. package/dist-cjs/commands/ListAttendeeTagsCommand.js +10 -0
  118. package/dist-cjs/commands/ListAttendeesCommand.js +10 -0
  119. package/dist-cjs/commands/ListBotsCommand.js +10 -0
  120. package/dist-cjs/commands/ListChannelBansCommand.js +10 -0
  121. package/dist-cjs/commands/ListChannelMembershipsCommand.js +10 -0
  122. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
  123. package/dist-cjs/commands/ListChannelMessagesCommand.js +10 -0
  124. package/dist-cjs/commands/ListChannelModeratorsCommand.js +10 -0
  125. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  126. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
  127. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +10 -0
  128. package/dist-cjs/commands/ListMeetingTagsCommand.js +10 -0
  129. package/dist-cjs/commands/ListMeetingsCommand.js +10 -0
  130. package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +10 -0
  131. package/dist-cjs/commands/ListPhoneNumbersCommand.js +10 -0
  132. package/dist-cjs/commands/ListProxySessionsCommand.js +10 -0
  133. package/dist-cjs/commands/ListRoomMembershipsCommand.js +10 -0
  134. package/dist-cjs/commands/ListRoomsCommand.js +10 -0
  135. package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +10 -0
  136. package/dist-cjs/commands/ListSipRulesCommand.js +10 -0
  137. package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +10 -0
  138. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  139. package/dist-cjs/commands/ListUsersCommand.js +10 -0
  140. package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +10 -0
  141. package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +10 -0
  142. package/dist-cjs/commands/ListVoiceConnectorsCommand.js +10 -0
  143. package/dist-cjs/commands/LogoutUserCommand.js +10 -0
  144. package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +10 -0
  145. package/dist-cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js +10 -0
  146. package/dist-cjs/commands/PutEventsConfigurationCommand.js +10 -0
  147. package/dist-cjs/commands/PutRetentionSettingsCommand.js +10 -0
  148. package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +10 -0
  149. package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  150. package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +10 -0
  151. package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +10 -0
  152. package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +10 -0
  153. package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +10 -0
  154. package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +10 -0
  155. package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +10 -0
  156. package/dist-cjs/commands/RedactChannelMessageCommand.js +10 -0
  157. package/dist-cjs/commands/RedactConversationMessageCommand.js +10 -0
  158. package/dist-cjs/commands/RedactRoomMessageCommand.js +10 -0
  159. package/dist-cjs/commands/RegenerateSecurityTokenCommand.js +10 -0
  160. package/dist-cjs/commands/ResetPersonalPINCommand.js +10 -0
  161. package/dist-cjs/commands/RestorePhoneNumberCommand.js +10 -0
  162. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
  163. package/dist-cjs/commands/SendChannelMessageCommand.js +10 -0
  164. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +10 -0
  165. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +10 -0
  166. package/dist-cjs/commands/TagAttendeeCommand.js +10 -0
  167. package/dist-cjs/commands/TagMeetingCommand.js +10 -0
  168. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  169. package/dist-cjs/commands/UntagAttendeeCommand.js +10 -0
  170. package/dist-cjs/commands/UntagMeetingCommand.js +10 -0
  171. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  172. package/dist-cjs/commands/UpdateAccountCommand.js +10 -0
  173. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
  174. package/dist-cjs/commands/UpdateAppInstanceCommand.js +10 -0
  175. package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +10 -0
  176. package/dist-cjs/commands/UpdateBotCommand.js +10 -0
  177. package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
  178. package/dist-cjs/commands/UpdateChannelMessageCommand.js +10 -0
  179. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +10 -0
  180. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +10 -0
  181. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +10 -0
  182. package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +10 -0
  183. package/dist-cjs/commands/UpdateProxySessionCommand.js +10 -0
  184. package/dist-cjs/commands/UpdateRoomCommand.js +10 -0
  185. package/dist-cjs/commands/UpdateRoomMembershipCommand.js +10 -0
  186. package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +10 -0
  187. package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +10 -0
  188. package/dist-cjs/commands/UpdateSipRuleCommand.js +10 -0
  189. package/dist-cjs/commands/UpdateUserCommand.js +10 -0
  190. package/dist-cjs/commands/UpdateUserSettingsCommand.js +10 -0
  191. package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +10 -0
  192. package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +10 -0
  193. package/dist-cjs/commands/ValidateE911AddressCommand.js +10 -0
  194. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  195. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  196. package/dist-cjs/endpoint/ruleset.js +594 -0
  197. package/dist-cjs/runtimeConfig.shared.js +3 -3
  198. package/dist-es/ChimeClient.js +12 -9
  199. package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +10 -0
  200. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +10 -0
  201. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +10 -0
  202. package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +10 -0
  203. package/dist-es/commands/BatchCreateAttendeeCommand.js +10 -0
  204. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +10 -0
  205. package/dist-es/commands/BatchCreateRoomMembershipCommand.js +10 -0
  206. package/dist-es/commands/BatchDeletePhoneNumberCommand.js +10 -0
  207. package/dist-es/commands/BatchSuspendUserCommand.js +10 -0
  208. package/dist-es/commands/BatchUnsuspendUserCommand.js +10 -0
  209. package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +10 -0
  210. package/dist-es/commands/BatchUpdateUserCommand.js +10 -0
  211. package/dist-es/commands/CreateAccountCommand.js +10 -0
  212. package/dist-es/commands/CreateAppInstanceAdminCommand.js +10 -0
  213. package/dist-es/commands/CreateAppInstanceCommand.js +10 -0
  214. package/dist-es/commands/CreateAppInstanceUserCommand.js +10 -0
  215. package/dist-es/commands/CreateAttendeeCommand.js +10 -0
  216. package/dist-es/commands/CreateBotCommand.js +10 -0
  217. package/dist-es/commands/CreateChannelBanCommand.js +10 -0
  218. package/dist-es/commands/CreateChannelCommand.js +10 -0
  219. package/dist-es/commands/CreateChannelMembershipCommand.js +10 -0
  220. package/dist-es/commands/CreateChannelModeratorCommand.js +10 -0
  221. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +10 -0
  222. package/dist-es/commands/CreateMeetingCommand.js +10 -0
  223. package/dist-es/commands/CreateMeetingDialOutCommand.js +10 -0
  224. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  225. package/dist-es/commands/CreatePhoneNumberOrderCommand.js +10 -0
  226. package/dist-es/commands/CreateProxySessionCommand.js +10 -0
  227. package/dist-es/commands/CreateRoomCommand.js +10 -0
  228. package/dist-es/commands/CreateRoomMembershipCommand.js +10 -0
  229. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +10 -0
  230. package/dist-es/commands/CreateSipMediaApplicationCommand.js +10 -0
  231. package/dist-es/commands/CreateSipRuleCommand.js +10 -0
  232. package/dist-es/commands/CreateUserCommand.js +10 -0
  233. package/dist-es/commands/CreateVoiceConnectorCommand.js +10 -0
  234. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +10 -0
  235. package/dist-es/commands/DeleteAccountCommand.js +10 -0
  236. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +10 -0
  237. package/dist-es/commands/DeleteAppInstanceCommand.js +10 -0
  238. package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +10 -0
  239. package/dist-es/commands/DeleteAppInstanceUserCommand.js +10 -0
  240. package/dist-es/commands/DeleteAttendeeCommand.js +10 -0
  241. package/dist-es/commands/DeleteChannelBanCommand.js +10 -0
  242. package/dist-es/commands/DeleteChannelCommand.js +10 -0
  243. package/dist-es/commands/DeleteChannelMembershipCommand.js +10 -0
  244. package/dist-es/commands/DeleteChannelMessageCommand.js +10 -0
  245. package/dist-es/commands/DeleteChannelModeratorCommand.js +10 -0
  246. package/dist-es/commands/DeleteEventsConfigurationCommand.js +10 -0
  247. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +10 -0
  248. package/dist-es/commands/DeleteMeetingCommand.js +10 -0
  249. package/dist-es/commands/DeletePhoneNumberCommand.js +10 -0
  250. package/dist-es/commands/DeleteProxySessionCommand.js +10 -0
  251. package/dist-es/commands/DeleteRoomCommand.js +10 -0
  252. package/dist-es/commands/DeleteRoomMembershipCommand.js +10 -0
  253. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +10 -0
  254. package/dist-es/commands/DeleteSipRuleCommand.js +10 -0
  255. package/dist-es/commands/DeleteVoiceConnectorCommand.js +10 -0
  256. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  257. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +10 -0
  258. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +10 -0
  259. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +10 -0
  260. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +10 -0
  261. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +10 -0
  262. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +10 -0
  263. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +10 -0
  264. package/dist-es/commands/DescribeAppInstanceCommand.js +10 -0
  265. package/dist-es/commands/DescribeAppInstanceUserCommand.js +10 -0
  266. package/dist-es/commands/DescribeChannelBanCommand.js +10 -0
  267. package/dist-es/commands/DescribeChannelCommand.js +10 -0
  268. package/dist-es/commands/DescribeChannelMembershipCommand.js +10 -0
  269. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
  270. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
  271. package/dist-es/commands/DescribeChannelModeratorCommand.js +10 -0
  272. package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +10 -0
  273. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +10 -0
  274. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +10 -0
  275. package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +10 -0
  276. package/dist-es/commands/GetAccountCommand.js +10 -0
  277. package/dist-es/commands/GetAccountSettingsCommand.js +10 -0
  278. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +10 -0
  279. package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +10 -0
  280. package/dist-es/commands/GetAttendeeCommand.js +10 -0
  281. package/dist-es/commands/GetBotCommand.js +10 -0
  282. package/dist-es/commands/GetChannelMessageCommand.js +10 -0
  283. package/dist-es/commands/GetEventsConfigurationCommand.js +10 -0
  284. package/dist-es/commands/GetGlobalSettingsCommand.js +10 -0
  285. package/dist-es/commands/GetMediaCapturePipelineCommand.js +10 -0
  286. package/dist-es/commands/GetMeetingCommand.js +10 -0
  287. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +10 -0
  288. package/dist-es/commands/GetPhoneNumberCommand.js +10 -0
  289. package/dist-es/commands/GetPhoneNumberOrderCommand.js +10 -0
  290. package/dist-es/commands/GetPhoneNumberSettingsCommand.js +10 -0
  291. package/dist-es/commands/GetProxySessionCommand.js +10 -0
  292. package/dist-es/commands/GetRetentionSettingsCommand.js +10 -0
  293. package/dist-es/commands/GetRoomCommand.js +10 -0
  294. package/dist-es/commands/GetSipMediaApplicationCommand.js +10 -0
  295. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +10 -0
  296. package/dist-es/commands/GetSipRuleCommand.js +10 -0
  297. package/dist-es/commands/GetUserCommand.js +10 -0
  298. package/dist-es/commands/GetUserSettingsCommand.js +10 -0
  299. package/dist-es/commands/GetVoiceConnectorCommand.js +10 -0
  300. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  301. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +10 -0
  302. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +10 -0
  303. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +10 -0
  304. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +10 -0
  305. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +10 -0
  306. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +10 -0
  307. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +10 -0
  308. package/dist-es/commands/InviteUsersCommand.js +10 -0
  309. package/dist-es/commands/ListAccountsCommand.js +10 -0
  310. package/dist-es/commands/ListAppInstanceAdminsCommand.js +10 -0
  311. package/dist-es/commands/ListAppInstanceUsersCommand.js +10 -0
  312. package/dist-es/commands/ListAppInstancesCommand.js +10 -0
  313. package/dist-es/commands/ListAttendeeTagsCommand.js +10 -0
  314. package/dist-es/commands/ListAttendeesCommand.js +10 -0
  315. package/dist-es/commands/ListBotsCommand.js +10 -0
  316. package/dist-es/commands/ListChannelBansCommand.js +10 -0
  317. package/dist-es/commands/ListChannelMembershipsCommand.js +10 -0
  318. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
  319. package/dist-es/commands/ListChannelMessagesCommand.js +10 -0
  320. package/dist-es/commands/ListChannelModeratorsCommand.js +10 -0
  321. package/dist-es/commands/ListChannelsCommand.js +10 -0
  322. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
  323. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +10 -0
  324. package/dist-es/commands/ListMeetingTagsCommand.js +10 -0
  325. package/dist-es/commands/ListMeetingsCommand.js +10 -0
  326. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +10 -0
  327. package/dist-es/commands/ListPhoneNumbersCommand.js +10 -0
  328. package/dist-es/commands/ListProxySessionsCommand.js +10 -0
  329. package/dist-es/commands/ListRoomMembershipsCommand.js +10 -0
  330. package/dist-es/commands/ListRoomsCommand.js +10 -0
  331. package/dist-es/commands/ListSipMediaApplicationsCommand.js +10 -0
  332. package/dist-es/commands/ListSipRulesCommand.js +10 -0
  333. package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +10 -0
  334. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  335. package/dist-es/commands/ListUsersCommand.js +10 -0
  336. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +10 -0
  337. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +10 -0
  338. package/dist-es/commands/ListVoiceConnectorsCommand.js +10 -0
  339. package/dist-es/commands/LogoutUserCommand.js +10 -0
  340. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +10 -0
  341. package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +10 -0
  342. package/dist-es/commands/PutEventsConfigurationCommand.js +10 -0
  343. package/dist-es/commands/PutRetentionSettingsCommand.js +10 -0
  344. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +10 -0
  345. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
  346. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +10 -0
  347. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +10 -0
  348. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +10 -0
  349. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +10 -0
  350. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +10 -0
  351. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +10 -0
  352. package/dist-es/commands/RedactChannelMessageCommand.js +10 -0
  353. package/dist-es/commands/RedactConversationMessageCommand.js +10 -0
  354. package/dist-es/commands/RedactRoomMessageCommand.js +10 -0
  355. package/dist-es/commands/RegenerateSecurityTokenCommand.js +10 -0
  356. package/dist-es/commands/ResetPersonalPINCommand.js +10 -0
  357. package/dist-es/commands/RestorePhoneNumberCommand.js +10 -0
  358. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
  359. package/dist-es/commands/SendChannelMessageCommand.js +10 -0
  360. package/dist-es/commands/StartMeetingTranscriptionCommand.js +10 -0
  361. package/dist-es/commands/StopMeetingTranscriptionCommand.js +10 -0
  362. package/dist-es/commands/TagAttendeeCommand.js +10 -0
  363. package/dist-es/commands/TagMeetingCommand.js +10 -0
  364. package/dist-es/commands/TagResourceCommand.js +10 -0
  365. package/dist-es/commands/UntagAttendeeCommand.js +10 -0
  366. package/dist-es/commands/UntagMeetingCommand.js +10 -0
  367. package/dist-es/commands/UntagResourceCommand.js +10 -0
  368. package/dist-es/commands/UpdateAccountCommand.js +10 -0
  369. package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
  370. package/dist-es/commands/UpdateAppInstanceCommand.js +10 -0
  371. package/dist-es/commands/UpdateAppInstanceUserCommand.js +10 -0
  372. package/dist-es/commands/UpdateBotCommand.js +10 -0
  373. package/dist-es/commands/UpdateChannelCommand.js +10 -0
  374. package/dist-es/commands/UpdateChannelMessageCommand.js +10 -0
  375. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +10 -0
  376. package/dist-es/commands/UpdateGlobalSettingsCommand.js +10 -0
  377. package/dist-es/commands/UpdatePhoneNumberCommand.js +10 -0
  378. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +10 -0
  379. package/dist-es/commands/UpdateProxySessionCommand.js +10 -0
  380. package/dist-es/commands/UpdateRoomCommand.js +10 -0
  381. package/dist-es/commands/UpdateRoomMembershipCommand.js +10 -0
  382. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +10 -0
  383. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +10 -0
  384. package/dist-es/commands/UpdateSipRuleCommand.js +10 -0
  385. package/dist-es/commands/UpdateUserCommand.js +10 -0
  386. package/dist-es/commands/UpdateUserSettingsCommand.js +10 -0
  387. package/dist-es/commands/UpdateVoiceConnectorCommand.js +10 -0
  388. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +10 -0
  389. package/dist-es/commands/ValidateE911AddressCommand.js +10 -0
  390. package/dist-es/endpoint/EndpointParameters.js +8 -0
  391. package/dist-es/endpoint/endpointResolver.js +8 -0
  392. package/dist-es/endpoint/ruleset.js +591 -0
  393. package/dist-es/runtimeConfig.shared.js +2 -2
  394. package/dist-types/ChimeClient.d.ts +6 -9
  395. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +2 -0
  396. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +2 -0
  397. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +2 -0
  398. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +2 -0
  399. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  400. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
  401. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +2 -0
  402. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +2 -0
  403. package/dist-types/commands/BatchSuspendUserCommand.d.ts +2 -0
  404. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +2 -0
  405. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +2 -0
  406. package/dist-types/commands/BatchUpdateUserCommand.d.ts +2 -0
  407. package/dist-types/commands/CreateAccountCommand.d.ts +2 -0
  408. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +2 -0
  409. package/dist-types/commands/CreateAppInstanceCommand.d.ts +2 -0
  410. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +2 -0
  411. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -0
  412. package/dist-types/commands/CreateBotCommand.d.ts +2 -0
  413. package/dist-types/commands/CreateChannelBanCommand.d.ts +2 -0
  414. package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
  415. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +2 -0
  416. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +2 -0
  417. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +2 -0
  418. package/dist-types/commands/CreateMeetingCommand.d.ts +2 -0
  419. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +2 -0
  420. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  421. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +2 -0
  422. package/dist-types/commands/CreateProxySessionCommand.d.ts +2 -0
  423. package/dist-types/commands/CreateRoomCommand.d.ts +2 -0
  424. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +2 -0
  425. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +2 -0
  426. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +2 -0
  427. package/dist-types/commands/CreateSipRuleCommand.d.ts +2 -0
  428. package/dist-types/commands/CreateUserCommand.d.ts +2 -0
  429. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +2 -0
  430. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +2 -0
  431. package/dist-types/commands/DeleteAccountCommand.d.ts +2 -0
  432. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -0
  433. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +2 -0
  434. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  435. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +2 -0
  436. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -0
  437. package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -0
  438. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
  439. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +2 -0
  440. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +2 -0
  441. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +2 -0
  442. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +2 -0
  443. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -0
  444. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -0
  445. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +2 -0
  446. package/dist-types/commands/DeleteProxySessionCommand.d.ts +2 -0
  447. package/dist-types/commands/DeleteRoomCommand.d.ts +2 -0
  448. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +2 -0
  449. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +2 -0
  450. package/dist-types/commands/DeleteSipRuleCommand.d.ts +2 -0
  451. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +2 -0
  452. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  453. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +2 -0
  454. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +2 -0
  455. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +2 -0
  456. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  457. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +2 -0
  458. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  459. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +2 -0
  460. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +2 -0
  461. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +2 -0
  462. package/dist-types/commands/DescribeChannelBanCommand.d.ts +2 -0
  463. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
  464. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +2 -0
  465. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
  466. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
  467. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +2 -0
  468. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +2 -0
  469. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +2 -0
  470. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +2 -0
  471. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +2 -0
  472. package/dist-types/commands/GetAccountCommand.d.ts +2 -0
  473. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
  474. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -0
  475. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  476. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -0
  477. package/dist-types/commands/GetBotCommand.d.ts +2 -0
  478. package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -0
  479. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +2 -0
  480. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +2 -0
  481. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +2 -0
  482. package/dist-types/commands/GetMeetingCommand.d.ts +2 -0
  483. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
  484. package/dist-types/commands/GetPhoneNumberCommand.d.ts +2 -0
  485. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +2 -0
  486. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +2 -0
  487. package/dist-types/commands/GetProxySessionCommand.d.ts +2 -0
  488. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +2 -0
  489. package/dist-types/commands/GetRoomCommand.d.ts +2 -0
  490. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +2 -0
  491. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
  492. package/dist-types/commands/GetSipRuleCommand.d.ts +2 -0
  493. package/dist-types/commands/GetUserCommand.d.ts +2 -0
  494. package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
  495. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +2 -0
  496. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  497. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -0
  498. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
  499. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +2 -0
  500. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +2 -0
  501. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  502. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +2 -0
  503. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +2 -0
  504. package/dist-types/commands/InviteUsersCommand.d.ts +2 -0
  505. package/dist-types/commands/ListAccountsCommand.d.ts +2 -0
  506. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +2 -0
  507. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +2 -0
  508. package/dist-types/commands/ListAppInstancesCommand.d.ts +2 -0
  509. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +2 -0
  510. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -0
  511. package/dist-types/commands/ListBotsCommand.d.ts +2 -0
  512. package/dist-types/commands/ListChannelBansCommand.d.ts +2 -0
  513. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +2 -0
  514. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
  515. package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -0
  516. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +2 -0
  517. package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
  518. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
  519. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +2 -0
  520. package/dist-types/commands/ListMeetingTagsCommand.d.ts +2 -0
  521. package/dist-types/commands/ListMeetingsCommand.d.ts +2 -0
  522. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +2 -0
  523. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -0
  524. package/dist-types/commands/ListProxySessionsCommand.d.ts +2 -0
  525. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +2 -0
  526. package/dist-types/commands/ListRoomsCommand.d.ts +2 -0
  527. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +2 -0
  528. package/dist-types/commands/ListSipRulesCommand.d.ts +2 -0
  529. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +2 -0
  530. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  531. package/dist-types/commands/ListUsersCommand.d.ts +2 -0
  532. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -0
  533. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  534. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +2 -0
  535. package/dist-types/commands/LogoutUserCommand.d.ts +2 -0
  536. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -0
  537. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  538. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +2 -0
  539. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +2 -0
  540. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
  541. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  542. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
  543. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +2 -0
  544. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +2 -0
  545. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  546. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +2 -0
  547. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  548. package/dist-types/commands/RedactChannelMessageCommand.d.ts +2 -0
  549. package/dist-types/commands/RedactConversationMessageCommand.d.ts +2 -0
  550. package/dist-types/commands/RedactRoomMessageCommand.d.ts +2 -0
  551. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +2 -0
  552. package/dist-types/commands/ResetPersonalPINCommand.d.ts +2 -0
  553. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +2 -0
  554. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -0
  555. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -0
  556. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  557. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  558. package/dist-types/commands/TagAttendeeCommand.d.ts +2 -0
  559. package/dist-types/commands/TagMeetingCommand.d.ts +2 -0
  560. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  561. package/dist-types/commands/UntagAttendeeCommand.d.ts +2 -0
  562. package/dist-types/commands/UntagMeetingCommand.d.ts +2 -0
  563. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  564. package/dist-types/commands/UpdateAccountCommand.d.ts +2 -0
  565. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  566. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +2 -0
  567. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +2 -0
  568. package/dist-types/commands/UpdateBotCommand.d.ts +2 -0
  569. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
  570. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +2 -0
  571. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
  572. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
  573. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -0
  574. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +2 -0
  575. package/dist-types/commands/UpdateProxySessionCommand.d.ts +2 -0
  576. package/dist-types/commands/UpdateRoomCommand.d.ts +2 -0
  577. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +2 -0
  578. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +2 -0
  579. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +2 -0
  580. package/dist-types/commands/UpdateSipRuleCommand.d.ts +2 -0
  581. package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
  582. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
  583. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +2 -0
  584. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +2 -0
  585. package/dist-types/commands/ValidateE911AddressCommand.d.ts +2 -0
  586. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  587. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  588. package/dist-types/endpoint/ruleset.d.ts +2 -0
  589. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  590. package/dist-types/runtimeConfig.d.ts +4 -2
  591. package/dist-types/runtimeConfig.native.d.ts +4 -2
  592. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  593. package/dist-types/ts3.4/ChimeClient.d.ts +15 -8
  594. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +2 -0
  595. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +2 -0
  596. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +2 -0
  597. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +2 -0
  598. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  599. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
  600. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +2 -0
  601. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +2 -0
  602. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +2 -0
  603. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +2 -0
  604. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +2 -0
  605. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +2 -0
  606. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +2 -0
  607. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +2 -0
  608. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +2 -0
  609. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +2 -0
  610. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +2 -0
  611. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +2 -0
  612. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +2 -0
  613. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
  614. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +2 -0
  615. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +2 -0
  616. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +2 -0
  617. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +2 -0
  618. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +2 -0
  619. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  620. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +2 -0
  621. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +2 -0
  622. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +2 -0
  623. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +2 -0
  624. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +2 -0
  625. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +2 -0
  626. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +2 -0
  627. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -0
  628. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +2 -0
  629. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +2 -0
  630. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +2 -0
  631. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +2 -0
  632. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +2 -0
  633. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  634. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +2 -0
  635. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -0
  636. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -0
  637. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
  638. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +2 -0
  639. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +2 -0
  640. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +2 -0
  641. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +2 -0
  642. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -0
  643. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -0
  644. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +2 -0
  645. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +2 -0
  646. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -0
  647. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +2 -0
  648. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +2 -0
  649. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -0
  650. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +2 -0
  651. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  652. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +2 -0
  653. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +2 -0
  654. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +2 -0
  655. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  656. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +2 -0
  657. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  658. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +2 -0
  659. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +2 -0
  660. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +2 -0
  661. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +2 -0
  662. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
  663. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +2 -0
  664. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
  665. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
  666. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +2 -0
  667. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +2 -0
  668. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +2 -0
  669. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +2 -0
  670. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +2 -0
  671. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +2 -0
  672. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -0
  673. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -0
  674. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  675. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +2 -0
  676. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +2 -0
  677. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +2 -0
  678. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +2 -0
  679. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -0
  680. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +2 -0
  681. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +2 -0
  682. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
  683. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +2 -0
  684. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +2 -0
  685. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -0
  686. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +2 -0
  687. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +2 -0
  688. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +2 -0
  689. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +2 -0
  690. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
  691. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +2 -0
  692. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +2 -0
  693. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +2 -0
  694. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +2 -0
  695. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  696. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +2 -0
  697. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
  698. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +2 -0
  699. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +2 -0
  700. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  701. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +2 -0
  702. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +2 -0
  703. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +2 -0
  704. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -0
  705. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +2 -0
  706. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +2 -0
  707. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +2 -0
  708. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +2 -0
  709. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +2 -0
  710. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -0
  711. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +2 -0
  712. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +2 -0
  713. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
  714. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +2 -0
  715. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +2 -0
  716. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  717. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
  718. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +2 -0
  719. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +2 -0
  720. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +2 -0
  721. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +2 -0
  722. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +2 -0
  723. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +2 -0
  724. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +2 -0
  725. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +2 -0
  726. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +2 -0
  727. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -0
  728. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +2 -0
  729. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  730. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -0
  731. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -0
  732. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  733. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +2 -0
  734. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +2 -0
  735. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -0
  736. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
  737. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +2 -0
  738. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +2 -0
  739. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
  740. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
  741. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
  742. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +2 -0
  743. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +2 -0
  744. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
  745. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +2 -0
  746. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
  747. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +2 -0
  748. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +2 -0
  749. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +2 -0
  750. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +2 -0
  751. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +2 -0
  752. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +2 -0
  753. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -0
  754. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +2 -0
  755. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  756. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  757. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +2 -0
  758. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +2 -0
  759. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  760. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +2 -0
  761. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +2 -0
  762. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  763. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +2 -0
  764. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  765. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +2 -0
  766. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +2 -0
  767. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +2 -0
  768. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
  769. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +2 -0
  770. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
  771. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
  772. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +2 -0
  773. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +2 -0
  774. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +2 -0
  775. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +2 -0
  776. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +2 -0
  777. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +2 -0
  778. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +2 -0
  779. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +2 -0
  780. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -0
  781. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +2 -0
  782. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +2 -0
  783. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +2 -0
  784. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +2 -0
  785. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  786. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  787. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  788. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  789. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  790. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  791. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  792. package/package.json +5 -3
  793. package/dist-cjs/endpoints.js +0 -144
  794. package/dist-es/endpoints.js +0 -140
  795. package/dist-types/endpoints.d.ts +0 -2
  796. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  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 { 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, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
10
11
  import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
11
12
  import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "./commands/AssociatePhoneNumberWithUserCommand";
@@ -197,6 +198,7 @@ import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from
197
198
  import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
198
199
  import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
199
200
  import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
201
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
200
202
  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
203
  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
204
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -289,11 +291,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
289
291
  * @internal
290
292
  */
291
293
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
292
- /**
293
- * Fetch related hostname, signing name or signing region with given region.
294
- * @internal
295
- */
296
- regionInfoProvider?: RegionInfoProvider;
297
294
  /**
298
295
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
299
296
  * @internal
@@ -304,13 +301,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
304
301
  */
305
302
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
306
303
  }
307
- declare type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
304
+ declare type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
308
305
  /**
309
306
  * The configuration interface of ChimeClient class constructor that set the region, credentials and other options.
310
307
  */
311
308
  export interface ChimeClientConfig extends ChimeClientConfigType {
312
309
  }
313
- declare type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
310
+ declare type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
314
311
  /**
315
312
  * The resolved configuration interface of ChimeClient class. This is resolved and normalized from the {@link ChimeClientConfig | constructor configuration interface}.
316
313
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhon
25
26
  */
26
27
  export declare class AssociatePhoneNumberWithUserCommand extends $Command<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: AssociatePhoneNumberWithUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociatePhoneNumberWithUserCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
25
26
  */
26
27
  export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
25
26
  */
26
27
  export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends A
25
26
  */
26
27
  export declare class AssociateSigninDelegateGroupsWithAccountCommand extends $Command<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateSigninDelegateGroupsWithAccountCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -30,6 +31,7 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
30
31
  */
31
32
  export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
32
33
  readonly input: BatchCreateAttendeeCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: BatchCreateAttendeeCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
25
26
  */
26
27
  export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: BatchCreateChannelMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreateChannelMembershipCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
25
26
  */
26
27
  export declare class BatchCreateRoomMembershipCommand extends $Command<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: BatchCreateRoomMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreateRoomMembershipCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -33,6 +34,7 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
33
34
  */
34
35
  export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
35
36
  readonly input: BatchDeletePhoneNumberCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: BatchDeletePhoneNumberCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -41,6 +42,7 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
41
42
  */
42
43
  export declare class BatchSuspendUserCommand extends $Command<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig> {
43
44
  readonly input: BatchSuspendUserCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
46
  constructor(input: BatchSuspendUserCommandInput);
45
47
  /**
46
48
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -37,6 +38,7 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
37
38
  */
38
39
  export declare class BatchUnsuspendUserCommand extends $Command<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig> {
39
40
  readonly input: BatchUnsuspendUserCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: BatchUnsuspendUserCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -27,6 +28,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
27
28
  */
28
29
  export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
29
30
  readonly input: BatchUpdatePhoneNumberCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchUpdatePhoneNumberCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
25
26
  */
26
27
  export declare class BatchUpdateUserCommand extends $Command<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: BatchUpdateUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchUpdateUserCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -27,6 +28,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
27
28
  */
28
29
  export declare class CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig> {
29
30
  readonly input: CreateAccountCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateAccountCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -39,6 +40,7 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
39
40
  */
40
41
  export declare class CreateAppInstanceAdminCommand extends $Command<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
41
42
  readonly input: CreateAppInstanceAdminCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: CreateAppInstanceAdminCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -26,6 +27,7 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
26
27
  */
27
28
  export declare class CreateAppInstanceCommand extends $Command<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: CreateAppInstanceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateAppInstanceCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -26,6 +27,7 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
26
27
  */
27
28
  export declare class CreateAppInstanceUserCommand extends $Command<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: CreateAppInstanceUserCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateAppInstanceUserCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -30,6 +31,7 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
30
31
  */
31
32
  export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
32
33
  readonly input: CreateAttendeeCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: CreateAttendeeCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
25
26
  */
26
27
  export declare class CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateBotCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateBotCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -36,6 +37,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
36
37
  */
37
38
  export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeClientResolvedConfig> {
38
39
  readonly input: CreateChannelBanCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: CreateChannelBanCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -35,6 +36,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
35
36
  */
36
37
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeClientResolvedConfig> {
37
38
  readonly input: CreateChannelCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: CreateChannelCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -62,6 +63,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
62
63
  */
63
64
  export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
64
65
  readonly input: CreateChannelMembershipCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
67
  constructor(input: CreateChannelMembershipCommandInput);
66
68
  /**
67
69
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -49,6 +50,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
49
50
  */
50
51
  export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
51
52
  readonly input: CreateChannelModeratorCommandInput;
53
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
54
  constructor(input: CreateChannelModeratorCommandInput);
53
55
  /**
54
56
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
25
26
  */
26
27
  export declare class CreateMediaCapturePipelineCommand extends $Command<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateMediaCapturePipelineCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateMediaCapturePipelineCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -35,6 +36,7 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
35
36
  */
36
37
  export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeClientResolvedConfig> {
37
38
  readonly input: CreateMeetingCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: CreateMeetingCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -29,6 +30,7 @@ export interface CreateMeetingDialOutCommandOutput extends CreateMeetingDialOutR
29
30
  */
30
31
  export declare class CreateMeetingDialOutCommand extends $Command<CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig> {
31
32
  readonly input: CreateMeetingDialOutCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateMeetingDialOutCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -35,6 +36,7 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
35
36
  */
36
37
  export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeClientResolvedConfig> {
37
38
  readonly input: CreateMeetingWithAttendeesCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: CreateMeetingWithAttendeesCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -26,6 +27,7 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
26
27
  */
27
28
  export declare class CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: CreatePhoneNumberOrderCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreatePhoneNumberOrderCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
25
26
  */
26
27
  export declare class CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateProxySessionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProxySessionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
25
26
  */
26
27
  export declare class CreateRoomCommand extends $Command<CreateRoomCommandInput, CreateRoomCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateRoomCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateRoomCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateRoomMembershipCommandOutput extends CreateRoomMembershipR
25
26
  */
26
27
  export declare class CreateRoomMembershipCommand extends $Command<CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateRoomMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateRoomMembershipCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -26,6 +27,7 @@ export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMed
26
27
  */
27
28
  export declare class CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: CreateSipMediaApplicationCallCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateSipMediaApplicationCallCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp
25
26
  */
26
27
  export declare class CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateSipMediaApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSipMediaApplicationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
25
26
  */
26
27
  export declare class CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateSipRuleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSipRuleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -25,6 +26,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
25
26
  */
26
27
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: CreateUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateUserCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -31,6 +32,7 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR
31
32
  */
32
33
  export declare class CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
33
34
  readonly input: CreateVoiceConnectorCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: CreateVoiceConnectorCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -29,6 +30,7 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
29
30
  */
30
31
  export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
31
32
  readonly input: CreateVoiceConnectorGroupCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateVoiceConnectorGroupCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
@@ -38,6 +39,7 @@ export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __Met
38
39
  */
39
40
  export declare class DeleteAccountCommand extends $Command<DeleteAccountCommandInput, DeleteAccountCommandOutput, ChimeClientResolvedConfig> {
40
41
  readonly input: DeleteAccountCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: DeleteAccountCommandInput);
42
44
  /**
43
45
  * @internal