@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
@@ -1080,6 +1080,10 @@ export var EmergencyCallingConfiguration;
1080
1080
  (function (EmergencyCallingConfiguration) {
1081
1081
  EmergencyCallingConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DNIS && { DNIS: obj.DNIS.map(function (item) { return DNISEmergencyCallingConfiguration.filterSensitiveLog(item); }) }))); };
1082
1082
  })(EmergencyCallingConfiguration || (EmergencyCallingConfiguration = {}));
1083
+ export var TranscribeMedicalContentIdentificationType;
1084
+ (function (TranscribeMedicalContentIdentificationType) {
1085
+ TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
1086
+ })(TranscribeMedicalContentIdentificationType || (TranscribeMedicalContentIdentificationType = {}));
1083
1087
  export var TranscribeMedicalLanguageCode;
1084
1088
  (function (TranscribeMedicalLanguageCode) {
1085
1089
  TranscribeMedicalLanguageCode["EN_US"] = "en-US";
@@ -1112,6 +1116,14 @@ export var EngineTranscribeMedicalSettings;
1112
1116
  (function (EngineTranscribeMedicalSettings) {
1113
1117
  EngineTranscribeMedicalSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1114
1118
  })(EngineTranscribeMedicalSettings || (EngineTranscribeMedicalSettings = {}));
1119
+ export var TranscribeContentIdentificationType;
1120
+ (function (TranscribeContentIdentificationType) {
1121
+ TranscribeContentIdentificationType["PII"] = "PII";
1122
+ })(TranscribeContentIdentificationType || (TranscribeContentIdentificationType = {}));
1123
+ export var TranscribeContentRedactionType;
1124
+ (function (TranscribeContentRedactionType) {
1125
+ TranscribeContentRedactionType["PII"] = "PII";
1126
+ })(TranscribeContentRedactionType || (TranscribeContentRedactionType = {}));
1115
1127
  export var TranscribeLanguageCode;
1116
1128
  (function (TranscribeLanguageCode) {
1117
1129
  TranscribeLanguageCode["DE_DE"] = "de-DE";
@@ -1127,6 +1139,12 @@ export var TranscribeLanguageCode;
1127
1139
  TranscribeLanguageCode["PT_BR"] = "pt-BR";
1128
1140
  TranscribeLanguageCode["ZH_CN"] = "zh-CN";
1129
1141
  })(TranscribeLanguageCode || (TranscribeLanguageCode = {}));
1142
+ export var TranscribePartialResultsStability;
1143
+ (function (TranscribePartialResultsStability) {
1144
+ TranscribePartialResultsStability["HIGH"] = "high";
1145
+ TranscribePartialResultsStability["LOW"] = "low";
1146
+ TranscribePartialResultsStability["MEDIUM"] = "medium";
1147
+ })(TranscribePartialResultsStability || (TranscribePartialResultsStability = {}));
1130
1148
  export var TranscribeRegion;
1131
1149
  (function (TranscribeRegion) {
1132
1150
  TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
@@ -1340,19 +1358,3 @@ export var RetentionSettings;
1340
1358
  (function (RetentionSettings) {
1341
1359
  RetentionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1342
1360
  })(RetentionSettings || (RetentionSettings = {}));
1343
- export var GetRetentionSettingsResponse;
1344
- (function (GetRetentionSettingsResponse) {
1345
- GetRetentionSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1346
- })(GetRetentionSettingsResponse || (GetRetentionSettingsResponse = {}));
1347
- export var GetRoomRequest;
1348
- (function (GetRoomRequest) {
1349
- GetRoomRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1350
- })(GetRoomRequest || (GetRoomRequest = {}));
1351
- export var GetRoomResponse;
1352
- (function (GetRoomResponse) {
1353
- GetRoomResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Room && { Room: Room.filterSensitiveLog(obj.Room) }))); };
1354
- })(GetRoomResponse || (GetRoomResponse = {}));
1355
- export var GetSipMediaApplicationRequest;
1356
- (function (GetSipMediaApplicationRequest) {
1357
- GetSipMediaApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1358
- })(GetSipMediaApplicationRequest || (GetSipMediaApplicationRequest = {}));
@@ -1,6 +1,22 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  import { AlexaForBusinessMetadata, AppInstanceAdminSummary, AppInstanceStreamingConfiguration, AppInstanceSummary, AppInstanceUserSummary, Attendee, Bot, ChannelBanSummary, ChannelMembershipForAppInstanceUserSummary, ChannelMembershipSummary, ChannelMessageSummary, ChannelModeratedByAppInstanceUserSummary, ChannelModeratorSummary, ChannelSummary, Credential, EmergencyCallingConfiguration, EventsConfiguration, MediaCapturePipeline, Meeting, PhoneNumber, ProxySession, Room, RoomMembership, SipMediaApplication, SipMediaApplicationEndpoint, Tag, User, } from "./models_0";
4
+ export var GetRetentionSettingsResponse;
5
+ (function (GetRetentionSettingsResponse) {
6
+ GetRetentionSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
7
+ })(GetRetentionSettingsResponse || (GetRetentionSettingsResponse = {}));
8
+ export var GetRoomRequest;
9
+ (function (GetRoomRequest) {
10
+ GetRoomRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
11
+ })(GetRoomRequest || (GetRoomRequest = {}));
12
+ export var GetRoomResponse;
13
+ (function (GetRoomResponse) {
14
+ GetRoomResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Room && { Room: Room.filterSensitiveLog(obj.Room) }))); };
15
+ })(GetRoomResponse || (GetRoomResponse = {}));
16
+ export var GetSipMediaApplicationRequest;
17
+ (function (GetSipMediaApplicationRequest) {
18
+ GetSipMediaApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
19
+ })(GetSipMediaApplicationRequest || (GetSipMediaApplicationRequest = {}));
4
20
  export var GetSipMediaApplicationResponse;
