@aws-sdk/client-chime 3.52.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 +11 -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/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ChimeServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +57 -34
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-chime
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChimeServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Chime"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ChimeClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ChimeServiceException_1 = require("./models/ChimeServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ChimeServiceException", { enumerable: true, get: function () { return ChimeServiceException_1.ChimeServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChimeServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ChimeServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ChimeServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ChimeServiceException = ChimeServiceException;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.RetentionSettings = exports.RoomRetentionSettings = exports.GetRetentionSettingsRequest = exports.GetProxySessionResponse = exports.GetProxySessionRequest = exports.GetPhoneNumberSettingsResponse = exports.GetPhoneNumberOrderResponse = exports.GetPhoneNumberOrderRequest = exports.GetPhoneNumberResponse = exports.PhoneNumber = exports.PhoneNumberType = exports.PhoneNumberStatus = exports.PhoneNumberCapabilities = exports.PhoneNumberAssociation = exports.PhoneNumberAssociationName = exports.GetPhoneNumberRequest = exports.GetMessagingSessionEndpointResponse = exports.MessagingSessionEndpoint = exports.GetMessagingSessionEndpointRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetMediaCapturePipelineResponse = exports.GetMediaCapturePipelineRequest = exports.GetGlobalSettingsResponse = exports.VoiceConnectorSettings = exports.GetEventsConfigurationResponse = exports.GetEventsConfigurationRequest = exports.GetChannelMessageResponse = exports.GetChannelMessageRequest = exports.GetBotResponse = exports.GetBotRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.GetAppInstanceStreamingConfigurationsResponse = exports.GetAppInstanceStreamingConfigurationsRequest = exports.GetAppInstanceRetentionSettingsResponse = exports.GetAppInstanceRetentionSettingsRequest = exports.GetAccountSettingsResponse = exports.GetAccountSettingsRequest = void 0;
|
|
3
|
+
exports.CreateAttendeeRequestItem = exports.BatchChannelMemberships = exports.Tag = exports.Attendee = exports.AssociateSigninDelegateGroupsWithAccountResponse = exports.AssociateSigninDelegateGroupsWithAccountRequest = exports.AssociatePhoneNumberWithUserResponse = exports.AssociatePhoneNumberWithUserRequest = exports.AssociatePhoneNumbersWithVoiceConnectorGroupResponse = exports.AssociatePhoneNumbersWithVoiceConnectorGroupRequest = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.ForbiddenException = exports.BadRequestException = exports.AssociatePhoneNumbersWithVoiceConnectorResponse = exports.PhoneNumberError = exports.AssociatePhoneNumbersWithVoiceConnectorRequest = exports.ArtifactsConfiguration = exports.VideoArtifactsConfiguration = exports.VideoMuxType = exports.ContentArtifactsConfiguration = exports.ArtifactsState = exports.ContentMuxType = exports.AudioArtifactsConfiguration = exports.AudioMuxType = exports.AppInstanceUserMembershipSummary = exports.ChannelMembershipType = exports.AppInstanceUserSummary = exports.AppInstanceUser = exports.AppInstanceStreamingConfiguration = exports.AppInstanceRetentionSettings = exports.ChannelRetentionSettings = exports.AppInstanceSummary = exports.AppInstanceDataType = exports.AppInstanceAdminSummary = exports.AppInstanceAdmin = exports.Identity = exports.AppInstance = exports.AlexaForBusinessMetadata = exports.AccountSettings = exports.Account = exports.SigninDelegateGroup = exports.License = exports.AccountType = exports.AccountStatus = exports.AccessDeniedException = exports.ErrorCode = void 0;
|
|
4
|
+
exports.SourceConfiguration = exports.SelectedVideoStreams = exports.ChannelModeratorSummary = exports.ChannelModerator = exports.ChannelModeratedByAppInstanceUserSummary = exports.ChannelMessageSummary = exports.ChannelMessage = exports.ChannelMessageType = exports.ChannelMessagePersistenceType = exports.ChannelMembershipSummary = exports.ChannelMembershipForAppInstanceUserSummary = exports.ChannelSummary = exports.ChannelMembership = exports.ChannelBanSummary = exports.ChannelBan = exports.Channel = exports.ChannelPrivacy = exports.ChannelMode = exports.Capability = exports.CallingNameStatus = exports.BusinessCallingSettings = exports.Bot = exports.BotType = exports.BatchUpdateUserResponse = exports.BatchUpdateUserRequest = exports.UpdateUserRequestItem = exports.UserType = exports.BatchUpdatePhoneNumberResponse = exports.BatchUpdatePhoneNumberRequest = exports.UpdatePhoneNumberRequestItem = exports.PhoneNumberProductType = exports.BatchUnsuspendUserResponse = exports.BatchUnsuspendUserRequest = exports.BatchSuspendUserResponse = exports.UserError = exports.BatchSuspendUserRequest = exports.BatchDeletePhoneNumberResponse = exports.BatchDeletePhoneNumberRequest = exports.BatchCreateRoomMembershipResponse = exports.MemberError = exports.BatchCreateRoomMembershipRequest = exports.MembershipItem = exports.RoomMembershipRole = exports.BatchCreateChannelMembershipResponse = exports.BatchCreateChannelMembershipError = exports.BatchCreateChannelMembershipRequest = exports.ResourceLimitExceededException = exports.BatchCreateAttendeeResponse = exports.CreateAttendeeError = exports.BatchCreateAttendeeRequest = void 0;
|
|
5
|
+
exports.ProxySessionStatus = exports.Participant = exports.CreateProxySessionRequest = exports.NumberSelectionBehavior = exports.GeoMatchParams = exports.GeoMatchLevel = exports.CreatePhoneNumberOrderResponse = exports.PhoneNumberOrder = exports.PhoneNumberOrderStatus = exports.OrderedPhoneNumber = exports.OrderedPhoneNumberStatus = exports.CreatePhoneNumberOrderRequest = exports.CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesRequest = exports.CreateMeetingDialOutResponse = exports.CreateMeetingDialOutRequest = exports.CreateMeetingResponse = exports.Meeting = exports.MediaPlacement = exports.CreateMeetingRequest = exports.MeetingNotificationConfiguration = exports.CreateMediaCapturePipelineResponse = exports.MediaCapturePipeline = exports.MediaPipelineStatus = exports.CreateMediaCapturePipelineRequest = exports.MediaPipelineSourceType = exports.MediaPipelineSinkType = exports.CreateChannelModeratorResponse = exports.CreateChannelModeratorRequest = exports.CreateChannelMembershipResponse = exports.CreateChannelMembershipRequest = exports.CreateChannelBanResponse = exports.CreateChannelBanRequest = exports.CreateChannelResponse = exports.CreateChannelRequest = exports.CreateBotResponse = exports.CreateBotRequest = exports.CreateAttendeeResponse = exports.CreateAttendeeRequest = exports.CreateAppInstanceUserResponse = exports.CreateAppInstanceUserRequest = exports.CreateAppInstanceAdminResponse = exports.CreateAppInstanceAdminRequest = exports.CreateAppInstanceResponse = exports.CreateAppInstanceRequest = exports.CreateAccountResponse = exports.CreateAccountRequest = exports.ConversationRetentionSettings = exports.ConflictException = exports.ChimeSdkMeetingConfiguration = void 0;
|
|
6
|
+
exports.DeleteEventsConfigurationRequest = exports.DeleteChannelModeratorRequest = exports.DeleteChannelMessageRequest = exports.DeleteChannelMembershipRequest = exports.DeleteChannelBanRequest = exports.DeleteChannelRequest = exports.DeleteAttendeeRequest = exports.DeleteAppInstanceUserRequest = exports.DeleteAppInstanceStreamingConfigurationsRequest = exports.DeleteAppInstanceAdminRequest = exports.DeleteAppInstanceRequest = exports.UnprocessableEntityException = exports.DeleteAccountResponse = exports.DeleteAccountRequest = exports.Credential = exports.CreateVoiceConnectorGroupResponse = exports.VoiceConnectorGroup = exports.CreateVoiceConnectorGroupRequest = exports.VoiceConnectorItem = exports.CreateVoiceConnectorResponse = exports.VoiceConnector = exports.CreateVoiceConnectorRequest = exports.VoiceConnectorAwsRegion = exports.CreateUserResponse = exports.User = exports.RegistrationStatus = exports.InviteStatus = exports.CreateUserRequest = exports.CreateSipRuleResponse = exports.SipRule = exports.CreateSipRuleRequest = exports.SipRuleTriggerType = exports.SipRuleTargetApplication = exports.CreateSipMediaApplicationCallResponse = exports.SipMediaApplicationCall = exports.CreateSipMediaApplicationCallRequest = exports.CreateSipMediaApplicationResponse = exports.SipMediaApplication = exports.CreateSipMediaApplicationRequest = exports.SipMediaApplicationEndpoint = exports.CreateRoomMembershipResponse = exports.RoomMembership = exports.Member = exports.MemberType = exports.CreateRoomMembershipRequest = exports.CreateRoomResponse = exports.Room = exports.CreateRoomRequest = exports.CreateProxySessionResponse = exports.ProxySession = void 0;
|
|
7
|
+
exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.EmergencyCallingConfiguration = exports.EmailStatus = exports.DNISEmergencyCallingConfiguration = exports.DisassociateSigninDelegateGroupsFromAccountResponse = exports.DisassociateSigninDelegateGroupsFromAccountRequest = exports.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse = exports.DisassociatePhoneNumbersFromVoiceConnectorGroupRequest = exports.DisassociatePhoneNumbersFromVoiceConnectorResponse = exports.DisassociatePhoneNumbersFromVoiceConnectorRequest = exports.DisassociatePhoneNumberFromUserResponse = exports.DisassociatePhoneNumberFromUserRequest = exports.DescribeChannelModeratorResponse = exports.DescribeChannelModeratorRequest = exports.DescribeChannelModeratedByAppInstanceUserResponse = exports.DescribeChannelModeratedByAppInstanceUserRequest = exports.DescribeChannelMembershipForAppInstanceUserResponse = exports.DescribeChannelMembershipForAppInstanceUserRequest = exports.DescribeChannelMembershipResponse = exports.DescribeChannelMembershipRequest = exports.DescribeChannelBanResponse = exports.DescribeChannelBanRequest = exports.DescribeChannelResponse = exports.DescribeChannelRequest = exports.DescribeAppInstanceUserResponse = exports.DescribeAppInstanceUserRequest = exports.DescribeAppInstanceAdminResponse = exports.DescribeAppInstanceAdminRequest = exports.DescribeAppInstanceResponse = exports.DescribeAppInstanceRequest = exports.DeleteVoiceConnectorTerminationCredentialsRequest = exports.DeleteVoiceConnectorTerminationRequest = exports.DeleteVoiceConnectorStreamingConfigurationRequest = exports.DeleteVoiceConnectorProxyRequest = exports.DeleteVoiceConnectorOriginationRequest = exports.DeleteVoiceConnectorGroupRequest = exports.DeleteVoiceConnectorEmergencyCallingConfigurationRequest = exports.DeleteVoiceConnectorRequest = exports.DeleteSipRuleRequest = exports.DeleteSipMediaApplicationRequest = exports.DeleteRoomMembershipRequest = exports.DeleteRoomRequest = exports.DeleteProxySessionRequest = exports.DeletePhoneNumberRequest = exports.DeleteMeetingRequest = exports.DeleteMediaCapturePipelineRequest = void 0;
|
|
8
|
+
exports.RetentionSettings = exports.RoomRetentionSettings = exports.GetRetentionSettingsRequest = exports.GetProxySessionResponse = exports.GetProxySessionRequest = exports.GetPhoneNumberSettingsResponse = exports.GetPhoneNumberOrderResponse = exports.GetPhoneNumberOrderRequest = exports.GetPhoneNumberResponse = exports.PhoneNumber = exports.PhoneNumberType = exports.PhoneNumberStatus = exports.PhoneNumberCapabilities = exports.PhoneNumberAssociation = exports.PhoneNumberAssociationName = exports.GetPhoneNumberRequest = exports.GetMessagingSessionEndpointResponse = exports.MessagingSessionEndpoint = exports.GetMessagingSessionEndpointRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetMediaCapturePipelineResponse = exports.GetMediaCapturePipelineRequest = exports.GetGlobalSettingsResponse = exports.VoiceConnectorSettings = exports.GetEventsConfigurationResponse = exports.GetEventsConfigurationRequest = exports.GetChannelMessageResponse = exports.GetChannelMessageRequest = exports.GetBotResponse = exports.GetBotRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.GetAppInstanceStreamingConfigurationsResponse = exports.GetAppInstanceStreamingConfigurationsRequest = exports.GetAppInstanceRetentionSettingsResponse = exports.GetAppInstanceRetentionSettingsRequest = exports.GetAccountSettingsResponse = exports.GetAccountSettingsRequest = exports.GetAccountResponse = exports.GetAccountRequest = exports.EventsConfiguration = exports.EngineTranscribeSettings = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.EngineTranscribeMedicalSettings = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
const ChimeServiceException_1 = require("./ChimeServiceException");
|
|
10
11
|
var ErrorCode;
|
|
11
12
|
(function (ErrorCode) {
|
|
12
13
|
ErrorCode["AccessDenied"] = "AccessDenied";
|
|
@@ -25,6 +26,21 @@ var ErrorCode;
|
|
|
25
26
|
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
26
27
|
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
27
28
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
29
|
+
class AccessDeniedException extends ChimeServiceException_1.ChimeServiceException {
|
|
30
|
+
constructor(opts) {
|
|
31
|
+
super({
|
|
32
|
+
name: "AccessDeniedException",
|
|
33
|
+
$fault: "client",
|
|
34
|
+
...opts,
|
|
35
|
+
});
|
|
36
|
+
this.name = "AccessDeniedException";
|
|
37
|
+
this.$fault = "client";
|
|
38
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
39
|
+
this.Code = opts.Code;
|
|
40
|
+
this.Message = opts.Message;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
28
44
|
var AccountStatus;
|
|
29
45
|
(function (AccountStatus) {
|
|
30
46
|
AccountStatus["Active"] = "Active";
|
|
@@ -218,6 +234,111 @@ var AssociatePhoneNumbersWithVoiceConnectorResponse;
|
|
|
218
234
|
...obj,
|
|
219
235
|
});
|
|
220
236
|
})(AssociatePhoneNumbersWithVoiceConnectorResponse = exports.AssociatePhoneNumbersWithVoiceConnectorResponse || (exports.AssociatePhoneNumbersWithVoiceConnectorResponse = {}));
|
|
237
|
+
class BadRequestException extends ChimeServiceException_1.ChimeServiceException {
|
|
238
|
+
constructor(opts) {
|
|
239
|
+
super({
|
|
240
|
+
name: "BadRequestException",
|
|
241
|
+
$fault: "client",
|
|
242
|
+
...opts,
|
|
243
|
+
});
|
|
244
|
+
this.name = "BadRequestException";
|
|
245
|
+
this.$fault = "client";
|
|
246
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
247
|
+
this.Code = opts.Code;
|
|
248
|
+
this.Message = opts.Message;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
exports.BadRequestException = BadRequestException;
|
|
252
|
+
class ForbiddenException extends ChimeServiceException_1.ChimeServiceException {
|
|
253
|
+
constructor(opts) {
|
|
254
|
+
super({
|
|
255
|
+
name: "ForbiddenException",
|
|
256
|
+
$fault: "client",
|
|
257
|
+
...opts,
|
|
258
|
+
});
|
|
259
|
+
this.name = "ForbiddenException";
|
|
260
|
+
this.$fault = "client";
|
|
261
|
+
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
262
|
+
this.Code = opts.Code;
|
|
263
|
+
this.Message = opts.Message;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
exports.ForbiddenException = ForbiddenException;
|
|
267
|
+
class NotFoundException extends ChimeServiceException_1.ChimeServiceException {
|
|
268
|
+
constructor(opts) {
|
|
269
|
+
super({
|
|
270
|
+
name: "NotFoundException",
|
|
271
|
+
$fault: "client",
|
|
272
|
+
...opts,
|
|
273
|
+
});
|
|
274
|
+
this.name = "NotFoundException";
|
|
275
|
+
this.$fault = "client";
|
|
276
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
277
|
+
this.Code = opts.Code;
|
|
278
|
+
this.Message = opts.Message;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
exports.NotFoundException = NotFoundException;
|
|
282
|
+
class ServiceFailureException extends ChimeServiceException_1.ChimeServiceException {
|
|
283
|
+
constructor(opts) {
|
|
284
|
+
super({
|
|
285
|
+
name: "ServiceFailureException",
|
|
286
|
+
$fault: "server",
|
|
287
|
+
...opts,
|
|
288
|
+
});
|
|
289
|
+
this.name = "ServiceFailureException";
|
|
290
|
+
this.$fault = "server";
|
|
291
|
+
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
292
|
+
this.Code = opts.Code;
|
|
293
|
+
this.Message = opts.Message;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
exports.ServiceFailureException = ServiceFailureException;
|
|
297
|
+
class ServiceUnavailableException extends ChimeServiceException_1.ChimeServiceException {
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "ServiceUnavailableException",
|
|
301
|
+
$fault: "server",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
this.name = "ServiceUnavailableException";
|
|
305
|
+
this.$fault = "server";
|
|
306
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
307
|
+
this.Code = opts.Code;
|
|
308
|
+
this.Message = opts.Message;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
312
|
+
class ThrottledClientException extends ChimeServiceException_1.ChimeServiceException {
|
|
313
|
+
constructor(opts) {
|
|
314
|
+
super({
|
|
315
|
+
name: "ThrottledClientException",
|
|
316
|
+
$fault: "client",
|
|
317
|
+
...opts,
|
|
318
|
+
});
|
|
319
|
+
this.name = "ThrottledClientException";
|
|
320
|
+
this.$fault = "client";
|
|
321
|
+
Object.setPrototypeOf(this, ThrottledClientException.prototype);
|
|
322
|
+
this.Code = opts.Code;
|
|
323
|
+
this.Message = opts.Message;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
exports.ThrottledClientException = ThrottledClientException;
|
|
327
|
+
class UnauthorizedClientException extends ChimeServiceException_1.ChimeServiceException {
|
|
328
|
+
constructor(opts) {
|
|
329
|
+
super({
|
|
330
|
+
name: "UnauthorizedClientException",
|
|
331
|
+
$fault: "client",
|
|
332
|
+
...opts,
|
|
333
|
+
});
|
|
334
|
+
this.name = "UnauthorizedClientException";
|
|
335
|
+
this.$fault = "client";
|
|
336
|
+
Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
|
|
337
|
+
this.Code = opts.Code;
|
|
338
|
+
this.Message = opts.Message;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
exports.UnauthorizedClientException = UnauthorizedClientException;
|
|
221
342
|
var AssociatePhoneNumbersWithVoiceConnectorGroupRequest;
|
|
222
343
|
(function (AssociatePhoneNumbersWithVoiceConnectorGroupRequest) {
|
|
223
344
|
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -312,6 +433,21 @@ var BatchCreateAttendeeResponse;
|
|
|
312
433
|
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeError.filterSensitiveLog(item)) }),
|
|
313
434
|
});
|
|
314
435
|
})(BatchCreateAttendeeResponse = exports.BatchCreateAttendeeResponse || (exports.BatchCreateAttendeeResponse = {}));
|
|
436
|
+
class ResourceLimitExceededException extends ChimeServiceException_1.ChimeServiceException {
|
|
437
|
+
constructor(opts) {
|
|
438
|
+
super({
|
|
439
|
+
name: "ResourceLimitExceededException",
|
|
440
|
+
$fault: "client",
|
|
441
|
+
...opts,
|
|
442
|
+
});
|
|
443
|
+
this.name = "ResourceLimitExceededException";
|
|
444
|
+
this.$fault = "client";
|
|
445
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
446
|
+
this.Code = opts.Code;
|
|
447
|
+
this.Message = opts.Message;
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
315
451
|
var BatchCreateChannelMembershipRequest;
|
|
316
452
|
(function (BatchCreateChannelMembershipRequest) {
|
|
317
453
|
BatchCreateChannelMembershipRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -631,6 +767,21 @@ var ChimeSdkMeetingConfiguration;
|
|
|
631
767
|
}),
|
|
632
768
|
});
|
|
633
769
|
})(ChimeSdkMeetingConfiguration = exports.ChimeSdkMeetingConfiguration || (exports.ChimeSdkMeetingConfiguration = {}));
|
|
770
|
+
class ConflictException extends ChimeServiceException_1.ChimeServiceException {
|
|
771
|
+
constructor(opts) {
|
|
772
|
+
super({
|
|
773
|
+
name: "ConflictException",
|
|
774
|
+
$fault: "client",
|
|
775
|
+
...opts,
|
|
776
|
+
});
|
|
777
|
+
this.name = "ConflictException";
|
|
778
|
+
this.$fault = "client";
|
|
779
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
780
|
+
this.Code = opts.Code;
|
|
781
|
+
this.Message = opts.Message;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
exports.ConflictException = ConflictException;
|
|
634
785
|
var ConversationRetentionSettings;
|
|
635
786
|
(function (ConversationRetentionSettings) {
|
|
636
787
|
ConversationRetentionSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -1248,6 +1399,21 @@ var DeleteAccountResponse;
|
|
|
1248
1399
|
...obj,
|
|
1249
1400
|
});
|
|
1250
1401
|
})(DeleteAccountResponse = exports.DeleteAccountResponse || (exports.DeleteAccountResponse = {}));
|
|
1402
|
+
class UnprocessableEntityException extends ChimeServiceException_1.ChimeServiceException {
|
|
1403
|
+
constructor(opts) {
|
|
1404
|
+
super({
|
|
1405
|
+
name: "UnprocessableEntityException",
|
|
1406
|
+
$fault: "client",
|
|
1407
|
+
...opts,
|
|
1408
|
+
});
|
|
1409
|
+
this.name = "UnprocessableEntityException";
|
|
1410
|
+
this.$fault = "client";
|
|
1411
|
+
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
1412
|
+
this.Code = opts.Code;
|
|
1413
|
+
this.Message = opts.Message;
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
1251
1417
|
var DeleteAppInstanceRequest;
|
|
1252
1418
|
(function (DeleteAppInstanceRequest) {
|
|
1253
1419
|
DeleteAppInstanceRequest.filterSensitiveLog = (obj) => ({
|