@aws-sdk/client-chime 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3419 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1250 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +31 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +30 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +31 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +31 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +30 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +32 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +30 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +32 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +36 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +35 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +37 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +35 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +36 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +39 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +32 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +35 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +35 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +36 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +32 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +39 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +32 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +39 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +39 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +39 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +39 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +39 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +39 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +41 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +39 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +39 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +39 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +36 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +35 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +36 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +39 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +39 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +30 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +30 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +30 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +30 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +35 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +36 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +39 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +36 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +35 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +36 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +32 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +39 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +39 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +35 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +31 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +39 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +39 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +36 -17
  195. package/dist-types/ts3.4/commands/index.d.ts +191 -191
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  197. package/dist-types/ts3.4/index.d.ts +6 -6
  198. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +7 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2137 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1496 -1694
  202. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  203. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +11 -4
  218. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/index.d.ts +27 -27
  230. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +2297 -575
  231. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  235. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { AssociatePhoneNumberWithUserRequest, AssociatePhoneNumberWithUserResponse } from "../models/models_0";
5
- export interface AssociatePhoneNumberWithUserCommandInput extends AssociatePhoneNumberWithUserRequest {
6
- }
7
- export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhoneNumberWithUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePhoneNumberWithUserCommand extends $Command<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: AssociatePhoneNumberWithUserCommandInput;
12
- constructor(input: AssociatePhoneNumberWithUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ AssociatePhoneNumberWithUserRequest,
15
+ AssociatePhoneNumberWithUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociatePhoneNumberWithUserCommandInput
18
+ extends AssociatePhoneNumberWithUserRequest {}
19
+ export interface AssociatePhoneNumberWithUserCommandOutput
20
+ extends AssociatePhoneNumberWithUserResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociatePhoneNumberWithUserCommand extends $Command<
23
+ AssociatePhoneNumberWithUserCommandInput,
24
+ AssociatePhoneNumberWithUserCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: AssociatePhoneNumberWithUserCommandInput;
28
+ constructor(input: AssociatePhoneNumberWithUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociatePhoneNumberWithUserCommandInput,
35
+ AssociatePhoneNumberWithUserCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { AssociatePhoneNumbersWithVoiceConnectorRequest, AssociatePhoneNumbersWithVoiceConnectorResponse } from "../models/models_0";
5
- export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput extends AssociatePhoneNumbersWithVoiceConnectorRequest {
6
- }
7
- export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
12
- constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ AssociatePhoneNumbersWithVoiceConnectorRequest,
15
+ AssociatePhoneNumbersWithVoiceConnectorResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociatePhoneNumbersWithVoiceConnectorCommandInput
18
+ extends AssociatePhoneNumbersWithVoiceConnectorRequest {}
19
+ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput
20
+ extends AssociatePhoneNumbersWithVoiceConnectorResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<
23
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
24
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
28
+ constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
35
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { AssociatePhoneNumbersWithVoiceConnectorGroupRequest, AssociatePhoneNumbersWithVoiceConnectorGroupResponse } from "../models/models_0";
5
- export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
6
- }
7
- export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
12
- constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ AssociatePhoneNumbersWithVoiceConnectorGroupRequest,
15
+ AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput
18
+ extends AssociatePhoneNumbersWithVoiceConnectorGroupRequest {}
19
+ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
20
+ extends AssociatePhoneNumbersWithVoiceConnectorGroupResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<
23
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
24
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
28
+ constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
35
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { AssociateSigninDelegateGroupsWithAccountRequest, AssociateSigninDelegateGroupsWithAccountResponse } from "../models/models_0";
5
- export interface AssociateSigninDelegateGroupsWithAccountCommandInput extends AssociateSigninDelegateGroupsWithAccountRequest {
6
- }
7
- export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends AssociateSigninDelegateGroupsWithAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateSigninDelegateGroupsWithAccountCommand extends $Command<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput;
12
- constructor(input: AssociateSigninDelegateGroupsWithAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ AssociateSigninDelegateGroupsWithAccountRequest,
15
+ AssociateSigninDelegateGroupsWithAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateSigninDelegateGroupsWithAccountCommandInput
18
+ extends AssociateSigninDelegateGroupsWithAccountRequest {}
19
+ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput
20
+ extends AssociateSigninDelegateGroupsWithAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateSigninDelegateGroupsWithAccountCommand extends $Command<
23
+ AssociateSigninDelegateGroupsWithAccountCommandInput,
24
+ AssociateSigninDelegateGroupsWithAccountCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput;
28
+ constructor(input: AssociateSigninDelegateGroupsWithAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateSigninDelegateGroupsWithAccountCommandInput,
35
+ AssociateSigninDelegateGroupsWithAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
5
- export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequest {
6
- }
7
- export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchCreateAttendeeCommandInput;
12
- constructor(input: BatchCreateAttendeeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchCreateAttendeeRequest,
15
+ BatchCreateAttendeeResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchCreateAttendeeCommandInput
18
+ extends BatchCreateAttendeeRequest {}
19
+ export interface BatchCreateAttendeeCommandOutput
20
+ extends BatchCreateAttendeeResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchCreateAttendeeCommand extends $Command<
23
+ BatchCreateAttendeeCommandInput,
24
+ BatchCreateAttendeeCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchCreateAttendeeCommandInput;
28
+ constructor(input: BatchCreateAttendeeCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse } from "../models/models_0";
5
- export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {
6
- }
7
- export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchCreateChannelMembershipCommandInput;
12
- constructor(input: BatchCreateChannelMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchCreateChannelMembershipRequest,
15
+ BatchCreateChannelMembershipResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchCreateChannelMembershipCommandInput
18
+ extends BatchCreateChannelMembershipRequest {}
19
+ export interface BatchCreateChannelMembershipCommandOutput
20
+ extends BatchCreateChannelMembershipResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchCreateChannelMembershipCommand extends $Command<
23
+ BatchCreateChannelMembershipCommandInput,
24
+ BatchCreateChannelMembershipCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchCreateChannelMembershipCommandInput;
28
+ constructor(input: BatchCreateChannelMembershipCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchCreateChannelMembershipCommandInput,
35
+ BatchCreateChannelMembershipCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchCreateRoomMembershipRequest, BatchCreateRoomMembershipResponse } from "../models/models_0";
5
- export interface BatchCreateRoomMembershipCommandInput extends BatchCreateRoomMembershipRequest {
6
- }
7
- export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomMembershipResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchCreateRoomMembershipCommand extends $Command<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchCreateRoomMembershipCommandInput;
12
- constructor(input: BatchCreateRoomMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchCreateRoomMembershipRequest,
15
+ BatchCreateRoomMembershipResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchCreateRoomMembershipCommandInput
18
+ extends BatchCreateRoomMembershipRequest {}
19
+ export interface BatchCreateRoomMembershipCommandOutput
20
+ extends BatchCreateRoomMembershipResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchCreateRoomMembershipCommand extends $Command<
23
+ BatchCreateRoomMembershipCommandInput,
24
+ BatchCreateRoomMembershipCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchCreateRoomMembershipCommandInput;
28
+ constructor(input: BatchCreateRoomMembershipCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchCreateRoomMembershipCommandInput,
35
+ BatchCreateRoomMembershipCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
5
- export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {
6
- }
7
- export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNumberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchDeletePhoneNumberCommandInput;
12
- constructor(input: BatchDeletePhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchDeletePhoneNumberRequest,
15
+ BatchDeletePhoneNumberResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDeletePhoneNumberCommandInput
18
+ extends BatchDeletePhoneNumberRequest {}
19
+ export interface BatchDeletePhoneNumberCommandOutput
20
+ extends BatchDeletePhoneNumberResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDeletePhoneNumberCommand extends $Command<
23
+ BatchDeletePhoneNumberCommandInput,
24
+ BatchDeletePhoneNumberCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDeletePhoneNumberCommandInput;
28
+ constructor(input: BatchDeletePhoneNumberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDeletePhoneNumberCommandInput,
35
+ BatchDeletePhoneNumberCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchSuspendUserRequest, BatchSuspendUserResponse } from "../models/models_0";
5
- export interface BatchSuspendUserCommandInput extends BatchSuspendUserRequest {
6
- }
7
- export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchSuspendUserCommand extends $Command<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchSuspendUserCommandInput;
12
- constructor(input: BatchSuspendUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchSuspendUserRequest,
15
+ BatchSuspendUserResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchSuspendUserCommandInput extends BatchSuspendUserRequest {}
18
+ export interface BatchSuspendUserCommandOutput
19
+ extends BatchSuspendUserResponse,
20
+ __MetadataBearer {}
21
+ export declare class BatchSuspendUserCommand extends $Command<
22
+ BatchSuspendUserCommandInput,
23
+ BatchSuspendUserCommandOutput,
24
+ ChimeClientResolvedConfig
25
+ > {
26
+ readonly input: BatchSuspendUserCommandInput;
27
+ constructor(input: BatchSuspendUserCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse } from "../models/models_0";
5
- export interface BatchUnsuspendUserCommandInput extends BatchUnsuspendUserRequest {
6
- }
7
- export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUnsuspendUserCommand extends $Command<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchUnsuspendUserCommandInput;
12
- constructor(input: BatchUnsuspendUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchUnsuspendUserRequest,
15
+ BatchUnsuspendUserResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchUnsuspendUserCommandInput
18
+ extends BatchUnsuspendUserRequest {}
19
+ export interface BatchUnsuspendUserCommandOutput
20
+ extends BatchUnsuspendUserResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUnsuspendUserCommand extends $Command<
23
+ BatchUnsuspendUserCommandInput,
24
+ BatchUnsuspendUserCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUnsuspendUserCommandInput;
28
+ constructor(input: BatchUnsuspendUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
5
- export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {
6
- }
7
- export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchUpdatePhoneNumberCommandInput;
12
- constructor(input: BatchUpdatePhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeClient";
13
+ import {
14
+ BatchUpdatePhoneNumberRequest,
15
+ BatchUpdatePhoneNumberResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchUpdatePhoneNumberCommandInput
18
+ extends BatchUpdatePhoneNumberRequest {}
19
+ export interface BatchUpdatePhoneNumberCommandOutput
20
+ extends BatchUpdatePhoneNumberResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUpdatePhoneNumberCommand extends $Command<
23
+ BatchUpdatePhoneNumberCommandInput,
24
+ BatchUpdatePhoneNumberCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdatePhoneNumberCommandInput;
28
+ constructor(input: BatchUpdatePhoneNumberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchUpdatePhoneNumberCommandInput,
35
+ BatchUpdatePhoneNumberCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }