@aws-sdk/client-chime 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ChimeServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +172 -6
- package/dist-cjs/protocols/Aws_restJson1.js +2272 -10058
- package/dist-es/index.js +1 -0
- package/dist-es/models/ChimeServiceException.js +12 -0
- package/dist-es/models/models_0.js +156 -1
- package/dist-es/protocols/Aws_restJson1.js +5109 -10832
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ChimeServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +79 -34
- package/dist-types/ts3.4/Chime.d.ts +955 -0
- package/dist-types/ts3.4/ChimeClient.d.ts +263 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +190 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ChimeServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3112 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2042 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +27 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +572 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var ChimeServiceException = (function (_super) {
|
|
4
|
+
__extends(ChimeServiceException, _super);
|
|
5
|
+
function ChimeServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, ChimeServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return ChimeServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { ChimeServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { ChimeServiceException as __BaseException } from "./ChimeServiceException";
|
|
3
4
|
export var ErrorCode;
|
|
4
5
|
(function (ErrorCode) {
|
|
5
6
|
ErrorCode["AccessDenied"] = "AccessDenied";
|
|
@@ -18,6 +19,20 @@ export var ErrorCode;
|
|
|
18
19
|
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
19
20
|
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
20
21
|
})(ErrorCode || (ErrorCode = {}));
|
|
22
|
+
var AccessDeniedException = (function (_super) {
|
|
23
|
+
__extends(AccessDeniedException, _super);
|
|
24
|
+
function AccessDeniedException(opts) {
|
|
25
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
26
|
+
_this.name = "AccessDeniedException";
|
|
27
|
+
_this.$fault = "client";
|
|
28
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
29
|
+
_this.Code = opts.Code;
|
|
30
|
+
_this.Message = opts.Message;
|
|
31
|
+
return _this;
|
|
32
|
+
}
|
|
33
|
+
return AccessDeniedException;
|
|
34
|
+
}(__BaseException));
|
|
35
|
+
export { AccessDeniedException };
|
|
21
36
|
export var AccountStatus;
|
|
22
37
|
(function (AccountStatus) {
|
|
23
38
|
AccountStatus["Active"] = "Active";
|
|
@@ -153,6 +168,104 @@ export var AssociatePhoneNumbersWithVoiceConnectorResponse;
|
|
|
153
168
|
(function (AssociatePhoneNumbersWithVoiceConnectorResponse) {
|
|
154
169
|
AssociatePhoneNumbersWithVoiceConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
170
|
})(AssociatePhoneNumbersWithVoiceConnectorResponse || (AssociatePhoneNumbersWithVoiceConnectorResponse = {}));
|
|
171
|
+
var BadRequestException = (function (_super) {
|
|
172
|
+
__extends(BadRequestException, _super);
|
|
173
|
+
function BadRequestException(opts) {
|
|
174
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
175
|
+
_this.name = "BadRequestException";
|
|
176
|
+
_this.$fault = "client";
|
|
177
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
178
|
+
_this.Code = opts.Code;
|
|
179
|
+
_this.Message = opts.Message;
|
|
180
|
+
return _this;
|
|
181
|
+
}
|
|
182
|
+
return BadRequestException;
|
|
183
|
+
}(__BaseException));
|
|
184
|
+
export { BadRequestException };
|
|
185
|
+
var ForbiddenException = (function (_super) {
|
|
186
|
+
__extends(ForbiddenException, _super);
|
|
187
|
+
function ForbiddenException(opts) {
|
|
188
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
189
|
+
_this.name = "ForbiddenException";
|
|
190
|
+
_this.$fault = "client";
|
|
191
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
192
|
+
_this.Code = opts.Code;
|
|
193
|
+
_this.Message = opts.Message;
|
|
194
|
+
return _this;
|
|
195
|
+
}
|
|
196
|
+
return ForbiddenException;
|
|
197
|
+
}(__BaseException));
|
|
198
|
+
export { ForbiddenException };
|
|
199
|
+
var NotFoundException = (function (_super) {
|
|
200
|
+
__extends(NotFoundException, _super);
|
|
201
|
+
function NotFoundException(opts) {
|
|
202
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
203
|
+
_this.name = "NotFoundException";
|
|
204
|
+
_this.$fault = "client";
|
|
205
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
206
|
+
_this.Code = opts.Code;
|
|
207
|
+
_this.Message = opts.Message;
|
|
208
|
+
return _this;
|
|
209
|
+
}
|
|
210
|
+
return NotFoundException;
|
|
211
|
+
}(__BaseException));
|
|
212
|
+
export { NotFoundException };
|
|
213
|
+
var ServiceFailureException = (function (_super) {
|
|
214
|
+
__extends(ServiceFailureException, _super);
|
|
215
|
+
function ServiceFailureException(opts) {
|
|
216
|
+
var _this = _super.call(this, __assign({ name: "ServiceFailureException", $fault: "server" }, opts)) || this;
|
|
217
|
+
_this.name = "ServiceFailureException";
|
|
218
|
+
_this.$fault = "server";
|
|
219
|
+
Object.setPrototypeOf(_this, ServiceFailureException.prototype);
|
|
220
|
+
_this.Code = opts.Code;
|
|
221
|
+
_this.Message = opts.Message;
|
|
222
|
+
return _this;
|
|
223
|
+
}
|
|
224
|
+
return ServiceFailureException;
|
|
225
|
+
}(__BaseException));
|
|
226
|
+
export { ServiceFailureException };
|
|
227
|
+
var ServiceUnavailableException = (function (_super) {
|
|
228
|
+
__extends(ServiceUnavailableException, _super);
|
|
229
|
+
function ServiceUnavailableException(opts) {
|
|
230
|
+
var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
|
|
231
|
+
_this.name = "ServiceUnavailableException";
|
|
232
|
+
_this.$fault = "server";
|
|
233
|
+
Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
|
|
234
|
+
_this.Code = opts.Code;
|
|
235
|
+
_this.Message = opts.Message;
|
|
236
|
+
return _this;
|
|
237
|
+
}
|
|
238
|
+
return ServiceUnavailableException;
|
|
239
|
+
}(__BaseException));
|
|
240
|
+
export { ServiceUnavailableException };
|
|
241
|
+
var ThrottledClientException = (function (_super) {
|
|
242
|
+
__extends(ThrottledClientException, _super);
|
|
243
|
+
function ThrottledClientException(opts) {
|
|
244
|
+
var _this = _super.call(this, __assign({ name: "ThrottledClientException", $fault: "client" }, opts)) || this;
|
|
245
|
+
_this.name = "ThrottledClientException";
|
|
246
|
+
_this.$fault = "client";
|
|
247
|
+
Object.setPrototypeOf(_this, ThrottledClientException.prototype);
|
|
248
|
+
_this.Code = opts.Code;
|
|
249
|
+
_this.Message = opts.Message;
|
|
250
|
+
return _this;
|
|
251
|
+
}
|
|
252
|
+
return ThrottledClientException;
|
|
253
|
+
}(__BaseException));
|
|
254
|
+
export { ThrottledClientException };
|
|
255
|
+
var UnauthorizedClientException = (function (_super) {
|
|
256
|
+
__extends(UnauthorizedClientException, _super);
|
|
257
|
+
function UnauthorizedClientException(opts) {
|
|
258
|
+
var _this = _super.call(this, __assign({ name: "UnauthorizedClientException", $fault: "client" }, opts)) || this;
|
|
259
|
+
_this.name = "UnauthorizedClientException";
|
|
260
|
+
_this.$fault = "client";
|
|
261
|
+
Object.setPrototypeOf(_this, UnauthorizedClientException.prototype);
|
|
262
|
+
_this.Code = opts.Code;
|
|
263
|
+
_this.Message = opts.Message;
|
|
264
|
+
return _this;
|
|
265
|
+
}
|
|
266
|
+
return UnauthorizedClientException;
|
|
267
|
+
}(__BaseException));
|
|
268
|
+
export { UnauthorizedClientException };
|
|
156
269
|
export var AssociatePhoneNumbersWithVoiceConnectorGroupRequest;
|
|
157
270
|
(function (AssociatePhoneNumbersWithVoiceConnectorGroupRequest) {
|
|
158
271
|
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }))); };
|
|
@@ -207,6 +320,20 @@ export var BatchCreateAttendeeResponse;
|
|
|
207
320
|
(function (BatchCreateAttendeeResponse) {
|
|
208
321
|
BatchCreateAttendeeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return Attendee.filterSensitiveLog(item); }) })), (obj.Errors && { Errors: obj.Errors.map(function (item) { return CreateAttendeeError.filterSensitiveLog(item); }) }))); };
|
|
209
322
|
})(BatchCreateAttendeeResponse || (BatchCreateAttendeeResponse = {}));
|
|
323
|
+
var ResourceLimitExceededException = (function (_super) {
|
|
324
|
+
__extends(ResourceLimitExceededException, _super);
|
|
325
|
+
function ResourceLimitExceededException(opts) {
|
|
326
|
+
var _this = _super.call(this, __assign({ name: "ResourceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
327
|
+
_this.name = "ResourceLimitExceededException";
|
|
328
|
+
_this.$fault = "client";
|
|
329
|
+
Object.setPrototypeOf(_this, ResourceLimitExceededException.prototype);
|
|
330
|
+
_this.Code = opts.Code;
|
|
331
|
+
_this.Message = opts.Message;
|
|
332
|
+
return _this;
|
|
333
|
+
}
|
|
334
|
+
return ResourceLimitExceededException;
|
|
335
|
+
}(__BaseException));
|
|
336
|
+
export { ResourceLimitExceededException };
|
|
210
337
|
export var BatchCreateChannelMembershipRequest;
|
|
211
338
|
(function (BatchCreateChannelMembershipRequest) {
|
|
212
339
|
BatchCreateChannelMembershipRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -421,6 +548,20 @@ export var ChimeSdkMeetingConfiguration;
|
|
|
421
548
|
SourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.SourceConfiguration),
|
|
422
549
|
}))); };
|
|
423
550
|
})(ChimeSdkMeetingConfiguration || (ChimeSdkMeetingConfiguration = {}));
|
|
551
|
+
var ConflictException = (function (_super) {
|
|
552
|
+
__extends(ConflictException, _super);
|
|
553
|
+
function ConflictException(opts) {
|
|
554
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
555
|
+
_this.name = "ConflictException";
|
|
556
|
+
_this.$fault = "client";
|
|
557
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
558
|
+
_this.Code = opts.Code;
|
|
559
|
+
_this.Message = opts.Message;
|
|
560
|
+
return _this;
|
|
561
|
+
}
|
|
562
|
+
return ConflictException;
|
|
563
|
+
}(__BaseException));
|
|
564
|
+
export { ConflictException };
|
|
424
565
|
export var ConversationRetentionSettings;
|
|
425
566
|
(function (ConversationRetentionSettings) {
|
|
426
567
|
ConversationRetentionSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -808,6 +949,20 @@ export var DeleteAccountResponse;
|
|
|
808
949
|
(function (DeleteAccountResponse) {
|
|
809
950
|
DeleteAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
951
|
})(DeleteAccountResponse || (DeleteAccountResponse = {}));
|
|
952
|
+
var UnprocessableEntityException = (function (_super) {
|
|
953
|
+
__extends(UnprocessableEntityException, _super);
|
|
954
|
+
function UnprocessableEntityException(opts) {
|
|
955
|
+
var _this = _super.call(this, __assign({ name: "UnprocessableEntityException", $fault: "client" }, opts)) || this;
|
|
956
|
+
_this.name = "UnprocessableEntityException";
|
|
957
|
+
_this.$fault = "client";
|
|
958
|
+
Object.setPrototypeOf(_this, UnprocessableEntityException.prototype);
|
|
959
|
+
_this.Code = opts.Code;
|
|
960
|
+
_this.Message = opts.Message;
|
|
961
|
+
return _this;
|
|
962
|
+
}
|
|
963
|
+
return UnprocessableEntityException;
|
|
964
|
+
}(__BaseException));
|
|
965
|
+
export { UnprocessableEntityException };
|
|
811
966
|
export var DeleteAppInstanceRequest;
|
|
812
967
|
(function (DeleteAppInstanceRequest) {
|
|
813
968
|
DeleteAppInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|