@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.
- package/CHANGELOG.md +41 -0
- package/README.md +1 -2
- package/dist-cjs/commands/GetRetentionSettingsCommand.js +2 -1
- package/dist-cjs/commands/GetRoomCommand.js +3 -3
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js +1 -2
- package/dist-cjs/endpoints.js +80 -5
- package/dist-cjs/models/models_0.js +20 -27
- package/dist-cjs/models/models_1.js +29 -4
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/GetRetentionSettingsCommand.js +2 -1
- package/dist-es/commands/GetRoomCommand.js +1 -1
- package/dist-es/commands/GetSipMediaApplicationCommand.js +1 -2
- package/dist-es/endpoints.js +80 -5
- package/dist-es/models/models_0.js +18 -16
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_restJson1.js +11 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Chime.d.ts +1 -2
- package/dist-types/ChimeClient.d.ts +9 -2
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +1 -1
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/CreateBotCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoomCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeetingCommand.d.ts +1 -1
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoomCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/GetAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/GetBotCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetMeetingCommand.d.ts +1 -1
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -2
- package/dist-types/commands/GetRoomCommand.d.ts +2 -2
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +2 -3
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +1 -1
- package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelBansCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListMeetingsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSipRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +1 -1
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +1 -1
- package/dist-types/commands/TagAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/TagMeetingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/UntagMeetingCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +49 -56
- package/dist-types/models/models_1.d.ts +56 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ChimeClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +28 -36
- package/dist-types/ts3.4/models/models_1.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- 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(
|
|
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(
|
|
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,
|
|
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
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -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,
|
|
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
|
};
|
package/dist-types/Chime.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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> {
|