@aws-sdk/client-chime-sdk-meetings 3.74.0 → 3.78.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 +30 -0
- package/dist-cjs/models/models_0.js +47 -15
- package/dist-cjs/pagination/ListAttendeesPaginator.js +2 -1
- package/dist-cjs/protocols/Aws_restJson1.js +147 -0
- package/dist-es/models/models_0.js +38 -8
- package/dist-es/pagination/ListAttendeesPaginator.js +3 -2
- package/dist-es/protocols/Aws_restJson1.js +264 -80
- package/dist-types/models/models_0.d.ts +45 -17
- package/dist-types/ts3.4/models/models_0.d.ts +31 -11
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.78.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.77.0...v3.78.0) (2022-04-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **types:** add pagination stopOnSameToken option ([#3524](https://github.com/aws/aws-sdk-js-v3/issues/3524)) ([9bf73e8](https://github.com/aws/aws-sdk-js-v3/commit/9bf73e81b8d9be9f12c72cbefbe26c502d1873c6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **client-chime-sdk-meetings:** Include additional exceptions types. ([89b90ef](https://github.com/aws/aws-sdk-js-v3/commit/89b90ef9527faef3b2ec72f36d0ab4637244a5fa))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopMeetingTranscriptionRequest = exports.StartMeetingTranscriptionRequest = exports.TranscriptionConfiguration = exports.EngineTranscribeSettings = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.EngineTranscribeMedicalSettings = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ListAttendeesResponse = exports.ListAttendeesRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.DeleteMeetingRequest = exports.DeleteAttendeeRequest = exports.CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesRequest = exports.CreateMeetingResponse = exports.Meeting = exports.MediaPlacement = exports.CreateMeetingRequest = exports.NotificationsConfiguration = exports.MeetingFeaturesConfiguration = exports.
|
|
3
|
+
exports.StopMeetingTranscriptionRequest = exports.StartMeetingTranscriptionRequest = exports.TranscriptionConfiguration = exports.EngineTranscribeSettings = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.EngineTranscribeMedicalSettings = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ListAttendeesResponse = exports.ListAttendeesRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.DeleteMeetingRequest = exports.DeleteAttendeeRequest = exports.CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesRequest = exports.CreateMeetingResponse = exports.Meeting = exports.MediaPlacement = exports.CreateMeetingRequest = exports.NotificationsConfiguration = exports.MeetingFeaturesConfiguration = exports.CreateAttendeeResponse = exports.CreateAttendeeRequest = exports.UnprocessableEntityException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BatchCreateAttendeeResponse = exports.CreateAttendeeError = exports.BatchCreateAttendeeRequest = exports.CreateAttendeeRequestItem = exports.BadRequestException = exports.AudioFeatures = exports.MeetingFeatureStatus = exports.Attendee = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const ChimeSDKMeetingsServiceException_1 = require("./ChimeSDKMeetingsServiceException");
|
|
6
6
|
var Attendee;
|
|
@@ -117,6 +117,22 @@ class NotFoundException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeeti
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
exports.NotFoundException = NotFoundException;
|
|
120
|
+
class ServiceFailureException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
121
|
+
constructor(opts) {
|
|
122
|
+
super({
|
|
123
|
+
name: "ServiceFailureException",
|
|
124
|
+
$fault: "server",
|
|
125
|
+
...opts,
|
|
126
|
+
});
|
|
127
|
+
this.name = "ServiceFailureException";
|
|
128
|
+
this.$fault = "server";
|
|
129
|
+
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
130
|
+
this.Code = opts.Code;
|
|
131
|
+
this.Message = opts.Message;
|
|
132
|
+
this.RequestId = opts.RequestId;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.ServiceFailureException = ServiceFailureException;
|
|
120
136
|
class ServiceUnavailableException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
121
137
|
constructor(opts) {
|
|
122
138
|
super({
|
|
@@ -134,6 +150,22 @@ class ServiceUnavailableException extends ChimeSDKMeetingsServiceException_1.Chi
|
|
|
134
150
|
}
|
|
135
151
|
}
|
|
136
152
|
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
153
|
+
class ThrottlingException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
154
|
+
constructor(opts) {
|
|
155
|
+
super({
|
|
156
|
+
name: "ThrottlingException",
|
|
157
|
+
$fault: "client",
|
|
158
|
+
...opts,
|
|
159
|
+
});
|
|
160
|
+
this.name = "ThrottlingException";
|
|
161
|
+
this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
163
|
+
this.Code = opts.Code;
|
|
164
|
+
this.Message = opts.Message;
|
|
165
|
+
this.RequestId = opts.RequestId;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
exports.ThrottlingException = ThrottlingException;
|
|
137
169
|
class UnauthorizedException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
138
170
|
constructor(opts) {
|
|
139
171
|
super({
|
|
@@ -150,20 +182,6 @@ class UnauthorizedException extends ChimeSDKMeetingsServiceException_1.ChimeSDKM
|
|
|
150
182
|
}
|
|
151
183
|
}
|
|
152
184
|
exports.UnauthorizedException = UnauthorizedException;
|
|
153
|
-
var CreateAttendeeRequest;
|
|
154
|
-
(function (CreateAttendeeRequest) {
|
|
155
|
-
CreateAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
158
|
-
});
|
|
159
|
-
})(CreateAttendeeRequest = exports.CreateAttendeeRequest || (exports.CreateAttendeeRequest = {}));
|
|
160
|
-
var CreateAttendeeResponse;
|
|
161
|
-
(function (CreateAttendeeResponse) {
|
|
162
|
-
CreateAttendeeResponse.filterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
...(obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }),
|
|
165
|
-
});
|
|
166
|
-
})(CreateAttendeeResponse = exports.CreateAttendeeResponse || (exports.CreateAttendeeResponse = {}));
|
|
167
185
|
class UnprocessableEntityException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
168
186
|
constructor(opts) {
|
|
169
187
|
super({
|
|
@@ -180,6 +198,20 @@ class UnprocessableEntityException extends ChimeSDKMeetingsServiceException_1.Ch
|
|
|
180
198
|
}
|
|
181
199
|
}
|
|
182
200
|
exports.UnprocessableEntityException = UnprocessableEntityException;
|
|
201
|
+
var CreateAttendeeRequest;
|
|
202
|
+
(function (CreateAttendeeRequest) {
|
|
203
|
+
CreateAttendeeRequest.filterSensitiveLog = (obj) => ({
|
|
204
|
+
...obj,
|
|
205
|
+
...(obj.ExternalUserId && { ExternalUserId: smithy_client_1.SENSITIVE_STRING }),
|
|
206
|
+
});
|
|
207
|
+
})(CreateAttendeeRequest = exports.CreateAttendeeRequest || (exports.CreateAttendeeRequest = {}));
|
|
208
|
+
var CreateAttendeeResponse;
|
|
209
|
+
(function (CreateAttendeeResponse) {
|
|
210
|
+
CreateAttendeeResponse.filterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
...(obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }),
|
|
213
|
+
});
|
|
214
|
+
})(CreateAttendeeResponse = exports.CreateAttendeeResponse || (exports.CreateAttendeeResponse = {}));
|
|
183
215
|
var MeetingFeaturesConfiguration;
|
|
184
216
|
(function (MeetingFeaturesConfiguration) {
|
|
185
217
|
MeetingFeaturesConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -27,8 +27,9 @@ async function* paginateListAttendees(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected ChimeSDKMeetings | ChimeSDKMeetingsClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -421,12 +421,21 @@ const deserializeAws_restJson1BatchCreateAttendeeCommandError = async (output, c
|
|
|
421
421
|
case "NotFoundException":
|
|
422
422
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
423
423
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
424
|
+
case "ServiceFailureException":
|
|
425
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
426
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
424
427
|
case "ServiceUnavailableException":
|
|
425
428
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
426
429
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
430
|
+
case "ThrottlingException":
|
|
431
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
432
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
427
433
|
case "UnauthorizedException":
|
|
428
434
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
429
435
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
436
|
+
case "UnprocessableEntityException":
|
|
437
|
+
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException":
|
|
438
|
+
throw await deserializeAws_restJson1UnprocessableEntityExceptionResponse(parsedOutput, context);
|
|
430
439
|
default:
|
|
431
440
|
const parsedBody = parsedOutput.body;
|
|
432
441
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -473,9 +482,15 @@ const deserializeAws_restJson1CreateAttendeeCommandError = async (output, contex
|
|
|
473
482
|
case "NotFoundException":
|
|
474
483
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
475
484
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
485
|
+
case "ServiceFailureException":
|
|
486
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
487
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
476
488
|
case "ServiceUnavailableException":
|
|
477
489
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
478
490
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
491
|
+
case "ThrottlingException":
|
|
492
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
493
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
479
494
|
case "UnauthorizedException":
|
|
480
495
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
481
496
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
@@ -519,12 +534,21 @@ const deserializeAws_restJson1CreateMeetingCommandError = async (output, context
|
|
|
519
534
|
case "BadRequestException":
|
|
520
535
|
case "com.amazonaws.chimesdkmeetings#BadRequestException":
|
|
521
536
|
throw await deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context);
|
|
537
|
+
case "ForbiddenException":
|
|
538
|
+
case "com.amazonaws.chimesdkmeetings#ForbiddenException":
|
|
539
|
+
throw await deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context);
|
|
522
540
|
case "LimitExceededException":
|
|
523
541
|
case "com.amazonaws.chimesdkmeetings#LimitExceededException":
|
|
524
542
|
throw await deserializeAws_restJson1LimitExceededExceptionResponse(parsedOutput, context);
|
|
543
|
+
case "ServiceFailureException":
|
|
544
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
545
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
525
546
|
case "ServiceUnavailableException":
|
|
526
547
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
527
548
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
549
|
+
case "ThrottlingException":
|
|
550
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
551
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
528
552
|
case "UnauthorizedException":
|
|
529
553
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
530
554
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
@@ -573,12 +597,21 @@ const deserializeAws_restJson1CreateMeetingWithAttendeesCommandError = async (ou
|
|
|
573
597
|
case "BadRequestException":
|
|
574
598
|
case "com.amazonaws.chimesdkmeetings#BadRequestException":
|
|
575
599
|
throw await deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context);
|
|
600
|
+
case "ForbiddenException":
|
|
601
|
+
case "com.amazonaws.chimesdkmeetings#ForbiddenException":
|
|
602
|
+
throw await deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context);
|
|
576
603
|
case "LimitExceededException":
|
|
577
604
|
case "com.amazonaws.chimesdkmeetings#LimitExceededException":
|
|
578
605
|
throw await deserializeAws_restJson1LimitExceededExceptionResponse(parsedOutput, context);
|
|
606
|
+
case "ServiceFailureException":
|
|
607
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
608
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
579
609
|
case "ServiceUnavailableException":
|
|
580
610
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
581
611
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
612
|
+
case "ThrottlingException":
|
|
613
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
614
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
582
615
|
case "UnauthorizedException":
|
|
583
616
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
584
617
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
@@ -612,12 +645,27 @@ const deserializeAws_restJson1DeleteAttendeeCommandError = async (output, contex
|
|
|
612
645
|
let errorCode = "UnknownError";
|
|
613
646
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
614
647
|
switch (errorCode) {
|
|
648
|
+
case "BadRequestException":
|
|
649
|
+
case "com.amazonaws.chimesdkmeetings#BadRequestException":
|
|
650
|
+
throw await deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context);
|
|
615
651
|
case "ForbiddenException":
|
|
616
652
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException":
|
|
617
653
|
throw await deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context);
|
|
618
654
|
case "NotFoundException":
|
|
619
655
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
620
656
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
657
|
+
case "ServiceFailureException":
|
|
658
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
659
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
660
|
+
case "ServiceUnavailableException":
|
|
661
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
662
|
+
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
663
|
+
case "ThrottlingException":
|
|
664
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
665
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
666
|
+
case "UnauthorizedException":
|
|
667
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
668
|
+
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
621
669
|
default:
|
|
622
670
|
const parsedBody = parsedOutput.body;
|
|
623
671
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -654,6 +702,21 @@ const deserializeAws_restJson1DeleteMeetingCommandError = async (output, context
|
|
|
654
702
|
case "ForbiddenException":
|
|
655
703
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException":
|
|
656
704
|
throw await deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context);
|
|
705
|
+
case "NotFoundException":
|
|
706
|
+
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
707
|
+
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
708
|
+
case "ServiceFailureException":
|
|
709
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
710
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
711
|
+
case "ServiceUnavailableException":
|
|
712
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
713
|
+
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
714
|
+
case "ThrottlingException":
|
|
715
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
716
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
717
|
+
case "UnauthorizedException":
|
|
718
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
719
|
+
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
657
720
|
default:
|
|
658
721
|
const parsedBody = parsedOutput.body;
|
|
659
722
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -697,6 +760,18 @@ const deserializeAws_restJson1GetAttendeeCommandError = async (output, context)
|
|
|
697
760
|
case "NotFoundException":
|
|
698
761
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
699
762
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
763
|
+
case "ServiceFailureException":
|
|
764
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
765
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
766
|
+
case "ServiceUnavailableException":
|
|
767
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
768
|
+
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
769
|
+
case "ThrottlingException":
|
|
770
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
771
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
772
|
+
case "UnauthorizedException":
|
|
773
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
774
|
+
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
700
775
|
default:
|
|
701
776
|
const parsedBody = parsedOutput.body;
|
|
702
777
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -740,6 +815,18 @@ const deserializeAws_restJson1GetMeetingCommandError = async (output, context) =
|
|
|
740
815
|
case "NotFoundException":
|
|
741
816
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
742
817
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
818
|
+
case "ServiceFailureException":
|
|
819
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
820
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
821
|
+
case "ServiceUnavailableException":
|
|
822
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
823
|
+
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
824
|
+
case "ThrottlingException":
|
|
825
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
826
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
827
|
+
case "UnauthorizedException":
|
|
828
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
829
|
+
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
743
830
|
default:
|
|
744
831
|
const parsedBody = parsedOutput.body;
|
|
745
832
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -787,6 +874,18 @@ const deserializeAws_restJson1ListAttendeesCommandError = async (output, context
|
|
|
787
874
|
case "NotFoundException":
|
|
788
875
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
789
876
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
877
|
+
case "ServiceFailureException":
|
|
878
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
879
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
880
|
+
case "ServiceUnavailableException":
|
|
881
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
882
|
+
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
883
|
+
case "ThrottlingException":
|
|
884
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
885
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
886
|
+
case "UnauthorizedException":
|
|
887
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
888
|
+
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
790
889
|
default:
|
|
791
890
|
const parsedBody = parsedOutput.body;
|
|
792
891
|
response = new ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException({
|
|
@@ -829,9 +928,15 @@ const deserializeAws_restJson1StartMeetingTranscriptionCommandError = async (out
|
|
|
829
928
|
case "NotFoundException":
|
|
830
929
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
831
930
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
931
|
+
case "ServiceFailureException":
|
|
932
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
933
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
832
934
|
case "ServiceUnavailableException":
|
|
833
935
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
834
936
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
937
|
+
case "ThrottlingException":
|
|
938
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
939
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
835
940
|
case "UnauthorizedException":
|
|
836
941
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
837
942
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
@@ -877,9 +982,15 @@ const deserializeAws_restJson1StopMeetingTranscriptionCommandError = async (outp
|
|
|
877
982
|
case "NotFoundException":
|
|
878
983
|
case "com.amazonaws.chimesdkmeetings#NotFoundException":
|
|
879
984
|
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
985
|
+
case "ServiceFailureException":
|
|
986
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
|
|
987
|
+
throw await deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context);
|
|
880
988
|
case "ServiceUnavailableException":
|
|
881
989
|
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
|
|
882
990
|
throw await deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context);
|
|
991
|
+
case "ThrottlingException":
|
|
992
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException":
|
|
993
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
883
994
|
case "UnauthorizedException":
|
|
884
995
|
case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
|
|
885
996
|
throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context);
|
|
@@ -968,6 +1079,24 @@ const deserializeAws_restJson1NotFoundExceptionResponse = async (parsedOutput, c
|
|
|
968
1079
|
});
|
|
969
1080
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
970
1081
|
};
|
|
1082
|
+
const deserializeAws_restJson1ServiceFailureExceptionResponse = async (parsedOutput, context) => {
|
|
1083
|
+
const contents = {};
|
|
1084
|
+
const data = parsedOutput.body;
|
|
1085
|
+
if (data.Code !== undefined && data.Code !== null) {
|
|
1086
|
+
contents.Code = (0, smithy_client_1.expectString)(data.Code);
|
|
1087
|
+
}
|
|
1088
|
+
if (data.Message !== undefined && data.Message !== null) {
|
|
1089
|
+
contents.Message = (0, smithy_client_1.expectString)(data.Message);
|
|
1090
|
+
}
|
|
1091
|
+
if (data.RequestId !== undefined && data.RequestId !== null) {
|
|
1092
|
+
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId);
|
|
1093
|
+
}
|
|
1094
|
+
const exception = new models_0_1.ServiceFailureException({
|
|
1095
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1096
|
+
...contents,
|
|
1097
|
+
});
|
|
1098
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1099
|
+
};
|
|
971
1100
|
const deserializeAws_restJson1ServiceUnavailableExceptionResponse = async (parsedOutput, context) => {
|
|
972
1101
|
const contents = {};
|
|
973
1102
|
if (parsedOutput.headers["retry-after"] !== undefined) {
|
|
@@ -989,6 +1118,24 @@ const deserializeAws_restJson1ServiceUnavailableExceptionResponse = async (parse
|
|
|
989
1118
|
});
|
|
990
1119
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
991
1120
|
};
|
|
1121
|
+
const deserializeAws_restJson1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
1122
|
+
const contents = {};
|
|
1123
|
+
const data = parsedOutput.body;
|
|
1124
|
+
if (data.Code !== undefined && data.Code !== null) {
|
|
1125
|
+
contents.Code = (0, smithy_client_1.expectString)(data.Code);
|
|
1126
|
+
}
|
|
1127
|
+
if (data.Message !== undefined && data.Message !== null) {
|
|
1128
|
+
contents.Message = (0, smithy_client_1.expectString)(data.Message);
|
|
1129
|
+
}
|
|
1130
|
+
if (data.RequestId !== undefined && data.RequestId !== null) {
|
|
1131
|
+
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId);
|
|
1132
|
+
}
|
|
1133
|
+
const exception = new models_0_1.ThrottlingException({
|
|
1134
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1135
|
+
...contents,
|
|
1136
|
+
});
|
|
1137
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1138
|
+
};
|
|
992
1139
|
const deserializeAws_restJson1UnauthorizedExceptionResponse = async (parsedOutput, context) => {
|
|
993
1140
|
const contents = {};
|
|
994
1141
|
const data = parsedOutput.body;
|
|
@@ -92,6 +92,21 @@ var NotFoundException = (function (_super) {
|
|
|
92
92
|
return NotFoundException;
|
|
93
93
|
}(__BaseException));
|
|
94
94
|
export { NotFoundException };
|
|
95
|
+
var ServiceFailureException = (function (_super) {
|
|
96
|
+
__extends(ServiceFailureException, _super);
|
|
97
|
+
function ServiceFailureException(opts) {
|
|
98
|
+
var _this = _super.call(this, __assign({ name: "ServiceFailureException", $fault: "server" }, opts)) || this;
|
|
99
|
+
_this.name = "ServiceFailureException";
|
|
100
|
+
_this.$fault = "server";
|
|
101
|
+
Object.setPrototypeOf(_this, ServiceFailureException.prototype);
|
|
102
|
+
_this.Code = opts.Code;
|
|
103
|
+
_this.Message = opts.Message;
|
|
104
|
+
_this.RequestId = opts.RequestId;
|
|
105
|
+
return _this;
|
|
106
|
+
}
|
|
107
|
+
return ServiceFailureException;
|
|
108
|
+
}(__BaseException));
|
|
109
|
+
export { ServiceFailureException };
|
|
95
110
|
var ServiceUnavailableException = (function (_super) {
|
|
96
111
|
__extends(ServiceUnavailableException, _super);
|
|
97
112
|
function ServiceUnavailableException(opts) {
|
|
@@ -108,6 +123,21 @@ var ServiceUnavailableException = (function (_super) {
|
|
|
108
123
|
return ServiceUnavailableException;
|
|
109
124
|
}(__BaseException));
|
|
110
125
|
export { ServiceUnavailableException };
|
|
126
|
+
var ThrottlingException = (function (_super) {
|
|
127
|
+
__extends(ThrottlingException, _super);
|
|
128
|
+
function ThrottlingException(opts) {
|
|
129
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
130
|
+
_this.name = "ThrottlingException";
|
|
131
|
+
_this.$fault = "client";
|
|
132
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
133
|
+
_this.Code = opts.Code;
|
|
134
|
+
_this.Message = opts.Message;
|
|
135
|
+
_this.RequestId = opts.RequestId;
|
|
136
|
+
return _this;
|
|
137
|
+
}
|
|
138
|
+
return ThrottlingException;
|
|
139
|
+
}(__BaseException));
|
|
140
|
+
export { ThrottlingException };
|
|
111
141
|
var UnauthorizedException = (function (_super) {
|
|
112
142
|
__extends(UnauthorizedException, _super);
|
|
113
143
|
function UnauthorizedException(opts) {
|
|
@@ -123,14 +153,6 @@ var UnauthorizedException = (function (_super) {
|
|
|
123
153
|
return UnauthorizedException;
|
|
124
154
|
}(__BaseException));
|
|
125
155
|
export { UnauthorizedException };
|
|
126
|
-
export var CreateAttendeeRequest;
|
|
127
|
-
(function (CreateAttendeeRequest) {
|
|
128
|
-
CreateAttendeeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }))); };
|
|
129
|
-
})(CreateAttendeeRequest || (CreateAttendeeRequest = {}));
|
|
130
|
-
export var CreateAttendeeResponse;
|
|
131
|
-
(function (CreateAttendeeResponse) {
|
|
132
|
-
CreateAttendeeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }))); };
|
|
133
|
-
})(CreateAttendeeResponse || (CreateAttendeeResponse = {}));
|
|
134
156
|
var UnprocessableEntityException = (function (_super) {
|
|
135
157
|
__extends(UnprocessableEntityException, _super);
|
|
136
158
|
function UnprocessableEntityException(opts) {
|
|
@@ -146,6 +168,14 @@ var UnprocessableEntityException = (function (_super) {
|
|
|
146
168
|
return UnprocessableEntityException;
|
|
147
169
|
}(__BaseException));
|
|
148
170
|
export { UnprocessableEntityException };
|
|
171
|
+
export var CreateAttendeeRequest;
|
|
172
|
+
(function (CreateAttendeeRequest) {
|
|
173
|
+
CreateAttendeeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }))); };
|
|
174
|
+
})(CreateAttendeeRequest || (CreateAttendeeRequest = {}));
|
|
175
|
+
export var CreateAttendeeResponse;
|
|
176
|
+
(function (CreateAttendeeResponse) {
|
|
177
|
+
CreateAttendeeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendee && { Attendee: Attendee.filterSensitiveLog(obj.Attendee) }))); };
|
|
178
|
+
})(CreateAttendeeResponse || (CreateAttendeeResponse = {}));
|
|
149
179
|
export var MeetingFeaturesConfiguration;
|
|
150
180
|
(function (MeetingFeaturesConfiguration) {
|
|
151
181
|
MeetingFeaturesConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -36,7 +36,7 @@ export function paginateListAttendees(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListAttendees_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListAttendees(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -3,7 +3,7 @@ import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
|
3
3
|
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
import { ChimeSDKMeetingsServiceException as __BaseException } from "../models/ChimeSDKMeetingsServiceException";
|
|
6
|
-
import { BadRequestException, ForbiddenException, LimitExceededException, NotFoundException, ServiceUnavailableException, UnauthorizedException, UnprocessableEntityException, } from "../models/models_0";
|
|
6
|
+
import { BadRequestException, ForbiddenException, LimitExceededException, NotFoundException, ServiceFailureException, ServiceUnavailableException, ThrottlingException, UnauthorizedException, UnprocessableEntityException, } from "../models/models_0";
|
|
7
7
|
export var serializeAws_restJson1BatchCreateAttendeeCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8
8
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, query, body;
|
|
9
9
|
return __generator(this, function (_c) {
|
|
@@ -459,12 +459,18 @@ var deserializeAws_restJson1BatchCreateAttendeeCommandError = function (output,
|
|
|
459
459
|
case "com.amazonaws.chimesdkmeetings#LimitExceededException": return [3, 6];
|
|
460
460
|
case "NotFoundException": return [3, 8];
|
|
461
461
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 8];
|
|
462
|
-
case "
|
|
463
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
464
|
-
case "
|
|
465
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
462
|
+
case "ServiceFailureException": return [3, 10];
|
|
463
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 10];
|
|
464
|
+
case "ServiceUnavailableException": return [3, 12];
|
|
465
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 12];
|
|
466
|
+
case "ThrottlingException": return [3, 14];
|
|
467
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 14];
|
|
468
|
+
case "UnauthorizedException": return [3, 16];
|
|
469
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 16];
|
|
470
|
+
case "UnprocessableEntityException": return [3, 18];
|
|
471
|
+
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException": return [3, 18];
|
|
466
472
|
}
|
|
467
|
-
return [3,
|
|
473
|
+
return [3, 20];
|
|
468
474
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
469
475
|
case 3: throw _d.sent();
|
|
470
476
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
@@ -473,11 +479,17 @@ var deserializeAws_restJson1BatchCreateAttendeeCommandError = function (output,
|
|
|
473
479
|
case 7: throw _d.sent();
|
|
474
480
|
case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
475
481
|
case 9: throw _d.sent();
|
|
476
|
-
case 10: return [4,
|
|
482
|
+
case 10: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
477
483
|
case 11: throw _d.sent();
|
|
478
|
-
case 12: return [4,
|
|
484
|
+
case 12: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
479
485
|
case 13: throw _d.sent();
|
|
480
|
-
case 14:
|
|
486
|
+
case 14: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
487
|
+
case 15: throw _d.sent();
|
|
488
|
+
case 16: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
489
|
+
case 17: throw _d.sent();
|
|
490
|
+
case 18: return [4, deserializeAws_restJson1UnprocessableEntityExceptionResponse(parsedOutput, context)];
|
|
491
|
+
case 19: throw _d.sent();
|
|
492
|
+
case 20:
|
|
481
493
|
parsedBody = parsedOutput.body;
|
|
482
494
|
response = new __BaseException({
|
|
483
495
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -535,14 +547,18 @@ var deserializeAws_restJson1CreateAttendeeCommandError = function (output, conte
|
|
|
535
547
|
case "com.amazonaws.chimesdkmeetings#LimitExceededException": return [3, 6];
|
|
536
548
|
case "NotFoundException": return [3, 8];
|
|
537
549
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 8];
|
|
538
|
-
case "
|
|
539
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
540
|
-
case "
|
|
541
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
542
|
-
case "
|
|
543
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
550
|
+
case "ServiceFailureException": return [3, 10];
|
|
551
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 10];
|
|
552
|
+
case "ServiceUnavailableException": return [3, 12];
|
|
553
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 12];
|
|
554
|
+
case "ThrottlingException": return [3, 14];
|
|
555
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 14];
|
|
556
|
+
case "UnauthorizedException": return [3, 16];
|
|
557
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 16];
|
|
558
|
+
case "UnprocessableEntityException": return [3, 18];
|
|
559
|
+
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException": return [3, 18];
|
|
544
560
|
}
|
|
545
|
-
return [3,
|
|
561
|
+
return [3, 20];
|
|
546
562
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
547
563
|
case 3: throw _d.sent();
|
|
548
564
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
@@ -551,13 +567,17 @@ var deserializeAws_restJson1CreateAttendeeCommandError = function (output, conte
|
|
|
551
567
|
case 7: throw _d.sent();
|
|
552
568
|
case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
553
569
|
case 9: throw _d.sent();
|
|
554
|
-
case 10: return [4,
|
|
570
|
+
case 10: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
555
571
|
case 11: throw _d.sent();
|
|
556
|
-
case 12: return [4,
|
|
572
|
+
case 12: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
557
573
|
case 13: throw _d.sent();
|
|
558
|
-
case 14: return [4,
|
|
574
|
+
case 14: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
559
575
|
case 15: throw _d.sent();
|
|
560
|
-
case 16:
|
|
576
|
+
case 16: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
577
|
+
case 17: throw _d.sent();
|
|
578
|
+
case 18: return [4, deserializeAws_restJson1UnprocessableEntityExceptionResponse(parsedOutput, context)];
|
|
579
|
+
case 19: throw _d.sent();
|
|
580
|
+
case 20:
|
|
561
581
|
parsedBody = parsedOutput.body;
|
|
562
582
|
response = new __BaseException({
|
|
563
583
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -609,23 +629,35 @@ var deserializeAws_restJson1CreateMeetingCommandError = function (output, contex
|
|
|
609
629
|
switch (_b) {
|
|
610
630
|
case "BadRequestException": return [3, 2];
|
|
611
631
|
case "com.amazonaws.chimesdkmeetings#BadRequestException": return [3, 2];
|
|
612
|
-
case "
|
|
613
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
614
|
-
case "
|
|
615
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
616
|
-
case "
|
|
617
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
632
|
+
case "ForbiddenException": return [3, 4];
|
|
633
|
+
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
634
|
+
case "LimitExceededException": return [3, 6];
|
|
635
|
+
case "com.amazonaws.chimesdkmeetings#LimitExceededException": return [3, 6];
|
|
636
|
+
case "ServiceFailureException": return [3, 8];
|
|
637
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
638
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
639
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
640
|
+
case "ThrottlingException": return [3, 12];
|
|
641
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
642
|
+
case "UnauthorizedException": return [3, 14];
|
|
643
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
618
644
|
}
|
|
619
|
-
return [3,
|
|
645
|
+
return [3, 16];
|
|
620
646
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
621
647
|
case 3: throw _d.sent();
|
|
622
|
-
case 4: return [4,
|
|
648
|
+
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
623
649
|
case 5: throw _d.sent();
|
|
624
|
-
case 6: return [4,
|
|
650
|
+
case 6: return [4, deserializeAws_restJson1LimitExceededExceptionResponse(parsedOutput, context)];
|
|
625
651
|
case 7: throw _d.sent();
|
|
626
|
-
case 8: return [4,
|
|
652
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
627
653
|
case 9: throw _d.sent();
|
|
628
|
-
case 10:
|
|
654
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
655
|
+
case 11: throw _d.sent();
|
|
656
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
657
|
+
case 13: throw _d.sent();
|
|
658
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
659
|
+
case 15: throw _d.sent();
|
|
660
|
+
case 16:
|
|
629
661
|
parsedBody = parsedOutput.body;
|
|
630
662
|
response = new __BaseException({
|
|
631
663
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -685,23 +717,35 @@ var deserializeAws_restJson1CreateMeetingWithAttendeesCommandError = function (o
|
|
|
685
717
|
switch (_b) {
|
|
686
718
|
case "BadRequestException": return [3, 2];
|
|
687
719
|
case "com.amazonaws.chimesdkmeetings#BadRequestException": return [3, 2];
|
|
688
|
-
case "
|
|
689
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
690
|
-
case "
|
|
691
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
692
|
-
case "
|
|
693
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
720
|
+
case "ForbiddenException": return [3, 4];
|
|
721
|
+
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
722
|
+
case "LimitExceededException": return [3, 6];
|
|
723
|
+
case "com.amazonaws.chimesdkmeetings#LimitExceededException": return [3, 6];
|
|
724
|
+
case "ServiceFailureException": return [3, 8];
|
|
725
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
726
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
727
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
728
|
+
case "ThrottlingException": return [3, 12];
|
|
729
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
730
|
+
case "UnauthorizedException": return [3, 14];
|
|
731
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
694
732
|
}
|
|
695
|
-
return [3,
|
|
733
|
+
return [3, 16];
|
|
696
734
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
697
735
|
case 3: throw _d.sent();
|
|
698
|
-
case 4: return [4,
|
|
736
|
+
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
699
737
|
case 5: throw _d.sent();
|
|
700
|
-
case 6: return [4,
|
|
738
|
+
case 6: return [4, deserializeAws_restJson1LimitExceededExceptionResponse(parsedOutput, context)];
|
|
701
739
|
case 7: throw _d.sent();
|
|
702
|
-
case 8: return [4,
|
|
740
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
703
741
|
case 9: throw _d.sent();
|
|
704
|
-
case 10:
|
|
742
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
743
|
+
case 11: throw _d.sent();
|
|
744
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
745
|
+
case 13: throw _d.sent();
|
|
746
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
747
|
+
case 15: throw _d.sent();
|
|
748
|
+
case 16:
|
|
705
749
|
parsedBody = parsedOutput.body;
|
|
706
750
|
response = new __BaseException({
|
|
707
751
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -745,17 +789,37 @@ var deserializeAws_restJson1DeleteAttendeeCommandError = function (output, conte
|
|
|
745
789
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
746
790
|
_b = errorCode;
|
|
747
791
|
switch (_b) {
|
|
748
|
-
case "
|
|
749
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
750
|
-
case "
|
|
751
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
792
|
+
case "BadRequestException": return [3, 2];
|
|
793
|
+
case "com.amazonaws.chimesdkmeetings#BadRequestException": return [3, 2];
|
|
794
|
+
case "ForbiddenException": return [3, 4];
|
|
795
|
+
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
796
|
+
case "NotFoundException": return [3, 6];
|
|
797
|
+
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
798
|
+
case "ServiceFailureException": return [3, 8];
|
|
799
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
800
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
801
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
802
|
+
case "ThrottlingException": return [3, 12];
|
|
803
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
804
|
+
case "UnauthorizedException": return [3, 14];
|
|
805
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
752
806
|
}
|
|
753
|
-
return [3,
|
|
754
|
-
case 2: return [4,
|
|
807
|
+
return [3, 16];
|
|
808
|
+
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
755
809
|
case 3: throw _d.sent();
|
|
756
|
-
case 4: return [4,
|
|
810
|
+
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
757
811
|
case 5: throw _d.sent();
|
|
758
|
-
case 6:
|
|
812
|
+
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
813
|
+
case 7: throw _d.sent();
|
|
814
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
815
|
+
case 9: throw _d.sent();
|
|
816
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
817
|
+
case 11: throw _d.sent();
|
|
818
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
819
|
+
case 13: throw _d.sent();
|
|
820
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
821
|
+
case 15: throw _d.sent();
|
|
822
|
+
case 16:
|
|
759
823
|
parsedBody = parsedOutput.body;
|
|
760
824
|
response = new __BaseException({
|
|
761
825
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -803,13 +867,33 @@ var deserializeAws_restJson1DeleteMeetingCommandError = function (output, contex
|
|
|
803
867
|
case "com.amazonaws.chimesdkmeetings#BadRequestException": return [3, 2];
|
|
804
868
|
case "ForbiddenException": return [3, 4];
|
|
805
869
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
870
|
+
case "NotFoundException": return [3, 6];
|
|
871
|
+
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
872
|
+
case "ServiceFailureException": return [3, 8];
|
|
873
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
874
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
875
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
876
|
+
case "ThrottlingException": return [3, 12];
|
|
877
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
878
|
+
case "UnauthorizedException": return [3, 14];
|
|
879
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
806
880
|
}
|
|
807
|
-
return [3,
|
|
881
|
+
return [3, 16];
|
|
808
882
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
809
883
|
case 3: throw _d.sent();
|
|
810
884
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
811
885
|
case 5: throw _d.sent();
|
|
812
|
-
case 6:
|
|
886
|
+
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
887
|
+
case 7: throw _d.sent();
|
|
888
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
889
|
+
case 9: throw _d.sent();
|
|
890
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
891
|
+
case 11: throw _d.sent();
|
|
892
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
893
|
+
case 13: throw _d.sent();
|
|
894
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
895
|
+
case 15: throw _d.sent();
|
|
896
|
+
case 16:
|
|
813
897
|
parsedBody = parsedOutput.body;
|
|
814
898
|
response = new __BaseException({
|
|
815
899
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -865,15 +949,31 @@ var deserializeAws_restJson1GetAttendeeCommandError = function (output, context)
|
|
|
865
949
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
866
950
|
case "NotFoundException": return [3, 6];
|
|
867
951
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
952
|
+
case "ServiceFailureException": return [3, 8];
|
|
953
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
954
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
955
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
956
|
+
case "ThrottlingException": return [3, 12];
|
|
957
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
958
|
+
case "UnauthorizedException": return [3, 14];
|
|
959
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
868
960
|
}
|
|
869
|
-
return [3,
|
|
961
|
+
return [3, 16];
|
|
870
962
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
871
963
|
case 3: throw _d.sent();
|
|
872
964
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
873
965
|
case 5: throw _d.sent();
|
|
874
966
|
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
875
967
|
case 7: throw _d.sent();
|
|
876
|
-
case 8:
|
|
968
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
969
|
+
case 9: throw _d.sent();
|
|
970
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
971
|
+
case 11: throw _d.sent();
|
|
972
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
973
|
+
case 13: throw _d.sent();
|
|
974
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
975
|
+
case 15: throw _d.sent();
|
|
976
|
+
case 16:
|
|
877
977
|
parsedBody = parsedOutput.body;
|
|
878
978
|
response = new __BaseException({
|
|
879
979
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -929,15 +1029,31 @@ var deserializeAws_restJson1GetMeetingCommandError = function (output, context)
|
|
|
929
1029
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
930
1030
|
case "NotFoundException": return [3, 6];
|
|
931
1031
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
1032
|
+
case "ServiceFailureException": return [3, 8];
|
|
1033
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
1034
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
1035
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
1036
|
+
case "ThrottlingException": return [3, 12];
|
|
1037
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
1038
|
+
case "UnauthorizedException": return [3, 14];
|
|
1039
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
932
1040
|
}
|
|
933
|
-
return [3,
|
|
1041
|
+
return [3, 16];
|
|
934
1042
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
935
1043
|
case 3: throw _d.sent();
|
|
936
1044
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
937
1045
|
case 5: throw _d.sent();
|
|
938
1046
|
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
939
1047
|
case 7: throw _d.sent();
|
|
940
|
-
case 8:
|
|
1048
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
1049
|
+
case 9: throw _d.sent();
|
|
1050
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
1051
|
+
case 11: throw _d.sent();
|
|
1052
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
1053
|
+
case 13: throw _d.sent();
|
|
1054
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
1055
|
+
case 15: throw _d.sent();
|
|
1056
|
+
case 16:
|
|
941
1057
|
parsedBody = parsedOutput.body;
|
|
942
1058
|
response = new __BaseException({
|
|
943
1059
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -997,15 +1113,31 @@ var deserializeAws_restJson1ListAttendeesCommandError = function (output, contex
|
|
|
997
1113
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
998
1114
|
case "NotFoundException": return [3, 6];
|
|
999
1115
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
1116
|
+
case "ServiceFailureException": return [3, 8];
|
|
1117
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
1118
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
1119
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
1120
|
+
case "ThrottlingException": return [3, 12];
|
|
1121
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
1122
|
+
case "UnauthorizedException": return [3, 14];
|
|
1123
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
1000
1124
|
}
|
|
1001
|
-
return [3,
|
|
1125
|
+
return [3, 16];
|
|
1002
1126
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
1003
1127
|
case 3: throw _d.sent();
|
|
1004
1128
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
1005
1129
|
case 5: throw _d.sent();
|
|
1006
1130
|
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
1007
1131
|
case 7: throw _d.sent();
|
|
1008
|
-
case 8:
|
|
1132
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
1133
|
+
case 9: throw _d.sent();
|
|
1134
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
1135
|
+
case 11: throw _d.sent();
|
|
1136
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
1137
|
+
case 13: throw _d.sent();
|
|
1138
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
1139
|
+
case 15: throw _d.sent();
|
|
1140
|
+
case 16:
|
|
1009
1141
|
parsedBody = parsedOutput.body;
|
|
1010
1142
|
response = new __BaseException({
|
|
1011
1143
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -1057,14 +1189,18 @@ var deserializeAws_restJson1StartMeetingTranscriptionCommandError = function (ou
|
|
|
1057
1189
|
case "com.amazonaws.chimesdkmeetings#LimitExceededException": return [3, 6];
|
|
1058
1190
|
case "NotFoundException": return [3, 8];
|
|
1059
1191
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 8];
|
|
1060
|
-
case "
|
|
1061
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1062
|
-
case "
|
|
1063
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1064
|
-
case "
|
|
1065
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1192
|
+
case "ServiceFailureException": return [3, 10];
|
|
1193
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 10];
|
|
1194
|
+
case "ServiceUnavailableException": return [3, 12];
|
|
1195
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 12];
|
|
1196
|
+
case "ThrottlingException": return [3, 14];
|
|
1197
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 14];
|
|
1198
|
+
case "UnauthorizedException": return [3, 16];
|
|
1199
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 16];
|
|
1200
|
+
case "UnprocessableEntityException": return [3, 18];
|
|
1201
|
+
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException": return [3, 18];
|
|
1066
1202
|
}
|
|
1067
|
-
return [3,
|
|
1203
|
+
return [3, 20];
|
|
1068
1204
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
1069
1205
|
case 3: throw _d.sent();
|
|
1070
1206
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
@@ -1073,13 +1209,17 @@ var deserializeAws_restJson1StartMeetingTranscriptionCommandError = function (ou
|
|
|
1073
1209
|
case 7: throw _d.sent();
|
|
1074
1210
|
case 8: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
1075
1211
|
case 9: throw _d.sent();
|
|
1076
|
-
case 10: return [4,
|
|
1212
|
+
case 10: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
1077
1213
|
case 11: throw _d.sent();
|
|
1078
|
-
case 12: return [4,
|
|
1214
|
+
case 12: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
1079
1215
|
case 13: throw _d.sent();
|
|
1080
|
-
case 14: return [4,
|
|
1216
|
+
case 14: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
1081
1217
|
case 15: throw _d.sent();
|
|
1082
|
-
case 16:
|
|
1218
|
+
case 16: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
1219
|
+
case 17: throw _d.sent();
|
|
1220
|
+
case 18: return [4, deserializeAws_restJson1UnprocessableEntityExceptionResponse(parsedOutput, context)];
|
|
1221
|
+
case 19: throw _d.sent();
|
|
1222
|
+
case 20:
|
|
1083
1223
|
parsedBody = parsedOutput.body;
|
|
1084
1224
|
response = new __BaseException({
|
|
1085
1225
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -1129,27 +1269,35 @@ var deserializeAws_restJson1StopMeetingTranscriptionCommandError = function (out
|
|
|
1129
1269
|
case "com.amazonaws.chimesdkmeetings#ForbiddenException": return [3, 4];
|
|
1130
1270
|
case "NotFoundException": return [3, 6];
|
|
1131
1271
|
case "com.amazonaws.chimesdkmeetings#NotFoundException": return [3, 6];
|
|
1132
|
-
case "
|
|
1133
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1134
|
-
case "
|
|
1135
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1136
|
-
case "
|
|
1137
|
-
case "com.amazonaws.chimesdkmeetings#
|
|
1272
|
+
case "ServiceFailureException": return [3, 8];
|
|
1273
|
+
case "com.amazonaws.chimesdkmeetings#ServiceFailureException": return [3, 8];
|
|
1274
|
+
case "ServiceUnavailableException": return [3, 10];
|
|
1275
|
+
case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException": return [3, 10];
|
|
1276
|
+
case "ThrottlingException": return [3, 12];
|
|
1277
|
+
case "com.amazonaws.chimesdkmeetings#ThrottlingException": return [3, 12];
|
|
1278
|
+
case "UnauthorizedException": return [3, 14];
|
|
1279
|
+
case "com.amazonaws.chimesdkmeetings#UnauthorizedException": return [3, 14];
|
|
1280
|
+
case "UnprocessableEntityException": return [3, 16];
|
|
1281
|
+
case "com.amazonaws.chimesdkmeetings#UnprocessableEntityException": return [3, 16];
|
|
1138
1282
|
}
|
|
1139
|
-
return [3,
|
|
1283
|
+
return [3, 18];
|
|
1140
1284
|
case 2: return [4, deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context)];
|
|
1141
1285
|
case 3: throw _d.sent();
|
|
1142
1286
|
case 4: return [4, deserializeAws_restJson1ForbiddenExceptionResponse(parsedOutput, context)];
|
|
1143
1287
|
case 5: throw _d.sent();
|
|
1144
1288
|
case 6: return [4, deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context)];
|
|
1145
1289
|
case 7: throw _d.sent();
|
|
1146
|
-
case 8: return [4,
|
|
1290
|
+
case 8: return [4, deserializeAws_restJson1ServiceFailureExceptionResponse(parsedOutput, context)];
|
|
1147
1291
|
case 9: throw _d.sent();
|
|
1148
|
-
case 10: return [4,
|
|
1292
|
+
case 10: return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
|
|
1149
1293
|
case 11: throw _d.sent();
|
|
1150
|
-
case 12: return [4,
|
|
1294
|
+
case 12: return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
1151
1295
|
case 13: throw _d.sent();
|
|
1152
|
-
case 14:
|
|
1296
|
+
case 14: return [4, deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context)];
|
|
1297
|
+
case 15: throw _d.sent();
|
|
1298
|
+
case 16: return [4, deserializeAws_restJson1UnprocessableEntityExceptionResponse(parsedOutput, context)];
|
|
1299
|
+
case 17: throw _d.sent();
|
|
1300
|
+
case 18:
|
|
1153
1301
|
parsedBody = parsedOutput.body;
|
|
1154
1302
|
response = new __BaseException({
|
|
1155
1303
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -1232,6 +1380,24 @@ var deserializeAws_restJson1NotFoundExceptionResponse = function (parsedOutput,
|
|
|
1232
1380
|
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
1233
1381
|
});
|
|
1234
1382
|
}); };
|
|
1383
|
+
var deserializeAws_restJson1ServiceFailureExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1384
|
+
var contents, data, exception;
|
|
1385
|
+
return __generator(this, function (_a) {
|
|
1386
|
+
contents = {};
|
|
1387
|
+
data = parsedOutput.body;
|
|
1388
|
+
if (data.Code !== undefined && data.Code !== null) {
|
|
1389
|
+
contents.Code = __expectString(data.Code);
|
|
1390
|
+
}
|
|
1391
|
+
if (data.Message !== undefined && data.Message !== null) {
|
|
1392
|
+
contents.Message = __expectString(data.Message);
|
|
1393
|
+
}
|
|
1394
|
+
if (data.RequestId !== undefined && data.RequestId !== null) {
|
|
1395
|
+
contents.RequestId = __expectString(data.RequestId);
|
|
1396
|
+
}
|
|
1397
|
+
exception = new ServiceFailureException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
|
|
1398
|
+
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
1399
|
+
});
|
|
1400
|
+
}); };
|
|
1235
1401
|
var deserializeAws_restJson1ServiceUnavailableExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1236
1402
|
var contents, data, exception;
|
|
1237
1403
|
return __generator(this, function (_a) {
|
|
@@ -1253,6 +1419,24 @@ var deserializeAws_restJson1ServiceUnavailableExceptionResponse = function (pars
|
|
|
1253
1419
|
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
1254
1420
|
});
|
|
1255
1421
|
}); };
|
|
1422
|
+
var deserializeAws_restJson1ThrottlingExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1423
|
+
var contents, data, exception;
|
|
1424
|
+
return __generator(this, function (_a) {
|
|
1425
|
+
contents = {};
|
|
1426
|
+
data = parsedOutput.body;
|
|
1427
|
+
if (data.Code !== undefined && data.Code !== null) {
|
|
1428
|
+
contents.Code = __expectString(data.Code);
|
|
1429
|
+
}
|
|
1430
|
+
if (data.Message !== undefined && data.Message !== null) {
|
|
1431
|
+
contents.Message = __expectString(data.Message);
|
|
1432
|
+
}
|
|
1433
|
+
if (data.RequestId !== undefined && data.RequestId !== null) {
|
|
1434
|
+
contents.RequestId = __expectString(data.RequestId);
|
|
1435
|
+
}
|
|
1436
|
+
exception = new ThrottlingException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
|
|
1437
|
+
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
1438
|
+
});
|
|
1439
|
+
}); };
|
|
1256
1440
|
var deserializeAws_restJson1UnauthorizedExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1257
1441
|
var contents, data, exception;
|
|
1258
1442
|
return __generator(this, function (_a) {
|
|
@@ -192,6 +192,20 @@ export declare class NotFoundException extends __BaseException {
|
|
|
192
192
|
*/
|
|
193
193
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
194
194
|
}
|
|
195
|
+
/**
|
|
196
|
+
* <p>The service encountered an unexpected error.</p>
|
|
197
|
+
*/
|
|
198
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
199
|
+
readonly name: "ServiceFailureException";
|
|
200
|
+
readonly $fault: "server";
|
|
201
|
+
Code?: string;
|
|
202
|
+
Message?: string;
|
|
203
|
+
RequestId?: string;
|
|
204
|
+
/**
|
|
205
|
+
* @internal
|
|
206
|
+
*/
|
|
207
|
+
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
208
|
+
}
|
|
195
209
|
/**
|
|
196
210
|
* <p>The service is currently unavailable.</p>
|
|
197
211
|
*/
|
|
@@ -213,6 +227,20 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
213
227
|
*/
|
|
214
228
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
215
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* <p>The number of customer requests exceeds the request rate limit.</p>
|
|
232
|
+
*/
|
|
233
|
+
export declare class ThrottlingException extends __BaseException {
|
|
234
|
+
readonly name: "ThrottlingException";
|
|
235
|
+
readonly $fault: "client";
|
|
236
|
+
Code?: string;
|
|
237
|
+
Message?: string;
|
|
238
|
+
RequestId?: string;
|
|
239
|
+
/**
|
|
240
|
+
* @internal
|
|
241
|
+
*/
|
|
242
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
243
|
+
}
|
|
216
244
|
/**
|
|
217
245
|
* <p>The user isn't authorized to request a resource.</p>
|
|
218
246
|
*/
|
|
@@ -230,6 +258,23 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
230
258
|
*/
|
|
231
259
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
232
260
|
}
|
|
261
|
+
/**
|
|
262
|
+
* <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
|
|
263
|
+
*/
|
|
264
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
265
|
+
readonly name: "UnprocessableEntityException";
|
|
266
|
+
readonly $fault: "client";
|
|
267
|
+
Code?: string;
|
|
268
|
+
Message?: string;
|
|
269
|
+
/**
|
|
270
|
+
* <p>The request id associated with the call responsible for the exception.</p>
|
|
271
|
+
*/
|
|
272
|
+
RequestId?: string;
|
|
273
|
+
/**
|
|
274
|
+
* @internal
|
|
275
|
+
*/
|
|
276
|
+
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
277
|
+
}
|
|
233
278
|
export interface CreateAttendeeRequest {
|
|
234
279
|
/**
|
|
235
280
|
* <p>The unique ID of the meeting.</p>
|
|
@@ -258,23 +303,6 @@ export declare namespace CreateAttendeeResponse {
|
|
|
258
303
|
*/
|
|
259
304
|
const filterSensitiveLog: (obj: CreateAttendeeResponse) => any;
|
|
260
305
|
}
|
|
261
|
-
/**
|
|
262
|
-
* <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
|
|
263
|
-
*/
|
|
264
|
-
export declare class UnprocessableEntityException extends __BaseException {
|
|
265
|
-
readonly name: "UnprocessableEntityException";
|
|
266
|
-
readonly $fault: "client";
|
|
267
|
-
Code?: string;
|
|
268
|
-
Message?: string;
|
|
269
|
-
/**
|
|
270
|
-
* <p>The request id associated with the call responsible for the exception.</p>
|
|
271
|
-
*/
|
|
272
|
-
RequestId?: string;
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
277
|
-
}
|
|
278
306
|
/**
|
|
279
307
|
* <p>The configuration settings of the features available to a meeting.></p>
|
|
280
308
|
*/
|
|
@@ -113,6 +113,16 @@ export declare class NotFoundException extends __BaseException {
|
|
|
113
113
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
117
|
+
readonly name: "ServiceFailureException";
|
|
118
|
+
readonly $fault: "server";
|
|
119
|
+
Code?: string;
|
|
120
|
+
Message?: string;
|
|
121
|
+
RequestId?: string;
|
|
122
|
+
|
|
123
|
+
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
124
|
+
}
|
|
125
|
+
|
|
116
126
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
117
127
|
readonly name: "ServiceUnavailableException";
|
|
118
128
|
readonly $fault: "server";
|
|
@@ -126,6 +136,16 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
126
136
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
127
137
|
}
|
|
128
138
|
|
|
139
|
+
export declare class ThrottlingException extends __BaseException {
|
|
140
|
+
readonly name: "ThrottlingException";
|
|
141
|
+
readonly $fault: "client";
|
|
142
|
+
Code?: string;
|
|
143
|
+
Message?: string;
|
|
144
|
+
RequestId?: string;
|
|
145
|
+
|
|
146
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
147
|
+
}
|
|
148
|
+
|
|
129
149
|
export declare class UnauthorizedException extends __BaseException {
|
|
130
150
|
readonly name: "UnauthorizedException";
|
|
131
151
|
readonly $fault: "client";
|
|
@@ -136,6 +156,17 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
136
156
|
|
|
137
157
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
138
158
|
}
|
|
159
|
+
|
|
160
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
161
|
+
readonly name: "UnprocessableEntityException";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
Code?: string;
|
|
164
|
+
Message?: string;
|
|
165
|
+
|
|
166
|
+
RequestId?: string;
|
|
167
|
+
|
|
168
|
+
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
169
|
+
}
|
|
139
170
|
export interface CreateAttendeeRequest {
|
|
140
171
|
|
|
141
172
|
MeetingId: string | undefined;
|
|
@@ -155,17 +186,6 @@ export declare namespace CreateAttendeeResponse {
|
|
|
155
186
|
const filterSensitiveLog: (obj: CreateAttendeeResponse) => any;
|
|
156
187
|
}
|
|
157
188
|
|
|
158
|
-
export declare class UnprocessableEntityException extends __BaseException {
|
|
159
|
-
readonly name: "UnprocessableEntityException";
|
|
160
|
-
readonly $fault: "client";
|
|
161
|
-
Code?: string;
|
|
162
|
-
Message?: string;
|
|
163
|
-
|
|
164
|
-
RequestId?: string;
|
|
165
|
-
|
|
166
|
-
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
189
|
export interface MeetingFeaturesConfiguration {
|
|
170
190
|
|
|
171
191
|
Audio?: AudioFeatures;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.78.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.78.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.78.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.78.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.78.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.78.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.78.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.78.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.78.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.78.0",
|
|
39
|
+
"@aws-sdk/types": "3.78.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.78.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.78.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.78.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.78.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
51
|
"tslib": "^2.3.1",
|