@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,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 ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _
25
26
  */
26
27
  export declare class ListMeetingTagsCommand extends $Command<ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListMeetingTagsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMeetingTagsCommandInput);
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";
@@ -28,6 +29,7 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad
28
29
  */
29
30
  export declare class ListMeetingsCommand extends $Command<ListMeetingsCommandInput, ListMeetingsCommandOutput, ChimeClientResolvedConfig> {
30
31
  readonly input: ListMeetingsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListMeetingsCommandInput);
32
34
  /**
33
35
  * @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 ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
25
26
  */
26
27
  export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListPhoneNumberOrdersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListPhoneNumberOrdersCommandInput);
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 ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
25
26
  */
26
27
  export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListPhoneNumbersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListPhoneNumbersCommandInput);
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 ListProxySessionsCommandOutput extends ListProxySessionsRespons
25
26
  */
26
27
  export declare class ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListProxySessionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListProxySessionsCommandInput);
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 ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes
26
27
  */
27
28
  export declare class ListRoomMembershipsCommand extends $Command<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: ListRoomMembershipsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListRoomMembershipsCommandInput);
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 ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
25
26
  */
26
27
  export declare class ListRoomsCommand extends $Command<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListRoomsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListRoomsCommandInput);
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 ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli
25
26
  */
26
27
  export declare class ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListSipMediaApplicationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSipMediaApplicationsCommandInput);
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 ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad
25
26
  */
26
27
  export declare class ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListSipRulesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSipRulesCommandInput);
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 ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
25
26
  */
26
27
  export declare class ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListSupportedPhoneNumberCountriesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSupportedPhoneNumberCountriesCommandInput);
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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
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 ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
26
27
  */
27
28
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: ListUsersCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListUsersCommandInput);
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 ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
25
26
  */
26
27
  export declare class ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListVoiceConnectorGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListVoiceConnectorGroupsCommandInput);
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 ListVoiceConnectorTerminationCredentialsCommandOutput extends L
25
26
  */
26
27
  export declare class ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListVoiceConnectorTerminationCredentialsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListVoiceConnectorTerminationCredentialsCommandInput);
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 ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
25
26
  */
26
27
  export declare class ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: ListVoiceConnectorsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListVoiceConnectorsCommandInput);
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 LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
25
26
  */
26
27
  export declare class LogoutUserCommand extends $Command<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: LogoutUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: LogoutUserCommandInput);
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 PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
25
26
  */
26
27
  export declare class PutAppInstanceRetentionSettingsCommand extends $Command<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutAppInstanceRetentionSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutAppInstanceRetentionSettingsCommandInput);
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 PutAppInstanceStreamingConfigurationsCommandOutput extends PutA
25
26
  */
26
27
  export declare class PutAppInstanceStreamingConfigurationsCommand extends $Command<PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutAppInstanceStreamingConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutAppInstanceStreamingConfigurationsCommandInput);
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 PutEventsConfigurationCommandOutput extends PutEventsConfigurat
27
28
  */
28
29
  export declare class PutEventsConfigurationCommand extends $Command<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
29
30
  readonly input: PutEventsConfigurationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: PutEventsConfigurationCommandInput);
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";
@@ -37,6 +38,7 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
37
38
  */
38
39
  export declare class PutRetentionSettingsCommand extends $Command<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
39
40
  readonly input: PutRetentionSettingsCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: PutRetentionSettingsCommandInput);
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";
@@ -25,6 +26,7 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends
25
26
  */
26
27
  export declare class PutSipMediaApplicationLoggingConfigurationCommand extends $Command<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutSipMediaApplicationLoggingConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutSipMediaApplicationLoggingConfigurationCommandInput);
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 PutVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
26
27
  */
27
28
  export declare class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput);
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 PutVoiceConnectorLoggingConfigurationCommandOutput extends PutV
25
26
  */
26
27
  export declare class PutVoiceConnectorLoggingConfigurationCommand extends $Command<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutVoiceConnectorLoggingConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutVoiceConnectorLoggingConfigurationCommandInput);
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";
@@ -29,6 +30,7 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
29
30
  */
