@aws-sdk/client-chime 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3610 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1275 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +34 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +38 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +34 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +41 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +37 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +41 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +41 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +32 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +32 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +32 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +32 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +37 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +38 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +34 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +33 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -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 +8 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2875 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1948 -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 +66 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  235. package/package.json +34 -34
@@ -1,17 +1,41 @@
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
+
23
+ export declare class BatchUpdatePhoneNumberCommand extends $Command<
24
+ BatchUpdatePhoneNumberCommandInput,
25
+ BatchUpdatePhoneNumberCommandOutput,
26
+ ChimeClientResolvedConfig
27
+ > {
28
+ readonly input: BatchUpdatePhoneNumberCommandInput;
29
+ constructor(input: BatchUpdatePhoneNumberCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchUpdatePhoneNumberCommandInput,
37
+ BatchUpdatePhoneNumberCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { BatchUpdateUserRequest, BatchUpdateUserResponse } from "../models/models_0";
5
- export interface BatchUpdateUserCommandInput extends BatchUpdateUserRequest {
6
- }
7
- export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUpdateUserCommand extends $Command<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: BatchUpdateUserCommandInput;
12
- constructor(input: BatchUpdateUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ BatchUpdateUserRequest,
15
+ BatchUpdateUserResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchUpdateUserCommandInput extends BatchUpdateUserRequest {}
18
+ export interface BatchUpdateUserCommandOutput
19
+ extends BatchUpdateUserResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class BatchUpdateUserCommand extends $Command<
23
+ BatchUpdateUserCommandInput,
24
+ BatchUpdateUserCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdateUserCommandInput;
28
+ constructor(input: BatchUpdateUserCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0";
5
- export interface CreateAccountCommandInput extends CreateAccountRequest {
6
- }
7
- export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateAccountCommandInput;
12
- constructor(input: CreateAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccountCommandInput, CreateAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ CreateAccountRequest,
15
+ CreateAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAccountCommandInput extends CreateAccountRequest {}
18
+ export interface CreateAccountCommandOutput
19
+ extends CreateAccountResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateAccountCommand extends $Command<
23
+ CreateAccountCommandInput,
24
+ CreateAccountCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAccountCommandInput;
28
+ constructor(input: CreateAccountCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateAccountCommandInput, CreateAccountCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { CreateAppInstanceAdminRequest, CreateAppInstanceAdminResponse } from "../models/models_0";
5
- export interface CreateAppInstanceAdminCommandInput extends CreateAppInstanceAdminRequest {
6
- }
7
- export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAdminResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAppInstanceAdminCommand extends $Command<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateAppInstanceAdminCommandInput;
12
- constructor(input: CreateAppInstanceAdminCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ CreateAppInstanceAdminRequest,
15
+ CreateAppInstanceAdminResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAppInstanceAdminCommandInput
18
+ extends CreateAppInstanceAdminRequest {}
19
+ export interface CreateAppInstanceAdminCommandOutput
20
+ extends CreateAppInstanceAdminResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAppInstanceAdminCommand extends $Command<
24
+ CreateAppInstanceAdminCommandInput,
25
+ CreateAppInstanceAdminCommandOutput,
26
+ ChimeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAppInstanceAdminCommandInput;
29
+ constructor(input: CreateAppInstanceAdminCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateAppInstanceAdminCommandInput,
37
+ CreateAppInstanceAdminCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
4
- import { CreateAppInstanceRequest, CreateAppInstanceResponse } from "../models/models_0";
5
- export interface CreateAppInstanceCommandInput extends CreateAppInstanceRequest {
6
- }
7
- export interface CreateAppInstanceCommandOutput extends CreateAppInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAppInstanceCommand extends $Command<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateAppInstanceCommandInput;
12
- constructor(input: CreateAppInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ CreateAppInstanceRequest,
15
+ CreateAppInstanceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAppInstanceCommandInput
18
+ extends CreateAppInstanceRequest {}
19
+ export interface CreateAppInstanceCommandOutput
20
+ extends CreateAppInstanceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAppInstanceCommand extends $Command<
24
+ CreateAppInstanceCommandInput,
25
+ CreateAppInstanceCommandOutput,
26
+ ChimeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAppInstanceCommandInput;
29
+ constructor(input: CreateAppInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { CreateAppInstanceUserRequest, CreateAppInstanceUserResponse } from "../models/models_0";
5
- export interface CreateAppInstanceUserCommandInput extends CreateAppInstanceUserRequest {
6
- }
7
- export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAppInstanceUserCommand extends $Command<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateAppInstanceUserCommandInput;
12
- constructor(input: CreateAppInstanceUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput>;
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
+ CreateAppInstanceUserRequest,
15
+ CreateAppInstanceUserResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAppInstanceUserCommandInput
18
+ extends CreateAppInstanceUserRequest {}
19
+ export interface CreateAppInstanceUserCommandOutput
20
+ extends CreateAppInstanceUserResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAppInstanceUserCommand extends $Command<
24
+ CreateAppInstanceUserCommandInput,
25
+ CreateAppInstanceUserCommandOutput,
26
+ ChimeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAppInstanceUserCommandInput;
29
+ constructor(input: CreateAppInstanceUserCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateAppInstanceUserCommandInput,
37
+ CreateAppInstanceUserCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
5
- export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {
6
- }
7
- export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateAttendeeCommandInput;
12
- constructor(input: CreateAttendeeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAttendeeCommandInput, CreateAttendeeCommandOutput>;
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
+ CreateAttendeeRequest,
15
+ CreateAttendeeResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {}
18
+ export interface CreateAttendeeCommandOutput
19
+ extends CreateAttendeeResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateAttendeeCommand extends $Command<
23
+ CreateAttendeeCommandInput,
24
+ CreateAttendeeCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAttendeeCommandInput;
28
+ constructor(input: CreateAttendeeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateAttendeeCommandInput, CreateAttendeeCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { CreateBotRequest, CreateBotResponse } from "../models/models_0";
5
- export interface CreateBotCommandInput extends CreateBotRequest {
6
- }
7
- export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateBotCommandInput;
12
- constructor(input: CreateBotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotCommandInput, CreateBotCommandOutput>;
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 { CreateBotRequest, CreateBotResponse } from "../models/models_0";
14
+ export interface CreateBotCommandInput extends CreateBotRequest {}
15
+ export interface CreateBotCommandOutput
16
+ extends CreateBotResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateBotCommand extends $Command<
20
+ CreateBotCommandInput,
21
+ CreateBotCommandOutput,
22
+ ChimeClientResolvedConfig
23
+ > {
24
+ readonly input: CreateBotCommandInput;
25
+ constructor(input: CreateBotCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ChimeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateBotCommandInput, CreateBotCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { CreateChannelBanRequest, CreateChannelBanResponse } from "../models/models_0";
5
- export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {
6
- }
7
- export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateChannelBanCommandInput;
12
- constructor(input: CreateChannelBanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelBanCommandInput, CreateChannelBanCommandOutput>;
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
+ CreateChannelBanRequest,
15
+ CreateChannelBanResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {}
18
+ export interface CreateChannelBanCommandOutput
19
+ extends CreateChannelBanResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateChannelBanCommand extends $Command<
23
+ CreateChannelBanCommandInput,
24
+ CreateChannelBanCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChannelBanCommandInput;
28
+ constructor(input: CreateChannelBanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateChannelBanCommandInput, CreateChannelBanCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
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
+ CreateChannelRequest,
15
+ CreateChannelResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelCommandInput extends CreateChannelRequest {}
18
+ export interface CreateChannelCommandOutput
19
+ extends CreateChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateChannelCommand extends $Command<
23
+ CreateChannelCommandInput,
24
+ CreateChannelCommandOutput,
25
+ ChimeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChannelCommandInput;
28
+ constructor(input: CreateChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CreateChannelMembershipRequest, CreateChannelMembershipResponse } from "../models/models_0";
5
- export interface CreateChannelMembershipCommandInput extends CreateChannelMembershipRequest {
6
- }
7
- export interface CreateChannelMembershipCommandOutput extends CreateChannelMembershipResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
11
- readonly input: CreateChannelMembershipCommandInput;
12
- constructor(input: CreateChannelMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput>;
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
+ CreateChannelMembershipRequest,
15
+ CreateChannelMembershipResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelMembershipCommandInput
18
+ extends CreateChannelMembershipRequest {}
19
+ export interface CreateChannelMembershipCommandOutput
20
+ extends CreateChannelMembershipResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateChannelMembershipCommand extends $Command<
24
+ CreateChannelMembershipCommandInput,
25
+ CreateChannelMembershipCommandOutput,
26
+ ChimeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateChannelMembershipCommandInput;
29
+ constructor(input: CreateChannelMembershipCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateChannelMembershipCommandInput,
37
+ CreateChannelMembershipCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }