@aws-sdk/client-chime 3.39.0 → 3.43.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 (227) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +1 -2
  3. package/dist-cjs/commands/GetRetentionSettingsCommand.js +2 -1
  4. package/dist-cjs/commands/GetRoomCommand.js +3 -3
  5. package/dist-cjs/commands/GetSipMediaApplicationCommand.js +1 -2
  6. package/dist-cjs/endpoints.js +80 -5
  7. package/dist-cjs/models/models_0.js +20 -27
  8. package/dist-cjs/models/models_1.js +29 -4
  9. package/dist-cjs/protocols/Aws_restJson1.js +16 -0
  10. package/dist-cjs/runtimeConfig.browser.js +6 -3
  11. package/dist-cjs/runtimeConfig.js +5 -3
  12. package/dist-es/commands/GetRetentionSettingsCommand.js +2 -1
  13. package/dist-es/commands/GetRoomCommand.js +1 -1
  14. package/dist-es/commands/GetSipMediaApplicationCommand.js +1 -2
  15. package/dist-es/endpoints.js +80 -5
  16. package/dist-es/models/models_0.js +18 -16
  17. package/dist-es/models/models_1.js +16 -0
  18. package/dist-es/protocols/Aws_restJson1.js +11 -2
  19. package/dist-es/runtimeConfig.browser.js +3 -2
  20. package/dist-es/runtimeConfig.js +3 -3
  21. package/dist-types/Chime.d.ts +1 -2
  22. package/dist-types/ChimeClient.d.ts +9 -2
  23. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -1
  27. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +1 -1
  28. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
  29. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  30. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
  31. package/dist-types/commands/BatchSuspendUserCommand.d.ts +1 -1
  32. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +1 -1
  33. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  34. package/dist-types/commands/BatchUpdateUserCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateAccountCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAppInstanceCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAttendeeCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateBotCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateMeetingCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateProxySessionCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateRoomCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteAccountCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteAttendeeCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteChannelBanCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteMeetingCommand.d.ts +1 -1
  73. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteProxySessionCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteRoomCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteSipRuleCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +1 -1
  83. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +1 -1
  84. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +1 -1
  86. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +1 -1
  96. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -1
  97. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
  98. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -1
  100. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  101. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  102. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -1
  103. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  104. package/dist-types/commands/GetAttendeeCommand.d.ts +1 -1
  105. package/dist-types/commands/GetBotCommand.d.ts +1 -1
  106. package/dist-types/commands/GetChannelMessageCommand.d.ts +1 -1
  107. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -1
  109. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
  110. package/dist-types/commands/GetMeetingCommand.d.ts +1 -1
  111. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
  114. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetProxySessionCommand.d.ts +1 -1
  116. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -2
  117. package/dist-types/commands/GetRoomCommand.d.ts +2 -2
  118. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +2 -3
  119. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/GetSipRuleCommand.d.ts +1 -1
  121. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  122. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  123. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +1 -1
  124. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
  125. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
  127. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +1 -1
  128. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +1 -1
  129. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  130. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +1 -1
  131. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +1 -1
  132. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  133. package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  134. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +1 -1
  135. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +1 -1
  136. package/dist-types/commands/ListAppInstancesCommand.d.ts +1 -1
  137. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +1 -1
  138. package/dist-types/commands/ListAttendeesCommand.d.ts +1 -1
  139. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  140. package/dist-types/commands/ListChannelBansCommand.d.ts +1 -1
  141. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -1
  142. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -1
  143. package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
  144. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -1
  145. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  146. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -1
  147. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +1 -1
  148. package/dist-types/commands/ListMeetingTagsCommand.d.ts +1 -1
  149. package/dist-types/commands/ListMeetingsCommand.d.ts +1 -1
  150. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  151. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  152. package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
  153. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
  154. package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
  155. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +1 -1
  156. package/dist-types/commands/ListSipRulesCommand.d.ts +1 -1
  157. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  158. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  159. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  160. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +1 -1
  161. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
  162. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +1 -1
  163. package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
  164. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +1 -1
  165. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  166. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
  167. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
  168. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
  169. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
  170. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
  171. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -1
  172. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +1 -1
  173. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  174. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +1 -1
  175. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
  176. package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -1
  177. package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
  178. package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
  179. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  180. package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
  181. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
  182. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  183. package/dist-types/commands/SendChannelMessageCommand.d.ts +1 -1
  184. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +1 -1
  185. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +1 -1
  186. package/dist-types/commands/TagAttendeeCommand.d.ts +1 -1
  187. package/dist-types/commands/TagMeetingCommand.d.ts +1 -1
  188. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  189. package/dist-types/commands/UntagAttendeeCommand.d.ts +1 -1
  190. package/dist-types/commands/UntagMeetingCommand.d.ts +1 -1
  191. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  192. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  193. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  194. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +1 -1
  195. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +1 -1
  196. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  197. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  198. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -1
  199. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -1
  200. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  201. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  202. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  203. package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
  204. package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
  205. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  206. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +1 -1
  207. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +1 -1
  208. package/dist-types/commands/UpdateSipRuleCommand.d.ts +1 -1
  209. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  210. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  211. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +1 -1
  212. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +1 -1
  213. package/dist-types/models/models_0.d.ts +49 -56
  214. package/dist-types/models/models_1.d.ts +56 -0
  215. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  216. package/dist-types/runtimeConfig.d.ts +2 -0
  217. package/dist-types/runtimeConfig.native.d.ts +2 -0
  218. package/dist-types/ts3.4/ChimeClient.d.ts +4 -0
  219. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +2 -1
  220. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +1 -2
  222. package/dist-types/ts3.4/models/models_0.d.ts +28 -36
  223. package/dist-types/ts3.4/models/models_1.d.ts +36 -0
  224. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  225. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  226. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  227. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAppInstanceAdminCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAppInstanceAdminCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAppInstanceAdminCommand extends $Command<DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAppInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAppInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAppInstanceCommand extends $Command<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _
20
20
  *
21
21
  * @see {@link DeleteAppInstanceStreamingConfigurationsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAppInstanceStreamingConfigurationsCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAppInstanceStreamingConfigurationsCommand extends $Command<DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAppInstanceUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAppInstanceUserCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAppInstanceUserCommand extends $Command<DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteAttendeeCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteAttendeeCommandOutput} for command's `response` shape.
26
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteAttendeeCommand extends $Command<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteChannelBanCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteChannelBanCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteChannelBanCommand extends $Command<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
27
27
  *
28
28
  * @see {@link DeleteChannelCommandInput} for command's `input` shape.
29
29
  * @see {@link DeleteChannelCommandOutput} for command's `response` shape.
30
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteChannelMembershipCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteChannelMembershipCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteChannelMembershipCommand extends $Command<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
28
28
  *
29
29
  * @see {@link DeleteChannelMessageCommandInput} for command's `input` shape.
30
30
  * @see {@link DeleteChannelMessageCommandOutput} for command's `response` shape.
31
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DeleteChannelMessageCommand extends $Command<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteChannelModeratorCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteChannelModeratorCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteChannelModeratorCommand extends $Command<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteEventsConfigurationCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DeleteEventsConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteEventsConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteEventsConfigurationCommand extends $Command<DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare
20
20
  *
21
21
  * @see {@link DeleteMediaCapturePipelineCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteMediaCapturePipelineCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteMediaCapturePipelineCommand extends $Command<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteMeetingCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteMeetingCommandOutput} for command's `response` shape.
26
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeletePhoneNumberCommandInput} for command's `input` shape.
28
28
  * @see {@link DeletePhoneNumberCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteProxySessionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteProxySessionCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRoomCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRoomCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRoomCommand extends $Command<DeleteRoomCommandInput, DeleteRoomCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteRoomMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteRoomMembershipCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteRoomMembershipCommand extends $Command<DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DeleteSipMediaApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSipMediaApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteSipRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSipRuleCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteVoiceConnectorCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteVoiceConnectorCommandOutput} for command's `response` shape.
25
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
20
20
  *