30
31
  export declare class PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
31
32
  readonly input: PutVoiceConnectorOriginationCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: PutVoiceConnectorOriginationCommandInput);
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";
@@ -25,6 +26,7 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
25
26
  */
26
27
  export declare class PutVoiceConnectorProxyCommand extends $Command<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutVoiceConnectorProxyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutVoiceConnectorProxyCommandInput);
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 PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
27
28
  */
28
29
  export declare class PutVoiceConnectorStreamingConfigurationCommand extends $Command<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
29
30
  readonly input: PutVoiceConnectorStreamingConfigurationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: PutVoiceConnectorStreamingConfigurationCommandInput);
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";
@@ -29,6 +30,7 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
29
30
  */
30
31
  export declare class PutVoiceConnectorTerminationCommand extends $Command<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
31
32
  readonly input: PutVoiceConnectorTerminationCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: PutVoiceConnectorTerminationCommandInput);
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";
@@ -25,6 +26,7 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
25
26
  */
26
27
  export declare class PutVoiceConnectorTerminationCredentialsCommand extends $Command<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: PutVoiceConnectorTerminationCredentialsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutVoiceConnectorTerminationCredentialsCommandInput);
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";
@@ -32,6 +33,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
32
33
  */
33
34
  export declare class RedactChannelMessageCommand extends $Command<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeClientResolvedConfig> {
34
35
  readonly input: RedactChannelMessageCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: RedactChannelMessageCommandInput);
36
38
  /**
37
39
  * @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 RedactConversationMessageCommandOutput extends RedactConversati
25
26
  */
26
27
  export declare class RedactConversationMessageCommand extends $Command<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: RedactConversationMessageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RedactConversationMessageCommandInput);
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 RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
25
26
  */
26
27
  export declare class RedactRoomMessageCommand extends $Command<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: RedactRoomMessageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RedactRoomMessageCommandInput);
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 RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
25
26
  */
26
27
  export declare class RegenerateSecurityTokenCommand extends $Command<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: RegenerateSecurityTokenCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RegenerateSecurityTokenCommandInput);
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 ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
26
27
  */
27
28
  export declare class ResetPersonalPINCommand extends $Command<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: ResetPersonalPINCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ResetPersonalPINCommandInput);
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 RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
26
27
  */
27
28
  export declare class RestorePhoneNumberCommand extends $Command<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
28
29
  readonly input: RestorePhoneNumberCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: RestorePhoneNumberCommandInput);
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";
@@ -29,6 +30,7 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
29
30
  */
30
31
  export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
31
32
  readonly input: SearchAvailablePhoneNumbersCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: SearchAvailablePhoneNumbersCommandInput);
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";
@@ -34,6 +35,7 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
34
35
  */
35
36
  export declare class SendChannelMessageCommand extends $Command<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeClientResolvedConfig> {
36
37
  readonly input: SendChannelMessageCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: SendChannelMessageCommandInput);
38
40
  /**
39
41
  * @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 StartMeetingTranscriptionCommandOutput extends StartMeetingTran
25
26
  */
26
27
  export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: StartMeetingTranscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartMeetingTranscriptionCommandInput);
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 StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
25
26
  */
26
27
  export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: StopMeetingTranscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopMeetingTranscriptionCommandInput);
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 TagAttendeeCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class TagAttendeeCommand extends $Command<TagAttendeeCommandInput, TagAttendeeCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: TagAttendeeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagAttendeeCommandInput);
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 TagMeetingCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class TagMeetingCommand extends $Command<TagMeetingCommandInput, TagMeetingCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: TagMeetingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagMeetingCommandInput);
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 TagResourceCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
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 UntagAttendeeCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class UntagAttendeeCommand extends $Command<UntagAttendeeCommandInput, UntagAttendeeCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: UntagAttendeeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagAttendeeCommandInput);
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 UntagMeetingCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class UntagMeetingCommand extends $Command<UntagMeetingCommandInput, UntagMeetingCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: UntagMeetingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagMeetingCommandInput);
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 UntagResourceCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal