@aws-sdk/client-chime 3.50.0 → 3.51.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 (233) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +955 -0
  3. package/dist-types/ts3.4/ChimeClient.d.ts +263 -0
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +18 -0
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/index.d.ts +190 -0
  195. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  196. package/dist-types/ts3.4/index.d.ts +5 -0
  197. package/dist-types/ts3.4/models/index.d.ts +2 -0
  198. package/dist-types/ts3.4/models/models_0.d.ts +3089 -0
  199. package/dist-types/ts3.4/models/models_1.d.ts +2042 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  218. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +4 -0
  219. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
  220. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +4 -0
  221. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
  222. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +4 -0
  223. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  224. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
  225. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
  226. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  227. package/dist-types/ts3.4/pagination/index.d.ts +27 -0
  228. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +572 -0
  229. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  230. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  231. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  232. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  233. package/package.json +8 -8
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Chime } from "../Chime";
3
+ import { ChimeClient } from "../ChimeClient";
4
+ export interface ChimePaginationConfiguration extends PaginationConfiguration {
5
+ client: Chime | ChimeClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAccounts(config: ChimePaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator<ListAccountsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "../commands/ListAppInstanceAdminsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAppInstanceAdmins(config: ChimePaginationConfiguration, input: ListAppInstanceAdminsCommandInput, ...additionalArguments: any): Paginator<ListAppInstanceAdminsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "../commands/ListAppInstanceUsersCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAppInstanceUsers(config: ChimePaginationConfiguration, input: ListAppInstanceUsersCommandInput, ...additionalArguments: any): Paginator<ListAppInstanceUsersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAppInstances(config: ChimePaginationConfiguration, input: ListAppInstancesCommandInput, ...additionalArguments: any): Paginator<ListAppInstancesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAttendees(config: ChimePaginationConfiguration, input: ListAttendeesCommandInput, ...additionalArguments: any): Paginator<ListAttendeesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListBots(config: ChimePaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelBans(config: ChimePaginationConfiguration, input: ListChannelBansCommandInput, ...additionalArguments: any): Paginator<ListChannelBansCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelMembershipsForAppInstanceUser(config: ChimePaginationConfiguration, input: ListChannelMembershipsForAppInstanceUserCommandInput, ...additionalArguments: any): Paginator<ListChannelMembershipsForAppInstanceUserCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelMemberships(config: ChimePaginationConfiguration, input: ListChannelMembershipsCommandInput, ...additionalArguments: any): Paginator<ListChannelMembershipsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "../commands/ListChannelMessagesCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelMessages(config: ChimePaginationConfiguration, input: ListChannelMessagesCommandInput, ...additionalArguments: any): Paginator<ListChannelMessagesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "../commands/ListChannelModeratorsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelModerators(config: ChimePaginationConfiguration, input: ListChannelModeratorsCommandInput, ...additionalArguments: any): Paginator<ListChannelModeratorsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannelsModeratedByAppInstanceUser(config: ChimePaginationConfiguration, input: ListChannelsModeratedByAppInstanceUserCommandInput, ...additionalArguments: any): Paginator<ListChannelsModeratedByAppInstanceUserCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChannels(config: ChimePaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMediaCapturePipelines(config: ChimePaginationConfiguration, input: ListMediaCapturePipelinesCommandInput, ...additionalArguments: any): Paginator<ListMediaCapturePipelinesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "../commands/ListMeetingsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMeetings(config: ChimePaginationConfiguration, input: ListMeetingsCommandInput, ...additionalArguments: any): Paginator<ListMeetingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "../commands/ListPhoneNumberOrdersCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPhoneNumberOrders(config: ChimePaginationConfiguration, input: ListPhoneNumberOrdersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumberOrdersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPhoneNumbers(config: ChimePaginationConfiguration, input: ListPhoneNumbersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "../commands/ListProxySessionsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListProxySessions(config: ChimePaginationConfiguration, input: ListProxySessionsCommandInput, ...additionalArguments: any): Paginator<ListProxySessionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "../commands/ListRoomMembershipsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListRoomMemberships(config: ChimePaginationConfiguration, input: ListRoomMembershipsCommandInput, ...additionalArguments: any): Paginator<ListRoomMembershipsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListRooms(config: ChimePaginationConfiguration, input: ListRoomsCommandInput, ...additionalArguments: any): Paginator<ListRoomsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "../commands/ListSipMediaApplicationsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListSipMediaApplications(config: ChimePaginationConfiguration, input: ListSipMediaApplicationsCommandInput, ...additionalArguments: any): Paginator<ListSipMediaApplicationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "../commands/ListSipRulesCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListSipRules(config: ChimePaginationConfiguration, input: ListSipRulesCommandInput, ...additionalArguments: any): Paginator<ListSipRulesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListUsers(config: ChimePaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "../commands/ListVoiceConnectorGroupsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListVoiceConnectorGroups(config: ChimePaginationConfiguration, input: ListVoiceConnectorGroupsCommandInput, ...additionalArguments: any): Paginator<ListVoiceConnectorGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "../commands/ListVoiceConnectorsCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListVoiceConnectors(config: ChimePaginationConfiguration, input: ListVoiceConnectorsCommandInput, ...additionalArguments: any): Paginator<ListVoiceConnectorsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
3
+ import { ChimePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchAvailablePhoneNumbers(config: ChimePaginationConfiguration, input: SearchAvailablePhoneNumbersCommandInput, ...additionalArguments: any): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
@@ -0,0 +1,27 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccountsPaginator";
3
+ export * from "./ListAppInstanceAdminsPaginator";
4
+ export * from "./ListAppInstanceUsersPaginator";
5
+ export * from "./ListAppInstancesPaginator";
6
+ export * from "./ListAttendeesPaginator";
7
+ export * from "./ListBotsPaginator";
8
+ export * from "./ListChannelBansPaginator";
9
+ export * from "./ListChannelMembershipsForAppInstanceUserPaginator";
10
+ export * from "./ListChannelMembershipsPaginator";
11
+ export * from "./ListChannelMessagesPaginator";
12
+ export * from "./ListChannelModeratorsPaginator";
13
+ export * from "./ListChannelsModeratedByAppInstanceUserPaginator";
14
+ export * from "./ListChannelsPaginator";
15
+ export * from "./ListMediaCapturePipelinesPaginator";
16
+ export * from "./ListMeetingsPaginator";
17
+ export * from "./ListPhoneNumberOrdersPaginator";
18
+ export * from "./ListPhoneNumbersPaginator";
19
+ export * from "./ListProxySessionsPaginator";
20
+ export * from "./ListRoomMembershipsPaginator";
21
+ export * from "./ListRoomsPaginator";
22
+ export * from "./ListSipMediaApplicationsPaginator";
23
+ export * from "./ListSipRulesPaginator";
24
+ export * from "./ListUsersPaginator";
25
+ export * from "./ListVoiceConnectorGroupsPaginator";
26
+ export * from "./ListVoiceConnectorsPaginator";
27
+ export * from "./SearchAvailablePhoneNumbersPaginator";