21
21
  * @see {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
22
22
  *
23
23
  * @see {@link DeleteVoiceConnectorGroupCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteVoiceConnectorGroupCommandOutput} for command's `response` shape.
25
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
24
24
  *
25
25
  * @see {@link DeleteVoiceConnectorOriginationCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteVoiceConnectorOriginationCommandOutput} for command's `response` shape.
27
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DeleteVoiceConnectorProxyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVoiceConnectorProxyCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
20
20
  *
21
21
  * @see {@link DeleteVoiceConnectorStreamingConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVoiceConnectorStreamingConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
24
24
  *
25
25
  * @see {@link DeleteVoiceConnectorTerminationCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteVoiceConnectorTerminationCommandOutput} for command's `response` shape.
27
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
20
20
  *
21
21
  * @see {@link DeleteVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteVoiceConnectorTerminationCredentialsCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
20
20
  *
21
21
  * @see {@link DescribeAppInstanceAdminCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAppInstanceAdminCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAppInstanceAdminCommand extends $Command<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
20
20
  *
21
21
  * @see {@link DescribeAppInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAppInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAppInstanceCommand extends $Command<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
20
20
  *
21
21
  * @see {@link DescribeAppInstanceUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAppInstanceUserCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAppInstanceUserCommand extends $Command<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
27
27
  *
28
28
  * @see {@link DescribeChannelBanCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeChannelBanCommandOutput} for command's `response` shape.
30
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeChannelBanCommand extends $Command<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
28
28
  *
29
29
  * @see {@link DescribeChannelCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeChannelCommandOutput} for command's `response` shape.
31
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
25
25
  *
26
26
  * @see {@link DescribeChannelMembershipCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeChannelMembershipCommandOutput} for command's `response` shape.
28
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeChannelMembershipCommand extends $Command<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
27
27
  *
28
28
  * @see {@link DescribeChannelMembershipForAppInstanceUserCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeChannelMembershipForAppInstanceUserCommandOutput} for command's `response` shape.
30
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeChannelMembershipForAppInstanceUserCommand extends $Command<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
27
27
  *
28
28
  * @see {@link DescribeChannelModeratedByAppInstanceUserCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeChannelModeratedByAppInstanceUserCommandOutput} for command's `response` shape.
30
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $Command<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
25
25
  *
26
26
  * @see {@link DescribeChannelModeratorCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeChannelModeratorCommandOutput} for command's `response` shape.
28
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeChannelModeratorCommand extends $Command<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
20
20
  *
21
21
  * @see {@link DisassociatePhoneNumberFromUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociatePhoneNumberFromUserCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociatePhoneNumberFromUserCommand extends $Command<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends
20
20
  *
21
21
  * @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput ex
20
20
  *
21
21
  * @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
20
20
  *
21
21
  * @see {@link DisassociateSigninDelegateGroupsFromAccountCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateSigninDelegateGroupsFromAccountCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
21
21
  *
22
22
  * @see {@link GetAccountCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAccountCommandOutput} for command's `response` shape.
24
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
23
23
  *
24
24
  * @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
26
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
20
20
  *
21
21
  * @see {@link GetAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAppInstanceRetentionSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAppInstanceRetentionSettingsCommand extends $Command<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput extends GetA
20
20
  *
21
21
  * @see {@link GetAppInstanceStreamingConfigurationsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAppInstanceStreamingConfigurationsCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAppInstanceStreamingConfigurationsCommand extends $Command<GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
26
26
  *
27
27
  * @see {@link GetAttendeeCommandInput} for command's `input` shape.
28
28
  * @see {@link GetAttendeeCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetBotCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBotCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBotCommand extends $Command<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
26
26
  *
27
27
  * @see {@link GetChannelMessageCommandInput} for command's `input` shape.
28
28
  * @see {@link GetChannelMessageCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetChannelMessageCommand extends $Command<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
20
20
  *
21
21
  * @see {@link GetEventsConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link GetEventsConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetEventsConfigurationCommand extends $Command<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons
21
21
  *
22
22
  * @see {@link GetGlobalSettingsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetGlobalSettingsCommandOutput} for command's `response` shape.
24
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
20
20
  *
21
21
  * @see {@link GetMediaCapturePipelineCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMediaCapturePipelineCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMediaCapturePipelineCommand extends $Command<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
26
26
  *
27
27
  * @see {@link GetMeetingCommandInput} for command's `input` shape.
28
28
  * @see {@link GetMeetingCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
20
20
  *
21
21
  * @see {@link GetMessagingSessionEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMessagingSessionEndpointCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M
20
20
  *
21
21
  * @see {@link GetPhoneNumberCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPhoneNumberCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes
21
21
  *
22
22
  * @see {@link GetPhoneNumberOrderCommandInput} for command's `input` shape.
23
23
  * @see {@link GetPhoneNumberOrderCommandOutput} for command's `response` shape.
24
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSetti
20
20
  *
21
21
  * @see {@link GetPhoneNumberSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPhoneNumberSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _
20
20
  *
21
21
  * @see {@link GetProxySessionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetProxySessionCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeClientResolvedConfig> {