5
21
  (function (GetSipMediaApplicationResponse) {
6
22
  GetSipMediaApplicationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SipMediaApplication && {
@@ -28367,11 +28367,20 @@ var serializeAws_restJson1EmergencyCallingConfiguration = function (input, conte
28367
28367
  }));
28368
28368
  };
28369
28369
  var serializeAws_restJson1EngineTranscribeMedicalSettings = function (input, context) {
28370
- return __assign(__assign(__assign(__assign(__assign({}, (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.VocabularyName !== undefined &&
28370
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
28371
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.VocabularyName !== undefined &&
28371
28372
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
28372
28373
  };
28373
28374
  var serializeAws_restJson1EngineTranscribeSettings = function (input, context) {
28374
- return __assign(__assign(__assign(__assign(__assign({}, (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
28375
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
28376
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.ContentRedactionType !== undefined &&
28377
+ input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType })), (input.EnablePartialResultsStabilization !== undefined &&
28378
+ input.EnablePartialResultsStabilization !== null && {
28379
+ EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
28380
+ })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
28381
+ input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.PartialResultsStability !== undefined &&
28382
+ input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability })), (input.PiiEntityTypes !== undefined &&
28383
+ input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
28375
28384
  input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod })), (input.VocabularyFilterName !== undefined &&
28376
28385
  input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName })), (input.VocabularyName !== undefined &&
28377
28386
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
@@ -1,6 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
4
5
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
6
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
7
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
13
  export var getRuntimeConfig = function (config) {
13
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
14
15
  var clientSharedValues = getSharedRuntimeConfig(config);
15
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
16
17
  };
@@ -1,7 +1,7 @@
1
1
  import { __assign } from "tslib";
2
2
  import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { Hash } from "@aws-sdk/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
- return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
20
+ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
21
21
  };
@@ -194,8 +194,7 @@ import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommand
194
194
  * <p>The Amazon Chime API (application programming interface) is designed for developers to
195
195
  * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
196
196
  * Connectors. This guide provides detailed information about the Amazon Chime API,
197
- * including operations, types, inputs and outputs, and error codes. It also includes some
198
- * server-side API actions to use with the Amazon Chime SDK. For more information about the
197
+ * including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
199
198
  * Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
200
199
  * Using the Amazon Chime SDK
201
200
  * </a> in the <i>Amazon Chime Developer Guide</i>.</p>
@@ -266,6 +266,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
266
266
  * Optional logger for logging debug/info/warn/error.
267
267
  */
268
268
  logger?: __Logger;
269
+ /**
270
+ * Enables IPv6/IPv4 dualstack endpoint.
271
+ */
272
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
273
+ /**
274
+ * Enables FIPS compatible endpoints.
275
+ */
276
+ useFipsEndpoint?: boolean | __Provider<boolean>;
269
277
  /**
270
278
  * Unique service identifier.
271
279
  * @internal
@@ -307,8 +315,7 @@ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType
307
315
  * <p>The Amazon Chime API (application programming interface) is designed for developers to
308
316
  * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
309
317
  * Connectors. This guide provides detailed information about the Amazon Chime API,
310
- * including operations, types, inputs and outputs, and error codes. It also includes some
311
- * server-side API actions to use with the Amazon Chime SDK. For more information about the
318
+ * including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
312
319
  * Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
313
320
  * Using the Amazon Chime SDK
314
321
  * </a> in the <i>Amazon Chime Developer Guide</i>.</p>
@@ -20,7 +20,7 @@ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhon
20
20
  *
21
21
  * @see {@link AssociatePhoneNumberWithUserCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociatePhoneNumberWithUserCommandOutput} 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 AssociatePhoneNumberWithUserCommand extends $Command<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
20
20
  *
21
21
  * @see {@link AssociatePhoneNumbersWithVoiceConnectorCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociatePhoneNumbersWithVoiceConnectorCommandOutput} 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 AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
20
20
  *
21
21
  * @see {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput} 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 AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends A
20
20
  *
21
21
  * @see {@link AssociateSigninDelegateGroupsWithAccountCommandInput} for command's `input` shape.
22
22
  * @see {@link AssociateSigninDelegateGroupsWithAccountCommandOutput} 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 AssociateSigninDelegateGroupsWithAccountCommand extends $Command<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
25
25
  *
26
26
  * @see {@link BatchCreateAttendeeCommandInput} for command's `input` shape.
27
27
  * @see {@link BatchCreateAttendeeCommandOutput} 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 BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
20
20
  *
21
21
  * @see {@link BatchCreateChannelMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchCreateChannelMembershipCommandOutput} 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 BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
20
20
  *
21
21
  * @see {@link BatchCreateRoomMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchCreateRoomMembershipCommandOutput} 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 BatchCreateRoomMembershipCommand extends $Command<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
28
28
  *
29
29
  * @see {@link BatchDeletePhoneNumberCommandInput} for command's `input` shape.
30
30
  * @see {@link BatchDeletePhoneNumberCommandOutput} 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 BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
36
36
  *
37
37
  * @see {@link BatchSuspendUserCommandInput} for command's `input` shape.
38
38
  * @see {@link BatchSuspendUserCommandOutput} for command's `response` shape.
39
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class BatchSuspendUserCommand extends $Command<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
32
32
  *
33
33
  * @see {@link BatchUnsuspendUserCommandInput} for command's `input` shape.
34
34
  * @see {@link BatchUnsuspendUserCommandOutput} for command's `response` shape.
35
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class BatchUnsuspendUserCommand extends $Command<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
22
22
  *
23
23
  * @see {@link BatchUpdatePhoneNumberCommandInput} for command's `input` shape.
24
24
  * @see {@link BatchUpdatePhoneNumberCommandOutput} 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 BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
20
20
  *
21
21
  * @see {@link BatchUpdateUserCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchUpdateUserCommandOutput} 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 BatchUpdateUserCommand extends $Command<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
22
22
  *
23
23
  * @see {@link CreateAccountCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateAccountCommandOutput} 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 CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
34
34
  *
35
35
  * @see {@link CreateAppInstanceAdminCommandInput} for command's `input` shape.
36
36
  * @see {@link CreateAppInstanceAdminCommandOutput} for command's `response` shape.
37
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class CreateAppInstanceAdminCommand extends $Command<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
21
21
  *
22
22
  * @see {@link CreateAppInstanceCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateAppInstanceCommandOutput} 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 CreateAppInstanceCommand extends $Command<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
21
21
  *
22
22
  * @see {@link CreateAppInstanceUserCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateAppInstanceUserCommandOutput} 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 CreateAppInstanceUserCommand extends $Command<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
25
25
  *
26
26
  * @see {@link CreateAttendeeCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateAttendeeCommandOutput} 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 CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateBotCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateBotCommandOutput} 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 CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
31
31
  *
32
32
  * @see {@link CreateChannelBanCommandInput} for command's `input` shape.
33
33
  * @see {@link CreateChannelBanCommandOutput} for command's `response` shape.
34
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
30
30
  *
31
31
  * @see {@link CreateChannelCommandInput} for command's `input` shape.
32
32
  * @see {@link CreateChannelCommandOutput} for command's `response` shape.
33
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
57
57
  *
58
58
  * @see {@link CreateChannelMembershipCommandInput} for command's `input` shape.
59
59
  * @see {@link CreateChannelMembershipCommandOutput} for command's `response` shape.
60
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
44
44
  *
45
45
  * @see {@link CreateChannelModeratorCommandInput} for command's `input` shape.
46
46
  * @see {@link CreateChannelModeratorCommandOutput} for command's `response` shape.
47
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
20
20
  *
21
21
  * @see {@link CreateMediaCapturePipelineCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateMediaCapturePipelineCommandOutput} 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 CreateMediaCapturePipelineCommand extends $Command<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
30
30
  *
31
31
  * @see {@link CreateMeetingCommandInput} for command's `input` shape.
32
32
  * @see {@link CreateMeetingCommandOutput} for command's `response` shape.
33
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateMeetingDialOutCommandOutput extends CreateMeetingDialOutR
24
24
  *
25
25
  * @see {@link CreateMeetingDialOutCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateMeetingDialOutCommandOutput} 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 CreateMeetingDialOutCommand extends $Command<CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
30
30
  *
31
31
  * @see {@link CreateMeetingWithAttendeesCommandInput} for command's `input` shape.
32
32
  * @see {@link CreateMeetingWithAttendeesCommandOutput} for command's `response` shape.
33
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
21
21
  *
22
22
  * @see {@link CreatePhoneNumberOrderCommandInput} for command's `input` shape.
23
23
  * @see {@link CreatePhoneNumberOrderCommandOutput} 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 CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
20
20
  *
21
21
  * @see {@link CreateProxySessionCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateProxySessionCommandOutput} 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 CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
20
20
  *
21
21
  * @see {@link CreateRoomCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRoomCommandOutput} 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 CreateRoomCommand extends $Command<CreateRoomCommandInput, CreateRoomCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRoomMembershipCommandOutput extends CreateRoomMembershipR
20
20
  *
21
21
  * @see {@link CreateRoomMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRoomMembershipCommandOutput} 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 CreateRoomMembershipCommand extends $Command<CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMed
21
21
  *
22
22
  * @see {@link CreateSipMediaApplicationCallCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateSipMediaApplicationCallCommandOutput} 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 CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp
20
20
  *
21
21
  * @see {@link CreateSipMediaApplicationCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateSipMediaApplicationCommandOutput} 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 CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
20
20
  *
21
21
  * @see {@link CreateSipRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateSipRuleCommandOutput} 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 CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
20
20
  *
21
21
  * @see {@link CreateUserCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserCommandOutput} 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 CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ChimeClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR
26
26
  *
27
27
  * @see {@link CreateVoiceConnectorCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateVoiceConnectorCommandOutput} 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 CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
24
24
  *
25
25
  * @see {@link CreateVoiceConnectorGroupCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateVoiceConnectorGroupCommandOutput} 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 CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __Met
33
33
  *
34
34
  * @see {@link DeleteAccountCommandInput} for command's `input` shape.
35
35
  * @see {@link DeleteAccountCommandOutput} for command's `response` shape.
36
- * @see {@link ChimeClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class DeleteAccountCommand extends $Command<DeleteAccountCommandInput, DeleteAccountCommandOutput, ChimeClientResolvedConfig> {